liquid_feedback_frontend
diff env/util/gregor.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 | |
children | 77260f05fd4b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/env/util/gregor.lua Fri Jan 22 12:00:00 2010 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +function util.gregor(el_id) 1.5 + ui.script{ script = 1.6 + 'gregor_addGui({' .. 1.7 + 'element_id: "' .. el_id .. '",' .. 1.8 + 'month_names: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],' .. 1.9 + 'weekday_names: ["Mo", "Tu", "We", "Th", "Fr", "Sa", "Su"],' .. 1.10 + 'week_mode: "iso",' .. 1.11 + 'week_numbers: "left",' .. 1.12 + '});' 1.13 + } 1.14 +end 1.15 \ No newline at end of file