Commit Graph

1314 Commits

Author SHA1 Message Date
Frédéric Péters 67931d2d78 add compatibility with python 3 (#25486) 2018-07-28 09:55:59 +02:00
Frédéric Péters 9751386861 tests: don't use print() to create wcs config files (py3) 2018-07-26 13:32:27 +02:00
Frédéric Péters 96ac10646a tests: use binary content in request cache tests 2018-07-26 08:29:46 +02:00
Frédéric Péters cbd9044835 tests: use response.text to check for textual contents 2018-07-26 08:29:42 +02:00
Frédéric Péters bc7ef1ddf3 tests: create momo zip test file as binary (py3) 2018-07-26 08:29:38 +02:00
Frédéric Péters 882d04d88c Revert "tests: use response.text for textual contents (py3)"
This reverts commit 079faada75, .text
should not be used for request cache yet.
2018-07-25 22:16:54 +02:00
Frédéric Péters 079faada75 tests: use response.text for textual contents (py3) 2018-07-25 22:00:09 +02:00
Frédéric Péters 6fec519794 tests: don't access dict_values directly (py3) 2018-07-25 21:46:55 +02:00
Frédéric Péters a50bbad34b tests: use response.text for textual contents (py3) 2018-07-25 21:28:26 +02:00
Frédéric Péters 851e032040 tests: adjust upload contents to be bytes (py3) 2018-07-25 21:28:22 +02:00
Frédéric Péters 61452c1f7d tests: use force_text() instead of unicode() 2018-07-25 21:19:02 +02:00
Frédéric Péters 64305b1cb8 tests: use resp.text to compare against string 2018-07-25 20:54:08 +02:00
Frédéric Péters 03cdecb644 tests: adjust import/export test for python 3 2018-07-25 20:48:33 +02:00
Frédéric Péters 1b7400a0b4 tests: update tests on the road to python 3
(this includes a switch of lingo tests from django test client to
webtest)
2018-07-25 16:45:36 +02:00
Frédéric Péters e50865b722 tox: force usage of python 2 to create virtual environments 2018-07-23 22:41:11 +02:00
Frédéric Péters 7137203480 misc: don't use permanent redirect for moved pages (#25390) 2018-07-20 10:17:11 +02:00
Frédéric Péters a745d98e7a general: add basic export/import of named assets (#24933) 2018-07-18 10:32:21 +02:00
Frédéric Péters 35d9a1bbba general: create page hierarchy beforehand (#24238) 2018-07-16 09:04:59 +02:00
Frédéric Péters 9e6adee4f9 general: keep cache of cell types used in a page (#24239) 2018-07-16 09:04:59 +02:00
Frédéric Péters cb3a97c579 fix grammar in translation 2018-07-15 18:35:51 +02:00
Frédéric Péters 46f0a937b5 tests: only check path of URL 2018-07-14 11:59:06 +02:00
Frédéric Péters c905276c45 general: keep a redirect on slug and parent changes (#20760) 2018-07-13 08:46:09 +02:00
Frédéric Péters 13766c1a28 general: use a model to look for redirection before emitting a 404 (#20760) 2018-07-13 08:45:44 +02:00
Frédéric Péters e985190952 notifications: don't make ack() imply forget() (#25186) 2018-07-11 11:02:08 +02:00
Frédéric Péters 1c51ae901b maps: don't hardcode border radius of geolocate button (#25125) 2018-07-09 09:35:34 +02:00
Frédéric Péters 0a68913a0a translations: fix typo 2018-07-06 22:10:21 +02:00
Frédéric Péters f9936bd857 translation update 2018-07-06 17:18:35 +02:00
Frédéric Péters 934b13922d maps: add option to specify properties to include in geojson (#25094) 2018-07-06 16:51:26 +02:00
Josue Kouka d30920adfc maps: add handling of marker behaviour on click (#21034) 2018-07-06 14:22:19 +02:00
Frédéric Péters 57860d5699 general: remove plugin discovery via pkg_resources (#25040) 2018-07-04 11:19:05 +02:00
Frédéric Péters a26e3b57f5 assets: give asset_url templatetag sorl.thumbnail options (#24943) 2018-07-02 20:18:13 +02:00
Frédéric Péters 3c7c7e4aab debian: fix typo in python-proj package name 2018-07-02 15:51:40 +02:00
Frédéric Péters b7b46dd349 misc: don't overmatch URLs (#24917) 2018-07-02 10:09:35 +02:00
Frédéric Péters 86a5b3aea8 maps: add distance filter to geojson (#24558) 2018-07-02 08:32:02 +02:00
Frédéric Péters bfc98e907a newsletters: fix logging in case of connection error (#23825) 2018-07-02 08:32:02 +02:00
Frédéric Péters 70c5da0d23 assets: add dynamic asset slots to category and form cells (#24770) 2018-06-29 17:02:41 +02:00
Frédéric Péters c9b7df83bb general: mark cells as a block so they can be extended (#24773) 2018-06-29 17:02:41 +02:00
Frédéric Péters 891f39be87 maps: fire combo:map-ready even if there is no GeoJSON URL (#24854) 2018-06-29 17:02:41 +02:00
Frédéric Péters 743cadaf89 maps: change gps button behaviour not to watch position continuously (#24810) 2018-06-29 17:02:41 +02:00
Benjamin Dauvergne 7ff1299e2f lingo: fix untested path in notify_new_remote_invoices (#22732) 2018-06-29 17:02:41 +02:00
Benjamin Dauvergne dab07696ff notifications: allow notifications without an end_timestamp (#22732)
Those notifications will disappear only with an action of the user.
2018-06-29 17:02:41 +02:00
Benjamin Dauvergne a16ee38a99 tests: use freezegun in test_notification (#22732) 2018-06-29 17:02:41 +02:00
Benjamin Dauvergne 1e892549f9 tox.ini: use pytest-freezegun (#22732) 2018-06-29 17:02:41 +02:00
Benjamin Dauvergne 4bb382806b tests: create global fixtures john.doe and jane.doe (#22732) 2018-06-29 17:02:41 +02:00
Frédéric Péters 8fdd36ee31 general: give assets a stable URI (#24676) 2018-06-25 10:19:26 +02:00
Frédéric Péters 111a5116ab misc: distribute templates from combo.apps.assets 2018-06-22 11:59:18 +02:00
Elias Showk 1dc4add1cf wcs: wrap title into a span in list of forms (#23977) 2018-06-22 08:51:02 +02:00
Frédéric Péters 86258b9e81 misc: ship service worker template 2018-06-21 19:29:56 +02:00
Frédéric Péters e0e0d7d241 tests: fix hopefully last missing import for test_asset_template_tags (#24453) 2018-06-20 14:57:02 +02:00
Frédéric Péters 509c5f6f90 tests: correctly wipe files before test_asset_template_tags (#24453) 2018-06-20 14:39:02 +02:00