History log of /dokuwiki/ (Results 5226 – 5250 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
92cc83cd16-Nov-2012 Andreas Gohr <andi@splitbrain.org>

removed a bunch of outdated and irrelevant networking acronyms

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

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

check for unicode preg capabilities in UTF-8 lib FS#2636

We now have two defines for checking for UTF-8 and Unicode property
support in PREG and use them to work around FS#2636 on older systems.

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

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

another gitignore path

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

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

adjusted gitignore for auth plugins

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...<<201202203204205206207208209210>>...423