Commit Graph

74 Commits

Author SHA1 Message Date
Élie Bouttier
10f2ec72df homogenization of signal connection 2016-08-07 12:18:42 +02:00
numahell
31d1cc2947 Help for constraint in participation form 2016-08-07 09:39:53 +02:00
numahell
a8b0e4aa6c Translate field constraint 2016-08-07 09:11:15 +02:00
Guilhem Saurel
0bde350b15 Django 1.10 is out 2016-08-01 21:31:56 +02:00
Élie Bouttier
7d0ca9b22a participation creation: smart users list
exclude users already participating
2016-07-23 19:47:58 +02:00
Élie Bouttier
cfa0220da7 avatar 2016-07-23 17:21:03 +02:00
Élie Bouttier
cc5e04807f i18n 2016-07-23 14:20:16 +02:00
Élie Bouttier
90630129f4 small urls modifications 2016-07-23 14:20:11 +02:00
Élie Bouttier
7c43d693fe fix tests
new behavior introduced in 82aba755b8
2016-07-23 13:00:11 +02:00
Élie Bouttier
18491bcd0b i18n 2016-07-23 12:03:12 +02:00
Élie Bouttier
82aba755b8 superuser are not orga (be become orga on login) 2016-07-23 01:50:38 +02:00
Élie Bouttier
f1bb23083b add link to login page on registration page 2016-07-22 19:44:38 +02:00
Élie Bouttier
4a762bc58a removing reset password button from register view 2016-07-22 19:44:38 +02:00
Élie Bouttier
ebc96aaad7 set orga = True on login for superusers 2016-07-22 19:44:38 +02:00
Élie Bouttier
c3a96ececf add Transport & Connector to django admin 2016-07-22 19:44:38 +02:00
Élie Bouttier
367d2dc331 spelling: plain -> plane 2016-07-22 19:44:38 +02:00
Élie Bouttier
7e981a1de9 login template: use _form.html 2016-07-22 19:44:38 +02:00
Élie Bouttier
c13bc08588 talks count for each speakers 2016-07-12 19:47:26 +02:00
Élie Bouttier
39bf113c0f small improvement 2016-07-12 16:16:40 +02:00
Élie Bouttier
78c0156253 notes on Participation instead of Profile 2016-07-12 14:07:23 +02:00
Élie Bouttier
28f7fb782c return only topics belonging to participation site 2016-07-11 22:57:50 +02:00
Guilhem Saurel
878a139075 clean 2016-07-11 21:33:34 +02:00
Élie Bouttier
7ce9392cf1 multiple choice for transports and connectors 2016-07-10 22:22:17 +02:00
Élie Bouttier
ea72f19e83 add videotaped and video_licence profile fields 2016-07-10 00:46:52 +02:00
Élie Bouttier
5bd9db6f94 fix reviewers list in participations list 2016-07-10 00:28:38 +02:00
Élie Bouttier
47c41fbb3c fixing tests 2016-07-10 00:23:01 +02:00
Élie Bouttier
8f87d01a8b fixing participation creation permisisons 2016-07-10 00:22:10 +02:00
Élie Bouttier
92128bbe6e possibility to create participation from account 2016-07-10 00:15:08 +02:00
Élie Bouttier
61d0372bfd use is_orga 2016-07-09 23:44:52 +02:00
Élie Bouttier
fa659ee595 remove the use of CurrentSiteManager 2016-07-09 22:59:41 +02:00
Élie Bouttier
0206181158 fix tests 2016-07-09 20:31:40 +02:00
Élie Bouttier
9edc94d4d4 Speakers: use select2 widget
Warning: this commit squash migrations
2016-07-09 18:43:04 +02:00
Élie Bouttier
7f8fa7864b fix orga_required & staff_required decorators 2016-07-08 01:12:18 +02:00
Élie Bouttier
22a4346aae orga_required & staff_required decorators close #5 2016-07-07 16:44:31 +02:00
Élie Bouttier
3523db76c7 improving reviewers UI 2016-07-06 18:30:15 +02:00
Élie Bouttier
56be78ee0b superuser are automatically orga 2016-07-06 01:32:31 +02:00
Guilhem Saurel
d9b3846cf1 Various Stuffs
- unified orga forms
- unified staff / orga | util / mixin / filter
- moved a signal into its signals.py
- profile edition now edits User / Profile / Participation
- topic can be edited
- orga can set topics reviewers
- removed view list-talks-by-speaker (his talks appears on his page)
- everybody can see topics (template show more stuff the more permissions you have)
2016-07-05 01:16:33 +02:00
Guilhem Saurel
ed12a0a214 show reviewers in topic lists 2016-07-03 22:58:19 +02:00
Guilhem Saurel
3d9d9a554b sortedm2m, remove Speech, reset migrations
BREAK ALL THE THINGS \o/
2016-06-30 01:02:00 +02:00
Guilhem Saurel
fa7c943b3f get_link & clean views 2016-06-28 01:04:45 +02:00
Guilhem Saurel
9426c28f0f rm useless view and its template 2016-06-28 00:32:30 +02:00
Guilhem Saurel
a365d8ce84 CBV. 2016-06-28 00:31:24 +02:00
Guilhem Saurel
06ae3897fc clean templates 2016-06-25 18:58:19 +02:00
Guilhem Saurel
b8cfaea5e1 notes on a speaker 2016-06-25 17:38:01 +02:00
Guilhem Saurel
8d44ec7f40 add orga boolean to participation 2016-06-25 16:46:44 +02:00
Guilhem Saurel
ecb2c70245 tests 2016-06-25 16:27:35 +02:00
Guilhem Saurel
f78ae64711 add staff for a site, and a user is staff on a site, he can add topics 2016-06-25 15:12:18 +02:00
Guilhem Saurel
ac629dd116 Add created, updated and full_link to every model 2016-06-25 13:39:28 +02:00
Guilhem Saurel
e74afdd550 speaker needs sound 2016-06-25 12:41:08 +02:00
Guilhem Saurel
c0629d5a54 Profile: 3rd form with Participation instance 2016-06-25 12:33:04 +02:00