- Oct 15, 2011
-
-
Hakan Sandell authored
-
- Sep 18, 2011
-
-
Anika Henke authored
-
Anika Henke authored
-
- Sep 17, 2011
-
-
Adrian Lang authored
-
- Aug 24, 2011
-
-
Kate Arzamastseva authored
-
- Aug 19, 2011
-
-
Kate Arzamastseva authored
-
Adrian Lang authored
-
- Aug 15, 2011
-
-
Kate Arzamastseva authored
-
- Aug 03, 2011
-
-
Kate Arzamastseva authored
-
- Aug 02, 2011
-
-
Kate Arzamastseva authored
-
- Aug 01, 2011
-
-
Anika Henke authored
-
- Jul 31, 2011
-
-
Kate Arzamastseva authored
-
- Jul 30, 2011
-
-
Kate Arzamastseva authored
-
- Jul 25, 2011
-
-
Kate Arzamastseva authored
-
- Jul 19, 2011
-
-
Kate Arzamastseva authored
-
- Jul 11, 2011
-
-
Adrian Lang authored
* Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
-
- Jul 09, 2011
-
-
Kate Arzamastseva authored
-
- Jul 08, 2011
-
-
Kate Arzamastseva authored
-
- Jul 04, 2011
-
-
Kate Arzamastseva authored
-
- Jun 20, 2011
-
-
Kate Arzamastseva authored
-
- Jun 14, 2011
-
-
Kate Arzamastseva authored
-
- Jun 13, 2011
-
-
Kate Arzamastseva authored
-
- Jun 10, 2011
-
-
Kate Arzamastseva authored
-
- Jun 05, 2011
-
-
Kate Arzamastseva authored
-
Kate Arzamastseva authored
-
- Apr 17, 2011
-
-
Anika Henke authored
-
Anika Henke authored
-
- Apr 16, 2011
-
-
Anika Henke authored
don't use form_makeTag() for blank.gif as empty attributes are not passed on (which resulted in a missing alt attribute)
-
Anika Henke authored
-
Anika Henke authored
-
- Mar 05, 2011
-
-
Andreas Gohr authored
-
- Feb 20, 2011
-
-
Anika Henke authored
Attention: $lang['register'] has been renamed to $lang['btn_register'], anyone using that in any plugin or template should adjust it.
-
- Feb 06, 2011
-
-
Andreas Gohr authored
-
Anika Henke authored
-
- Feb 05, 2011
-
-
Andreas Gohr authored
-
- Jan 31, 2011
-
-
Andreas Gohr authored
-
- Jan 27, 2011
-
-
Andreas Gohr authored
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]].
-
- Jan 17, 2011
-
-
Michael Hamann authored
This reverts commit fa7c70ff.
-
- Jan 10, 2011
-
-
Michael Hamann authored
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.
-
- Jan 02, 2011
-
-
Anika Henke authored
-