liquid_feedback_frontend
annotate config/development.lua @ 8:374bbc2ff102
Version beta4
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
author | bsw |
---|---|
date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) |
parents | 8d91bccab0bf |
children | 72c5e0ee7c98 |
rev | line source |
---|---|
bsw/jbe@6 | 1 config.absolute_base_url = "http://10.8.33.34/lf/" |
bsw/jbe@6 | 2 |
bsw/jbe@0 | 3 execute.config("default") |
bsw/jbe@0 | 4 |
bsw/jbe@4 | 5 config.formatting_engine_executeables = { |
bsw/jbe@4 | 6 rocketwiki= "/opt/rocketwiki/rocketwiki-lqfb", |
bsw/jbe@4 | 7 compat = "/opt/rocketwiki/rocketwiki-lqfb-compat" |
bsw/jbe@4 | 8 } |
bsw/jbe@6 | 9 |
bsw/jbe@6 | 10 config.mail_from = "LiquidFeedback" |
bsw/jbe@6 | 11 config.mail_reply_to = "liquid-support@localhost" |