Block a user
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
c8de1fbfe3
added endpoint_parameters to make paginations work for parameterized routes; used this to properly paginate search
ae91db948a
implemented pagination, added item_constructor to listing and support for custom classes in menu items
ChildAware: lowercase lookup
Don't forget to adjust inline-rendering directive for Markdown to use this.
Admin Dashboard
Place Commentable.__class_descendants__
prominently at the top.
All other Administerable
s below.
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"
*…
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"
Reduce .tabs on
Administerable
and Named
to only include available options
Reduce .tabs on
Administerable
and Named
to only include available options
Opted to just remove the entire menu when no user is logged in.