| adc7ded7 | 14-Jun-2016 |
Michael Grosse <grosse@cosmocode.de> |
Remove duplicate isHidden check
as suggested by @Klap-in.
This check is already part of GETACCESLEVEL as defined in helper.php of the sqlite plugin. |
| b4a1f50e | 24-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 9e3ba1b1 | 24-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
Adjust method signatures to match parent |
| d8af75bb | 21-Jun-2015 |
Hideaki SAWADA <chuno@live.jp> |
Create settings.php |
| 8f46a336 | 21-Jun-2015 |
Hideaki SAWADA <chuno@live.jp> |
Create lang.php |
| d092e7b8 | 21-Jun-2015 |
Hideaki SAWADA <chuno@live.jp> |
Create intro.txt |
| 59a953ff | 20-Jun-2015 |
Michael Große <mic.grosse+wikitech@googlemail.com> |
Move Check to SQL-Query to respect LIMIT |
| 32014f94 | 18-Jun-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
upped version |
| f4c17eb3 | 13-May-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
Escape $tag in headline |
| 6ad02859 | 11-May-2015 |
Michael Große <grosse@cosmocode.de> |
Show tag in search results title
Possible issue: The korean translation may now be out of date. |
| cde21db6 | 11-May-2015 |
Michael Große <grosse@cosmocode.de> |
Fix Layout to prevent missing linebreak |
| 50547994 | 11-May-2015 |
Michael Große <grosse@cosmocode.de> |
Use quotes for tags with underscores and minus
Not only spaces, but also underscores and minus are treated as separation characters by the search/the tagging plugin. However they are not affected by
Use quotes for tags with underscores and minus
Not only spaces, but also underscores and minus are treated as separation characters by the search/the tagging plugin. However they are not affected by the utf8_stripspecials in helper_plugin_tagging::getTagSearchURL Hence they should be removed during cleaning.
show more ...
|
| 59cd4311 | 25-Apr-2015 |
PPPCR <c.raeuber@3p-engineering.de> |
Check search results against $conf['hidepages'] and ACL
Before returning search results in findItems() inside helper.php, check against $conf['hidepages'] and ACL. |
| bf2782c8 | 23-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Use correct $ID when creating the result-links |
| 204c069b | 23-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Do not show tagged pages from namespaces excluded in search |
| 174241fb | 23-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Only add a colon if it is not already there |
| 3496cc8a | 04-Mar-2015 |
Andreas Gohr <gohr@cosmocode.de> |
fixed input syntax |
| 3c49b3df | 04-Mar-2015 |
Andreas Gohr <gohr@cosmocode.de> |
upped version |
| fb1d0583 | 04-Mar-2015 |
Andreas Gohr <gohr@cosmocode.de> |
fixed renaming tags |
| 67c31d47 | 26-Feb-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
upped version |
| 763b11e1 | 26-Feb-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
Update email-adress in README |
| 56d82720 | 26-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
record page language and enhance jump with lang |
| 048facfb | 22-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
allow multiple tags to be passed to tagjmp |
| 2cb25ec1 | 22-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
correctly quote tag searches with special chars |
| a66f6715 | 22-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
added invisible tags and a way to directly jump to tagged pages |