liquid_feedback_frontend

diff config/default.lua @ 3:768faea1096d

Version alpha4

Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.

Initiatives may provide a link to an external discussion platform

Direct link on every initiative page to create an alternative initiative

Bugfix: No error when clicking "neutral", when "neutral" is currently selected
author bsw
date Mon Nov 30 12:00:00 2009 +0100 (2009-11-30)
parents 5c601807d397
children 80c215dbf076
line diff
     1.1 --- a/config/default.lua	Mon Nov 23 12:00:00 2009 +0100
     1.2 +++ b/config/default.lua	Mon Nov 30 12:00:00 2009 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  config.app_name = "LiquidFeedback"
     1.5 -config.app_version = "alpha3"
     1.6 +config.app_version = "alpha4"
     1.7  
     1.8  config.app_title = config.app_name .. " (" .. request.get_config_name() .. " environment)"
     1.9  
    1.10  config.app_service_provider = "Snake Oil<br/>10000 Berlin<br/>Germany"
    1.11  
    1.12  config.member_image_convert = {
    1.13 -  avatar = { "convert", "-", "-thumbnail", "48x48", "-" }
    1.14 +  avatar = { "convert", "-", "-thumbnail", "48x48", "jpeg:-" }
    1.15  }
    1.16  
    1.17  -- uncomment the following two lines to use C implementations of chosen

Impressum / About Us