| #
0b926329 |
| 10-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
recent changes fix
|
| #
0739a638 |
| 05-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
type of recent changes selection fix
|
| #
8d40b4b6 |
| 05-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
type of recent changes selection
|
| #
f24af591 |
| 17-Apr-2011 |
Anika Henke <anika@selfthinker.org> |
tiny fixes for xhtml strict
|
| #
90f84a7b |
| 17-Apr-2011 |
Anika Henke <anika@selfthinker.org> |
removed empty id in register form (FS#2222)
|
| #
c2e73886 |
| 16-Apr-2011 |
Anika Henke <anika@selfthinker.org> |
don't use form_makeTag() for blank.gif as empty attributes are not passed on (which resulted in a missing alt attribute)
|
| #
be62ff97 |
| 16-Apr-2011 |
Anika Henke <anika@selfthinker.org> |
removed nbsps from some clearer divs
|
| #
e8af313f |
| 16-Apr-2011 |
Anika Henke <anika@selfthinker.org> |
fixed invalid html in diff options
|
| #
24a6c235 |
| 05-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid broken page on bad non-UTF8 highlight string
|
| #
bf413a4e |
| 20-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
added 'register' and 'resendpwd' to action links and buttons
Attention: $lang['register'] has been renamed to $lang['btn_register'], anyone using that in any plugin or template should adjust it.
|
| #
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 ...
|