History log of /dokuwiki/lib/plugins/ (Results 1701 – 1725 of 2872)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
10bf814802-Feb-2013 Andreas Gohr <andi@splitbrain.org>

dded config metadata for authldap plugin

52c3bef902-Feb-2013 Andreas Gohr <andi@splitbrain.org>

added config metadata to authad plugin

58e9821801-Feb-2013 Vasileios Karavasilis <vasileioskaravasilis@gmail.com>

Greek language update

3dfd89ae31-Jan-2013 Klap-in <klapinklapin@gmail.com>

Use list in acl help text, for more structure

957e84c601-Feb-2013 Rodrigo Rega <rodrigorega@gmail.com>

Galician language update

e0e514e131-Jan-2013 Andreas Gohr <gohr@cosmocode.de>

touch the config on save, even if no changes were made

97f59cf727-Jan-2013 Klap-in <klapinklapin@gmail.com>

set $msg argument of loadHelper() default to true.

5fd9b82926-Jan-2013 Klap-in <klapinklapin@gmail.com>

Reformat last bottom end of the syntax plugin file

dfbe4adf26-Jan-2013 Andreas Gohr <andi@splitbrain.org>

added SHA512 hashing method FS#2663

fec2accc26-Jan-2013 Klap-in <klapinklapin@gmail.com>

Added loadHelper() to DokuWiki_Syntax_Plugin.

529b041626-Jan-2013 Andreas Gohr <andi@splitbrain.org>

added mediawiki password method FS#2559

This should make migrating from MediaWiki a bit easier.

7afccd0a23-Jan-2013 Andreas Gohr <gohr@cosmocode.de>

Revert "handle bzip1 as well"

This reverts commit f2cb3ec76dec3fe2b40f25765ef842223c7132fe.

Turns out I was too fast merging this. I can't get PHP's bzip handler to
handle a bzip1 compressed file.

f2cb3ec723-Jan-2013 Elan Ruusamäe <glen@delfi.ee>

handle bzip1 as well

in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used
commonly.

e6c4a82218-Jan-2013 Erdem <farukerdemoncel@gmail.com>

Turkish language update

187b13eb18-Jan-2013 Daniel López Prat <daniel@6temes.cat>

Catalan language update

d12150d816-Jan-2013 Andreas Gohr <andi@splitbrain.org>

fixed problems with spaced arrays

741c527516-Jan-2013 Andreas Gohr <andi@splitbrain.org>

parse arrays from config file

7eaa770309-Jan-2013 日向小郎 <syaoranhinata@gmail.com>

Traditional Chinese language update

71e90b1c06-Jan-2013 Osama Al-Kofahi <Osamak@paci.gov.kw>

Arabic language update

38479cbb29-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

some coding style improvements

- removed some dead/unused code
- fixed phpdoc
- added typing on methods

3f6c460c28-Nov-2012 Michael Hamann <michael@content-space.de>

Correct German plugin manager translation (download != install)

78f0e83223-Nov-2012 Leandro Regueiro <leandro.regueiro@gmail.com>

Galician language update


/dokuwiki/.gitignore
/dokuwiki/conf/acronyms.conf
/dokuwiki/data/pages/wiki/welcome.txt
/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/gl/mailwrap.html
/dokuwiki/inc/lang/gl/resetpwd.txt
/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/id/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/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/tr/lang.php
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/template.php
acl/lang/gl/lang.php
config/lang/gl/lang.php
plugin/lang/gl/lang.php
popularity/lang/gl/lang.php
revert/lang/gl/lang.php
usermanager/lang/gl/lang.php
/dokuwiki/lib/tpl/dokuwiki/tpl_header.php
a24fc53e16-Nov-2012 Andreas Gohr <andi@splitbrain.org>

added failing test for array type

cba21baa16-Nov-2012 Andreas Gohr <andi@splitbrain.org>

started to add some unit tests to config manager

Parsing the config file should be completely tested before we can rely
on it and safely extend it. This just adds the first very basic tests.

d30b165d16-Nov-2012 Andreas Gohr <andi@splitbrain.org>

Revert "config manager: let PHP parse the config file"

This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78.

We had good reasons for parsing the file ourselves. For example to keep
expressi

Revert "config manager: let PHP parse the config file"

This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78.

We had good reasons for parsing the file ourselves. For example to keep
expressions like 7*60*60*24 intact.

show more ...

1...<<61626364656667686970>>...115