Commit Graph

99 Commits

Author SHA1 Message Date
1f7752d457 Add pronouns to profile ; Update gender settings
Add pronouns to option list in profile
Modify "Sex" translation to "Genre"
Added "Other" to sex option list (alongside Man and Woman)

update DB,add default value to Pronouns field

Update views.py
2021-10-06 14:12:34 +02:00
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
ad3f003fbb Remove unused multiple-select library 2019-10-16 14:28:53 +02:00
d7075eb762 django2.2: fix breaking change for getting uploaded files size 2019-10-08 22:46:38 +02:00
cf3f5ea60c django2.2: fix django server crash because of breaking change in widget rendering method 2019-10-08 22:46:37 +02:00
2616e8b24c django2.2: relpace django.core.urlresolvers by django.urls 2019-10-08 22:46:01 +02:00
Cyl
ad6f17d309 core: replace simplemde with easymde 2019-05-06 20:42:35 +02:00
19c1361e47 core: fix heading in MarkdownInput 2018-12-19 14:10:39 +01:00
542a2ede32 core: translations for MarkdownInupt 2018-12-19 14:02:45 +01:00
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
cb58b00b6e All: Apply Black coding rules 2018-10-05 21:52:55 +02:00
afe78ea634 Add captcha to registration form 2018-07-06 11:35:02 +02:00
d49f7858d3 Better ui for group selection on election and wiki 2017-12-10 21:37:50 +01:00
e3fd3b81ab Add gift function 2017-11-06 00:30:37 +01:00
fe69cbcee1 Add page for clubs and inactive clubs 2017-10-06 11:09:29 +02:00
e7de8b2aec Format core 2017-06-13 10:04:13 +02:00
a89fb23d33 That's just a ridiculous little fix
Signed-off-by: Skia <skia@libskia.so>
2017-06-10 20:03:37 +02:00
ce46a9d9da Some small clean up and refactoring
Signed-off-by: Skia <skia@libskia.so>
2017-06-10 19:56:47 +02:00
2925cde8ab Add a MarkdownInput widget, and make use of it
Signed-off-by: Skia <skia@libskia.so>
2017-06-10 19:40:47 +02:00
83deae5964 Apply GPLv3 to Sith, and add header to every concerned file 2017-04-24 17:51:12 +02:00
5eb1e609cc Fixed tests issues 2017-03-27 22:47:24 +02:00
b28ce200e6 Fix some translations 2017-03-27 14:31:58 +02:00
d2da5716ba Automodere profile files 2017-03-24 08:43:13 +01:00
5ba2ab925d Add godfathers 2016-09-19 20:29:43 +02:00
5b5006892d Make sellings for clubs 2016-09-09 16:23:35 +02:00
b2df8fbf18 Fix LoginForm 2016-09-01 17:50:13 +02:00
d27f62dca9 Small fixes 2016-09-01 16:43:21 +02:00
f66b999f24 Improve login form 2016-08-31 02:44:46 +02:00
f2c3c7dc25 Add viewable flag for user 2016-08-22 18:44:03 +02:00
8e3eb1e2bf Some templating and add webcam support for profile editing 2016-08-22 02:56:27 +02:00
7e90e657a7 Add ajax-select app and improve some templates 2016-08-19 23:24:23 +02:00
66fdf6cbf7 Migrate and improve subscriptions 2016-08-14 19:28:14 +02:00
c0a66f9a38 Finish profile of users 2016-08-13 05:33:09 +02:00
43b709bfd5 Make file modale chooser and complete user profile 2016-08-11 04:30:24 +02:00
792d66da33 Add nice whole file support 2016-08-10 05:48:06 +02:00
593050d9e2 Improve greatly the counter right management 2016-07-18 00:47:56 +02:00
e75da927c3 Improve group views 2016-05-31 13:00:52 +02:00
debba55350 Add MetaGroup system 2016-03-29 12:45:10 +02:00
a14d940db2 Some refactoring and misc improvements 2016-02-05 16:59:42 +01:00
a6edfcc048 Update UserPropForm 2015-12-14 10:49:15 +01:00
268a33255b Refactor user groups to user prop 2015-12-09 11:01:11 +01:00
e3cbe70319 WIP: Improve many views and a bit user permissions (idea for class scale perm) 2015-12-08 17:22:50 +01:00
edcbf7a367 Update fixture and PagePropFrom 2015-11-27 16:09:47 +01:00
5c9e5a24ab Implement generic right checking for any View with the right parents 2015-11-27 15:39:42 +01:00
b19ec084b6 Basic group view and permissions management on the pages 2015-11-26 17:40:31 +01:00
48e3f88b87 Improve user views 2015-11-26 16:32:56 +01:00
b237cdbaae Refactor page view with Django's black magic powered DetailView&co 2015-11-25 14:45:18 +01:00
18115a0dc4 Put view into a module 2015-11-24 16:09:46 +01:00