| 660b56c3 | 09-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
when using sneakyindex, check ACLs agains the namespace's start page |
| 5655937a | 09-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
allow relative namespaces (starting with a dot) |
| 0dce6d1d | 03-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| b3e02951 | 03-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
new top level filter mechanism
Adding the option filter to the syntax adds a mechanism to filter the list at the top level. The current filter is preserved through navigation via session storage. |
| d8ce5486 | 03-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
code cleanup |
| dee30e8e | 06-Jul-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 816351b2 | 16-Jan-2022 |
Viktor Kristian <vkristian@gmail.com> |
added translation to sk language |
| 319137fd | 16-Jan-2022 |
Viktor Kristian <vkristian@gmail.com> |
added translation to sk language |
| 8ddd933f | 20-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 58aa61cc | 20-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
fix testing |
| f8761f0f | 25-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 303e1405 | 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: check for unset variables to fix PHP Notices
While DokuWiki by default suppresses PHP Notices, they are still bad style and we should not trigger them. |
| 00f6e16c | 21-Jul-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 9e5448f8 | 18-Jul-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| daf2dc98 | 15-Jul-2016 |
Oliver <igittigitt@users.noreply.github.com> |
Update syntax.php
Stolen and slightly modified from unmerged pullrequest of "sinky" |
| 8d67326d | 24-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 37f0c565 | 24-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
Adjust method signatures to match parent |
| 628d2f21 | 26-Feb-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
Update email-adress in plugin.info.txt |
| 51a56364 | 07-Jan-2015 |
Michael Große <grosse@cosmocode.de> |
Set version to today |
| 18ede487 | 07-Jan-2015 |
Michael Große <grosse@cosmocode.de> |
Fix group name and add coverage information |
| 2122c0d0 | 07-Jan-2015 |
Michael Große <grosse@cosmocode.de> |
Change from preg_replace to faster str_replace |
| f515dd65 | 12-Nov-2014 |
Michael Große <mic.grosse+github@googlemail.com> |
fix .travis.yml |
| f6df42f6 | 12-Nov-2014 |
Michael Große <mic.grosse+github@googlemail.com> |
Add .travis.yml |
| c7bf8c86 | 12-Nov-2014 |
Michael Große <mic.grosse+github@googlemail.com> |
Adjust the signature of handle and render |
| 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 ...
|