Commit Graph

2703 Commits

Author SHA1 Message Date
Valentin Deniaud 4244cfdd8f tox: move pylint to separate environment (#61493) 2022-02-14 09:55:43 +01:00
Valentin Deniaud 0f202b12fd dataviz: show filter value even if option is unavailable (#61607) 2022-02-14 09:54:34 +01:00
Mathieu Lirzin 18784da9a0 trivial: limit psycopg2 as django<2.3 doesn't work with newer versions (#61712)
https://github.com/django/django/pull/14530
2022-02-12 12:42:53 +01:00
Frédéric Péters 1a2bc922a4 trivial: update support django versions in requirements.txt 2022-02-12 08:58:03 +01:00
Mathieu Lirzin f4dc428e1e requirements: sync with setup.py 2022-02-12 08:55:08 +01:00
Mathieu Lirzin 631b5a20eb settings: fix documentation links
Documentation for Django 1.7 is not available online anymore.
2022-02-12 08:55:07 +01:00
Valentin Deniaud b64a4e6c08 data: fix link cell to url import (#61446) 2022-02-07 13:47:42 +01:00
Lauréline Guérin 757cd93c76
data: add page parameters (#59798)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-02-04 14:20:09 +01:00
Frédéric Péters 941ae66e2a translation update 2022-02-04 09:47:13 +01:00
Lauréline Guérin 4aa6747f4a wcs: explicit "id from URL" choice for card cell (#60957) 2022-02-04 07:51:25 +01:00
Lauréline Guérin c47c605e2f wcs: card_ids field width set to 100% (#60956) 2022-02-04 07:48:43 +01:00
Lauréline Guérin 2d8a0afeac cells: extra_css_class for links in link list cell (#61197) 2022-02-04 07:47:38 +01:00
Benjamin Dauvergne 1f4667c202 lingo: ignore empty response in return view (#61240) 2022-02-04 07:45:58 +01:00
Thomas Jund d6cfee4ec3 card-cell: use data-dynamic attr directly on fields group/parent (#61022) 2022-02-04 07:41:59 +01:00
Frédéric Péters bcdb70fff9 pwa: strip navigation to avoid trailing whitespaces from template (#61082) 2022-02-04 07:41:20 +01:00
Valentin Deniaud 4c6709c91e data: allow missing link_page on LinkCell import (#60320) 2022-01-31 13:10:31 +01:00
Frédéric Péters 287421122f misc: reorder migration (#58475) 2022-01-31 12:45:55 +01:00
Valentin Deniaud 850e99ac9b update translation 2022-01-31 11:56:33 +01:00
Valentin Deniaud 17400f7110 public: add page selector in site settings (#58475) 2022-01-31 11:38:16 +01:00
Thomas NOËL 6b1f7d1d4d lingo: refuse payment if an item cannot be trigged (#58210) 2022-01-28 17:33:04 +01:00
Lauréline Guérin 2c87ba2349
wcs: add |filter_by_number filter (#58782)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-01-28 14:06:29 +01:00
Frédéric Péters bc5dcf738c wcs: use <div> for all labels and values (#61033) 2022-01-28 09:59:38 +01:00
Valentin Deniaud cecde41751 dataviz: hide filters cell behind feature flag (#60915) 2022-01-24 11:18:23 +01:00
Lauréline Guérin 21cbc7ee35
wcs: fix card cell reverse relations (#60891)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-01-21 10:53:43 +01:00
Lauréline Guérin 9d4b785116
wcs: fix repeat_index in context in card cell (#60885)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-01-20 16:35:59 +01:00
Valentin Deniaud 9a41a5dc76 dataviz: fix #60857 test 2022-01-20 11:09:53 +01:00
Valentin Deniaud d2f084e609 dataviz: avoid crash in spooler if cell was deleted (#60857) 2022-01-20 10:52:29 +01:00
Valentin Deniaud f9e3823b85 translation update 2022-01-19 14:18:35 +01:00
Valentin Deniaud 5b16c4d292 dataviz: add new filters cell (#60547) 2022-01-19 13:59:18 +01:00
Valentin Deniaud 65407670c2 dataviz: move dynamic filters fields creation in mixin (#60547) 2022-01-19 13:59:18 +01:00
Valentin Deniaud 5d000519a8 dataviz: change time interval aggregation internals (#60547) 2022-01-19 13:59:18 +01:00
Valentin Deniaud 2d2f71f9cc dataviz: turn dataviz graph into class based view (#60547) 2022-01-19 13:59:18 +01:00
Valentin Deniaud 08ed56f90d data: add max_one_by_page cell class attribute (#60547) 2022-01-19 13:59:18 +01:00
Valentin Deniaud 465eaf9242 dataviz: allow selecting empty choice when field has default (#60734) 2022-01-19 13:58:53 +01:00
Valentin Deniaud 4fcef8f6c9 dataviz: set maximum number of scales in graphs (#60685) 2022-01-18 10:37:37 +01:00
Valentin Deniaud 85552f051a dataviz: fix typo in graphs font family (#60685) 2022-01-18 10:37:37 +01:00
Valentin Deniaud 7f97307941 dataviz: do not show floating point numbers when scaling (#60685) 2022-01-18 10:37:37 +01:00
Lauréline Guérin 67c42344a5
translation update 2022-01-18 09:55:07 +01:00
Lauréline Guérin 3973538812
family: subscribed mode, category & dates filtering (#58447)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-01-18 09:28:19 +01:00
Lauréline Guérin e21cef31af
translation update 2022-01-18 08:34:21 +01:00
Lauréline Guérin 1f0830ee01
wcs: fix js for card custom schema edition (#60707)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-01-17 09:54:53 +01:00
Thomas NOËL 4f0f331169 data: fake user-agent in link cell validitation (#60445) 2022-01-14 15:45:08 +01:00
Lauréline Guérin ea2a5b8521
translation update 2022-01-14 11:32:26 +01:00
Lauréline Guérin 15ae667a57
wcs: add |order_by filter (#60564)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-01-14 11:09:32 +01:00
Lauréline Guérin d4c8de1063
wcs: check related_card_path validity (#58833)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-01-14 10:58:23 +01:00
Lauréline Guérin 6b6040a667
wcs: get card ids from related (#58833) 2022-01-14 10:58:23 +01:00
Lauréline Guérin b605fae587
wcs: code factorization - get_card_data (#58833) 2022-01-14 10:58:23 +01:00
Lauréline Guérin 5df0ff15e0
wcs: build paths of related cards for form options (#58833) 2022-01-14 10:36:54 +01:00
Lauréline Guérin 367a3f0545
wcs: add link entry in card custom schema (#60370)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-01-14 09:48:31 +01:00
Lauréline Guérin 25bb7a4147
wcs: configure card field display in case of empty value (#58802)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-01-14 09:35:37 +01:00