Commit Graph

1708 Commits

Author SHA1 Message Date
Frédéric Péters a87445f075 translation update 2019-11-22 10:13:46 +01:00
Valentin Deniaud 8196e9c1eb wcs: add pagination for current forms/drafts cells (#10179) 2019-11-22 10:01:54 +01:00
Thomas NOËL 57542ab058 add combo templatetags in builtins (#37273) 2019-11-20 16:53:32 +01:00
Thomas NOËL f887b66ead search: add autofocus option on search input (#37811) 2019-11-20 16:51:49 +01:00
Lauréline Guérin 8109a2a5c9
wcs: add a filter categories to current drafts cell (#37116) 2019-11-20 16:39:51 +01:00
Lauréline Guérin be7053850f
cell: display error message on ajax call failure (#29124) 2019-11-20 16:36:44 +01:00
Frédéric Péters de7f5dbb15 manager: add CSS class to page actions (#37410) 2019-11-20 15:19:18 +01:00
Lauréline Guérin 8ed1923e44
page: fix slug on page duplication (#37733) 2019-11-19 15:27:21 +01:00
Nicolas Roche 879be68be4 utils: do not raise on Django syntax error in templated_url (#34518) 2019-11-18 16:00:34 +01:00
Frédéric Péters 8a80889198 translation update 2019-11-13 15:02:06 +01:00
Thomas NOËL 48bb5540f3 wcs: rename "Forms in your care" cell to "Forms to process" (#37567) 2019-11-13 15:00:22 +01:00
Frédéric Péters e14dcc0e72 setup: get back to correct directory if compilemessages fails 2019-11-13 15:00:22 +01:00
Lauréline Guérin dd08e622e7
wcs: exclude anonymised forms from search (#37175) 2019-11-07 15:03:32 +01:00
Frédéric Péters 6bc1152aca translation update 2019-11-06 09:15:00 +01:00
Lauréline Guérin 63a4bf975f
maps: add link to existing maps on manager map page (#16908) 2019-11-05 10:40:49 +01:00
Thomas NOËL 992f6fc71a skeleton: do not consider empty redirection URL (#37431) 2019-11-05 09:13:45 +01:00
Frédéric Péters aa54f9b070 translation update 2019-11-04 09:27:58 +01:00
Frédéric Péters 4656b50574 manager: add uppercases to page actions (#37398) 2019-11-04 08:57:20 +01:00
Lauréline Guérin 6be400fcfc
page: add a duplicate action (#24526) 2019-11-04 08:40:01 +01:00
Lauréline Guérin 09507f8988
pages: add navigation buttons on page view (#12437) 2019-11-03 17:28:17 +01:00
Lauréline Guérin 45309fd524
pages: add a param check_visibility to next/previous methods (#12437) 2019-11-03 17:28:17 +01:00
Lauréline Guérin fbfeb64a83
lingo: do not add a basket item to a remote regie (#27854) 2019-11-03 17:27:10 +01:00
Lauréline Guérin 818ae481c7
lingo: export transactions between 2 dates (#35988) 2019-11-03 17:25:48 +01:00
Lauréline Guérin 45fcb36131
assets: extends assets stable URI with sorl.thumbnail options (#25039) 2019-11-03 17:23:48 +01:00
Lauréline Guérin b7b06cbd58
page: form to add a child (#37200) 2019-10-31 16:59:27 +01:00
Lauréline Guérin 6c9803d241
page: put all secondary actions in a menu (#24526) 2019-10-31 16:59:27 +01:00
Lauréline Guérin 7da07bbf2b
wcs: add a cell "forms in your care" (#31989) 2019-10-31 10:09:39 +01:00
Frédéric Péters a7d3daa295 translation update 2019-10-29 16:15:37 +01:00
Frédéric Péters 2c54172cc3 manager: right align page/cell visibility info (#37285) 2019-10-29 10:26:11 +01:00
Lauréline Guérin 0c854a9e50
pages: always display placeholder blocks in skeleton (#26641) 2019-10-29 10:17:12 +01:00
Lauréline Guérin 7087aa3849
dj2: assignment_tag is deprecated (#36895)
remove RemovedInDjango20Warning:
assignment_tag() is deprecated. Use simple_tag() instead
2019-10-29 08:36:17 +01:00
Lauréline Guérin 3244864c36
dj2: fix include in urls.py (#36895)
remove RemovedInDjango20Warning:
Passing a 3-tuple to django.conf.urls.include() is deprecated.
Pass a 2-tuple containing the list of patterns and app_name, and provide the
namespace argument to include() instead.
2019-10-29 08:36:06 +01:00
Lauréline Guérin a7417488eb
dj2: use set and/or clear method for M2M (#36895)
remove RemovedInDjango20Warning:
Direct assignment to the forward side of a many-to-many set is deprecated due
to the implicit save() that happens.
Use items.set() instead.
2019-10-29 08:35:53 +01:00
Lauréline Guérin ccf99d908f
dj2: is_anonymous and is_authenticated are now properties (#36895)
remove RemovedInDjango20Warning:
Using user.is_authenticated() and user.is_anonymous() as a method is deprecated.
Remove the parentheses to use it as an attribute.
2019-10-29 08:35:46 +01:00
Lauréline Guérin 49830fc9c5
dj2: add explicit on_delete on all ForeignKey (#36895)
remove RemovedInDjango20Warning:
on_delete will be a required arg for ForeignKey in Django 2.0.
Set it to models.CASCADE on models and in existing migrations if you want to
maintain the current default behavior.
See https://docs.djangoproject.com/en/1.11/ref/models/
fields/#django.db.models.ForeignKey.on_delete
2019-10-29 08:35:21 +01:00
Thomas NOËL 94d25e1cd5 search: handle bad JSON engine results as empty (#37174) 2019-10-28 17:02:59 +01:00
Lauréline Guérin ce355fa833
page: display page visibility on page list (#16028) 2019-10-28 09:13:02 +01:00
Lauréline Guérin 82503cdd7d
feedcell: do not fail if service is not available (#21383) 2019-10-28 09:05:05 +01:00
Lauréline Guérin 8f0bc9a059
page: fix initial values for groups in visibility form (#37111) 2019-10-28 09:03:37 +01:00
Frédéric Péters 3be27ce16b lingo: make sure eopayment is given a string (#37214) 2019-10-25 10:15:37 +02:00
Frédéric Péters 226f93dbd7 lingo: don't crash sorting invoices that have no creation date (#37208) 2019-10-25 10:04:17 +02:00
Frédéric Péters 0f0353266e lingo: redirect to homepage if there's no basket page (#37210) 2019-10-25 09:55:29 +02:00
Frédéric Péters b2904f0291 search: split cell in multiple blocks (#37161) 2019-10-25 09:55:29 +02:00
Frédéric Péters 446495b2c2 translation update 2019-10-18 09:58:25 +02:00
Lauréline Guérin beefe2c348
assets: check file extension on overwrite (#30897) 2019-10-17 21:24:05 +02:00
Frédéric Péters ef58cc3235 lingo: retry payment notification asynchronously (#37036) 2019-10-17 15:06:59 +02:00
Frédéric Péters e394264606 maps: compute GeoJSON URLs from templates (#36124) 2019-10-16 14:54:45 +02:00
Frédéric Péters 8a999615a3 dataviz: format durations in graphs (#36874) 2019-10-15 09:57:34 +02:00
Lauréline Guérin 457c40d612
assets: use asset.name instead of asset.file.name (#33959)
when accessing asset.file, the file is opened, and this can lead to an
IOError
2019-10-14 15:02:24 +02:00
Lauréline Guérin 08a739e0d8
assets: fix asset_url templatetag when file does not exist (#33959) 2019-10-14 15:01:32 +02:00