| #
2237b4fa |
| 03-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
correctly handle highlighting of partial searches FS#1353
|
| #
26eb848c |
| 02-Oct-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1353: Only highlight isolated occurences of search term, not those where it's part of another term. Word boundaries are now respected.
|
| #
42de51b1 |
| 22-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
show more ...
|
| #
c95a5b7d |
| 09-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
use background image based data security check in admin
|
| #
9a2cec2e |
| 09-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
display DokuWiki version in admin menu
Template authors might need to adjust their CSS
|
| #
8d9e6ae7 |
| 02-Jul-2010 |
Anika Henke <anika@selfthinker.org> |
improved diff permalink
|
| #
226bf2dc |
| 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1821: Added a permalink to the diff output
|
| #
b150cd2c |
| 26-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1901: prefill section name into summary when editing sections
|
| #
8d22f1e9 |
| 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Changes to the ft_pageLookup and related event FS#1978
This patch changes the ft_pageLookup function to always return the title of pages with the result. This makes it easier to work with the array,
Changes to the ft_pageLookup and related event FS#1978
This patch changes the ft_pageLookup function to always return the title of pages with the result. This makes it easier to work with the array, as it no longer changes between numeric and key indexes depending on useheading. This also means that action plugins subscribed to SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new data field called 'has_titles' which plugins can use to check for backwards compatibility.
show more ...
|
| #
de4d479a |
| 17-May-2010 |
Adrian Lang <lang@cosmocode.de> |
Let actionOK detect auth backend capabilities
|
| #
11c78c94 |
| 08-May-2010 |
Andreas Gohr <andi@splitbrain.org> |
correctly preview no text FS#1945
|
| #
2e61e4df |
| 25-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix JavaScript for change detection after preview
|
| #
b7eccc60 |
| 24-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Keep edit target information for preview
|
| #
12c96ace |
| 23-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Send edit target in HTML_EDITFORM_SELECTION
|
| #
d141c8dc |
| 22-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Add missing global declaration
|
| #
2ffea8f2 |
| 22-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Do not trigger HTML_FORM_SELECTION in some cases
When the page is not editable or the section info is out of date, a custom editor should not be used.
|
| #
d7879495 |
| 12-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'requireall'
Conflicts: inc/fulltext.php
|
| #
84645d8c |
| 12-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed target handling for license link FS#1917
|
| #
fe17917e |
| 10-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Move & rename HTML_PAGE_FROMTEMPLATE to common.php
The new COMMON_PAGE_FROMTEMPLATE is triggered by pageTemplate AFTER the template has been read but before performing the template replacements.
|
| #
5a932e77 |
| 09-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Remove wordblock action, issue a msg instead
|
| #
45a99335 |
| 09-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Move data preprocessing out of html_edit
|
| #
ffde0ac9 |
| 09-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Allow plugins to manage edit intro text
|
| #
3f9e3215 |
| 04-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Really allow plugins to use section editing
|
| #
8e4da260 |
| 04-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Output common parts of edit forms before the event
|
| #
bd0293e7 |
| 28-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
moved number of search result snippets to a define
|