Commit Graph

1874 Commits

Author SHA1 Message Date
Frédéric Péters 40d8ef1d05 translation update 2020-02-21 14:17:35 +01:00
Lauréline Guérin a11801ba25
maps: MapLayer slug unicity (#39539) 2020-02-20 14:43:12 +01:00
Lauréline Guérin 9a08778110
maps: define tiles layers with opacity (#22639) 2020-02-20 09:37:21 +01:00
Lauréline Guérin 9881331665
maps: default tiles layer (#22639) 2020-02-20 09:37:21 +01:00
Lauréline Guérin 7b186a3dfb
maps: add tiles layer (#22639) 2020-02-20 09:37:21 +01:00
Lauréline Guérin 34e627b0d8
maps: new MapLayerOptions model (#22639) 2020-02-20 09:37:21 +01:00
Lauréline Guérin 3d3805d2cd
maps: add missing migrations 2020-02-20 09:37:20 +01:00
Frédéric Péters d482ba7e12 wcs: mark various cells as depending on user (#40042) 2020-02-20 08:42:31 +01:00
Frédéric Péters 038ab5d4a1 misc: fix method signature for json is_user_dependant (#40033) 2020-02-19 17:00:52 +01:00
Frédéric Péters f74979bb0c misc: mark json cell that are dependant on user (#40033) 2020-02-19 16:52:46 +01:00
Frédéric Péters 2f19eb1bd1 misc: don't use direct attribute access in search rendering (#40035) 2020-02-19 16:52:46 +01:00
Frédéric Péters 5e1b222e91 fargo: don't render anything for search index (#40032) 2020-02-19 16:52:46 +01:00
Frédéric Péters 3004989cdc search: allow failures to enable unaccent extension (#40024) 2020-02-19 16:45:08 +01:00
Frédéric Péters e2348d6977 search: create and use unaccentuated dictionary (#34191) 2020-02-19 14:11:15 +01:00
Frédéric Péters 149e68b7e7 kb: limit last updated pages content to visible pages (#39484) 2020-02-19 14:11:15 +01:00
Frédéric Péters 9c841ea861 wcs: return empty/error response for requests made to nonexistent sites (#39972) 2020-02-19 12:17:01 +01:00
Lauréline Guérin fa17bffadf
pages: add a default on Page.creation_timestamp field (#39865) 2020-02-18 14:02:09 +01:00
Frédéric Péters 7698d8a398 general: redo full text search using querysets (#33632) 2020-02-18 13:56:29 +01:00
Lauréline Guérin 06417b1ff9
cells: take a snapshot when a link is added to a list of links cell 2020-02-18 09:54:02 +01:00
Valentin Deniaud eda9d548a0 misc: allow importing objects with non existent fields (#39768) 2020-02-17 15:35:33 +01:00
Lauréline Guérin 7222ec141a
misc: reduce querysets on page edition page (#39761) 2020-02-17 14:13:01 +01:00
Lauréline Guérin 1f80623e2b
misc: add tests on num queries (#39761) 2020-02-17 14:11:50 +01:00
Frédéric Péters 44b3170137 manager: don't display forms for disabled cells (#39766) 2020-02-15 10:00:58 +01:00
Lauréline Guérin c78ba2936c
lingo: raise a 404 if regie or payment backend is not found (#39846) 2020-02-14 10:21:33 +01:00
Thomas NOËL be6253986c debian: log tenants names on migrate_schemas 2020-02-12 15:24:42 +01:00
Frédéric Péters fb1fd91e47 misc: distribute combo.apps.kb templates (#39617) 2020-02-06 19:20:44 +01:00
Frédéric Péters f54db26eb4 manager: restore display of pwa navigation entries (#39553) 2020-02-05 11:14:17 +01:00
Frédéric Péters cfa9eedcd0 gallery: add translation for application name (#39504) 2020-02-04 16:45:41 +01:00
Frédéric Péters 90f166505b translation: uniform/fix new "exclude from navigation" labels (#39518) 2020-02-04 12:13:45 +01:00
Benjamin Dauvergne 5412f0a58c lingo: use query string when request body is empty (#39491)
Some backends (PayFiP WS) put the response in the query string of a
POST.
2020-02-03 17:16:54 +01:00
Lauréline Guérin a188512c5b
lingo: return HttpResponseBadRequest instead of Exception (#39277) 2020-02-03 14:47:59 +01:00
Frédéric Péters 300d1b6579 translation update 2020-02-03 14:32:16 +01:00
Frédéric Péters d8d58e2268 kb: use correct page URLs (#39483) 2020-02-03 14:27:00 +01:00
Frédéric Péters d010ee0afd kb: add default limit (#39477) 2020-02-03 14:27:00 +01:00
Valentin Deniaud dcc6d9f97a assets: import/export slot assets (#37674) 2020-02-03 10:06:53 +01:00
Nicolas Roche e451097bef kb: add cell to display last page updates (#39091) 2020-02-03 09:21:27 +01:00
Nicolas Roche bd558163a8 data: get descendants of a page (#39091) 2020-02-03 09:21:27 +01:00
Nicolas Roche 3e5e80f6e6 data: deprecate get_last_update_time using signals (#39091) 2020-02-03 09:21:27 +01:00
Nicolas Roche c84c4751e2 data: add creation timestamp on Page object (#39091) 2020-02-03 09:21:27 +01:00
Frédéric Péters 9c02f4a883 misc: add link and subtitle to style demo page (#39462) 2020-02-02 19:25:27 +01:00
Lauréline Guérin f94bcff4d9
page: new pages are excluded from navigation by default (#17659) 2020-01-31 15:25:03 +01:00
Lauréline Guérin 8e7e745f5d
misc: PytestUnknownMarkWarning pytest.mark.freeze_time (#39438)
PytestUnknownMarkWarning: Unknown pytest.mark.freeze_time - is this a typo?
You can register custom marks to avoid this warning - for details,
see https://docs.pytest.org/en/latest/mark.html
2020-01-31 15:17:26 +01:00
Lauréline Guérin 11882c5810
misc: remove DeprecationWarning unescape (#39438)
DeprecationWarning: The unescape method is deprecated
and will be removed in 3.5, use html.unescape() instead.
2020-01-31 15:17:16 +01:00
Lauréline Guérin f2807ce2ec
misc: RemovedInDjango20Warning is_authenticated and is_anonymous (#39438)
RemovedInDjango20Warning: Using user.is_authenticated() and user.is_anonymous()
as a method is deprecated. Remove the parentheses to use it as an attribute.
2020-01-31 11:30:13 +01:00
Lauréline Guérin d217767257
misc: remove RuntimeWarning naive datetime (#39438)
RuntimeWarning: DateTimeField received a naive datetime
2020-01-31 11:30:13 +01:00
Lauréline Guérin 31f2899f8f
misc: remove RemovedInDjango21Warning render() method widget (#39438)
RemovedInDjango21Warning: Add the `renderer` argument to the render() method of
<Widget>. It will be mandatory in Django 2.1.
2020-01-31 11:30:13 +01:00
Lauréline Guérin c6198e6bc1
misc: remove DeprecationWarning encodestring (#39438)
DeprecationWarning: encodestring() is a deprecated alias since 3.1, use encodebytes()
2020-01-31 11:30:13 +01:00
Lauréline Guérin 126df789fe
misc: remove RemovedInDjango21Warning login() view (#39438)
RemovedInDjango21Warning: The login() view is superseded by the class-based LoginView().
2020-01-31 11:30:13 +01:00
Lauréline Guérin 9590604d49
misc: remove DeprecationWarning decodestring (#39438)
DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()
2020-01-31 11:30:12 +01:00
Frédéric Péters 7a5af339a4 tox: stop testing against python 2 (#39330) 2020-01-28 16:28:13 +01:00