History log of /plugin/simplenavi/_test/ (Results 1 – 11 of 11)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a2e5677722-May-2025 Andreas Gohr <gohr@cosmocode.de>

do not show hidden pages

02d11b9c03-Apr-2025 Andreas Gohr (aider) <andi@splitbrain.org>

refactor: Use data provider for isParent test method

b1fcfa9f03-Apr-2025 Andreas Gohr (aider) <andi@splitbrain.org>

test: Add test cases for the `isParent` method in SimplenaviTest

4c5e7fe502-Apr-2025 Andreas Gohr <andi@splitbrain.org>

revamp config options and tests

d418c03113-Nov-2023 Andreas Gohr <andi@splitbrain.org>

added home parameter

This wraps the entire tree under the start page of the selected
namespace.

e58e2f7203-Aug-2023 Andreas Gohr <andi@splitbrain.org>

added option to sort namespaces before other pages

e75a33bf20-Jul-2023 Andreas Gohr <andi@splitbrain.org>

Refactor item gathering and sorting

This fixes the broken sort by title mechanism

d8ce548603-Jan-2023 Andreas Gohr <andi@splitbrain.org>

code cleanup

18ede48707-Jan-2015 Michael Große <grosse@cosmocode.de>

Fix group name and add coverage information

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

Fix position of subpages in ascii sorting

Since colons come in the ascii table after numbers, there was some
unintended sorting with multiple namespaces, which only differed by
unindented numbers at

Fix position of subpages in ascii sorting

Since colons come in the ascii table after numbers, there was some
unintended sorting with multiple namespaces, which only differed by
unindented numbers at the end. Replacing the colons with the '/' which
is in front of the numbers in the ascii table solved the problem.

Add a test for this.

Known possible issue: pages are not sorted after namespaces.

show more ...

db559ff912-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 ...