liquid_feedback_frontend
view config/testing.lua @ 7:3941792e8be6
Version beta3
Table allowed_policy is respected while creating new issues
Broken vote now/later link is not shown anymore (until it's implemented)
More user friendly error page
Minor spelling error corrected
Table allowed_policy is respected while creating new issues
Broken vote now/later link is not shown anymore (until it's implemented)
More user friendly error page
Minor spelling error corrected
author | bsw |
---|---|
date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) |
parents | 8d91bccab0bf |
children |
line source
1 config.absolute_base_url = "http://www.public-software-group.org/liquid_feedback_testing/"
3 execute.config("default")
5 config.formatting_engine_executeables = {
6 rocketwiki= "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb",
7 compat = "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb-compat"
8 }
10 config.fastpath_url_func = function(member_id, image_type)
11 return "http://www.public-software-group.org/liquid_feedback_testing/fastpath/getpic?" .. tostring(member_id) .. "+" .. tostring(image_type)
12 end