Commit Graph

52 Commits

Author SHA1 Message Date
Frédéric Péters 7384d3e37d use a dictionary for context (django 1.11) 2019-05-06 10:36:15 +02:00
Frédéric Péters 7467c3dfb9 skip command if settings do not exist (#30284) 2019-02-04 06:28:46 +01:00
Frédéric Péters 5ba59b3c75 debian: declare apps when installed 2019-01-26 09:21:04 +01:00
Frédéric Péters 893e4e7a8b remove log level attribute (#27162) 2018-11-19 15:00:32 +01:00
Frédéric Péters 425398fb13 migrations: mark slug as unique from the start (#20937) 2018-01-11 08:52:35 +01:00
Frédéric Péters 4bbfc767ef misc: disable db_index in slug fields to work around migration bug (#20937) 2018-01-02 13:59:57 +01:00
Frédéric Péters ec0a214ff8 general: update urls.py for django 1.11 (#20934) 2018-01-01 12:09:18 +01:00
Serghei Mihai 884d749d6f make slug unique (#13053) 2017-12-20 11:15:22 +01:00
Frédéric Péters 0022731900 misc: make title/slug/description translatable (#15660) 2017-12-12 07:29:51 +01:00
Frédéric Péters 017dfe6813 don't expose Monday for requests made on Saturday (#15880) 2017-04-14 12:57:11 +02:00
Frédéric Péters df480d1043 update templates to match summer 2016 gadjo changes (#15732) 2017-04-03 15:01:29 +02:00
Frédéric Péters 62ab9b4cbd make all forms/views compatible with django 1.8 (#15731) 2017-04-03 15:01:29 +02:00
Serghei Mihai e1a697c433 don't display Monday collect day on Friday eve (#10859) 2016-05-09 10:30:16 +02:00
Serghei Mihai 612e451386 remove "volume" and "type" columns from email ods (#9924) 2016-04-16 10:26:25 +02:00
Serghei Mihai f16fe9fb5b sort ods by 'commune' and 'voie' columns (#9925) 2016-04-16 10:25:41 +02:00
Frédéric Péters ea51cd37bc fix pieces of django 1.8 compatibility 2016-04-09 13:03:23 +02:00
Frédéric Péters b162999bd1 misc: add migration for passerelle log_level addition 2016-04-08 17:15:49 +02:00
Frédéric Péters 23e0b423ee ignore cancelled requests (#9871) 2016-02-04 13:47:56 +01:00
Serghei Mihai e25bec5ec9 "che" means "chemin" (#9208) 2015-12-04 17:04:15 +01:00
Serghei Mihai 209e76fd63 export formdata in ods file (#9178) 2015-12-04 09:56:49 +01:00
Serghei Mihai 07692842fb fix current weekday computing 2015-12-01 18:54:02 +01:00
Serghei Mihai 2c6be693f6 use empty string for empty form elements 2015-12-01 18:53:58 +01:00
Serghei Mihai c6813aebe4 increase contact email field size (#9164) 2015-12-01 11:44:17 +01:00
Serghei Mihai 2f9fd0714c debian: run notify sectors cron job for all tenants (#9144) 2015-11-30 10:15:06 +01:00
Frédéric Péters 484826cfc1 misc: on Fridays send emails for Sat and Sun and Mon (#9018) 2015-11-18 12:10:38 +01:00
Serghei Mihai aba220d7b6 allow commune edit (#8626) 2015-10-13 23:25:13 +02:00
Serghei Mihai 944094c4b8 add commune, first and last names in attached csv (#8561) 2015-10-09 09:30:42 +02:00
Serghei Mihai 138ca5c0a3 strip email subject 2015-10-07 08:09:52 +02:00
Serghei Mihai 01f404a75b get all formdata at once using "full=on" (#8512) 2015-10-06 09:41:41 +02:00
Serghei Mihai 5b10a3232d search next demands in all formdatas 2015-10-05 15:21:13 +02:00
Serghei Mihai 25d016ea6b read street name and number separately in formdata 2015-09-24 00:28:51 +02:00
Serghei Mihai d50d427ee3 allow multiple emails for sectors (#8268) 2015-09-17 09:39:27 +02:00
Serghei Mihai 6f64d3b239 notify sectors about new demands (#7604) 2015-07-10 12:01:44 +02:00
Serghei Mihai 5bea7ec74e define optional sectors via street list for commune (#7603) 2015-07-10 11:35:49 +02:00
Serghei Mihai d0ec829a2b debian: do not use pybuild 2015-06-30 18:27:32 +02:00
Serghei Mihai 5131bf994a fix collectday unicode representation (#7618) 2015-06-29 10:57:51 +02:00
Serghei Mihai 9017316784 collect day is unique for a sector (#7683) 2015-06-29 10:57:35 +02:00
Serghei Mihai 8c24a36842 setup.py: remove package's entry point declaration (#7652) 2015-06-22 17:27:44 +02:00
Frédéric Péters 56ac3511ce port plugin to new passerelle django.apps support (#7515) 2015-06-15 14:54:54 +02:00
Frédéric Péters 568d159d3a make it possible to limit number of available days 2015-04-30 11:05:20 +02:00
Frédéric Péters 15e4da87cb fix json of available days to have the values in the 'data' key 2015-04-30 11:01:13 +02:00
Frédéric Péters 194c6e186e translation update 2015-04-30 10:27:24 +02:00
Frédéric Péters d4bcce2f09 add verbose names to fields 2015-04-30 10:27:24 +02:00
Frédéric Péters b5c34bb5a5 add a contact email to sectors 2015-04-30 10:22:01 +02:00
Frédéric Péters b9e1b59107 add French translation 2015-04-29 11:14:47 +02:00
Frédéric Péters dd19f7f221 add breadcrumb on listing views 2015-04-29 11:07:50 +02:00
Frédéric Péters 21942750c0 add debian packaging 2015-04-29 10:34:07 +02:00
Frédéric Péters 9d24043789 add API to get list of available days (given a insee code) 2015-04-15 15:32:02 +02:00
Frédéric Péters fb2ed69569 add management objects 2015-04-15 15:32:02 +02:00
Frédéric Péters e5d5aa9b48 empty shell 2015-04-15 15:32:02 +02:00