| d6a1a955 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
another call_user_func warning fix |
| 6340dabc | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
avoid warnings when instructions with no parameters are rendered
see http://irc.dokuwiki.org/index.php?d=2012-07-28#msg403531 |
| 3009a773 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
replaced use of basename() with utf8_basename() FS#2015 |
| f393a4eb | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added utf8_basename()
This is a locale independent version of basename to work around https://bugs.php.net/bug.php?id=37738
The function is not yet used anywhere. It should be at least used where e
added utf8_basename()
This is a locale independent version of basename to work around https://bugs.php.net/bug.php?id=37738
The function is not yet used anywhere. It should be at least used where ever non-ASCII filenames and paths are handled. Simply replacing all calls to basename() with this function might be the safest.
show more ...
|
| e5ab313f | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
check locale setting in do=check FS#2445 |
| 3008b667 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
don't check data dir writability in do=check
these are already checked in init.php, so we can save some space here |
| 25ca5b17 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete parameter from script() FS#2365 |
| 0d24b616 | 25-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Disable some parser and renderer caches during tests FS#2564
This disables some caches which use static variables in order to prevent parsing or rendering of the same page more than once during a ru
Disable some parser and renderer caches during tests FS#2564
This disables some caches which use static variables in order to prevent parsing or rendering of the same page more than once during a run and also disables the cache of parser modes. This means we can no longer test this behavior but at least it fixes syntax plugin tests and tests which change pages in order to test certain caching behaviors.
show more ...
|
| b3d1090e | 25-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix type declarations in some PHPDoc comments |
| 0686da46 | 25-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix icon alt text for page changes
The alt text is now the page id as it is the media id for media changes, previously it was empty as $filename is undefined in that context. |
| b1730bd2 | 17-Jul-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Translatable string for "None" license selection
The position of the option was moved to the end of the list so the English label "None of the above" will make sense. |
| 71e14df4 | 15-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
reworded the word 'button' to be more generic and independent from template (FS#2543) |
| 5f17c394 | 15-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
action dropdown: when label is missing, for accessibility reasons form element should at least have title |
| 1afc2991 | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
exchanged named entities with unicode characters in French lang file |
| d6ba7eb1 | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed validation errors in the installer |
| c8839c22 | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
changed all doctypes to html5 doctype |
| 9664a2b8 | 14-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed the link in the installer to point to wiki:welcome |
| c98f205e | 13-Jul-2012 |
Adrian Lang <mail@adrianlang.de> |
Fix HTML injection in mediaFileList (Secunia advisory SA49196) |
| c28bd545 | 11-Jul-2012 |
Andreas Gohr <gohr@cosmocode.de> |
supress errors from LDAP bind |
| a655c878 | 08-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added lang string for 'Sidebar' |
| d4b0843f | 08-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Prevent information disclosure in farms by disallowing subdirectories |
| af619c5a | 08-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
renamed conf_path() to farm_confpath() |
| f4c788ee | 08-Jul-2012 |
Mikael Lyngvig <mikael@lyngvig.org> |
danish language update |
| cc01c067 | 08-Jul-2012 |
Milad D <m.dastanzand@gmail.com> |
Persian translation |
| 0cbe4a25 | 08-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Check that animal name is a string, better error message if not |