liquid_feedback_frontend
annotate app/main/member/_action/update.lua @ 52:88ac7798b562
Several bugfixes (getpic.c, accepted but canceled issues, ...); Listing of available policies
- Bugfixes in fastpath/getpic.c (related to crashes since alpha5)
- Respect Content-Types of images in database
(needs database update, as Content-Type was incorrectly stored by previous versions)
- Typo fixed in help messages
- RSS-Feed (currently only after manual authentication while session is valid)
- Listing of available policies
- German translation fixed: "gebe" -> "gib" (Imperativ)
- Bugfixes related to issues which had been accepted but canceled afterwards
- Prohibit creation of initiatives in disabled areas or with disabled policies
- Bugfixes in fastpath/getpic.c (related to crashes since alpha5)
- Respect Content-Types of images in database
(needs database update, as Content-Type was incorrectly stored by previous versions)
- Typo fixed in help messages
- RSS-Feed (currently only after manual authentication while session is valid)
- Listing of available policies
- German translation fixed: "gebe" -> "gib" (Imperativ)
- Bugfixes related to issues which had been accepted but canceled afterwards
- Prohibit creation of initiatives in disabled areas or with disabled policies
| author | bsw/jbe |
|---|---|
| date | Thu Apr 15 19:58:25 2010 +0200 (2010-04-15) |
| parents | afd9f769c7ae |
| children | 733f65c0c0a0 |
| rev | line source |
|---|---|
| bsw@2 | 1 param.update(app.session.member, |
| bsw@2 | 2 "organizational_unit", |
| bsw@2 | 3 "internal_posts", |
| bsw@2 | 4 "realname", |
| bsw@2 | 5 "birthday", |
| bsw@2 | 6 "address", |
| bsw@2 | 7 "email", |
| bsw@2 | 8 "xmpp_address", |
| bsw@2 | 9 "website", |
| bsw@2 | 10 "phone", |
| bsw@2 | 11 "mobile_phone", |
| bsw@2 | 12 "profession", |
| bsw@2 | 13 "external_memberships", |
| bsw@2 | 14 "external_posts", |
| bsw@2 | 15 "statement" |
| bsw@2 | 16 ) |
| bsw/jbe@0 | 17 |
| bsw/jbe@0 | 18 app.session.member:save() |
| bsw/jbe@0 | 19 |
| bsw/jbe@0 | 20 |
| bsw/jbe@0 | 21 slot.put_into("notice", _"Your page has been updated") |