History log of /dokuwiki/lib/plugins/ (Results 1901 – 1925 of 2909)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
612db71427-Nov-2011 Shuo Ting Jian <shoting@gmail.com>

Chinese language update

491a2c6827-Nov-2011 Andreas Gohr <andi@splitbrain.org>

renamed passhash method smd6 to lsmd5

502a92e027-Nov-2011 Patrick Michel <public@pbmichel.de>

MD5 password hash format of the LDAP RFC FS#2378

This implements the salted MD5 password hash format of the LDAP RFC.
The format is quite simple the password, followed by the 8 byte hash in
base64 e

MD5 password hash format of the LDAP RFC FS#2378

This implements the salted MD5 password hash format of the LDAP RFC.
The format is quite simple the password, followed by the 8 byte hash in
base64 encoding, which results in 32 characters, prepended with the
string "{smd5}".

show more ...

dacedfc024-Nov-2011 Elan Ruusamäe <glen@delfi.ee>

add label to each plugin in plugin management page

i needed to disable all plugins to figure out which plugin was causing
template error, so it was quite annoying to click on the tiny checkbox

adde

add label to each plugin in plugin management page

i needed to disable all plugins to figure out which plugin was causing
template error, so it was quite annoying to click on the tiny checkbox

added html label so i could at least click on the plugin name to toggle
checkbox state

show more ...

2302fb8d13-Nov-2011 Andreas Gohr <andi@splitbrain.org>

fixed german language strings

54db017113-Nov-2011 Andreas Gohr <andi@splitbrain.org>

fixed various errors in language files

d5cd65e413-Nov-2011 Kiril Velikov <neohidra@gmail.com>

Bulgarian language update

1420e73d13-Nov-2011 Zbyněk Křivka <zbynek.krivka@seznam.cz>

Czech language update

ce7a6b3613-Nov-2011 Otto Vainio <otto@valjakko.net>

Finnish language fixes

879136cf12-Nov-2011 lupo49 <post@lupo49.de>

de/de-informal: language updates

2c961e6110-Nov-2011 Robert Bogenschneider <robog@gmx.de>

Esperanto language update

84d1837d10-Nov-2011 Martin Michalek <michalek.dev@gmail.com>

Slovak language update

8707b67105-Nov-2011 Guy Brand <gb@unistra.fr>

French strings minor fix and obsolete email address update

14b217ab05-Nov-2011 André Neves <drakferion@gmail.com>

pt: paraphrased '<' character in some language files to avoid XML errors

as per commit 34bc7405a09b0c63ed7eef338853e13d377c36e6

34bc740505-Nov-2011 Anika Henke <anika@selfthinker.org>

paraphrased '<' character in some language files (en, de, de-informal) to avoid XML errors -- please fix other languages

d9edf35127-Oct-2011 Kiril Velikov <neohidra@gmail.com>

Bulgarian language update

12e233d327-Oct-2011 Pierre Corell <info@joomla-praxis.de>

German language updates

3bc1b86f23-Oct-2011 Martin Michalek <michalek.dev@gmail.com>

Slovak language update

71861ac423-Oct-2011 Jon Magne Bøe <jonmagne@gmail.com>

Norwegian language update

335d098a15-Oct-2011 Johan Guilbaud <guilbaud.johan@gmail.com>

French language update

a533b44015-Oct-2011 Hakan Sandell <sandell.hakan@gmail.com>

Fixes FS#2323 Symbolic link to template doesn't work
patch by Chris Green

6ed8c51115-Oct-2011 Andreas Gohr <andi@splitbrain.org>

fixed German translation informal -> formal


/dokuwiki/.gitignore
/dokuwiki/_test/cases/inc/auth_password.test.php
/dokuwiki/_test/cases/inc/pageutils_clean_id.test.php
/dokuwiki/inc/FeedParser.php
/dokuwiki/inc/JpegMeta.php
/dokuwiki/inc/PassHash.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/az/lang.php
/dokuwiki/inc/lang/bg/lang.php
/dokuwiki/inc/lang/ca-valencia/lang.php
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/ia/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/la/lang.php
/dokuwiki/inc/lang/lt/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/mk/lang.php
/dokuwiki/inc/lang/mr/lang.php
/dokuwiki/inc/lang/ne/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/sq/lang.php
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/th/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/parser/handler.php
config/lang/de/lang.php
/dokuwiki/lib/scripts/media.js
e0dd04a614-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Added bcrypt support for password hashes

This method require PHP 5.3+ it will fail otherwise!

a762317210-Oct-2011 Jeroen Roeterd <jroeterd@gmail.com>

Dutch language update

a17cd80810-Oct-2011 Kaeptn Haddock <kaeptn.haddock@gmail.com>

German language update

1...<<71727374757677787980>>...117