History log of /dokuwiki/lib/ (Results 2351 – 2375 of 4594)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
plugins/acl/lang/gl/lang.php
plugins/config/lang/gl/lang.php
plugins/plugin/lang/gl/lang.php
plugins/popularity/lang/gl/lang.php
plugins/revert/lang/gl/lang.php
plugins/usermanager/lang/gl/lang.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 ...

8ca9187014-Nov-2012 Anika Henke <anika@selfthinker.org>

added another place to look for logo to make it more consistent (FS#2656)

de78e4ef12-Nov-2012 Anael Mobilia <anael@anael.eu>

French language update

649ee76f12-Nov-2012 Jakub <j@kub.cz>

Czech language update

cc564ecd11-Nov-2012 Schplurtz le Déboulonné <Schplurtz@laposte.net>

compat js findPosX/y more closely mimic historical function

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

crossbrowser fixes for quicksearch shortening FS#2660

fixes the problem with missing innerText in Firefox (and other browsers)
and corrects shortening in regard to paddings and the use of the
text-o

crossbrowser fixes for quicksearch shortening FS#2660

fixes the problem with missing innerText in Firefox (and other browsers)
and corrects shortening in regard to paddings and the use of the
text-overflow attribute

show more ...

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

added 'array' type for config manager

This allows to use simple arrays in the config file but have a comma
separated list in the config manager.

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

config manager: let PHP parse the config file

Until now, the config manager did read and parse the various PHP config
files itself. This fails for more complex setups like arrays.

I'm not really su

config manager: let PHP parse the config file

Until now, the config manager did read and parse the various PHP config
files itself. This fails for more complex setups like arrays.

I'm not really sure why this was done. This patch replaces the parsing
with a simple include() call. Everything still seems to work.

show more ...

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

config manager: removed dead/commented code

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

fixed saving in config plugin

Saving worked, but did you log out everytime. Now it is checked if the
auth mechanism was actually changed before assuming the login is
invalid.

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

partial revert of 23e8f02b8aa3a74fed70f1a496bdb5423908133a

okay. I can't read. we already had a multiline config. It's the default.
So I reverted my change, except for making use of formText/cleanTe

partial revert of 23e8f02b8aa3a74fed70f1a496bdb5423908133a

okay. I can't read. we already had a multiline config. It's the default.
So I reverted my change, except for making use of formText/cleanText for
proper line ending handling and I added made focused textareas a bit
larger.

show more ...

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

added 'text' to config plugin for multi line text configs

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

fixed authplain

* code/PHP5 cleanup

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

authpgsql fixes

* fixes merge messup (code was made up from parts of authad)
* code and PHP5 cleanup

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

authmysql fixes

* use proper plugin config
* code/PHP5 cleanup

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

fixes for authldap

* makes proper use of plugin config
* adds a few first defaults, but the whole config metadata is still
missing
* proper PHP5 use and comments

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

authad fixes

* fixes incorrect $this->adldap calls
* makes use of correct plugin config

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

merge old auth style configs with plugin config

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

moved adLDAP to authad plugin and fixed includes

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

some comment cleanup in authad

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

make all sub auth classes call the parent constructor

This does nothing currently but allows us adding certain things
to the base class later.

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

don't merge any global confs into auth plugin configs

1...<<919293949596979899100>>...184