Commit Graph

346 Commits

Author SHA1 Message Date
Frédéric Péters ce7f2dd500 trivial: apply black 2021-01-11 20:10:12 +01:00
Frédéric Péters f9f922656c misc: remove django-reversion dependency (#41641) 2020-04-24 08:30:38 +02:00
Frédéric Péters 43c19c2a67 translation update 2020-04-14 09:29:53 +02:00
Frédéric Péters bf1864f324 misc: use new login class based view (#41286) 2020-04-03 08:26:20 +02:00
Frédéric Péters 72f29fcd68 misc: import mellon only if declared in installed apps (#41286) 2020-04-03 08:26:20 +02:00
Frédéric Péters cd9a25a069 trivial: import reverse from django.urls (#41286) 2020-04-02 21:33:56 +02:00
Frédéric Péters bd09632404 misc: add on_delete to foreign key (#41286) 2020-04-02 21:33:55 +02:00
Frédéric Péters 15ce4e23ea settings: remove unnecessary middleware (#41286) 2020-04-02 21:13:56 +02:00
Frédéric Péters 99fb727020 misc: upgrade import of admin site URLs for 2.2 compatibility (#41286) 2020-04-02 21:13:52 +02:00
Nicolas Roche 6ee1285701 python3: convert .values to list before accessing (#40830) 2020-03-19 15:23:01 +01:00
Nicolas Roche 5e731e5b59 templates: add a login template (#40802) 2020-03-18 10:28:11 +01:00
Frédéric Péters 62d08f4243 python3: always pass strings to json.loads, for 3.5 compatibility (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters a78e567583 python3: convert .keys to list before comparing (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters b562bef51f python3: use key function to sort categories (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters a8e12b9630 python3: pass bytes for hmac (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 90c29f0fa0 python3: use relative imports (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters e91178a2e1 python3: use modern except syntax (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 8112d57b0a python3: replace unicode references (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 46113c03dd python3: replace iteritems (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 27af09b510 python3: get urllib/urlparse/htmlparser from six (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 4f9bb8b161 python3: use exec(open(... to replace execfile (#39092) 2020-03-17 19:06:44 +01:00
Frédéric Péters 1c810c703b misc: update settings to use MIDDLEWARE (#38162) 2019-12-03 14:50:42 +01:00
Frédéric Péters bd1a4fdb0e style: adjust content height for new gadjo header (#31477) 2019-07-15 23:14:03 +02:00
Frédéric Péters c6fc60c3c1 misc: remove validation steps (#31454) 2019-07-15 23:14:03 +02:00
Frédéric Péters 5bcd9442b9 remove alfortville custom extension (#31454) 2019-07-15 23:14:03 +02:00
Frédéric Péters 346cad74fe mail: upate feed_mail command for django 1.11 (#31474) 2019-03-25 18:49:44 +01:00
Benjamin Dauvergne cd42622b22 maarch: force external_id to string (fixes #30045) 2019-01-23 20:48:13 +01:00
Benjamin Dauvergne 308d46e51b maarch: fix wrong of setting for response status (fixes #29912) 2019-01-18 18:56:34 +01:00
Frédéric Péters 866b37a147 misc: port django 1.11 ckeditor support late changes (#28864) 2018-12-11 19:25:04 +01:00
Frédéric Péters f114291004 misc: add ckeditor monkeypatch for 1.11 (#28864) 2018-12-11 15:00:16 +01:00
Frédéric Péters d1642e2b0f style: adjust some knowledge database pages to revamped style (#28863) 2018-12-11 14:56:54 +01:00
Frédéric Péters 879fe9643a contacts: log user creation requests to authentic (#28828) 2018-12-11 14:56:54 +01:00
Benjamin Dauvergne 10c16a0bf6 maarch: add a webservice for sending a mail response (#27814)
POST /api/mail/response/

   {"mail_id": 1234, "content": "response text content"}
2018-11-16 15:32:16 +01:00
Frédéric Péters 1e392e0ba9 push mail external id to w.c.s. (#27794) 2018-11-06 19:12:26 +01:00
Frédéric Péters d0a602e0b5 mail: don't crash on undefined mail external id (#27616) 2018-10-30 08:41:57 +01:00
Frédéric Péters 29418b51d2 double waiting time for provisionning system to create user (#27040) 2018-10-05 15:37:09 +02:00
Thomas NOËL ef5df073f2 update french translations 2018-08-30 11:03:10 +02:00
Benjamin Dauvergne a4ae8845e9 mail: feed from MaarchCourrier (#22550) 2018-07-12 22:55:21 +02:00
Benjamin Dauvergne fc5a4900ef settings: remove alfortville default validation steps (#22550) 2018-07-12 22:55:21 +02:00
Benjamin Dauvergne d2361b5e8a qualif: store keep formdata backoffice URL (#22550) 2018-07-12 22:55:21 +02:00
Serghei Mihai 27d62bf7ff qualification: get only backoffice submission available forms (#24495) 2018-07-04 15:00:27 +02:00
Serghei Mihai 2c3f3cda40 reduce panels width in order to keep their alignment in IE 11 (#20538) 2018-06-19 11:31:03 +02:00
Josue Kouka dbb904cdf3 fix reference to unknown variable (#21376) 2018-01-23 17:51:20 +01:00
Frédéric Péters 1a2b162de2 misc: adapt to w.c.s. API changes (#21367) 2018-01-23 14:22:58 +01:00
Frédéric Péters 93f267939f misc: update settings for django 1.11 (#20909) 2017-12-28 13:10:41 +01:00
Frédéric Péters 9b1fe45772 general: misc update template API usage for django 1.11 (#20909) 2017-12-28 13:10:41 +01:00
Frédéric Péters 4bf8c455ab misc: update url patterns not to refer to views as strings (#20909) 2017-12-28 13:10:41 +01:00
Frédéric Péters 121aed751c misc: update to django-reversion 2.0 API (#19647) 2017-12-28 13:10:41 +01:00
Frédéric Péters ec650b321e misc: adjust spacings (#20908) 2017-12-28 10:01:32 +01:00
Thomas NOËL 2b4eb7cd54 contacts: add a settings for send_registration_mail (#20665) 2017-12-13 17:15:49 +01:00