Commit Graph

1695 Commits

Author SHA1 Message Date
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
Frédéric Péters baf081c2c2 debian: switch to Python 3 (#36233) 2019-10-13 15:41:19 +02:00
Frédéric Péters 848f36482d cron: use print as a function (#36233) 2019-10-13 15:41:19 +02:00
Frédéric Péters 2beee8e154 tests: make test_chartng_cell_view run standalone 2019-10-13 15:41:19 +02:00
Frédéric Péters 6c4ad54bf4 dataviz: add missing gettext import (#36836) 2019-10-10 13:21:06 +02:00
Frédéric Péters 8289e73fcb pwa: use local vapid keys even if python-cryptography is too old (#36818) 2019-10-09 21:39:13 +02:00
Emmanuel Cazenave 5b71bfb0f7 jenkins: use ci@entrouvert.org for notifications 2019-10-02 13:43:01 +02:00
Frédéric Péters a413d67417 maps: allow variables in geojson URLs (#36124) 2019-10-01 13:49:34 +02:00
Frédéric Péters d1c8438d7a debian: distribute manage.py in combo package, not python-combo (#36508) 2019-09-29 10:57:17 +02:00
Frédéric Péters eab1ee6750 add missing trailing space to translation 2019-09-25 23:49:27 +02:00
Frédéric Péters 0378b9fed5 misc: limit api/menu-badges parameters to digits (#36387) 2019-09-25 08:52:24 +02:00
Frédéric Péters b7763d995f general: remove combo.apps.momo (#32913) 2019-09-18 12:00:56 +02:00
Frédéric Péters 8832ba028c manager: recreate full hierarchy when moving page to a new parent (#36127) 2019-09-15 07:51:57 +02:00
Frédéric Péters b8eb8ee54a pwa: don't crash if X.962 serialization is not available (#35954) 2019-09-09 15:52:12 +02:00