Commit Graph

2272 Commits

Author SHA1 Message Date
Thomas NOËL b80ad98eb2 lingo: update default TIPI payment service URL (#47537)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-06-15 10:27:46 +02:00
Frédéric Péters 188be78eaf general: do not preload tile cells when rendering page (#54592) 2021-06-07 13:10:05 +02:00
Valentin Deniaud b023480505 settings: add chrono as statistics provider (#54562) 2021-06-04 07:16:16 +02:00
Frédéric Péters e7dbed7748 translation update 2021-06-03 21:58:59 +02:00
Lauréline Guérin 76f3bfa1df
misc: remove sqlite support (#52912)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-06-03 10:24:23 +02:00
Lauréline Guérin 657815e82a
misc: remove django-jsonfield dependency (#52912) 2021-06-03 10:24:21 +02:00
Thomas Jund 44ee86eded JS: add events 'cell:open' & 'cell:close' (#53780) 2021-06-01 15:53:42 +02:00
Thomas Jund 7f80d29f0e JS: move compute_max_height function to global scope (#53778) 2021-06-01 15:50:53 +02:00
Frédéric Péters 07a81ad81d
cells: json cell params (repeat, make_global, template_string) (#54236)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-05-28 11:02:51 +02:00
Lauréline Guérin 6b2b381a54
wcs: add an option to ignore user for cards cell (#53947)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-05-28 09:09:56 +02:00
Lauréline Guérin 9257955373
wcs: use category_slugs filter in wcs calls (#53376)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-05-21 11:12:55 +02:00
Frédéric Péters 1d209f2a5e translation update 2021-05-19 09:58:40 +02:00
Valentin Deniaud 4f17d61c93 dataviz: do not try to aggregate empty data (#53899) 2021-05-18 16:30:27 +02:00
Lauréline Guérin 9303dbc862
wcs: add some non-regression tests (#53213)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
cells on specific category or card: be sure that only the correct site
is requested
2021-05-17 11:43:56 +02:00
Lauréline Guérin 085e729f6d
wcs: add categories field to CareForms cell (#53213) 2021-05-17 11:43:56 +02:00
Benjamin Dauvergne 1822b1f3c7 lingo: use payment backend's slug in default callback URL (#49145) 2021-05-10 12:19:16 +02:00
Benjamin Dauvergne a8676ab897 lingo: add callback through payment backend's slug (#49145) 2021-05-10 12:19:16 +02:00
Benjamin Dauvergne 2bfb96ea95 lingo: show backend callback URL in update views (#49145) 2021-05-10 12:19:16 +02:00
Benjamin Dauvergne 829fc79e8e debian: add --all-backends option to lingo-poll-backend (#53861) 2021-05-07 18:06:07 +02:00
Benjamin Dauvergne 2e6b13399f lingo: prevent unexpected output in lingo-poll-backend (#53833)
This command is used with cron, so any output would produce unwanted
mails.
2021-05-06 20:15:13 +02:00
Benjamin Dauvergne 0853b3152a debian: fix typo in cron.d 2021-05-06 18:42:36 +02:00
Thomas NOËL f2a6aa4a49 translation update 2021-05-06 17:58:03 +02:00
Benjamin Dauvergne 760ccb41fd lingo: add poll_backend method to PaymentBackend and Transaction (#49149)
Some payment backends in eopayment (like PayFiP) allow polling the
status of currently running transaction, and can signal if a running
transaction has expired. The new can_poll_backend() and poll_backend()
method on Transaction implement this conditional behaviour in lingo.
2021-05-06 11:04:08 +02:00
Benjamin Dauvergne 5b5d046414 misc: add setting to force synchronous rendering of cells (#49149)
The setting is used through a new fixture, `synchronous_cells`. It's
necessary to test views with cells which always use ajax rendering
without an headless browser or using the request factory.
2021-05-06 10:34:04 +02:00
Benjamin Dauvergne 99a912e255 lingo: factorize eopayment response handling (#49149) 2021-05-06 00:31:15 +02:00
Benjamin Dauvergne 428033da0f pwa: use icon file basename during import (#53720)
Django 2.2.21 introduced the validation of FieldFile.save() name
argument, which cannot contain a path separator anymore. To use the
received FileField value as a base filename, we must apply
os.path.basename() on it first.

ref. https://docs.djangoproject.com/en/3.2/releases/2.2.21/
2021-05-04 16:01:46 +02:00
Benjamin Dauvergne d623ff4d8e jsoncell: copy Content-Disposition in raw cell's actions (#53666) 2021-05-04 11:34:50 +02:00
Thomas Jund b5463fb46a template: add .cell--body class to notification-cell (#53501) 2021-05-03 17:11:28 +02:00
Lauréline Guérin d9e1b61ecb
dataviz: fix sorting when data is empty (#53596)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-05-03 10:09:37 +02:00
Frédéric Péters db649f7d04 translation update 2021-04-30 18:00:47 +02:00
Lauréline Guérin 85d3f77a7f
misc: remove newsletter app (#53541)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-04-30 10:56:36 +02:00
Benjamin Dauvergne 2a151c45d5 tests: fix warning about uncollectable TestApp (#53577) 2021-04-29 23:12:45 +02:00
Benjamin Dauvergne b11518807c misc: fix warning about invalid escape sequences in regexps (#53577) 2021-04-29 23:12:45 +02:00
Benjamin Dauvergne 8855869cf8 misc: fix warning about unclosed resource in import-site (#53577) 2021-04-29 23:12:45 +02:00
Lauréline Guérin ea21ad5b00
map: don't fail on invalid geojson data (#53521)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-04-29 14:41:44 +02:00
Lauréline Guérin a71c673437
manager: page subslug style (#53221)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-04-29 09:56:10 +02:00
Lauréline Guérin 03f1ac9cd0
wcs: add card schema in manager form (#52498)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-04-29 08:56:16 +02:00
Thomas Jund e939770c0c templates: improve user lists of forms markup (#53234) 2021-04-28 10:33:06 +02:00
Valentin Deniaud 9ca7e0c17e dataviz: aggregate received data by time intervals (#53180) 2021-04-20 17:11:39 +02:00
Frédéric Péters 3bce1589f1 fix typo in translation (#53285) 2021-04-20 14:14:09 +02:00
Benjamin Dauvergne c1d958ffee translation update 2021-04-16 12:10:53 +02:00
Benjamin Dauvergne ccb2cb8500 lingo: check real payment status of remote_item when shown or paid (#53186)
Currently the remote_item.paid attribute comes from what the remote
regie is providing through a web service. But a remote_item can be
already paid if a transaction with a paid status (eopayment.PAID or
eopayment.ACCEPTED) already exist.

This patch add a RemoteItem.update_paid(regie, remote_items) which
update bunch of remote_item(s) by querying the correponding paid
transactions.

The methods Regie.get_invoices() and Regie.get_invoice() get a new
parameter update_paid=False, which is set to true in cells and views
which display or allow paying a remote item.
2021-04-15 21:24:01 +02:00
Frédéric Péters 39bc369443 tests: do not run dataviz job in cron tests 2021-04-13 14:43:05 +02:00
Thomas Jund 41f1e52ce0 profile-cell: move div content wrapper after cell title (#52968) 2021-04-13 14:28:18 +02:00
Frédéric Péters 98379eb839 dataviz: force graph redraw on initial display (#52959) 2021-04-13 14:27:06 +02:00
Frédéric Péters 3879710d48 settings: add wcs as statistics provider (#52731) 2021-04-13 14:27:06 +02:00
Valentin Deniaud 434ac12426 dataviz: add stacked bar percent chart type (#52845) 2021-04-13 13:49:38 +02:00
Frédéric Péters 15651beb91 translation update 2021-04-13 13:46:46 +02:00
Lauréline Guérin 6b2d3159a8
search: configure user search result template (#52439)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details
2021-04-12 15:26:21 +02:00
Lauréline Guérin 9ddf332711
search: add/edit search engines with options (#52439) 2021-04-12 15:25:47 +02:00