| b41885e3 | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, plugin manager |
| 392c9b52 | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, config/admin.php |
| 05be3a57 | 07-Sep-2012 |
Olivier Duval <zorky00@gmail.com> |
French language update |
| 0e65a484 | 06-Sep-2012 |
Gerardo Zamudio <gerardo@gerardozamudio.net> |
Spanish language update |
| 520297b4 | 06-Sep-2012 |
Jukka Inkeri <jukka@awot.fi> |
Finish language update |
| ccde6bdb | 06-Sep-2012 |
日向小郎 <syaoranhinata@gmail.com> |
Traditional Chinese language update |
| e10c99f4 | 27-Aug-2012 |
Mark <mc.prins@gmail.com> |
update the url to the latest one used in the manager FIX for FS#2463 <https://bugs.dokuwiki.org/index.php?do=details&task_id=2463> |
| 77d44477 | 26-Aug-2012 |
Otto Vainio <otto@valjakko.net> |
Finish language update |
| 940dbfe4 | 26-Aug-2012 |
Gerrit <klapinklapin@gmail.com> |
Dutch language update |
| ef72e4a3 | 26-Aug-2012 |
Miroslav Svoboda <msv@email.cz> |
Czech language update |
| 0edda900 | 26-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated split calls FS#2583 |
| 64273335 | 24-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
more $INPUT use FS#2577 |
| 63e967bd | 05-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
html validity fixes (removed name and align in some plugins) |
| 24d49498 | 05-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
added some missing spaces (to popularity and revert plugins) |
| 00c2d4a9 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed some RTL+IE7 bugs, mainly background icons and search form (FS#2569) |
| e8b5a4f9 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins, E_STRICT errors are still supressed.
show more ...
|
| 0a6ae52f | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Initialize more variables and test if others are set (no functional changes) |
| 3e8e3ae6 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix inconsistent return values in the indexer and in getInfo() |
| e3ab6fc5 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fixed and extended PHPDoc comments and added additional @var comments |
| 3009a773 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
replaced use of basename() with utf8_basename() FS#2015 |
| c8839c22 | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
changed all doctypes to html5 doctype |
| 499add6b | 08-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
no longer allow include statements in local.conf.php
as discussed at https://github.com/splitbrain/dokuwiki/pull/115 |
| f4c788ee | 08-Jul-2012 |
Mikael Lyngvig <mikael@lyngvig.org> |
danish language update |
| cc01c067 | 08-Jul-2012 |
Milad D <m.dastanzand@gmail.com> |
Persian translation |
| e260f93b | 05-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
xml compatibility fixes (mainly entities to unicode conversions) |