Commit Graph

72 Commits

Author SHA1 Message Date
Agate 47a1a1314f tests: fix misc test failures (#67724) 2022-08-02 16:26:27 +02:00
Lauréline Guérin 794bb74c32
data: add display condition to cells (#66263)
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
and also on each item of a linklist cell
2022-06-24 09:00:47 +02:00
Corentin Sechet 2b68a863ed misc: move title fields to appearance tab (#64681) 2022-05-27 13:33:03 +02:00
Lauréline Guérin bed3ff7ed8
cells: option to bypass LinkCell url validity check (#62136)
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-04-15 09:14:50 +02:00
Frédéric Péters f7913715a1 wcs: don't create crypto url for local path (#63476) 2022-04-01 17:51:38 +02: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
Frédéric Péters 537f45400e misc: allow calling {% make_public_url %} on empty or non-publik URLs (#58903) 2021-11-23 16:30:35 +01:00
Lauréline Guérin e415373110
cells: jsoncell log error on syntax error only (#57626)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Build started... Details
2021-10-07 11:44:51 +02:00
Lauréline Guérin 6bc2e43f12
misc: fix singleton-comparison pylint error (#56288) 2021-08-31 10:00:39 +02:00
Lauréline Guérin 02d5299c9a
misc: fix unused-variable pylint error (#56288) 2021-08-31 10:00:38 +02:00
Lauréline Guérin f4615c5061
misc: apply pyupgrade (#55868) 2021-07-27 16:45:52 +02:00
Lauréline Guérin d1cd349cce
cells: check tempate_string is defined in configjsoncell settings (#55647)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Build started... Details
2021-07-26 19:27:14 +02:00
Frédéric Péters 86be2bb861 general: allow custom cell templates to define extra classes (#55792)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Build started... Details
2021-07-26 10:17:28 +02:00
Frédéric Péters 7942c379ca general: use selected cell template to render cell (#55792) 2021-07-26 10:17:28 +02:00
Frédéric Péters f823e6cbba general: rename cell template_name attribute to default_template_name (#55792) 2021-07-26 10:16:42 +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 29bc8e66a9
misc: apply isort (#52797) 2021-04-08 15:54:31 +02:00
Frédéric Péters 47d67c395e trivial: apply black 2021-02-15 18:02:39 +01:00
Frédéric Péters 05f16b523a misc: clear validity info when changing feed/json cells (#45842) 2020-08-14 11:47:14 +02:00
Lauréline Guérin 7d2ab21ad7
cells: don't hide invalid link list cell (#44795) 2020-07-17 16:10:06 +02:00
Lauréline Guérin 4a62897422
cells: display invalidity date or delay (#43605) 2020-06-12 14:45:21 +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
Lauréline Guérin 870e132867
cells: more items & accessibility (#40883, #40884) 2020-04-30 09:46:36 +02:00
Frédéric Péters 9c45076ded misc: include form css classes when inserted in links list cells (#41465) 2020-04-14 08:24:44 +02:00
Frédéric Péters 16cd985be2 trivial: import reverse from django.urls (#41285) 2020-04-02 20:42:23 +02:00
Frédéric Péters 23966b3504 misc: don't check validity for links with multiple variables (#41139) 2020-03-31 11:55:44 +02:00
Lauréline Guérin 8e7e5cbe3f
cells: list of links are foldable and expandable (#40703) 2020-03-17 11:03:54 +01:00
Lauréline Guérin 5d6d0a86fc
assets: add generic assets for cells (#40223) 2020-03-16 11:10:21 +01:00
Frédéric Péters ebcfd93e79 misc: accept link cells with just an anchor as valid (#40644) 2020-03-11 11:42:28 +01:00
Lauréline Guérin cc5aaa93e4
cells: data cells invalid report (#38009) 2020-03-05 09:51:28 +01:00
Lauréline Guérin 39234986fe
cells: a cell is not visible after 2 days of invalidity (#38009) 2020-03-05 09:43:54 +01:00
Lauréline Guérin f94bcff4d9
page: new pages are excluded from navigation by default (#17659) 2020-01-31 15:25:03 +01:00
Frédéric Péters acbcbbc132 misc: use a more readable conversion of python to css class name (#39314) 2020-01-28 11:41:03 +01:00
Lauréline Guérin 24619ce6db
cells: add a cell type "list of links" (#11006) 2020-01-24 10:31:43 +01:00
Thomas NOËL 57542ab058 add combo templatetags in builtins (#37273) 2019-11-20 16:53:32 +01:00
Frédéric Péters 826acc3b24 misc: use json method to load JSON responses (#35425) 2019-08-18 14:46:48 +02:00
Frédéric Péters c9b4ed5d4e misc: allow variables in URLs in href/src of text cells (#17360) 2019-05-12 20:05:13 +02:00
Frédéric Péters dadad025a6 tests: move admin_user fixture to conftests 2018-12-27 10:05:25 +01:00
Frédéric Péters f3f7202c21 general: refine navigation/menu page visibility (#28963) 2018-12-18 10:56:25 +01:00
Frédéric Péters 64305b1cb8 tests: use resp.text to compare against string 2018-07-25 20:54:08 +02:00
Frédéric Péters 1b7400a0b4 tests: update tests on the road to python 3
(this includes a switch of lingo tests from django test client to
webtest)
2018-07-25 16:45:36 +02:00
Frédéric Péters 9e6adee4f9 general: keep cache of cell types used in a page (#24239) 2018-07-16 09:04:59 +02:00
Frédéric Péters c505e6bb37 misc: totally ignore unknown config json cell (#24190) 2018-05-31 08:55:12 +02:00
Frédéric Péters 69ac9adf88 misc: include cell key in config json cell CSS class names (#23079) 2018-04-11 10:20:51 +02:00
Frédéric Péters 71db20a5e4 misc: split utils in specific modules (#21165) 2018-01-16 09:09:44 +01:00
Frédéric Péters 0558d9b091 general: update context usage for Django 1.11 (#20935) 2018-01-02 17:45:55 +01:00
Thomas NOËL b40c0f894f add REQUESTS_TIMEOUT settings for utils.request (#20839) 2017-12-26 14:34:11 +01:00
Serghei Mihai 3014a634ea cells: get only user visible content in placeholders (#19939) 2017-11-07 16:13:04 +01:00
Frédéric Péters 3fce425269 tests: adapt tests to new TEMPLATES settings (#19578) 2017-10-30 21:33:48 +01:00
Thomas NOËL 3956d105ae utils: accept Django syntax in templated_url (#19261) 2017-10-13 16:37:03 +02:00