| 1b4b4fa9 | 17-Jul-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Extract SQL composition into a query builder |
| 853810cf | 10-Jul-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add advanced search filter |
| 972f6adf | 10-Jul-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Search for any of the tags by default |
| 5d2102af | 10-Jul-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add tests |
| c30c2564 | 10-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 018370fc | 10-Jul-2019 |
sheesupport <sheesupport@users.noreply.github.com> |
do never use wildcards when clicking tags. fixes #52
When the wiki is configured to do wildcard searches by default (using the search_fragment configuration, clicks on tags should still searched as
do never use wildcards when clicking tags. fixes #52
When the wiki is configured to do wildcard searches by default (using the search_fragment configuration, clicks on tags should still searched as exact matches. Actual wildcard support for tag searches is introduced in #54
show more ...
|
| de379874 | 09-Jul-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Consistently use * for wildcards/globbing
DokuWiki uses * and SQlite handles it well with the GLOB operator |
| 44301387 | 12-Jun-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ba2d9bc8 | 12-Jun-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove redundant db query |
| cd08599f | 12-Jun-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update tags when move plugin has moved a page |
| 45b16087 | 16-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 28f9fe0d | 16-May-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Place tag search results in their own section
Tag search results used to be inserted before page name results, but below the corresponding headline |
| 0b6fad27 | 04-Apr-2019 |
sandos187 <sandos@mailbox.org> |
Added {{tagging::tag>tagname}} to show all pages with a specific tag |
| 7058f010 | 21-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 7b4b120e | 21-Mar-2019 |
Andreas Gohr <gohr@cosmocode.de> |
shorter german text |
| 8e395415 | 21-Mar-2019 |
Andreas Gohr <gohr@cosmocode.de> |
better tag admin toggle wording
Still not perfect, but a little better maybe. |
| 4b1e7a12 | 21-Mar-2019 |
Andreas Gohr <gohr@cosmocode.de> |
larger tag input area |
| 6bb97807 | 21-Mar-2019 |
Andreas Gohr <gohr@cosmocode.de> |
fix weird background for admin edit checkbox |
| bf51d5dd | 15-Nov-2018 |
Jürgen <hans-juergen.schuemmer@schuette.de> |
translation update |
| 4f65f395 | 13-Nov-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3bbb8b9b | 13-Nov-2018 |
Andreas Gohr <gohr@cosmocode.de> |
better german translation. fixes #21 |
| 7d1a3359 | 13-Nov-2018 |
Andreas Gohr <gohr@cosmocode.de> |
be more resilent to search output #45
Tags may match when nothing else matches. |
| 790ca788 | 13-Nov-2018 |
Andreas Gohr <gohr@cosmocode.de> |
return tags as array
As discussed on https://github.com/cosmocode/tagging/pull/46#discussion_r226819085 |
| aa627dee | 13-Nov-2018 |
Andreas Gohr <gohr@cosmocode.de> |
cleanup, no functionality changes |
| 72431326 | 18-Oct-2018 |
Michael Große <grosse@cosmocode.de> |
✨ Add helper function to get all pages with tags and their tags |