Commit Graph

1997 Commits

Author SHA1 Message Date
Frédéric Péters c17a8f6cc5 translation update 2020-06-17 16:20:46 +02:00
Nicolas Roche 7494896e9f utils: switch to pycryptodomex, replace Crypto with Cryptodome (#43563) 2020-06-17 11:39:47 +02:00
Lauréline Guérin 91b89e6ed5
import: do not fail if page.parent is not found (#22889) 2020-06-16 10:23:33 +02:00
Frédéric Péters 320bcd2bc1 translation update 2020-06-15 19:18:41 +02:00
Valentin Deniaud bda15dbcef lingo: handle empty payload in ReturnView (#42581) 2020-06-15 12:13:31 +02:00
Valentin Deniaud ea0657f565 lingo: catch PaymentException on backend response (#42581) 2020-06-15 12:13:31 +02:00
Valentin Deniaud 31d9b1f960 lingo: add mollie and keyware backends (#42581) 2020-06-15 12:13:31 +02:00
Valentin Deniaud 1c0c36583e lingo: pass extra item info to eopayment backend (#42992) 2020-06-15 12:13:04 +02:00
Valentin Deniaud 1bdc236839 lingo: allow passing extra basket item info (#42992) 2020-06-15 12:13:04 +02:00
Valentin Deniaud fca2a33b33 lingo: remove user retrieval from email in basket api (#42992) 2020-06-15 12:13:04 +02:00
Lauréline Guérin 4a62897422
cells: display invalidity date or delay (#43605) 2020-06-12 14:45:21 +02:00
Frédéric Péters 6d332a9ca5 tests: update test_download_geojson after #42765 2020-06-12 14:40:52 +02:00
Frédéric Péters 8b98fe3544 maps: add javascript functions to disable/enable layers (#42994) 2020-06-12 07:30:52 +02:00
Frédéric Péters e989b8b866 maps: add support for additional query string in geojson url (#42984) 2020-06-12 07:30:52 +02:00
Frédéric Péters e7f053fde8 maps: add map.each_marker javascript utility function (#42767) 2020-06-12 07:30:52 +02:00
Frédéric Péters 179f77f4bc maps: give common layer properties to map cell (#42765) 2020-06-12 07:30:52 +02:00
Frédéric Péters 0da0669e80 maps: factor all geojson layer tracking into a single object (#42761) 2020-06-12 07:30:52 +02:00
Frédéric Péters 39cdfebe67 misc: don't let 404 redirect (#43851) 2020-06-12 07:30:52 +02:00
Frédéric Péters 5d75e92845 misc: include cells from homepage in error 404 page (#43851) 2020-06-12 07:10:26 +02:00
Frédéric Péters f36306ceea dataviz: don't crash on missing width value (#43726) 2020-06-10 11:09:15 +02:00
Thomas Jund dfd35288fa use .links-list class to notifications-cell list (#43698) 2020-06-05 16:32:28 +02:00
Lauréline Guérin c6b0ebb5a1
import: remove pk, page, placeholder in link list items (#43620) 2020-06-05 09:59:30 +02:00
Thomas Jund f5a5299a54 use .links-list class to form_of_category list (#42999) 2020-06-05 09:47:37 +02:00
Lauréline Guérin 3b4563b81a cells: don't check validity for json cells with multiple variables in url (#43604) 2020-06-04 16:54:30 +02:00
Frédéric Péters 3f0e460b94 translation update 2020-06-03 18:58:11 +02:00
Valentin Deniaud 82261bf404 lingo: use form instead of json input for backends (#6710) 2020-06-03 14:53:14 +02:00
Nicolas Roche 2892f355d4 templatetags: add 'endswith' template filter (#43558) 2020-06-03 11:59:28 +02:00
Frédéric Péters df6ca9ca4b misc: remove josefinsans xstatic dependency (#43498) 2020-06-01 10:03:15 +02:00
Lauréline Guérin 518825f9a4
search: don't search for engines on site indexation (#43228) 2020-05-22 16:11:57 +02:00
Thomas NOËL 32e714709a translation update 2020-05-22 11:37:55 +02:00
Frédéric Péters f51551101c pwa: delete pwa push subscription on 410 errors (#41304) 2020-05-19 10:45:32 +02:00
Lauréline Guérin 8f4a5869bd
search: add card search engins (#41845) 2020-05-15 18:44:14 +02:00
Lauréline Guérin e88e377679
cells: use get_or_create for ValidityInfo objects (#42823) 2020-05-15 16:54:50 +02:00
Lauréline Guérin 2723604596
lingo: return json error response (#42512) 2020-05-15 14:11:21 +02:00
Lauréline Guérin ee1b833ef4
lingo: fix add basket item view when display_name is missing (#42621) 2020-05-15 11:50:21 +02:00
Lauréline Guérin 35c8d05564
data: fix ConfigJsonCell form validation (#42884) 2020-05-15 11:33:30 +02:00
Thomas NOËL 1a6c51b999 templatetags: add phonenumber_fr filter (#41036) 2020-05-15 11:21:49 +02:00
Benjamin Dauvergne c3e4767425 misc: do not log requests errors in RecentDocumentsCell (#42907) 2020-05-15 10:52:10 +02:00
Lauréline Guérin 8b0e96ef16
tests: remove w.c.s. from test dependencies (#42706) 2020-05-15 09:44:55 +02:00
Frédéric Péters 7416fa2a9b manager: hide collapse space when disabled (#42658) 2020-05-13 17:02:33 +02:00
Nicolas Roche 6e493325d4 templatetags: correct add filter (#42650) 2020-05-12 09:06:17 +02:00
Frédéric Péters cfcd6bf423 maps: trigger map-markers-ready event when all layers are loaded (#42718) 2020-05-11 15:14:08 +02:00
Nicolas Roche 0633dac752 templatetags: add ceil, floor and abs filters (#41694) 2020-05-07 16:23:48 +02:00
Nicolas Roche 219344e0db templatetags: manage decimals on mathematics filters (#41868) 2020-05-07 16:22:31 +02:00
Thomas NOËL ca13ccb98d translation update 2020-05-07 15:53:23 +02:00
Frédéric Péters 437c12b7a5 maps: add django block around map data attributes (#42568) 2020-05-07 15:52:38 +02:00
Nicolas Roche 75875bfd5e templatetags: add strip filters (#41701) 2020-05-07 15:52:09 +02:00
Frédéric Péters e60da7345a maps: use data-disable-clustering-at-zoom if present (#42570) 2020-05-07 15:51:28 +02:00
Benjamin Dauvergne af97ab9ec8 lingo: fix typo on Transaction.bank_transaction_date (#42565) 2020-05-07 09:30:13 +02:00
Frédéric Péters 383178867e maps: let get_geojson work with None as request (#42520) 2020-05-06 08:30:48 +02:00