History log of /dokuwiki/inc/ (Results 2801 – 2825 of 6440)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ae2cab4f31-Jul-2013 Christopher Smith <chris@jalakai.co.uk>

add html5 attributes to register form

3e7e027731-Jul-2013 Michael Hamann <michael@content-space.de>

Remove search_references() and the refshow configuration option

The refshow configuration option wasn't used as described anymore
already in the latest release and after the introduction of the medi

Remove search_references() and the refshow configuration option

The refshow configuration option wasn't used as described anymore
already in the latest release and after the introduction of the media
usage index the parameter is also no longer relevant for internal
optimization. The only place where it was still used is the no longer
used search_references()-function which is removed here, too.

show more ...


/dokuwiki/conf/dokuwiki.php
search.php
/dokuwiki/lib/plugins/config/lang/ar/lang.php
/dokuwiki/lib/plugins/config/lang/bg/lang.php
/dokuwiki/lib/plugins/config/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/config/lang/ca/lang.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/da/lang.php
/dokuwiki/lib/plugins/config/lang/de-informal/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/el/lang.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/lang/eo/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/eu/lang.php
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/fi/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/gl/lang.php
/dokuwiki/lib/plugins/config/lang/he/lang.php
/dokuwiki/lib/plugins/config/lang/hu/lang.php
/dokuwiki/lib/plugins/config/lang/ia/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/ja/lang.php
/dokuwiki/lib/plugins/config/lang/ko/lang.php
/dokuwiki/lib/plugins/config/lang/la/lang.php
/dokuwiki/lib/plugins/config/lang/lv/lang.php
/dokuwiki/lib/plugins/config/lang/mr/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/no/lang.php
/dokuwiki/lib/plugins/config/lang/pl/lang.php
/dokuwiki/lib/plugins/config/lang/pt-br/lang.php
/dokuwiki/lib/plugins/config/lang/pt/lang.php
/dokuwiki/lib/plugins/config/lang/ro/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/config/lang/sl/lang.php
/dokuwiki/lib/plugins/config/lang/sq/lang.php
/dokuwiki/lib/plugins/config/lang/sr/lang.php
/dokuwiki/lib/plugins/config/lang/sv/lang.php
/dokuwiki/lib/plugins/config/lang/tr/lang.php
/dokuwiki/lib/plugins/config/lang/uk/lang.php
/dokuwiki/lib/plugins/config/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/lang/zh/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
e5d09fdd31-Jul-2013 Michael Hamann <michael@content-space.de>

Index media file usage in the metadata index and use it in ft_mediause()

818d228331-Jul-2013 Michael Hamann <michael@content-space.de>

Fix the useheading cache invalidation for hidden pages, add tests

This adds a new parameter to ft_backlinks() to ignore permissions which
is needed for invalidating the cache of linking pages with u

Fix the useheading cache invalidation for hidden pages, add tests

This adds a new parameter to ft_backlinks() to ignore permissions which
is needed for invalidating the cache of linking pages with useheading
enabled. This also adds various test cases for ft_backlinks().

show more ...

4096097331-Jul-2013 Andreas Gohr <andi@splitbrain.org>

include updateVersion in CSS/JS tseed to force reload on update

3094862c31-Jul-2013 Michael Hamann <michael@content-space.de>

auth_en/decrypt: Add explanation and more efficient decryption

Added an explanation that what we do is like normal CBC but that we
additionally encrypt the IV which is actually suggested by the NIST

auth_en/decrypt: Add explanation and more efficient decryption

Added an explanation that what we do is like normal CBC but that we
additionally encrypt the IV which is actually suggested by the NIST for
non-random (but unique) IVs. In the decryption process it's not
necessary to decrypt the IV, this should save some time.

show more ...

4187842331-Jul-2013 Michael Hamann <michael@content-space.de>

auth_random: remove exception comment as there is no exception

865faf7530-Jul-2013 Michael Hamann <michael@content-space.de>

Add AES from phpseclib and use it for cookie encryption

This replaces the deprecated and broken Blowfish implementation that has
previously been used and should provide a lot more security.

ae27e12030-Jul-2013 Michael Hamann <michael@content-space.de>

Use a new, truly random secret for cookie encryption

9c6747f230-Jul-2013 Michael Hamann <michael@content-space.de>

Fix and add type declarations for the auth system

b40098c330-Jul-2013 Michael Hamann <michael@content-space.de>

Add truly random numbers and use them in places where randomness matters

020ea9e131-Jul-2013 Christopher Smith <chris@jalakai.co.uk>

unit tests for self deleting of user accounts

2a7abf2d31-Jul-2013 Christopher Smith <chris@jalakai.co.uk>

FS#2751 - self deletion of user account

07ff0bab31-Jul-2013 Michael Hamann <michael@content-space.de>

Fix the useheading cache invalidation for hidden pages, add tests

This adds a new parameter to ft_backlinks() to ignore permissions which
is needed for invalidating the cache of linking pages with u

Fix the useheading cache invalidation for hidden pages, add tests

This adds a new parameter to ft_backlinks() to ignore permissions which
is needed for invalidating the cache of linking pages with useheading
enabled. This also adds various test cases for ft_backlinks().

show more ...

cd997f9331-Jul-2013 Andreas Gohr <andi@splitbrain.org>

include updateVersion in CSS/JS tseed to force reload on update

27058a0530-Jul-2013 Michael Hamann <michael@content-space.de>

Fix and add type declarations for the auth system

fc498a4230-Jul-2013 Christopher Smith <chris@jalakai.co.uk>

FS#2770 - prevent <file> and <code> syntax regex matching token names which start '<file' or '<code'

627fc03f30-Jul-2013 Guy Brand <gb@unistra.fr>

Fix for the FS#1833 parser error

559615ac30-Jul-2013 Andreas Gohr <andi@splitbrain.org>

added missing lessc library

d4a1ece829-Jul-2013 Andreas Gohr <andi@splitbrain.org>

add LESS support

still needs testing

22064dd928-Jul-2013 Márton Sebők <sebokmarton@gmail.com>

Hungarian language update

b3fd863928-Jul-2013 이명진 <aranet100@gmail.com>

Korean language update

c71db65621-Jul-2013 Anika Henke <anika@selfthinker.org>

added tpl_classes() to return useful layout classes

89e71fa912-Jul-2013 Andreas Gohr <andi@splitbrain.org>

fix function call in feedcreator FS#2805

the _redirect function is not used in DokuWiki anyway

b243b16812-Jul-2013 Volker Bödker <volker@boedker.de>

Informal German language update

1...<<111112113114115116117118119120>>...258