Commit Graph
100 Commits
Author SHA1 Message Date
klmp200 d56990b91f Merge branch 'fix/better_str_comparison' into 'master'
small fix to follow python recommendations

See merge request ae/Sith!190
2019-02-04 00:10:02 +01:00
klmp200 0f7f80e9d3 Merge branch 'makdown-editor' into 'master'
Workaround for crsf token in production for MarkdownInput

See merge request ae/Sith!189
2018-12-20 18:36:05 +01:00
klmp200 d2c5908c89 core: workaround for crsf token in production for MarkdownInput
See https://docs.djangoproject.com/en/2.0/ref/csrf/#acquiring-the-token-if-csrf-use-sessions-is-true
2018-12-20 18:19:50 +01:00
klmp200 3dda8eafc4 elections: use MarkdownInput for CandidateForm 2018-12-20 16:43:59 +01:00
klmp200 dc800b59f4 com: use MarkdownInput for alert_msg, info_msg and index_page editing 2018-12-20 15:13:59 +01:00
klmp200 24dd258d0a com: use MarkdownInput on news 2018-12-20 15:09:44 +01:00
klmp200 d2021ecf7e com: use MarkdownInput for weekmail 2018-12-20 15:06:20 +01:00
klmp200 d53d725415 core: fix validation error on generic create view with MarkdownInput 2018-12-20 15:03:41 +01:00
klmp200 f6ab993b8d wiki: remove old markdown preview 2018-12-20 14:32:52 +01:00
klmp200 bae45bcd38 forum: remove old markdown preview 2018-12-20 14:27:55 +01:00
klmp200 fdfe33dedc core: remove old markdown editor 2018-12-20 14:20:58 +01:00
klmp200 8111ae107a core: move centralized custom scripts on top of base.jinja and move getCookie inside 2018-12-20 14:15:57 +01:00
klmp200 97b06b160b core: add delay on live preview for MarkdownInput to avoid making too much request to the API 2018-12-20 14:06:30 +01:00
klmp200 19c1361e47 core: fix heading in MarkdownInput 2018-12-19 14:10:39 +01:00
klmp200 542a2ede32 core: translations for MarkdownInupt 2018-12-19 14:02:45 +01:00
klmp200 ea538dbab3 core: handle all basic editing actions in MarkdownInput 2018-12-19 12:25:59 +01:00
klmp200 d0771f3e2a Merge branch 'contribution-instructions' into 'master'
Fix contributing and readme

See merge request ae/Sith!186
2018-12-19 00:03:04 +01:00
klmp200 80248ec8d3 Merge branch 'patch/targets' into 'master'
Avoid error 500 when target is forgotten

See merge request ae/Sith!187
2018-12-19 00:02:25 +01:00
klmp200 27500a7820 Fix contributing and readme 2018-12-18 23:16:39 +01:00
klmp200 55ff492ec8 core: edit buttons on MarkdownInupt 2018-12-18 14:39:05 +01:00
klmp200 3b08603635 core: avoid inserting automatic whitespace in MarkdownInput 2018-12-18 14:13:15 +01:00
klmp200 4d866843e1 core: move jquery to header section 2018-12-18 13:54:53 +01:00
klmp200 4afd7a0023 core: avoid blinking in MarkdownInput preview 2018-12-14 18:02:01 +01:00
klmp200 d6f08d3706 core: use pure js to get cookie in markdown input 2018-12-14 17:53:25 +01:00
klmp200 775f456c40 core: introduce new markdown input
To fix
* Avoid blinking in preview
* Don't insert stupid space on empty textarea
2018-12-14 16:24:11 +01:00
klmp200andSkia af3e2fb951 forum: use generic macro to display breadcrumb and display it on search result 2018-12-13 20:33:34 +01:00
klmp200andSkia 84811af9f1 forum: fix translation when no search result found 2018-12-13 20:33:34 +01:00
klmp200andSkia 82ffd75372 forum: fix typo in search bar checkbox class name 2018-12-13 20:33:34 +01:00
klmp200andSkia 068a80519c forum: fix order by date 2018-12-13 20:33:34 +01:00
klmp200andSkia fc7e45190d forum: use pure jinja for search bar 2018-12-13 20:33:34 +01:00
klmp200andSkia 6891174935 forum: implement order by date for search 2018-12-13 20:33:34 +01:00
klmp200andSkia 721b22a1e9 forum: improve search bar UX behavior 2018-12-13 20:33:34 +01:00
klmp200andSkia e421a2b4cd forum: increase search speed by optimizing permission filter 2018-12-13 20:33:34 +01:00
klmp200andSkia 57454bffa0 forum: workaround size error while building index, handle malformed utf8 2018-12-13 20:33:34 +01:00
klmp200andSkia 641d564ec6 forum: add trigger to update index on ForumMessage update 2018-12-13 20:33:34 +01:00
klmp200andSkia ee99ec1aed forum: workaround for building index with safety margin 2018-12-13 20:33:34 +01:00
klmp200andSkia 269242601a forum: workaround for error while indexing badly encoded text (legacy) 2018-12-13 20:33:34 +01:00
klmp200andSkia 545671bec3 forum: workaround for building index 2018-12-13 20:33:34 +01:00
klmp200andSkia 347caa3b6a forum and core: fix error 500 when query is empty on search 2018-12-13 20:33:34 +01:00
klmp200andSkia 65a0b7b2d4 forum: better display of search results 2018-12-13 20:33:34 +01:00
klmp200andSkia 107c6c196f forum: limit results and improve search engine speed 2018-12-13 20:33:34 +01:00
klmp200andSkia 884855c178 forum and core: remove CanViewSearchMixin and use specialized view instead 2018-12-13 20:33:34 +01:00
klmp200andSkia 1de77f2fdd core: fix typo 2018-12-13 20:33:34 +01:00
klmp200andSkia 076b10e325 forum and core: add a dedicated mixin to exclude unauthorized search results 2018-12-13 20:33:34 +01:00
klmp200andSkia 3fdb83c1c2 forum and core: add access rights on search query 2018-12-13 20:33:34 +01:00
klmp200andSkia 525b047b4f forum: display search bar on every forum pages 2018-12-13 20:33:34 +01:00
klmp200andSkia 404b825de4 forum: make search fuzzy 2018-12-13 20:33:34 +01:00
klmp200andSkia 286ba91c75 Adapt forum search to xapian and improve query 2018-12-13 20:33:34 +01:00
klmp200 824060bc7a Update contributing and readme to xapian dependency 2018-12-05 23:26:42 +01:00
klmp200 c071ed66bc Merge branch 'contribution-instructions' into 'master'
Add team chat badge into README.md

See merge request ae/Sith!178
2018-11-08 22:54:23 +01:00
klmp200 c42450ee2f Add team chat badge into README.md 2018-11-08 21:29:02 +01:00
klmp200 6355bad5b7 Merge branch 'ergonomie' into 'master'
Navbar translation improvements

See merge request ae/Sith!177
2018-11-08 00:39:14 +01:00
klmp200 2c61e797c6 Navbar translation improvements 2018-11-08 00:27:50 +01:00
klmp200 75dd171714 Merge branch 'historique_cotisations' into 'master'
user: allow subscription history to be visible when subscription is expired

See merge request ae/Sith!169
2018-10-16 15:43:23 +02:00
klmp200 4d3ff3e9dc user: allow subscription history to be visible when subscription is expired 2018-10-16 15:28:45 +02:00
klmp200 917b559b4a Merge branch 'historique_cotisations' into 'master'
user: add subscription history

See merge request ae/Sith!167
2018-10-16 15:17:57 +02:00
klmp200 9089fe3a6a Merge branch 'formulaire_cotisation' into 'master'
subscriptions: add date_of_birth for new users created in subscription form

See merge request ae/Sith!168
2018-10-16 15:01:25 +02:00
klmp200 72a4bde6a2 user: fix populate for dev and use native django function to fetch payment_method 2018-10-16 14:52:47 +02:00
klmp200 e24eb8ce37 subscriptions: add date_of_birth for new users created in subscription form 2018-10-16 00:44:32 +02:00
klmp200 f6968facbe user: add subscription history 2018-10-16 00:17:19 +02:00
klmp200 b2b03e530a Merge branch 'sentry' into 'master'
senrty: fix SENTRY_DSN in error page

See merge request ae/Sith!166
2018-10-10 16:40:57 +02:00
klmp200 f91ba25b25 senrty: fix SENTRY_DSN in error page 2018-10-10 16:33:12 +02:00
klmp200 6fd34bcaa0 Merge branch 'sentry' into 'master'
Intégration d'une page d'incident automatique

See merge request ae/Sith!165
2018-10-10 16:23:05 +02:00
klmp200 f4122bbc37 sentry: deal with sentry's js as external resource 2018-10-10 15:27:21 +02:00
klmp200 bdd8427758 sentry: integration with error 500 page 2018-10-10 02:18:19 +02:00
klmp200 f7be284b30 Merge branch 'sentry' into 'master'
Support de sentry pour récupérer les erreurs utilisateur

See merge request ae/Sith!161
2018-10-09 12:14:50 +02:00
klmp200 b2d44e83b4 debug: add sentry support 2018-10-06 03:37:36 +02:00
klmp200 d2fe9e56cf Add black for sublime text in contributing 2018-10-05 23:18:35 +02:00
klmp200 d56a5138a8 contributing: freshen up infos while I'm at it 2018-10-05 22:30:54 +02:00
klmp200 839f585f87 CI: improve CI 2018-10-05 21:53:14 +02:00
klmp200 cb58b00b6e All: Apply Black coding rules 2018-10-05 21:52:55 +02:00
klmp200 0581c667de Club: blackify view file 2018-10-05 21:51:54 +02:00
klmp200 88d6f8dc8a CI: introduce black 2018-10-05 21:48:26 +02:00
klmp200 5a6c7aaadf clubs: un champ plus joli pour la short_description, crack vas être content 2018-10-04 00:15:47 +02:00
klmp200 bef10c0fe3 Merge branch 'sli' into 'master'
Add subscription for 2018 Euroks

See merge request ae/Sith!155
2018-07-07 00:19:22 +02:00
klmp200 e3cb6d41f9 Add subscription for 2018 Euroks 2018-07-07 00:13:31 +02:00
klmp200 b2abc78694 Merge branch 'new_django' into 'master'
Fix subscription bug for old subscribers on subscription page

See merge request ae/Sith!153
2018-06-12 15:07:09 +02:00
klmp200 f1e8d55b41 Fix subscription bug for old subscribers on subscription page 2018-06-12 15:00:51 +02:00
klmp200 7322882002 Merge branch 'new_django' into 'master'
Fix user pictures display

See merge request ae/Sith!152
2018-06-10 18:49:44 +02:00
klmp200 5c4a16d14c Fix user pictures display 2018-06-10 18:43:39 +02:00
klmp200 1cfc4f8092 Merge branch 'new_django' into 'master'
Migration to django 1.11

See merge request ae/Sith!146
2018-06-10 16:37:57 +02:00
klmp200 08de5dfe6a Migration to django 1.11 2018-06-10 16:31:58 +02:00
klmp200 39119f586a Merge branch 'sli' into 'master'
Image promo 19 et demande du bdf

See merge request ae/Sith!151
2018-06-10 16:16:37 +02:00
klmp200 a0a86ef8e1 Allow BDF's members to see subscriptions on users 2018-06-10 16:09:21 +02:00
klmp200 90e1e7c1bb Add promo logo 2018-06-10 16:09:04 +02:00
klmp200 c5be9b5597 Add promo 19's logo 2018-06-10 15:49:53 +02:00
klmp200 01240ce75e Merge branch 'bugfix' into 'master'
Small modification in hope to fix communication screen deformations

See merge request ae/Sith!150
2018-04-29 14:12:22 +02:00
klmp200 83f38e617b Forum Form optimisation 2018-04-26 19:38:39 +02:00
klmp200 443616a762 Forum permission fix and form display 2018-04-26 15:20:45 +02:00
klmp200 afa9bd8735 Fix Poster form 2018-04-26 14:48:29 +02:00
klmp200 41c83b17df Merge branch 'nabos' into 'master'
Changed default display time for posters and permissions on it

See merge request ae/Sith!142
2018-03-18 22:45:11 +01:00
klmp200 cbd333eb47 Changed default display time for posters and permissions on it 2018-03-18 22:28:25 +01:00
klmp200 80bffd00d1 Merge branch 'bugfix' into 'master'
Bugfix for mailing list and posters

See merge request ae/Sith!141
2017-12-22 12:59:51 +01:00
klmp200 43b4579a98 Fix datetime forms for posters 2017-12-22 12:53:43 +01:00
klmp200 c014a6e379 Fix translations 2017-12-22 12:22:37 +01:00
klmp200 b7483513be Fix for mailing lists 2017-12-22 12:06:23 +01:00
klmp200 72d2862e3e Posters now working + notifications for com admin 2017-12-16 20:48:36 +01:00
klmp200 5132eb49e4 Merge branch 'elections' into 'master'
It's better to delete an object in delete

See merge request ae/Sith!140
2017-12-12 14:58:02 +01:00
klmp200 5915de9603 It's better to delete an object in delete 2017-12-12 14:52:08 +01:00
klmp200 6335d60ad6 Merge branch 'quickux' into 'master'
Better ui for group selection on election and wiki

See merge request ae/Sith!137
2017-12-10 21:43:54 +01:00