liquid_feedback_frontend
annotate config/development.lua @ 24:81586ea68d57
Minor bugfixes
app/main/initiative/_list.lua:
Replaced single by optional object mode
locale/translations.de.lua:
Consistent translation
app/main/initiative/_show.lua:
Added missing case "not approved" in voting info box
app/main/initiative/_show_voting.lua:
Added link to initiative
app/main/initiative/_show_voting.lua:
Added missing argument for link
app/main/member/show_tab.lua:
Added outgoing argument to show outgoing delegations correctly
app/main/initiative/_list.lua:
Replaced single by optional object mode
locale/translations.de.lua:
Consistent translation
app/main/initiative/_show.lua:
Added missing case "not approved" in voting info box
app/main/initiative/_show_voting.lua:
Added link to initiative
app/main/initiative/_show_voting.lua:
Added missing argument for link
app/main/member/show_tab.lua:
Added outgoing argument to show outgoing delegations correctly
author | bsw |
---|---|
date | Sun Feb 21 14:09:11 2010 +0100 (2010-02-21) |
parents | 72c5e0ee7c98 |
children | 0849be391140 |
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" |
bsw@10 | 12 |
bsw@10 | 13 config.issue_discussion_url_func = function(issue) return "http://example.com/issue_" .. tostring(issue.id) end |