Commit Graph

40 Commits

Author SHA1 Message Date
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
1e4221fbf2 Added 'Forgot Password' function. 2018-03-08 15:36:29 +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
ce6a1fbdc0 Adjusted templates footer stuff. 2018-01-30 15:30:01 +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
0c2709cc71 Support for One-Click-Actions. 2018-01-29 15:34:22 +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
c7933ab107 Enabled 'Send Password via eMail' function. 2018-01-24 12:59:37 +01:00
013ac34c43 Added primitive Back button to EventCreate. 2018-01-23 23:08:08 +01:00
75b06041c6 Added django messages. 2018-01-23 20:08:02 +01:00
1ec81a07c0 Minor change: replaced static list with static sequence. 2018-01-22 14:11:20 +01:00
0cacb02d74 Splitup views.py into several files. 2018-01-20 17:06:22 +01:00