| a7e8b43e | 15-Feb-2014 |
Michael Hamann <michael@content-space.de> |
Add FULLTEXT_PHRASE_MATCH event for allowing plugins to match phrases
Our index doesn't support phrase searches so we are searching for the pages that contain all words of the phrase and then search
Add FULLTEXT_PHRASE_MATCH event for allowing plugins to match phrases
Our index doesn't support phrase searches so we are searching for the pages that contain all words of the phrase and then search again in the content of the pages. As plugins can also add additional text to the index this event allows plugins to do phrase matching in their content.
show more ...
|
| 43d58b76 | 15-Feb-2014 |
Michael Hamann <michael@content-space.de> |
Fix the snippet search to continue after the previous match |
| ef3e3cdd | 15-Feb-2014 |
Michael Hamann <michael@content-space.de> |
Only use the whole text as search snippet when it's the first match |
| 04032c73 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
when creating a diff link always link to exact rev FS#2835 |
| 6496c33f | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
interwiki : prefixed configurls handled as wikilinks |
| 0ba750c0 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed retrieveUser function in authad
previously it never returned any users |
| 08d1a8df | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
show PHP version only to admins and managers FS#2655 |
| b9a6663f | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
handle limit=0 correctly in authmysql/pgsql FS#2919 |
| 9a2c73e8 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
streamlined retrieveUsers() signature over all auth plugins FS#2919 |
| 815f94e6 | 15-Feb-2014 |
lisps <stummp@loewen.de> |
Mediamanager: rename radio name attributes for sort and list buttons to fix fs#2851 related to http://bugs.jqueryui.com/ticket/8761 |
| 3593102d | 15-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
included geshi styles per @import, removed from lib/exe/css |
| ed5a0402 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
removed Yahoo sitemap ping, added Yandex instead FS#2880 |
| ddb55c70 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Use DOKU_BASE in resolveinterwiki unittest |
| 4485a891 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix double slash in coral interwikilink |
| da7d718c | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
LESSified GeSHI styles |
| 5c36c548 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
combined geshi styles
using http://cleancss.com/ |
| 5a9ce446 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
code reformatting |
| 5d67b5e1 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
recompiled geshi styles FS#2902 |
| af4684ac | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
move geshi highlighting to it's own LESS file |
| 2345e871 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
wikilink creating refactored to _resolveinterwiki().
Added DOKU_BASE for local target |
| 446b5b59 | 15-Feb-2014 |
Dominik Eckelmann <deckelmann@gmail.com> |
FS#2388 give relative path to sendfile on nginx |
| 40e0b444 | 15-Feb-2014 |
Dominik Eckelmann <deckelmann@gmail.com> |
use http_sendfile correct |
| fd51614b | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
enable/disable extensions via AJAX FS#2927 |
| 2d6df795 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added tests for Doku_Renderer::_resolveInterWiki |
| 7f081821 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Extend showuseras config with username_link
uses the user interwiki link as profile link |