liquid_feedback_frontend
diff app/main/timeline/index.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 | 00d1004545f1 | 
| children | 7c3e8a1678fc | 
   line diff
1.1 --- a/app/main/timeline/index.lua Sun Mar 07 15:20:51 2010 +0100 1.2 +++ b/app/main/timeline/index.lua Sun Mar 07 15:36:54 2010 +0100 1.3 @@ -300,7 +300,7 @@ 1.4 :add_field("max(timeline.occurrence)", "occurrence") 1.5 :add_field("timeline.event", nil, { "grouped" }) 1.6 :add_field("timeline.issue_id", nil, { "grouped" }) 1.7 - :add_field("timeline.initiative_id", nil, { "grouped" }) 1.8 + :add_field("draft.initiative_id", nil, { "grouped" }) 1.9 :add_field("max(timeline.draft_id)", "draft_id") 1.10 :add_field("timeline.suggestion_id", nil, { "grouped" }) 1.11 :add_field("COUNT(*)", "count")