| 45a0fa15 | 14-Apr-2011 |
Adrian Lang <mail@adrianlang.de> |
Support the empty link [[]] |
| c6792be7 | 13-Apr-2011 |
Tanguy Ortolo <tanguy+debian@ortolo.eu> |
chmod -x inc/lang/az/*
These regular files were executable for no reason. They needed a special rule for the Debian package, better to fix it upstream. |
| 32ed2b36 | 11-Apr-2011 |
Andreas Gohr <gohr@cosmocode.de> |
stay logged in when updating your password
This functionality broke in recent updates to the cookie handling. This patch makes it work again. Binding to the session is now a functionality of auth_co
stay logged in when updating your password
This functionality broke in recent updates to the cookie handling. This patch makes it work again. Binding to the session is now a functionality of auth_cookiesalt()
show more ...
|
| fda14ffc | 07-Apr-2011 |
Izidor Matušov <izidor.matusov@gmail.com> |
Check if link exists and set right caption |
| c006739e | 20-Mar-2011 |
Izidor Matušov <izidor.matusov@gmail.com> |
If the page link is empty, it should link to current page -- FS#2178 |
| 6a9d9793 | 07-Apr-2011 |
Kate Arzamastseva <pshns@ukr.net> |
indexer fix updating the search index |
| 344763ad | 02-Apr-2011 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2122 alter SafeFN safe and post indicator characters.
Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme shou
FS#2122 alter SafeFN safe and post indicator characters.
Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme should not use this new scheme until after converting their filenames.
show more ...
|
| a3f9f75c | 29-Mar-2011 |
Marc Schiffbauer <marc@schiffbauer.net> |
Make .htaccess access protection work in more setups
Before this patch with a .htaccess file on a higher level in the hierarchy with "Satisfy Any" it has been possible that the directory protection
Make .htaccess access protection work in more setups
Before this patch with a .htaccess file on a higher level in the hierarchy with "Satisfy Any" it has been possible that the directory protection didn't work as expected.
show more ...
|
| 5891862c | 23-Mar-2011 |
Piyush Mishra <me@piyushmishra.com> |
Using only __construct now |
| 988c1340 | 23-Mar-2011 |
Piyush Mishra <me@piyushmishra.com> |
Done with DifferenceEngine.php |
| b9d8cc1e | 22-Mar-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Clarify usage of some indexer methods |
| 80fb93f6 | 22-Mar-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Change Doku_Indexer visibility from private to protected, and get rid of ugly underscores |
| ee1214ab | 21-Mar-2011 |
Florin Iacob <zamox.goo@gmail.com> |
Romanian language update |
| e4eda66b | 21-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed handling of legacy and subscriber config options FS#2208
This was broken in 3a48618a538412994ec244d5a9fde5c4a6161d10 |
| ac4be4d7 | 21-Mar-2011 |
Piyush Mishra <me@piyushmishra.com> |
Minor: Edited the delta_time function for php5 |
| 8cd4c12f | 19-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
replace tokenizer_cmd with action hook
as discussed at http://www.freelists.org/post/dokuwiki/tokenizer-cmd-in-indexer,1 |
| e940aea4 | 19-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
bind non-sticky logins to the session id FS#2202 |
| 234ce57e | 19-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
store session pass as hash
This avoids having the blowfish encrypted pass stored together with the decryption key on the same server. |
| 74efffc3 | 19-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
warn about wrongly installed plugin
When a plugin is installed in the wrong directory, the class loading will fail. This patch tries to find the correct directory from the plugin.info.txt (using the
warn about wrongly installed plugin
When a plugin is installed in the wrong directory, the class loading will fail. This patch tries to find the correct directory from the plugin.info.txt (using the base key) and give a hint to the user on how to fix this.
show more ...
|
| 04556a0a | 18-Mar-2011 |
Kristian Kankainen <kristian.kankainen@kuu.la> |
Estonian language update |
| dddd93c4 | 18-Mar-2011 |
Matej Urban <matej.urban@gmail.com> |
Slovak language update |
| 15965e38 | 18-Mar-2011 |
Shuo-Ting Jian <shoting@gmail.com> |
Traditional Chinese language update |
| 6937406a | 14-Mar-2011 |
Matthias Schulte <post@lupo49.de> |
de/de-informal: added and updated translations |
| a424180e | 08-Mar-2011 |
Michael Hamann <michael@content-space.de> |
Remove relation_references from the index when it is missing |
| 39d6fd30 | 06-Mar-2011 |
Michael Hamann <michael@content-space.de> |
Merge the two indexer events and use string keys
This merges the INDEXER_PAGE_ADD and INDEXER_METADATA_INDEX events and introduces the new string keys 'page', 'body' and 'metadata' in the event data
Merge the two indexer events and use string keys
This merges the INDEXER_PAGE_ADD and INDEXER_METADATA_INDEX events and introduces the new string keys 'page', 'body' and 'metadata' in the event data. All plugins that use INDEXER_PAGE_ADD need to be adjusted to use the key 'page' instead of 0 and 'body' instead of 1.
show more ...
|