History log of /plugin/simplenavi/conf/metadata.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 8a3822ef 02-Apr-2025 Andreas Gohr <andi@splitbrain.org>

add the peek option

This replaces the handling of the sneakyindex mechanism by being more
clever.


# 4c5e7fe5 02-Apr-2025 Andreas Gohr <andi@splitbrain.org>

revamp config options and tests


# 3e558610 13-Nov-2023 Andreas Gohr <andi@splitbrain.org>

code cleanup


# e58e2f72 03-Aug-2023 Andreas Gohr <andi@splitbrain.org>

added option to sort namespaces before other pages


# e75a33bf 20-Jul-2023 Andreas Gohr <andi@splitbrain.org>

Refactor item gathering and sorting

This fixes the broken sort by title mechanism


# db559ff9 12-Nov-2014 Michael Große <mic.grosse+github@googlemail.com>

Add option for natural sorting and make it default

The search(...) function creates per default a natural sorted array.
This behaviour is now enforced by adding an explicit 'natural'
parameter. Sort

Add option for natural sorting and make it default

The search(...) function creates per default a natural sorted array.
This behaviour is now enforced by adding an explicit 'natural'
parameter. Sorting by the ascii table in now an option in the config
menu.

Add files for the configuration and add a test for the 'natural'
sorting.

However the ascii sorting is still broken and will be fixed in a later
commit. Currently the pages of an open namespace are not always below
the open namespace but below another one.

show more ...