gestioCOF/gestioncof
Aurélien Delobelle 8c6d56b27c Add Wagtail CMS for kfet app.
K-Fêt
- Integrate wagtail to serve "static" pages of old K-Fêt website
- Fixture "kfetcms/kfet_wagtail_17_05" contains a copy of old website
(as in May 2017).
- Media files can be got until end of June 17 at
http://partage.eleves.ens.fr//files/604e6dea2ceebc66b1936c6b3f911744/kfet_media.tar.gz

Login/logout
- Update package django_cas_ng to last version.
- Clean COFCASBackend.
- Change CAS version to 3 (version used on eleves.ens). This enables
the logout redirection (for CAS ofc).
- Add messages and clean existing ones on login/logout (for both
outsider and cas users).

Misc
- Update settings to bypass an incompability between debug-toolbar and
wagtailmenus packages.
- Better management of dev/test-specific urls (if debug-toolbar wasn't in
INSTALLED_APPS, media files were not served).
- UI improvements.
2017-05-30 20:44:30 +02:00
..
fixtures Dev data loaded using a django admin command 2017-02-03 14:33:10 +01:00
management Merge branch 'master' into Aufinal/dev_data_kfet 2017-02-11 21:01:37 +01:00
migrations Remove the num field in CofProfile 2017-05-22 01:00:32 +01:00
static Merge branch 'master' into 'Aufinal/merge_k-fet' 2017-03-24 20:23:32 +01:00
templates Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
templatetags Escape the content of the regex in highligh_text 2017-03-19 14:48:04 +00:00
__init__.py Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
admin.py enhance User.__str__ with get_full_name 2017-05-23 16:50:43 +01:00
apps.py Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
autocomplete.py exclude empty strings from ldap results 2017-04-01 22:07:32 +01:00
autocomplete_light_registry.py Completion starts only when we have 3 characters 2017-01-06 17:26:35 +01:00
csv_views.py Update Py3 compat 2016-07-15 00:20:08 +02:00
decorators.py Remove lambda operators 2017-03-20 20:24:44 -03:00
forms.py Remove the num field in CofProfile 2017-05-22 01:00:32 +01:00
models.py Remove the num field in CofProfile 2017-05-22 01:00:32 +01:00
petits_cours_forms.py Move petits-cours forms in another file 2017-02-05 17:10:51 +01:00
petits_cours_models.py Turn 2 functions into class/objects methods 2017-02-05 17:07:58 +01:00
petits_cours_views.py Use transaction.atomic instead of lock_table 2017-05-23 05:58:09 +01:00
shared.py Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
signals.py Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
tests.py Deleting a CofProfile ⇒ Deleting a User. 2017-01-05 11:35:21 +01:00
urls.py Use class-based views 2017-02-05 17:41:23 +01:00
views.py Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
widgets.py Update Py3 compat 2016-07-15 00:20:08 +02:00