|
320a896610
|
Fix tests and broken forms
|
2022-08-04 17:20:21 +02:00 |
|
|
98bfc308a7
|
Minimal working version
* Upgrade dependencies
* Fix ugettext
* Fix bad urls
|
2022-08-04 00:28:09 +02:00 |
|
Skia
|
e4ddceabea
|
club: fix tests with inclusive translation
|
2022-02-28 14:50:24 +01:00 |
|
tleb
|
49a0ade315
|
core: create TzAwareDateTimeField to replace forms.DateTimeField
|
2021-09-29 15:24:06 +02:00 |
|
|
f34f5fe693
|
Upgrade black and format accordingly
|
2020-08-27 15:59:42 +02:00 |
|
|
4a78157f9a
|
club: fix typo on ClubSellingView
|
2019-11-28 15:14:51 +01:00 |
|
|
bf5fc8750d
|
club: steam CSV download for SellingView
|
2019-11-28 14:52:33 +01:00 |
|
|
274a7b7137
|
core/club: allow adding custom js action to pagination link, useful for FormDetailView with pagination
|
2019-11-28 01:46:41 +01:00 |
|
|
8dd2c02d3e
|
club: add pagination for ClubSellingView
|
2019-11-28 00:30:51 +01:00 |
|
|
a73f5cb270
|
club: use sums in bdd for ClubSellingView
|
2019-11-27 21:37:59 +01:00 |
|
|
7d40e11144
|
club: ClubSellingView way faster and with multiple selections everywhere
|
2019-11-27 20:59:32 +01:00 |
|
|
af48553e35
|
club: separation between archived products and non archived ones
|
2019-11-27 16:23:14 +01:00 |
|
|
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 |
|
|
811809895e
|
club: fix mailing list form that unexpectedly relied on try catch in permissions
|
2019-10-16 21:21:06 +02:00 |
|
|
81fcf411c1
|
django2.2: forms fixs for new API
|
2019-10-08 22:46:38 +02:00 |
|
|
99c8d95443
|
django2.2: remove direct assignments to many-to-many fields
|
2019-10-08 22:46:37 +02:00 |
|
|
f7548ab8d1
|
django2.2: add on_delete on migrations for OneToOneField
|
2019-10-08 22:46:03 +02:00 |
|
|
3cb306bc91
|
django2.2: add on_delete on migrations for ForeignKey
|
2019-10-08 22:46:03 +02:00 |
|
|
12b6f0d488
|
django2.2: adapt DateTimeField in forms with the new API
|
2019-10-08 22:46:02 +02:00 |
|
|
6cc234e8d3
|
django2.2: add default mandatory on_delete on OneToOneField
|
2019-10-08 22:46:02 +02:00 |
|
|
4dadb1dbc0
|
django2.2: add default mandatory on_delete on all ForeignKey
|
2019-10-08 22:46:01 +02:00 |
|
|
2616e8b24c
|
django2.2: relpace django.core.urlresolvers by django.urls
|
2019-10-08 22:46:01 +02:00 |
|
|
be855c6c90
|
django2.2: migrate url to re_path
|
2019-10-08 22:46:01 +02:00 |
|
|
275b89cdf0
|
club: fix SellingFormBase import
|
2019-05-21 10:53:18 +02:00 |
|
|
81d470b977
|
clubs: add tests for MalingForm
|
2019-05-09 20:32:48 +02:00 |
|
|
654099067e
|
clubs: tests for adding mailings
|
2019-05-09 20:32:26 +02:00 |
|
|
d1fb9cc4c3
|
clubs: remove moderator and club from mailing form + display not moderated mailings
|
2019-05-09 17:43:47 +02:00 |
|
|
1d07195881
|
clubs: add bulk deletion on mailing lists
|
2019-05-01 22:54:18 +02:00 |
|
|
24fb714c5e
|
clubs: set club_id and user_id as mandatory arguments for MailingForm
|
2019-05-01 18:59:41 +02:00 |
|
|
da25480993
|
clubs: use standard rights for ClubMailingView
|
2019-05-01 15:50:03 +02:00 |
|
|
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 |
|
|
cfd4955672
|
clubs: clean up imports and move forms to external file
|
2019-05-01 03:32:55 +02:00 |
|
|
01803c8cf0
|
clubs: remove useless self.request_user into ClubMemberView
|
2019-04-25 19:51:30 +02:00 |
|
|
f72f0639ee
|
clubs: display a message instead of a table when no member in a club
|
2019-04-25 17:38:17 +02:00 |
|
|
68f61a432a
|
clubs: adapt tests to new display and fix form validation issue for start_date
|
2019-04-25 17:31:42 +02:00 |
|
|
3eb3565a63
|
clubs: nice display of bulk mark as old
|
2019-04-25 16:36:20 +02:00 |
|
|
75328de5ca
|
clubs: fix membership form and add bulk mark as old tests
|
2019-04-25 15:40:49 +02:00 |
|
|
6964692556
|
clubs: basic bulk mark as old
|
2019-04-24 18:17:03 +02:00 |
|
|
80f1f9699c
|
clubs: move Membership form validation outside of model and fix and add tests
|
2019-04-24 17:12:20 +02:00 |
|
|
d5ad2c5141
|
clubs: Handle bulk add of users in clubs and refresh of the form handling
|
2019-04-24 03:10:42 +02:00 |
|
|
f6ab993b8d
|
wiki: remove old markdown preview
|
2018-12-20 14:32:52 +01:00 |
|
|
cb58b00b6e
|
All: Apply Black coding rules
|
2018-10-05 21:52:55 +02:00 |
|
|
0581c667de
|
Club: blackify view file
|
2018-10-05 21:51:54 +02:00 |
|
|
5a6c7aaadf
|
clubs: un champ plus joli pour la short_description, crack vas être content
|
2018-10-04 00:15:47 +02:00 |
|
Skia
|
9146251642
|
Prevent generation of useless migrations upon settings change
|
2018-05-08 18:51:29 +02:00 |
|
|
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 |
|
|
72d2862e3e
|
Posters now working + notifications for com admin
|
2017-12-16 20:48:36 +01:00 |
|