| a2e56777 | 22-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
do not show hidden pages |
| 02d11b9c | 03-Apr-2025 |
Andreas Gohr (aider) <andi@splitbrain.org> |
refactor: Use data provider for isParent test method |
| b1fcfa9f | 03-Apr-2025 |
Andreas Gohr (aider) <andi@splitbrain.org> |
test: Add test cases for the `isParent` method in SimplenaviTest |
| 4c5e7fe5 | 02-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
revamp config options and tests |
| d418c031 | 13-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
added home parameter
This wraps the entire tree under the start page of the selected namespace. |
| 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 |
| d8ce5486 | 03-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
code cleanup |
| 18ede487 | 07-Jan-2015 |
Michael Große <grosse@cosmocode.de> |
Fix group name and add coverage information |
| c9936b5b | 12-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 ...
|
| 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 ...
|