liquid_feedback_frontend

diff config/default.lua @ 2:5c601807d397

Version alpha3

Dark green part of issue supporter bargraph represents all satisfied supporters, regardless of having seen the latest draft

Wiki formatting for drafts

Showing differences between two drafts of the same initiative

Display of outgoing delegation chains

Many other improvements
author bsw
date Mon Nov 23 12:00:00 2009 +0100 (2009-11-23)
parents dd0109e81922
children 768faea1096d
line diff
     1.1 --- a/config/default.lua	Wed Nov 18 12:00:00 2009 +0100
     1.2 +++ b/config/default.lua	Mon Nov 23 12:00:00 2009 +0100
     1.3 @@ -1,10 +1,14 @@
     1.4  config.app_name = "LiquidFeedback"
     1.5 -config.app_version = "alpha2"
     1.6 +config.app_version = "alpha3"
     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 +}
    1.15 +
    1.16  -- uncomment the following two lines to use C implementations of chosen
    1.17  -- functions and to disable garbage collection during the request, to
    1.18  -- increase speed:
    1.19 @@ -37,7 +41,7 @@
    1.20  
    1.21  
    1.22  
    1.23 -
    1.24 +-- TODO abstraction
    1.25  -- get record by id
    1.26  function mondelefant.class_prototype:by_id(id)
    1.27    local selector = self:new_selector()
    1.28 @@ -46,3 +50,4 @@
    1.29    return selector:exec()
    1.30  end
    1.31  
    1.32 +

Impressum / About Us