liquid_feedback_frontend
annotate config/testing.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 | 8d91bccab0bf |
| children |
| rev | line source |
|---|---|
| bsw/jbe@6 | 1 config.absolute_base_url = "http://www.public-software-group.org/liquid_feedback_testing/" |
| 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/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb", |
| bsw/jbe@4 | 7 compat = "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb-compat" |
| bsw/jbe@4 | 8 } |
| bsw/jbe@4 | 9 |
| bsw/jbe@4 | 10 config.fastpath_url_func = function(member_id, image_type) |
| bsw/jbe@4 | 11 return "http://www.public-software-group.org/liquid_feedback_testing/fastpath/getpic?" .. tostring(member_id) .. "+" .. tostring(image_type) |
| bsw/jbe@4 | 12 end |