History log of /dokuwiki/inc/ (Results 3151 – 3175 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d6a1a95528-Jul-2012 Andreas Gohr <andi@splitbrain.org>

another call_user_func warning fix

6340dabc28-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

3009a77328-Jul-2012 Andreas Gohr <andi@splitbrain.org>

replaced use of basename() with utf8_basename() FS#2015

f393a4eb28-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 ...

e5ab313f28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

check locale setting in do=check FS#2445

3008b66728-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

25ca5b1728-Jul-2012 Andreas Gohr <andi@splitbrain.org>

removed obsolete parameter from script() FS#2365

0d24b61625-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 ...

b3d1090e25-Jul-2012 Michael Hamann <michael@content-space.de>

Fix type declarations in some PHPDoc comments

0686da4625-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.

b1730bd217-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.

71e14df415-Jul-2012 Anika Henke <anika@selfthinker.org>

reworded the word 'button' to be more generic and independent from template (FS#2543)

5f17c39415-Jul-2012 Anika Henke <anika@selfthinker.org>

action dropdown: when label is missing, for accessibility reasons form element should at least have title

1afc299114-Jul-2012 Anika Henke <anika@selfthinker.org>

exchanged named entities with unicode characters in French lang file

d6ba7eb114-Jul-2012 Anika Henke <anika@selfthinker.org>

fixed validation errors in the installer

c8839c2214-Jul-2012 Anika Henke <anika@selfthinker.org>

changed all doctypes to html5 doctype

9664a2b814-Jul-2012 Andreas Gohr <andi@splitbrain.org>

changed the link in the installer to point to wiki:welcome

c98f205e13-Jul-2012 Adrian Lang <mail@adrianlang.de>

Fix HTML injection in mediaFileList (Secunia advisory SA49196)

c28bd54511-Jul-2012 Andreas Gohr <gohr@cosmocode.de>

supress errors from LDAP bind

a655c87808-Jul-2012 Anika Henke <anika@selfthinker.org>

added lang string for 'Sidebar'

d4b0843f08-Jul-2012 Michael Hamann <michael@content-space.de>

Prevent information disclosure in farms by disallowing subdirectories

af619c5a08-Jul-2012 Anika Henke <anika@selfthinker.org>

renamed conf_path() to farm_confpath()

f4c788ee08-Jul-2012 Mikael Lyngvig <mikael@lyngvig.org>

danish language update

cc01c06708-Jul-2012 Milad D <m.dastanzand@gmail.com>

Persian translation

0cbe4a2508-Jul-2012 Michael Hamann <michael@content-space.de>

Check that animal name is a string, better error message if not

1...<<121122123124125126127128129130>>...258