Commit Graph

4276 Commits

Author SHA1 Message Date
Thomas NOËL 3a0f139ce2 add /repost API 2013-06-04 15:43:17 +02:00
Thomas NOËL 38b63fa634 solis: fix 2013-05-24 16:05:29 +02:00
Thomas NOËL c6c7c8a5e0 /media files are viewable by logged users 2013-05-24 14:29:53 +02:00
Frédéric Péters c9d5e5d085 datasources: do not fail on datasources with no parameters 2013-05-24 08:50:26 +02:00
Frédéric Péters b87f6fed51 gdc: add new required voie_str parameter (#2934) 2013-05-24 08:42:10 +02:00
Thomas NOËL 855649ed2d passerelle_manage.py installed by setup.py 2013-05-16 10:45:15 +02:00
Thomas NOËL b1dba10a17 MANIFEST.in: copy static files 2013-05-15 15:52:22 +02:00
Thomas NOËL a9b2dd743e setup.py: version number build from git describe 2013-05-15 15:52:05 +02:00
Thomas NOËL f74d98269b use named urls in settings.py (fix #2870)
need Django >= 1.5
2013-05-15 10:33:26 +02:00
Thomas NOËL b0a6edc518 use url 'homepage' in base.html 2013-05-14 22:10:42 +02:00
Thomas NOËL 5fd12445b2 don't use absolute URL (/) in base.html template 2013-05-14 22:07:18 +02:00
Thomas NOËL afebb7335c solis: quick-n-dirty cache for listecommunes 2013-05-10 15:55:53 +02:00
Thomas NOËL ab18513942 solis: fixes... 2013-05-07 17:47:50 +02:00
Thomas NOËL 6329208147 'q' can be directly managed by the datasource
if 'q' is listed in datasource.parameters, passerelle sent it to
datasource.get_data() and don't filter the result.
2013-05-07 15:32:30 +02:00
Thomas NOËL b2917a879d solis: use new operator matches for lieux 2013-05-07 15:20:36 +02:00
Thomas NOËL 43ba027228 solis: charset=utf-8 in request headers 2013-05-07 15:19:41 +02:00
Thomas NOËL e404641804 solis: listelieux can use "commune-dep-com" format 2013-05-07 15:01:49 +02:00
Thomas NOËL 508474e3ff solis: listecommunes can use "q" as a postal code 2013-05-07 11:32:07 +02:00
Thomas NOËL c27c228bc3 solis: expose communes of all departements 2013-05-06 14:27:16 +02:00
Thomas NOËL 3abce15c21 solis: fix "lieu" conciliation 2013-05-06 14:12:58 +02:00
Jérôme Schneider 07326b7e4e setup.py: use MANIFEST.in to add data files 2013-04-26 11:58:49 +02:00
Jérôme Schneider d225ccc882 setup.py: add data files 2013-04-26 11:24:56 +02:00
Jérôme Schneider a180690e0e apps: add init file 2013-04-26 10:38:28 +02:00
Thomas NOËL 37eae80264 solis: conciliation lieux 2013-04-24 12:48:23 +02:00
Thomas NOËL 525a969f48 solis: simplify 'communes' names 2013-04-24 10:46:52 +02:00
Thomas NOËL 672bf5c163 solis: strip 'communes' names 2013-04-24 10:45:57 +02:00
Thomas NOËL 23d16c1ce3 solis: communes: id == pk from solis 2013-04-24 10:43:43 +02:00
Thomas NOËL ba036e3de0 solis: get keys by default in referentials 2013-04-24 10:42:54 +02:00
Thomas NOËL 371ddc93d6 solis: test conciliation_adresse 2013-04-24 10:42:10 +02:00
Thomas NOËL 5c0afdcc38 solis: prepare other conciliations 2013-04-24 10:41:44 +02:00
Thomas NOËL 4a71235ce2 solis: communes, return solis id instead of postal code 2013-04-23 18:39:49 +02:00
Thomas NOËL f727550c73 solis: handle "nom de jeune fille" 2013-04-23 17:51:34 +02:00
Thomas NOËL d4bf054b0d solis: conciliation with/without birthday
+ config file
2013-04-23 17:31:08 +02:00
Thomas NOËL 23c15a4b45 solis: debug, dirty hack 2013-04-23 15:52:00 +02:00
Thomas NOËL bf0a8abb87 solis: fixes, again... 2013-04-19 15:55:04 +02:00
Thomas NOËL 8db25abd9f solis: fixes... 2013-04-19 15:15:27 +02:00
Thomas NOËL 3f554399b2 solis: Referential datasource
+ Integration relayer (just a POC)
2013-04-19 13:02:02 +02:00
Thomas NOËL 8ec7b01466 csv: select output columns with ?columns=a,b,c (fix #2781) 2013-04-18 16:46:13 +02:00
Thomas NOËL c96caf2d39 solis: update test (import_flow) 2013-04-18 15:03:05 +02:00
Thomas NOËL 0968fcd55f solis: fix import_flow 2013-04-17 14:14:46 +02:00
Thomas NOËL 7cc6eac514 solis: fix export_flow 2013-04-17 12:18:17 +02:00
Thomas NOËL a8aaa63003 solis: raise exceptions instead of return 2013-04-16 16:08:12 +02:00
Thomas NOËL f7e6148cd0 don't sort results by default 2013-04-16 15:01:34 +02:00
Thomas NOËL 136e59b158 solis: "Homonymie" datasource 2013-04-16 14:36:05 +02:00
Thomas NOËL 6fd76f1fb7 id can't be empty (#2747) 2013-04-16 14:02:57 +02:00
Thomas NOËL 625b2a27d8 add /datasource/<id>/json view (get_data_by_id) (fix #2747) 2013-04-16 14:01:33 +02:00
Thomas NOËL f530e28797 add solis in INSTALLED_APPS 2013-04-15 17:47:14 +02:00
Thomas NOËL fe0e51f2a9 solis: datasource parameters (base_url) 2013-04-15 17:46:20 +02:00
Thomas NOËL c06d36605f solis: add SolisCommunes source 2013-04-15 14:53:33 +02:00
Thomas NOËL dec772440b solis: first commit 2013-04-12 23:53:16 +02:00