| #
e8188911 |
| 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
hide security check image if everything is alright
|
| #
b2f0ffd0 |
| 06-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
improved data security check on admin
|
| #
1b885c58 |
| 05-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed inline diff selector loosing page context
|
| #
72165381 |
| 31-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Make diff type selectable
|
| #
06756ad2 |
| 27-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
allow placeholders in search intro text
This patch allows to use the placeholders in the search intro message that will be replaced with the search term.
@SEARCH@ will be replaced with the search q
allow placeholders in search intro text
This patch allows to use the placeholders in the search intro message that will be replaced with the search term.
@SEARCH@ will be replaced with the search query @QUERY@ will be replaced with the URL encoded search query for use in URL parameters
Please note that the replacement is don't on the XHTML *after* parsing and rendering the intro wiki text. This means you can not use the query where an ID would be expected.
Examples:
This will work: [[http://www.google.com/search?q=@QUERY@|Google for @SEARCH@]].
This will not work and will link to the page "search" instead: [[@SEARCH@|Your page]].
You could use this instead: [[this>doku.php?id=@QUERY@|Your page]].
show more ...
|
| #
820923f1 |
| 17-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Revert "tmp" for inc/html.php as it breaks the diff output
This reverts commit fa7c70ff4d7f9999466436e7d559eb0c81571779.
|
| #
731ae652 |
| 14-Jan-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Merge branch 'master' of github.com:splitbrain/dokuwiki
|
| #
cc58224c |
| 10-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fix msg() calls when messages have already been printed
This commit fixes two bugs that occurred when msg() was called after html_msgarea() had already been called. - the $MSG array is now cleared w
Fix msg() calls when messages have already been printed
This commit fixes two bugs that occurred when msg() was called after html_msgarea() had already been called. - the $MSG array is now cleared when it has been printed (otherwise $MSG has been printed again when another msg() call was done) - headers_sent() didn't work for me, it always reported false although html_msgarea() had already been called which might be explainable with output buffering. This makes msg() now depend on the first call of html_msgarea() or headers_sent() in order to not to break msg() in ajax requests etc.
show more ...
|
| #
ddcde000 |
| 02-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
added space between license text and link
|
| #
fa7c70ff |
| 08-Dec-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
tmp
|
| #
3733161e |
| 08-Dec-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
Add missing variable declaration
|
| #
3417a2d2 |
| 20-Nov-2010 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'later'
|
| #
f5baf821 |
| 07-Nov-2010 |
Anika Henke <anika@selfthinker.org> |
make custom buttons possible with html_btn() without the need of global $lang (more consistent with tpl_pagelink())
|
| #
c277a6bd |
| 21-Oct-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Deprecate html_attbuild in favor of buildAttributes
|
| #
6ef71970 |
| 08-Oct-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix page name lookup in search
The page name lookup only checked whether the namespace part occured in the page name and dropped all other search criteria. Moreover, cleaning is not necessary anymor
Fix page name lookup in search
The page name lookup only checked whether the namespace part occured in the page name and dropped all other search criteria. Moreover, cleaning is not necessary anymore as ft_pageLookup does this itself.
show more ...
|
| #
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
|