Commit Graph

53 Commits

Author SHA1 Message Date
63026e429b Fix #9 Registrations: Add support for non members
All checks were successful
buildbot/tox Build done.
2020-10-15 17:44:12 +02:00
0819b9a38a Close #12 and #17
All checks were successful
buildbot/tox Build done.
- Added Help-Texts (Mouse-Over-Questionmarks) to the
  Event-Registraions-View.
- Answered registrations will be shown but muted.
2020-10-13 12:40:40 +02:00
0a5175419e FIX: dav_events: string that contains realnames was not unicode. 2019-10-01 09:52:46 +02:00
cbc69d4589 ADD: add a cleared event status to indicate the financal clearance. 2019-08-29 10:29:14 +02:00
0ee8e42fa7 FIX: dav_events: empty some more fields when copy old event. 2019-07-17 16:22:28 +02:00
7540a3ae7a UPD: made interface for office useful. 2019-07-03 13:56:37 +02:00
923b099ba7 FIX: some small errors about registrations/participants/payments/permissions. 2019-07-03 09:39:56 +02:00
862d39b84c ADD: dav_events: add support for confirm payments. 2019-06-28 15:47:15 +02:00
89d61fe1ce MIGRATE: FIX/UPD: fixed a typo in model fields verbose name. improved
registration manager.
2019-06-05 16:17:20 +02:00
939828a32f UPD: dav_events: improved registrations page. 2019-06-05 13:57:11 +02:00
32d350b2ab UPD: dav_events: 1. notify only web and facebook about closed registration. 2. respect closed registrations on event list export. 2019-06-05 12:47:54 +02:00
abb013cadc UPD: dav_events: renamed utils method to roles. 2019-06-05 12:07:21 +02:00
61605a205c UPD: more cool participant admin stuff. 2019-06-04 15:54:13 +02:00
9104d69dd7 UPD: more registration staff on dav_events. 2019-06-03 17:10:52 +02:00
2dbab0032f ADD: dav_events: send email to publishers if registration is closed. 2019-06-03 11:42:41 +02:00
bee1623529 MIGRATION! ADD: first things for a event registration mangement page. 2019-05-29 16:50:02 +02:00
bc9575a9b3 UPD: improved Event Update Form. 2019-03-01 17:04:15 +01:00
f0e225c5fd CONT: fixed the previous changes. 2019-01-30 16:35:37 +01:00
7667277862 CONT: continue the previous change. 2019-01-29 17:25:03 +01:00
e6a5f9818a BROKEN! MIGRATE! BIG UPD: not yet complete support for publish[ed|ing]_[web|facebook] 2019-01-23 18:36:11 +01:00
d4e41420b8 FIX: normalize newlines in exported event list. 2018-12-18 16:04:12 +01:00
4495322574 UPD: improved the event export list feature. 2018-12-13 19:00:30 +01:00
0d5a8c65e3 Refactor: split code into several django apps (we call them modules). 2018-12-13 14:47:58 +01:00
b075edd5b7 UPD: removed some left over traced of accepted* and confirm_published*
properties.
2018-11-22 18:01:46 +01:00
6ecda70b54 UPD: improved workflow code. 2018-11-22 18:00:26 +01:00
e58bd61947 UPD: removed unused datetime import. 2018-11-21 13:38:18 +01:00
30b5e920ee ADD: added support for Event Updated Mail. 2018-11-21 13:33:45 +01:00
837da2c9ab FIX: Event List Export: updated to status flags instead of status properties. 2018-11-20 10:32:29 +01:00
3c7ef05099 Added a model for event state (including data migration, signal based
notifications, etc.)
2018-07-04 16:56:13 +02:00
24e2a2effc Bugfix in copy event feature: load_from_instance() initialized empty
fields.
2018-03-14 16:33:18 +01:00
369e2d55fc Remove some more fields for copy event action. 2018-03-14 15:27:11 +01:00
80f5012ff0 Finalized copy event feature. 2018-03-14 15:00:23 +01:00
9da5997447 Preparations for copy event feature. 2018-03-13 11:49:41 +01:00
13160bce7e Download of event list: added new template for ka-alpin layout. formated
all dates appropriate.
2018-03-06 22:57:15 +01:00
31e1adf2b8 Event Export List: short formated date. 2018-02-26 16:41:41 +01:00
b381bb76d9 Export List: 1. filter expired, 2. added internal note. 2018-02-26 15:14:15 +01:00
69204a6d0d Publish workflow is now fully functional. 2018-02-26 14:44:30 +01:00
e669d5b55b Moved event specific code from ChainedForm to EventCreateForm via
ModelMixin.
2018-02-25 17:04:32 +01:00
37264f783a Added published status. 2018-02-24 15:50:21 +01:00
25cb5663fd Fixed order on export list. 2018-01-30 23:43:41 +01:00
e1810b64a0 Improved last change. 2018-01-30 22:36:18 +01:00
a73e3027d3 Fixed error with enforcing permission on accept. 2018-01-30 22:30:37 +01:00
74d3fa47dc Fixed wrong permission check. 2018-01-30 16:25:10 +01:00
fdcc103571 Improved authorization. 2018-01-29 17:53:29 +01:00
b68949ba5f Added Event List Export Feature. 2018-01-29 17:21:04 +01:00
6f003aaf6a Improved group/role thing. Improved email sending (prepare for
OneClickAction).
2018-01-26 16:58:47 +01:00
5cf05666ab Seperated some config settings from code. 2018-01-26 14:28:09 +01:00
1c22d1c879 Added primitive Update Event feature. 2018-01-25 14:53:44 +01:00
9f2ba9912c Enabled event numbers. 2018-01-24 17:19:29 +01:00
013ac34c43 Added primitive Back button to EventCreate. 2018-01-23 23:08:08 +01:00