History log of /dokuwiki/inc/ (Results 2376 – 2400 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bc2ddb5414-Mar-2014 Michael Hamann <michael@content-space.de>

Events: Trigger a warning if the default action is not callable

This adds a warning in the case that the default action is not null but
also not callable which can happen when the supplied method is

Events: Trigger a warning if the default action is not callable

This adds a warning in the case that the default action is not null but
also not callable which can happen when the supplied method is not
public.

show more ...

a879597413-Mar-2014 Michael Hamann <michael@content-space.de>

Fix caching (make the event callback public again)

Caching had been completely broken (disabled) for caches with events
because the default event handler (cache::_useCache()) was protected and
thus

Fix caching (make the event callback public again)

Caching had been completely broken (disabled) for caches with events
because the default event handler (cache::_useCache()) was protected and
thus couldn't be executed by the event handler. This was broken in
c59b3e001d1e8258b1d118909257b70516c8a6b1

show more ...

6e6d16ed13-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

Fix a couple of issues with PR#571

1. renderer validity checks were too stringent for plugins, format
should only need to be checked when mode is 'xhtml'
2. E_USER_WARNING message should now be o

Fix a couple of issues with PR#571

1. renderer validity checks were too stringent for plugins, format
should only need to be checked when mode is 'xhtml'
2. E_USER_WARNING message should now be obsolete, its previous use
was to generate a warning when 'xhtml' rendering failed. PR#571
insures 'xhtml' rendering always succeeds.

show more ...

8894522413-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

Add encoding fix to tpl_img_getTag()

Run jpeg meta tags through cleanText for a conversion to UTF-8
from latin-1 if possible. MediaManager already uses this
conversion. Addresses a side issue of F

Add encoding fix to tpl_img_getTag()

Run jpeg meta tags through cleanText for a conversion to UTF-8
from latin-1 if possible. MediaManager already uses this
conversion. Addresses a side issue of FS#1988

show more ...

e950d12f13-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

improvements to double quote matching

3e8d68b413-Mar-2014 Janar Leas <janar.leas@eesti.ee>

translation update

c6568d4212-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

Refactor updateTuple()

The existing function was difficult to follow. It worked when
adding a new tuple, but not in the most sensible manner.

2046a65412-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

Allow user info to be retrieved without groups

Some parts of dokuwiki (e.g. recent changes, old revisions) can
requests lots of user info (to provide editor names) without
requiring any group inform

Allow user info to be retrieved without groups

Some parts of dokuwiki (e.g. recent changes, old revisions) can
requests lots of user info (to provide editor names) without
requiring any group information.

This change also implements caching of user info by authmysql &
authpgsql plugins to avoid repeated querying of the DB to retrieve
the same user information.

show more ...

abaffa7412-Mar-2014 Janar Leas <janar.leas@eesti.ee>

translation update

6832112111-Mar-2014 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

533772e110-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

declare more clear, before used as ref

30f6ec4b10-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

update usage in userlink

8a94404408-Mar-2014 Janar Leas <janar.leas@eesti.ee>

translation update

71324fa708-Mar-2014 Janar Leas <janar.leas@eesti.ee>

translation update

6bc2d8e508-Mar-2014 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

49f299d606-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

another instance of empty() where an array key might not exist

b981d59106-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

remove placeholder van denied.txt

d1e9181e06-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

removed 'not logged in' text, loginform is shown already

1a043a5b06-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Revert "added stripped bit to language file"

This reverts commit 524df5769a0b9b7aa35af6500c85528c2b0515fe.

Conflicts:
inc/lang/bn/lang.php
inc/lang/fr/lang.php

b7a3421a06-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

use \!empty() rather than error suppression

e1ecd6fd06-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

resolve notices generated in calls to updateTuple() when $metaidx[$id] doesn't exist

585bf44e06-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

amend $_SERVER to $INPUT->server

e26a583706-Mar-2014 Janar Leas <janarleas@gmail.com>

translation update

1418498c06-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

extend to cover (PR#589)

99327e8e06-Mar-2014 Juan De La Cruz <juann.dlc@gmail.com>

translation update

1...<<919293949596979899100>>...258