Commit Graph

38 Commits

Author SHA1 Message Date
phryk f02a85dba5 bucketload of theming work 2024-09-01 18:52:27 +02:00
phryk 3d6259cdcd removed <picture> everywhere, adjusted styling, some theming work 2024-08-18 10:44:31 +02:00
phryk 22f988ac00 some more theming work, improved modals, nicer warnings for unpublished content 2024-08-16 17:57:08 +02:00
phryk 90fd0ce00b lots of theming work, fixed up some form field implementations 2024-07-27 03:05:56 +02:00
phryk be664b534b added .access function used in .view to determine if a user is allowed to see it, added up/down reorder buttons to gallery form, added fonts, did a bunch of theming 2024-07-13 23:09:48 +02:00
phryk 0fa7e47be4 added generic extra_classes parameter to Renderable for CSS, adjusted Menu to use it, added animated fediverse link, greatly improved propaganda administration and did a bunch of smaller things 2024-06-29 05:36:26 +02:00
phryk 6ce3c7e80f added seal message block 2024-06-18 03:38:50 +02:00
phryk 4a56736762 added autogenerated ids to form fields, added markdown support to form field help, moved search help to form field help, added some styling 2024-06-18 00:32:06 +02:00
phryk b95bc9bf4e added dumb badge i put way too much effort into 2024-06-17 01:46:33 +02:00
phryk dc66551e5e changed adblock recommendation to adnauseam, minor styling adjustments 2024-06-16 00:26:56 +02:00
phryk 9d23904d4c implemented page type, used it for frontpage text, added markdown support for titles and did a bunch of theming work 2024-06-15 16:19:08 +02:00
phryk 2f74a2e4c6 renamed .tabs to .menu, moved output of menus for main content from administerable template to layout (main.html) 2024-06-11 20:31:28 +02:00
phryk 3c2fde2600 added root-level block to field base template, removed erroneous checkbox and radiobutton templates, improved groupablefield template 2024-06-11 16:38:51 +02:00
phryk 1bcd18c805 added missing templates for checkbox and radiobutton 2024-06-11 13:29:31 +02:00
phryk 22ac084e9d more theming work 2024-06-11 11:54:12 +02:00
phryk b7a93cd954 added custom markdown-it-py plugin to break markdown content apart into <sections>, some cleanup and a bunch of theming work 2024-06-03 17:50:44 +02:00
phryk c793d16408 removed required attribute from form element HTML to conform with partial validation when using fieldsets 2024-05-31 16:42:43 +02:00
phryk 915a5b3c49 added username to security info in header 2024-05-31 16:42:05 +02:00
phryk 674e83470c added link back to CuratedArt, improved form for it, fixed listing order for search and frontpage 2024-05-24 01:48:49 +02:00
phryk cd4631d0e6 implemented generic redirection type (closes #35) 2024-05-22 03:32:17 +02:00
phryk 3f9f2fe9ac added admin dashboard (closes #29) 2024-05-21 07:31:13 +02:00
phryk ed6a1a4592 improved login to work with client cert auth, properly implemented published hint for uploads and commentables (closes #37) 2024-05-21 05:58:28 +02:00
phryk 8ab6184ce8 added client cert auth (closes #15) 2024-05-20 04:10:17 +02:00
phryk cf46f8d350 improved ScoredLink implementation 2024-05-17 02:56:17 +02:00
phryk 0914c68a4c added help to SearchPage 2024-05-14 06:15:20 +02:00
phryk d967213ae7 added block decorator for app and blueprints, used it to place search form site header 2024-05-13 05:57:53 +02:00
phryk ae91db948a implemented pagination, added item_constructor to listing and support for custom classes in menu items 2024-05-13 04:52:45 +02:00
phryk f8991d4547 basic search implementation works. still needs help texts, ordering (and pagination) 2024-05-10 20:20:47 +02:00
phryk 37a78f17c1 started work on search 2024-05-09 21:43:43 +02:00
phryk 9bcddfbebe safe markdown for comments, moderation and some minor improvements 2024-05-07 22:54:45 +02:00
phryk 2ef9f0c55b improved markdown integration 2024-05-07 05:11:48 +02:00
phryk 13a0e27ee5 fixed missing intro in AutoForm template, minor improvements 2024-05-06 00:15:55 +02:00
phryk 66c09bbbdb implemented working form field grouping 2024-05-05 22:10:41 +02:00
phryk 0cd76e07a3 adblock enforcement, notifications, probably some other stuff 2024-05-02 20:57:38 +02:00
phryk 4aa55df5a0 more progress on commenting. reply forms still missing 2024-04-29 18:16:00 +02:00
phryk dcceaa6aa5 added support for different formats to page decorator and used that for atom feed PoC 2024-04-23 15:42:01 +02:00
phryk 88279efd45 improved titles, closes #30 2024-04-23 10:17:44 +02:00
phryk 73097f02eb combined assets and templates into one directory. closes #9. 2024-04-22 23:29:28 +02:00