History log of /dokuwiki/inc/ (Results 4101 – 4125 of 6439)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e53f9e7222-Jun-2010 Marijn Hofstra <hofstra.m@gmail.com>

Dutch language update

880f62fa22-Jun-2010 Andreas Gohr <andi@splitbrain.org>

new auth capability 'logout'

This patch implements what Adrian's patch "Hide logout button if auth
backend cannot logout" intended to do.

The 'logoff' capability was used to decide if a special met

new auth capability 'logout'

This patch implements what Adrian's patch "Hide logout button if auth
backend cannot logout" intended to do.

The 'logoff' capability was used to decide if a special method called
$auth->logOff() should be called when the user logs out, not if the
backend supports logouts at all. This was a superflous capability since
an empty logOff() method is implemented in the base class anyway - it
doesn't hurt to always call the method.

The 'logoff' capability is now deprecated. Backends who want to do
actions on logout simply need to overwrite logOff().

A new capability 'logout' was added which defaults to true. Backends
that can't logoff the user (eg. because they use some automatic
login/logoff mechanism) can set this to false.

Probably makes sense to add a 'login' capability as well...

show more ...

2380e8a822-Jun-2010 Adrian Lang <lang@cosmocode.de>

Hide logout button if auth backend cannot logout

2bd7407422-Jun-2010 Andreas Gohr <gohr@cosmocode.de>

License change for inc/JpegMeta.php

Original author Sebastian Delmont agreed to rerelease the code
under BSD license to avoid license compatibility problems.

Other authors (me and Hakan Sandell) ag

License change for inc/JpegMeta.php

Original author Sebastian Delmont agreed to rerelease the code
under BSD license to avoid license compatibility problems.

Other authors (me and Hakan Sandell) agreed as well.

show more ...

1f2058fa21-Jun-2010 Andreas Gohr <gohr@cosmocode.de>

Clariefied license (clean version)

85b77bbd21-Jun-2010 Andreas Gohr <gohr@cosmocode.de>

Revert "inc/utf8.php license clarified for Debian project"

This was an edit through the github interface which changed more
than intented.

This reverts commit 1720a8e9a67df95c104eb02146c98a3d9da1f8

Revert "inc/utf8.php license clarified for Debian project"

This was an edit through the github interface which changed more
than intented.

This reverts commit 1720a8e9a67df95c104eb02146c98a3d9da1f84b.

show more ...

1720a8e921-Jun-2010 CosmoCode GmbH <gohr@cosmocode.de>

inc/utf8.php license clarified for Debian project

a453d13118-Jun-2010 Adrian Lang <mail@adrianlang.de>

Refactor action links and buttons

Behavioural changes:
* buttons
* no 'do=show' but clean URLs (show and back buttons)
* the alias 'subscription' for subscribe buttons is now available
*

Refactor action links and buttons

Behavioural changes:
* buttons
* no 'do=show' but clean URLs (show and back buttons)
* the alias 'subscription' for subscribe buttons is now available
* links
* draft link has class 'draft', not 'edit'
* revisions link has class 'revs', not 'revisions'
* both
* 'revision' is added as an alias for 'history'

These changes were mainly introduced to reduce the differences between
links and buttons.

show more ...

f46093a117-Jun-2010 Adrian Lang <lang@cosmocode.de>

Make normal wikilinks work again

44653a5317-Jun-2010 Adrian Lang <lang@cosmocode.de>

Allow URL params in internal links (FS#1967)

a0070b5216-Jun-2010 Adrian Lang <lang@cosmocode.de>

Add title index to the indexer files, improve indexer calls

5ca4a8a116-Jun-2010 Adrian Lang <lang@cosmocode.de>

Find start pages if namespace matches

80423ab616-Jun-2010 Adrian Lang <lang@cosmocode.de>

Perform quick search in title as well

7828077316-Jun-2010 Adrian Lang <lang@cosmocode.de>

Restore hiding of unavailable links

6709e84315-Jun-2010 Adrian Lang <lang@cosmocode.de>

Rewrite actionlink output, add title to actionlinks

2f10258c15-Jun-2010 Adrian Lang <lang@cosmocode.de>

Add an optional off value to Doku_Form’s checkboxes

Since an unchecked HTML checkbox has no value at all, a hidden field may be
used to specify an off value for the checkbox.

b625808113-Jun-2010 Andreas Gohr <andi@splitbrain.org>

msgs are saved in send_redirect now, less code duplication needed

0181f02113-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Store undisplayed msg's in session on redirect

a0b3ecb912-Jun-2010 Anika Henke <anika@selfthinker.org>

fixed license link always showing target

5ab7810609-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Make XMLRPC date parsing more flexible FS#1966

Since the specs aren't 100% clear, dates might be passed in different
formats by various XMLRPC clients. This patch makes date parsing a bit
more flexi

Make XMLRPC date parsing more flexible FS#1966

Since the specs aren't 100% clear, dates might be passed in different
formats by various XMLRPC clients. This patch makes date parsing a bit
more flexible.

Unit tests included.

show more ...

ccee784227-May-2010 Dominik Eckelmann <deckelmann@gmail.com>

Changed date format to the xmlrpc spec date format

eb2cef7801-Jun-2010 Dominik Eckelmann <deckelmann@gmail.com>

bugfix empty strings in untyped value tag.

according to the specs a value without a type is
recognised as string. This patch handles empty value
tags the right way as empty String.

49cbd23e28-May-2010 Otto Vainio <otto@valjakko.net>

php_to_byte returns invalid value if unit not set

1468362a26-May-2010 Adrian Lang <lang@cosmocode.de>

Fixing zip decompression in ZipLib.class.php

This patch fixes a bug introduced in »code cleanup« #0b17fdc6719c24850fa7

c275533e19-May-2010 Mauro Javier Giamberardino Fernandez <mgiamberardino@gmail.com>

Spanish language update

1...<<161162163164165166167168169170>>...258