liquid_feedback_frontend
annotate 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 |
| rev | line source |
|---|---|
| bsw/jbe@0 | 1 execute.config("default") |
| bsw/jbe@0 | 2 |
| bsw/jbe@4 | 3 config.formatting_engine_executeables = { |
| bsw/jbe@4 | 4 rocketwiki= "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb", |
| bsw/jbe@4 | 5 compat = "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb-compat" |
| bsw/jbe@4 | 6 } |
| bsw/jbe@4 | 7 |
| bsw/jbe@4 | 8 config.fastpath_url_func = function(member_id, image_type) |
| bsw/jbe@4 | 9 return "http://www.public-software-group.org/liquid_feedback_testing/fastpath/getpic?" .. tostring(member_id) .. "+" .. tostring(image_type) |
| bsw/jbe@4 | 10 end |