liquid_feedback_frontend
view config/development.lua @ 41:53a45356c107
Several bugfixes, including bugfix in timeline
- Fixed grouping of multiple new drafts in timeline
- Do not allow to add suggestions when issue is half frozen
- Do not show initiator invitations for (half-)frozen or closed issues
- Fixed problem with duplicates in display of vote-later requests
- Clarified german "member is participating" info text in delegation chain
- Hide inactive members from member listing
- Fixed grouping of multiple new drafts in timeline
- Do not allow to add suggestions when issue is half frozen
- Do not show initiator invitations for (half-)frozen or closed issues
- Fixed problem with duplicates in display of vote-later requests
- Clarified german "member is participating" info text in delegation chain
- Hide inactive members from member listing
author | bsw |
---|---|
date | Sun Mar 07 15:36:54 2010 +0100 (2010-03-07) |
parents | 72c5e0ee7c98 |
children | 0849be391140 |
line source
1 config.absolute_base_url = "http://10.8.33.34/lf/"
3 execute.config("default")
5 config.formatting_engine_executeables = {
6 rocketwiki= "/opt/rocketwiki/rocketwiki-lqfb",
7 compat = "/opt/rocketwiki/rocketwiki-lqfb-compat"
8 }
10 config.mail_from = "LiquidFeedback"
11 config.mail_reply_to = "liquid-support@localhost"
13 config.issue_discussion_url_func = function(issue) return "http://example.com/issue_" .. tostring(issue.id) end