liquid_feedback_frontend
annotate Makefile @ 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 | 3bfb2fcf7ab9 |
children | 00d1004545f1 |
rev | line source |
---|---|
bsw/jbe@0 | 1 default: |
bsw/jbe@0 | 2 |
bsw/jbe@0 | 3 |
bsw/jbe@0 | 4 db: |
bsw/jbe@0 | 5 create_db liquid_feedback |
bsw/jbe@0 | 6 psql liquid_feedback -f db/core.sql |
bsw/jbe@0 | 7 |
bsw/jbe@0 | 8 demo-db: db |
bsw/jbe@0 | 9 psql liquid_feedback -f db/demo.sql |
bsw/jbe@0 | 10 |
bsw/jbe@0 | 11 |
bsw/jbe@0 | 12 translations-de: |
bsw/jbe@0 | 13 cd ../webmcp/framework/bin/ && ./langtool.lua ~/workspace/liquid_feedback/locale/translations.de.lua ~/workspace/liquid_feedback/app ~/workspace/liquid_feedback/locale/translations.de.lua |
bsw/jbe@0 | 14 |