phryk pushed to main at phryk/pdnew 2024-05-14 04:15:50 +00:00
0914c68a4c added help to SearchPage
phryk closed issue phryk/pdnew#34 2024-05-14 03:00:56 +00:00
Fix trail hints in Menu
phryk pushed to main at phryk/pdnew 2024-05-14 02:50:04 +00:00
36e863de7e greatly reduced trailing state determination for menu links
be0fe58c56 made listing offset urls non-collidable with full view urls, now checking all rules for an endpoint to determine trailing state for menu links
Compare 2 commits »
phryk opened issue phryk/pdnew#35 2024-05-13 04:04:28 +00:00
Agitprop type
phryk opened issue phryk/pdnew#34 2024-05-13 04:01:30 +00:00
Fix trail hints in Menu
phryk closed issue phryk/pdnew#18 2024-05-13 04:00:20 +00:00
Paginate listings
phryk pushed to main at phryk/pdnew 2024-05-13 03:58:02 +00:00
d967213ae7 added block decorator for app and blueprints, used it to place search form site header
phryk pushed to main at phryk/pdnew 2024-05-13 03:35:33 +00:00
c8de1fbfe3 added endpoint_parameters to make paginations work for parameterized routes; used this to properly paginate search
phryk pushed to main at phryk/pdnew 2024-05-13 03:24:18 +00:00
ae91db948a implemented pagination, added item_constructor to listing and support for custom classes in menu items
phryk commented on issue phryk/pdnew#33 2024-05-10 18:45:43 +00:00
ChildAware: lowercase lookup

Don't forget to adjust inline-rendering directive for Markdown to use this.

phryk commented on issue phryk/pdnew#29 2024-05-10 18:44:24 +00:00
Admin Dashboard

Place Commentable.__class_descendants__ prominently at the top. All other Administerables below.

phryk commented on issue phryk/pdnew#10 2024-05-10 18:43:02 +00:00
Implement search

Basic implementation done.

Still missing:

  • Form in menubar (searchpage-teaser?)
  • Help (as markdown) text on full search page (and on input field title?)
  • ORDER BY "created" *…
phryk pushed to main at phryk/pdnew 2024-05-10 18:20:59 +00:00
f8991d4547 basic search implementation works. still needs help texts, ordering (and pagination)
phryk pushed to main at phryk/pdnew 2024-05-09 21:04:18 +00:00
3a77dae24e search tokens are now implemented as classes
phryk pushed to main at phryk/pdnew 2024-05-09 19:43:56 +00:00
37a78f17c1 started work on search
phryk opened issue phryk/pdnew#33 2024-05-09 14:02:14 +00:00
ChildAware: lowercase lookup
phryk commented on issue phryk/pdnew#10 2024-05-09 13:46:00 +00:00
Implement search

Wanted features:

  • normal (LIKE %foo%) tokens
  • quote tokens: "foo bar"
  • field tokens: title:foo, title:"foo bar"
  • negation: -foo, -"foo bar", -title:foo, -title:"foo bar"
phryk pushed to main at phryk/pdnew 2024-05-08 17:57:04 +00:00
bc66d24ba4 administerable tabs now only shown when logged in
phryk closed issue phryk/pdnew#32 2024-05-08 17:28:55 +00:00
Reduce .tabs on Administerable and Named to only include available options
phryk commented on issue phryk/pdnew#32 2024-05-08 17:28:55 +00:00
Reduce .tabs on Administerable and Named to only include available options

Opted to just remove the entire menu when no user is logged in.