liquid_feedback_frontend
diff app/main/vote/list.lua @ 11:77d58efe99fd
Version beta7
Important security fixes:
- Added missing HTML encoding to postal address of member
- Link to discussion URL only if it starts with http(s)://
Other bugfixes:
- Fixed wrong display of 2nd level delegating voters for an initiative
- Do not display invited initiators as initiators while voting
- Added missing translation
New features:
- Public message of the day
- Both direct and indirect supporter count is shown in tab heads
- Support shown in initiative lists
Language chooser at the login page has been added (again)
Important security fixes:
- Added missing HTML encoding to postal address of member
- Link to discussion URL only if it starts with http(s)://
Other bugfixes:
- Fixed wrong display of 2nd level delegating voters for an initiative
- Do not display invited initiators as initiators while voting
- Added missing translation
New features:
- Public message of the day
- Both direct and indirect supporter count is shown in tab heads
- Support shown in initiative lists
Language chooser at the login page has been added (again)
| author | bsw |
|---|---|
| date | Fri Jan 22 12:00:00 2010 +0100 (2010-01-22) |
| parents | 8d91bccab0bf |
| children | 00d1004545f1 |
line diff
1.1 --- a/app/main/vote/list.lua Sun Jan 10 12:00:00 2010 +0100 1.2 +++ b/app/main/vote/list.lua Fri Jan 22 12:00:00 2010 +0100 1.3 @@ -109,7 +109,9 @@ 1.4 id = "entry_" .. tostring(initiative.id) 1.5 }, 1.6 content = function() 1.7 - local initiators = initiative.initiating_members 1.8 + local initiators_selector = initiative:get_reference_selector("initiating_members") 1.9 + :add_where("accepted") 1.10 + local initiators = initiators_selector:exec() 1.11 local initiator_names = {} 1.12 for i, initiator in ipairs(initiators) do 1.13 initiator_names[#initiator_names+1] = initiator.name