Commit Graph

75 Commits

Author SHA1 Message Date
Antoine Bartuccio 5c8fa1b9e7
core: add UserIsRootMixin and an admin delete view for memberships 2019-11-24 19:23:43 +01:00
tleb 143b128891 club: fix 500 on club_new 2019-10-21 22:56:24 +02:00
Antoine Bartuccio 811809895e
club: fix mailing list form that unexpectedly relied on try catch in permissions 2019-10-16 21:21:06 +02:00
Antoine Bartuccio 2616e8b24c
django2.2: relpace django.core.urlresolvers by django.urls 2019-10-08 22:46:01 +02:00
Antoine Bartuccio 275b89cdf0
club: fix SellingFormBase import 2019-05-21 10:53:18 +02:00
Antoine Bartuccio 654099067e
clubs: tests for adding mailings 2019-05-09 20:32:26 +02:00
Antoine Bartuccio d1fb9cc4c3
clubs: remove moderator and club from mailing form + display not moderated mailings 2019-05-09 17:43:47 +02:00
Antoine Bartuccio 1d07195881
clubs: add bulk deletion on mailing lists 2019-05-01 22:54:18 +02:00
Antoine Bartuccio da25480993
clubs: use standard rights for ClubMailingView 2019-05-01 15:50:03 +02:00
Antoine Bartuccio a0e39b8904 clubs: rewrite MailingForm to include everything in one place
Everything is handled on the same view, no more redirection hacks

Remove get_context_data in DetailFormView since it's already done by django
2019-05-01 15:49:30 +02:00
Antoine Bartuccio cfd4955672
clubs: clean up imports and move forms to external file 2019-05-01 03:32:55 +02:00
Antoine Bartuccio 01803c8cf0
clubs: remove useless self.request_user into ClubMemberView 2019-04-25 19:51:30 +02:00
Antoine Bartuccio 68f61a432a
clubs: adapt tests to new display and fix form validation issue for start_date 2019-04-25 17:31:42 +02:00
Antoine Bartuccio 75328de5ca
clubs: fix membership form and add bulk mark as old tests 2019-04-25 15:40:49 +02:00
Antoine Bartuccio 6964692556
clubs: basic bulk mark as old 2019-04-24 18:17:03 +02:00
Antoine Bartuccio 80f1f9699c
clubs: move Membership form validation outside of model and fix and add tests 2019-04-24 17:12:20 +02:00
Antoine Bartuccio d5ad2c5141
clubs: Handle bulk add of users in clubs and refresh of the form handling 2019-04-24 03:10:42 +02:00
Antoine Bartuccio 0581c667de
Club: blackify view file 2018-10-05 21:51:54 +02:00
Antoine Bartuccio 5a6c7aaadf
clubs: un champ plus joli pour la short_description, crack vas être content 2018-10-04 00:15:47 +02:00
Antoine Bartuccio b7483513be
Fix for mailing lists 2017-12-22 12:06:23 +01:00
Skia a2ee017668 club/views: fix call to parent's get_context_data in PosterListView 2017-12-21 18:16:32 +01:00
gnikwo 903f07ecbd
Added screen list on poster + Added unmoderated poster artefact + discussions fixes 2017-12-21 12:25:07 +01:00
Antoine Bartuccio 72d2862e3e
Posters now working + notifications for com admin 2017-12-16 20:48:36 +01:00
Antoine Bartuccio cc99cecaa0
Fix tab mixin on clubs 2017-12-05 15:53:36 +01:00
gnikwo 91d3e9e4dc
Delete function + club tabs 2017-12-05 15:24:46 +01:00
gnikwo 5cd031f579
Ready for review 2017-11-28 15:12:25 +01:00
gnikwo 21b24f2891
Club views and discussions fixes 2017-11-28 15:12:04 +01:00
Antoine Bartuccio 8146186447
Fix some bugs in mailings with new club tools 2017-10-06 11:09:31 +02:00
Antoine Bartuccio 4800db3c2c
Add auto generation for mailing lists 2017-10-06 11:09:31 +02:00
Antoine Bartuccio 4310441269
Redirect directly on member page when adding a new member. Still has a bug : an user already member always show when success 2017-10-06 11:09:31 +02:00
Antoine Bartuccio baa7be69e4
Better integration of wiki pages on clubs 2017-10-06 11:09:31 +02:00
Antoine Bartuccio db509bf060
Nice club presentation 2017-10-06 11:09:30 +02:00
Antoine Bartuccio fe69cbcee1
Add page for clubs and inactive clubs 2017-10-06 11:09:29 +02:00
Skia a2dc00f4e5 club: add club logo
Signed-off-by: Skia <skia@libskia.so>
2017-09-25 20:13:35 +02:00
Antoine Bartuccio 4f6109e27c Refactor mailings email 2017-08-22 22:39:12 +02:00
Antoine Bartuccio 470680e760 Add moderation for mailing lists 2017-08-22 15:36:39 +02:00
Antoine Bartuccio fe187dae38 Only begining of the mail is now needed 2017-08-22 15:36:39 +02:00
Antoine Bartuccio 76efb91e40 Move mailing list admin to com 2017-08-22 15:36:39 +02:00
Antoine Bartuccio 69e997d587 Refactoring mailings 2017-08-22 15:36:39 +02:00
Antoine Bartuccio 8c9f02a142 Add fetch function for DSI 2017-08-22 15:36:39 +02:00
Antoine Bartuccio 9cb88a878d Even better mailing 2017-08-22 15:36:39 +02:00
Antoine Bartuccio feaf6b73b7 Begin mailing list system 2017-08-22 15:36:39 +02:00
Pierre Brunet 73b2c9d4c5 Format club 2017-06-13 09:48:24 +02:00
Skia 83deae5964 Apply GPLv3 to Sith, and add header to every concerned file 2017-04-24 17:51:12 +02:00
Antoine Bartuccio fb09719317 Hide start_date for non root user from clubs 2017-04-03 09:41:35 +02:00
Antoine Bartuccio 86e3c09bae Add benefit on sellings view 2017-01-05 15:48:06 +01:00
Skia 114272df2f Add simple club stats 2017-01-04 17:38:54 +01:00
Skia 17b4e24aaa Small club update 2016-12-29 00:42:26 +01:00
Antoine Bartuccio 2dd2189314 Download sellings as csv 2016-11-08 14:57:09 +01:00
Skia 20ff409547 Fix tests 2016-11-06 11:36:54 +01:00