liquid_feedback_frontend
view config/testing.lua @ 5:afd9f769c7ae
Version beta1
Final voting with Schulze-Method is now possible
Many bug fixes and code cleanup
Registration with invite codes
More sort and filter options
Seperated display of "supporters" and "potential supporters"
Optical changes
Flood limit / initiative contigent is now checked by frontend
Neccessary changes to access core beta11
Final voting with Schulze-Method is now possible
Many bug fixes and code cleanup
Registration with invite codes
More sort and filter options
Seperated display of "supporters" and "potential supporters"
Optical changes
Flood limit / initiative contigent is now checked by frontend
Neccessary changes to access core beta11
| author | bsw/jbe |
|---|---|
| date | Fri Dec 25 12:00:00 2009 +0100 (2009-12-25) |
| parents | 80c215dbf076 |
| children | 8d91bccab0bf |
line source
1 execute.config("default")
3 config.formatting_engine_executeables = {
4 rocketwiki= "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb",
5 compat = "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb-compat"
6 }
8 config.fastpath_url_func = function(member_id, image_type)
9 return "http://www.public-software-group.org/liquid_feedback_testing/fastpath/getpic?" .. tostring(member_id) .. "+" .. tostring(image_type)
10 end
