Commit Graph

64 Commits

Author SHA1 Message Date
Élie Bouttier afedd6635b program: as_xml 2016-10-24 22:35:56 +02:00
Élie Bouttier 31ca49de57 fix bug: superman is the default speaker 2016-10-19 22:36:09 +02:00
Élie Bouttier 008f9c3ff4 plenary (WIP) 2016-10-19 22:36:09 +02:00
Élie Bouttier dcc13c9cff minors improvements around talk duration 2016-10-19 13:51:10 +02:00
numahell fc498f476c Add end date available property for talk 2016-10-19 00:21:41 +02:00
Élie Bouttier 54bcf5dab8 show full name instead of login 2016-10-19 00:14:02 +02:00
Élie Bouttier 7b9e252a97 program 2016-10-16 23:36:03 +02:00
Élie Bouttier d6da137582 help texts, fix #27 2016-10-15 14:05:27 +02:00
Élie Bouttier 4c7535e939 fix tests with null=True, blank=True 2016-10-11 19:20:36 +02:00
Élie Bouttier afbd20af82 add room to talks 2016-10-11 11:31:32 +02:00
Élie Bouttier 74aa1b5bf4 add start_date to talks 2016-10-11 11:33:37 +02:00
Élie Bouttier f3b4195ecf fix track permissions 2016-10-10 13:55:18 +02:00
Élie Bouttier d00a383d54 add talk moderation role to track managers 2016-10-08 20:31:28 +02:00
Élie Bouttier 1d8433e1c3 duration is in minutes 2016-10-05 22:14:31 +02:00
Élie Bouttier 026ee568e4 track duration 2016-10-05 21:46:59 +02:00
Élie Bouttier 357914fac5 add managers to track 2016-10-05 21:06:10 +02:00
Élie Bouttier 6bbf9198d5 track list: add filter link 2016-09-28 22:55:51 +02:00
Élie Bouttier 6d5a458b95 add cfp opening and closing date 2016-09-28 21:17:56 +02:00
Élie Bouttier bd8538e7e2 Revert "allow to close the CFP"
This reverts commit 1f635cb379.
2016-09-28 19:44:06 +02:00
Élie Bouttier 1f635cb379 allow to close the CFP 2016-09-24 18:25:05 +02:00
Élie Bouttier c862863b6d assign talk to track from topic 2016-09-23 00:51:07 +02:00
Élie Bouttier 40429aa580 add Track model 2016-09-22 00:53:09 +02:00
Élie Bouttier 7fe3582730 talk list sorting 2016-09-18 17:15:10 +02:00
Élie Bouttier 24732e4171 add talk kind link on talk details page 2016-09-18 02:34:48 +02:00
Élie Bouttier d9b4f67f3f fix topics url 2016-09-18 02:29:54 +02:00
Élie Bouttier 9bc2ed1c92 talk list, with filtering capabilities 2016-09-18 02:00:46 +02:00
Élie Bouttier a48553422f talk score is now average notes 2016-09-16 18:12:21 +02:00
Élie Bouttier c74c80cd67 i18n 2016-09-04 00:36:06 +02:00
Élie Bouttier 22a0fe3ca9 Convert event from integer field to foreign key
This commit also fix conference creation for initial Site
2016-08-31 23:48:19 +02:00
Élie Bouttier dab07b50cf fix talks regrouping by event type 2016-08-22 00:28:14 +02:00
numahell 91240aca17 Add abstract and notes field to talk model and form 2016-08-08 23:54:05 +02:00
Élie Bouttier f4efcf6dfd Add Conference model
This model allow to write markdown home page
2016-08-07 12:51:38 +02:00
numahell 6311889942 Add description field to topic. 2016-08-07 10:21:55 +02:00
Élie Bouttier 18491bcd0b i18n 2016-07-23 12:03:12 +02:00
Élie Bouttier 97c47a279d topic name should be unique *per site* 2016-07-11 22:58:46 +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 fa659ee595 remove the use of CurrentSiteManager 2016-07-09 22:59:41 +02:00
Élie Bouttier 9edc94d4d4 Speakers: use select2 widget
Warning: this commit squash migrations
2016-07-09 18:43:04 +02:00
Élie Bouttier b214ba448c Topic reviewers are User instead of Participation 2016-07-09 18:16:41 +02:00
Élie Bouttier 3523db76c7 improving reviewers UI 2016-07-06 18:30:15 +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
Guilhem Saurel 6e0d87ddee vote model. still needs views, urls, tests, templates, etc. 2016-06-30 01:13:59 +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 8d44ec7f40 add orga boolean to participation 2016-06-25 16:46:44 +02:00
Guilhem Saurel ac629dd116 Add created, updated and full_link to every model 2016-06-25 13:39:28 +02:00
Guilhem Saurel da95523877 long or short conferences 2016-06-25 12:36:57 +02:00
Guilhem Saurel b4490c8eee Fix stuffs.
Maybe breaks other things, don't know, can't test mails for now.
2016-06-20 01:00:08 +02:00