| 8c253612 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve PHPDocs of Mailer |
| acbf061c | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add Reply-To and Sender to whitelist for cleanAddress FS#2916 |
| 2e608c52 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reverse revisions display order |
| 7f92538e | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove close p tag in diffview |
| 4fc1354a | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
diff navigation: move prev/next on one side or both side |
| eeb8f429 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add disable options to form_makeListboxField. Disable out of range revisions |
| f379edc2 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix comment in _resolveInterWiki |
| f1f2f711 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into diff_navigation
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic b
Merge remote-tracking branch 'origin/master' into diff_navigation
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. * include upstream change * added dropdowns
show more ...
|
| 90098477 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
try to ignore chmod errors FS#2895 |
| 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 |
| 08d1a8df | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
show PHP version only to admins and managers FS#2655 |
| 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 |
| ed5a0402 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
removed Yahoo sitemap ping, added Yandex instead FS#2880 |
| 5a9ce446 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
code reformatting |
| 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 |
| 7f081821 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Extend showuseras config with username_link
uses the user interwiki link as profile link |
| b3d353e6 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
wikilink needs wiki target as well |
| 7c2f8eec | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
handle interwiki without slashes as pageids. Added user interwiki
* allowed urlparams * added `wiki:users:` as default user profile link |
| e89b7c1e | 14-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Add Apache module list to ?do=debug information
This should make it possible to see if mod_security is involved, at least on servers running mod_php. |