liquid_feedback_frontend

view app/main/member/_action/update.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)
author bsw
date Fri Jan 22 12:00:00 2010 +0100 (2010-01-22)
parents afd9f769c7ae
children 733f65c0c0a0
line source
1 param.update(app.session.member,
2 "organizational_unit",
3 "internal_posts",
4 "realname",
5 "birthday",
6 "address",
7 "email",
8 "xmpp_address",
9 "website",
10 "phone",
11 "mobile_phone",
12 "profession",
13 "external_memberships",
14 "external_posts",
15 "statement"
16 )
18 app.session.member:save()
21 slot.put_into("notice", _"Your page has been updated")

Impressum / About Us