History log of /dokuwiki/ (Results 5451 – 5475 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ae22dee728-Jul-2012 Andreas Gohr <andi@splitbrain.org>

remove min-height after toggling FS#2555

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

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

added missing phpdoc header to included template files

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

removed contradicting comment in template files and made when the doctype is inserted consitent

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

Add the $doc variable to all renderers

In p_render() it is assumed that all renderers have a $doc variable

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

Initialize more variables and test if others are set (no functional changes)

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

Fix inconsistent return values in the indexer and in getInfo()

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

Replace = & by =& as the former isn't understood by IntelliJ IDEA

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

Fixed and extended PHPDoc comments and added additional @var comments

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

Fix index histogram minlen parameter for metadata keys

This includes a test for the minlen parameter for metadata keys

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

Remove unused variables

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

made sure all template files are run from within DokuWiki (FS#2567)

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

1...<<211212213214215216217218219220>>...423