Commit Graph

661 Commits

Author SHA1 Message Date
Guilhem Saurel 25c15440d2 migration 2016-07-11 21:33:48 +02:00
Guilhem Saurel 878a139075 clean 2016-07-11 21:33:34 +02:00
Guilhem Saurel 8fa2341ff6 Topic.talks() -> Topic.talk_set 2016-07-11 18:44:40 +02:00
Élie Bouttier c79181fe4b update components submodule 2016-07-11 13:53:37 +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 577db6bc4b fixing speaker list template 2016-07-10 00:31:36 +02:00
Élie Bouttier ed20943788 fix displaying of talks without any topics 2016-07-10 00:30:28 +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 5b28c16e5b fix regression 2016-07-09 23:29:03 +02:00
Élie Bouttier 7411d660d8 notify orga of new added talks 2016-07-09 22:59:45 +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
Guilhem Saurel 03d2ad03ef howto test 2016-07-09 19:33:53 +02:00
Lionel Porcheron f4f9a0abff Add missing django-select2, drop django-sortedm2m 2016-07-09 19:20:38 +02:00
Élie Bouttier 9edc94d4d4 Speakers: use select2 widget
Warning: this commit squash migrations
2016-07-09 18:43:04 +02:00
Élie Bouttier ba6ac00e91 fix regression related to reviewers 2016-07-09 18:42:24 +02:00
Élie Bouttier 8698ccbdde Reviewers: use select2 widget 2016-07-09 18:17:16 +02:00
Élie Bouttier b214ba448c Topic reviewers are User instead of Participation 2016-07-09 18:16:41 +02:00
Aymeric / APLU c555859896 Update post-mail.sh 2016-07-08 18:03:46 +02:00
Élie Bouttier 2201441c2f fix post-mail.sh script 2016-07-08 11:55:10 +02:00
Élie Bouttier dcc0f73f17 fix: HttpResponse is not a Exception 2016-07-08 01:14:32 +02:00
Élie Bouttier 7f8fa7864b fix orga_required & staff_required decorators 2016-07-08 01:12:18 +02:00
Élie Bouttier c5abcf078a fix bash version of sieve-filter 2016-07-08 01:07:55 +02:00
Aymeric / APLU 486c1ece58 Add an other implementation of sieve-filter (in bash)
* Requirement: bash and curl.
2016-07-07 22:11:40 +02:00
Élie Bouttier dbe5972634 fix conversations subscribers for system message 2016-07-07 19:46:19 +02:00
Élie Bouttier 774a7c3a43 fix tests 2016-07-07 16:50:33 +02:00
Élie Bouttier 75dd322721 fixing and improving templates 2016-07-07 16:46:55 +02:00
Élie Bouttier 374d7a97cb fix conversations subscribing permissions 2016-07-07 16:46:03 +02:00
Élie Bouttier 22a4346aae orga_required & staff_required decorators close #5 2016-07-07 16:44:31 +02:00
Élie Bouttier 6832dd29f4 fix messaging permission check 2016-07-07 13:52:25 +02:00
Élie Bouttier 176ea8a712 improve reviewers managment messages 2016-07-07 13:52:01 +02:00
Élie Bouttier ef7c4f093a fix permission regression 2016-07-07 13:51:47 +02:00
Élie Bouttier 3523db76c7 improving reviewers UI 2016-07-06 18:30:15 +02:00
Élie Bouttier eb0cf5010a notify talk edition 2016-07-06 18:19:00 +02:00
Élie Bouttier 92cacd30a7 fix permission error 2016-07-06 16:40:58 +02:00
Élie Bouttier f4965f70b4 small display improvement 2016-07-06 01:32:55 +02:00
Élie Bouttier 56be78ee0b superuser are automatically orga 2016-07-06 01:32:31 +02:00
Élie Bouttier e3f0c10439 setup.cfg is enought 2016-07-06 01:06:08 +02:00
Élie Bouttier 1cdc24107a coverage script 2016-07-05 23:25:20 +02:00
Élie Bouttier 6039905d3b ignore src dir 2016-07-05 22:24:20 +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 168352958b talks accepted & allowed talks 2016-07-03 22:39:29 +02:00
Guilhem Saurel 8e936ccf46 vote views, urls, tests, templates, etc. 2016-07-02 01:03:07 +02:00
Guilhem Saurel 58256e0d3b add conversations about talk in talk descriptions 2016-07-01 23:42:22 +02:00