| 1e5105f9 | 17-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
make sure AD pass expiry message is never shown twice |
| 69995a16 | 17-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not hardcode profile link in AD pass expire message
Changing passwords might not be available. |
| a699035c | 15-Feb-2012 |
Erial Krale <erial2@gmail.com> |
Korean language update |
| b2a1a44c | 07-Feb-2012 |
Marius Olar <olarmariusalex@yahoo.com> |
Romanian language update |
| 5c0c6845 | 06-Feb-2012 |
PCPA <pcpa@cyberpunk.su> |
Russian language update |
| 03d7247e | 05-Feb-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
moved plugin and core method calls to seperate function |
| 750a55de | 05-Feb-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
corrected comment |
| c7b28ffd | 04-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
added div.table around non-editable content as well (FS#1980) |
| ae6cce18 | 02-Feb-2012 |
Matej Urban <matej.urban@gmail.com> |
Slovak language update |
| 40d429f5 | 02-Feb-2012 |
Begina Felicysym <begina.felicysym@wp.pl> |
Polish language update |
| c4dda6af | 31-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
fixed .curid to always highlight the current ID of the main/viewed page |
| 75b14482 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
added missing global statements
tss.. |
| c4766956 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
DOKU_TPL* considered harmful
Some plugins want to dynamically switch the template based on users, namspaces or the phase of the moon. Having fixed paths in a unchangable constant prevents this.
Thi
DOKU_TPL* considered harmful
Some plugins want to dynamically switch the template based on users, namspaces or the phase of the moon. Having fixed paths in a unchangable constant prevents this.
This changes deprecates the DOKU_TPL* constants in favor of two new tpl_* functions that return the correct paths based on the $conf variables which can be changed from the DOKUWIKI_STARTED event.
show more ...
|
| b78bf706 | 30-Jan-2012 |
romain <romain.coltel@gmail.com> |
Added support for the %GROUP% wildcard.
%GROUP% is the same as %USER% except it's done on each group a user is in. %USER% and %GROUP% cannot be mixed on an ACL line. |
| 378325f9 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
made the tpl_getMediaFile() function more flexible |
| 27833958 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added tpl_getMediaFile() to replace tpl_getFavicon()
The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing near
added tpl_getMediaFile() to replace tpl_getFavicon()
The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing nearly exactly the same) and tpl_getFavicon() was deprecated. tpl_favicon() can still be used, though.
show more ...
|
| 3b9a3b55 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added missing actions to tpl_actiondropdown() |
| 61917024 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added 5 new language strings for action tools and skip link (needs translations)
This is in preparation for the new default template. This also updates the tpl_actiondropdown() to use most of them. |
| c2790ba2 | 25-Jan-2012 |
Emanuel-Emeric Andrași <em.andrasi@mandrivausers.ro> |
Romanian language update |
| 6d06b26a | 24-Jan-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
added INIT_LANG_LOAD event |
| 59f3611b | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
removed 'view original' button from new media manager again (was added in b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and
removed 'view original' button from new media manager again (was added in b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and is what was originally planned
show more ...
|
| 200ff6b7 | 22-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed unused class |
| e96b69da | 19-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
corrected old mediaupload introduction text |
| 4fcd684a | 15-Jan-2012 |
Michael Hamann <michael@content-space.de> |
Disable E_STRICT error reporting
This change disables the reporting of strict standard errors in PHP 5.4, in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for these versions this doesn'
Disable E_STRICT error reporting
This change disables the reporting of strict standard errors in PHP 5.4, in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for these versions this doesn't cause any change (however E_STRICT is available in all versions of PHP 5 so this doesn't cause any problems). See also FS#2427.
show more ...
|
| 47251657 | 15-Jan-2012 |
Michael Hamann <michael@content-space.de> |
Make Sitemapper functions static as they were used as static functions
All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they
Make Sitemapper functions static as they were used as static functions
All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they are marked as static. Furthermore two FIXME comments were removed as dbglog now checks if debugging is enabled.
show more ...
|