History log of /dokuwiki/lib/ (Results 2201 – 2225 of 4525)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
22b77ede17-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

improve comments on settings::update() method

aae735fc17-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

tidy up authtype setting class (incl. fix issue with auth change/logoff occurring when only one auth plugin is enabled and other settings are updated)

0fc50f8117-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

add property to show disabled plugins, set it to false (to hide by default)

56133a0416-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Fix width of indicator column.

5ebd6fd916-Feb-2013 Klap-in <klapinklapin@gmail.com>

litte fixes

4005b08016-Feb-2013 Anika Henke <anika@selfthinker.org>

fixed html error in plugin lang file

a0e6251816-Feb-2013 Klap-in <klapinklapin@gmail.com>

separate default settings from non-existing settings
setting type read from metadata eqaul to empty string is default 'setting' class (a textarea), everything else should be a existing class otherwis

separate default settings from non-existing settings
setting type read from metadata eqaul to empty string is default 'setting' class (a textarea), everything else should be a existing class otherwise 'setting_no_class' is loaded

show more ...

4597080416-Feb-2013 Klap-in <klapinklapin@gmail.com>

Complete metadata and defaults of auth plugin configs

1015a57d16-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

FS#2415 add to mediamanager (refactor pageinfo() and shift MEDIAMANAGER_STARTED after mediainfo() sets up )

5398a7b616-Feb-2013 Andreas Gohr <andi@splitbrain.org>

fixed language file placeholders FS#2682


/dokuwiki/inc/lang/af/lang.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/el/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/fo/lang.php
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/hi/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/is/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/km/lang.php
/dokuwiki/inc/lang/ku/lang.php
/dokuwiki/inc/lang/la/lang.php
/dokuwiki/inc/lang/lb/lang.php
/dokuwiki/inc/lang/lt/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/mg/lang.php
/dokuwiki/inc/lang/mk/lang.php
/dokuwiki/inc/lang/mr/lang.php
/dokuwiki/inc/lang/ms/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/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/sq/lang.php
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/th/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
plugins/plugin/lang/ar/lang.php
plugins/plugin/lang/hi/lang.php
plugins/plugin/lang/pl/lang.php
plugins/plugin/lang/zh-tw/lang.php
plugins/usermanager/lang/ca-valencia/lang.php
87bba75a16-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Add django compatible hashes to the config options.

b480dd4216-Feb-2013 Michael Hamann <michael@content-space.de>

Abort old quick search requests when starting new ones

This prevents old requests that need longer than the newer ones (likely,
as if you type more less results are returned) from overriding the
res

Abort old quick search requests when starting new ones

This prevents old requests that need longer than the newer ones (likely,
as if you type more less results are returned) from overriding the
results list.

show more ...

dd90013a16-Feb-2013 Michael Hamann <michael@content-space.de>

Media manager: don't create empty namespaces FS#2642

Previously the media manager created an empty namespace whenever you
opened a non-existing namespace with upload permissions. Now the current
nam

Media manager: don't create empty namespaces FS#2642

Previously the media manager created an empty namespace whenever you
opened a non-existing namespace with upload permissions. Now the current
namespace is only displayed in the tree but not actually created.

show more ...

71f791ff16-Feb-2013 Andreas Gohr <andi@splitbrain.org>

removed deprecated ACL wrapper object

80faa90216-Feb-2013 Anika Henke <anika@selfthinker.org>

corrected some inline documentation in template's js

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

disabled JavaScript compatibility layer

this disables the JavaScript compatibility layer which let pre-jQuery
migration plugins run with their old code.

This will break plugins using outdated JavaS

disabled JavaScript compatibility layer

this disables the JavaScript compatibility layer which let pre-jQuery
migration plugins run with their old code.

This will break plugins using outdated JavaScript. These plugins have to
be updated according to https://www.dokuwiki.org/devel:jqueryfaq

As a courtesy to users, the compatibility.js is not deleted, yet.
Undoing this single patch can be used as a temporary workaround.

show more ...

9d2e1be616-Feb-2013 Andreas Gohr <andi@splitbrain.org>

introduced http_status() for sending HTTP status code FS#1698

It seems, some servers require a special Status: header for sending the
HTTP status code from PHP (F)CGI to the server. This patch intro

introduced http_status() for sending HTTP status code FS#1698

It seems, some servers require a special Status: header for sending the
HTTP status code from PHP (F)CGI to the server. This patch introduces a
new function (adopted from CodeIgniter) for simplifying the status
handling.

show more ...

73afc60916-Feb-2013 Anika Henke <anika@selfthinker.org>

removed useless css from config manager (causing issues in Opera, FS#2678)

8a65ef2e16-Feb-2013 Anika Henke <anika@selfthinker.org>

fixed edit toolbar being cut off (FS#2715)

6d6be32b16-Feb-2013 Andreas Gohr <andi@splitbrain.org>

initialize link wizard with current namespace FS#2683

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

allow richer email addresses in notify and registernotify FS#2689

This deprecates the "richemail" config class

62147bf816-Feb-2013 Andreas Gohr <andi@splitbrain.org>

don't expose version in info plugin FS#2701

36625b9616-Feb-2013 Andreas Gohr <andi@splitbrain.org>

run main code only for non-tests in lib/exe/fetch.php

3b399a1b16-Feb-2013 Andreas Gohr <andi@splitbrain.org>

reformatted lib/exe/fetch.php

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

fixed config loading for auth plugins

1...<<81828384858687888990>>...181