| e53f9e72 | 22-Jun-2010 |
Marijn Hofstra <hofstra.m@gmail.com> |
Dutch language update |
| 880f62fa | 22-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 ...
|
| 2380e8a8 | 22-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Hide logout button if auth backend cannot logout |
| 2bd74074 | 22-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 ...
|
| 1f2058fa | 21-Jun-2010 |
Andreas Gohr <gohr@cosmocode.de> |
Clariefied license (clean version) |
| 85b77bbd | 21-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 ...
|
| 1720a8e9 | 21-Jun-2010 |
CosmoCode GmbH <gohr@cosmocode.de> |
inc/utf8.php license clarified for Debian project |
| a453d131 | 18-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 ...
|
| f46093a1 | 17-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Make normal wikilinks work again |
| 44653a53 | 17-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Allow URL params in internal links (FS#1967) |
| a0070b52 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Add title index to the indexer files, improve indexer calls |
| 5ca4a8a1 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Find start pages if namespace matches |
| 80423ab6 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Perform quick search in title as well |
| 78280773 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Restore hiding of unavailable links |
| 6709e843 | 15-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Rewrite actionlink output, add title to actionlinks |
| 2f10258c | 15-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. |
| b6258081 | 13-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
msgs are saved in send_redirect now, less code duplication needed |
| 0181f021 | 13-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Store undisplayed msg's in session on redirect |
| a0b3ecb9 | 12-Jun-2010 |
Anika Henke <anika@selfthinker.org> |
fixed license link always showing target |
| 5ab78106 | 09-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 ...
|
| ccee7842 | 27-May-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
Changed date format to the xmlrpc spec date format |
| eb2cef78 | 01-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. |
| 49cbd23e | 28-May-2010 |
Otto Vainio <otto@valjakko.net> |
php_to_byte returns invalid value if unit not set |
| 1468362a | 26-May-2010 |
Adrian Lang <lang@cosmocode.de> |
Fixing zip decompression in ZipLib.class.php
This patch fixes a bug introduced in »code cleanup« #0b17fdc6719c24850fa7 |
| c275533e | 19-May-2010 |
Mauro Javier Giamberardino Fernandez <mgiamberardino@gmail.com> |
Spanish language update |