liquid_feedback_frontend

diff app/main/member/history.lua @ 95:6a12fb7e4963

Suggestion API, draft preview, word based diff, multiple fixes
- Added suggestion API
- Initiative API: Drafts optionally delivered as rendered html fragment
- Initiative API: Fixed wrong output of revoked timestamp when using JSON
- Preview added for initiative drafts
- Improved (word based) diff added
- Improved suggestion list
- Added missing sorting of initiative in vote list
- Filter state for member page initiative lists
- Fixed wrong status output in member history
- Fixed wrongly closed div in layout
author bsw
date Mon Aug 30 21:52:19 2010 +0200 (2010-08-30)
parents 07177cd8c256
children 3e76be965ebb
line diff
     1.1 --- a/app/main/member/history.lua	Thu Aug 19 15:37:51 2010 +0200
     1.2 +++ b/app/main/member/history.lua	Mon Aug 30 21:52:19 2010 +0200
     1.3 @@ -55,7 +55,7 @@
     1.4            }
     1.5            ui.tag{
     1.6              tag = "td",
     1.7 -            content =  member.active and _'activated' or _'deactivated',
     1.8 +            content = entry.active and _'activated' or _'deactivated',
     1.9            }
    1.10            ui.tag{
    1.11              tag = "td",

Impressum / About Us