| 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 ...
|
| 24a6c235 | 05-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid broken page on bad non-UTF8 highlight string |
| 8d64d42d | 04-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
give useful message for broken plugins FS#2068 |
| 24ea6500 | 04-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
check manager/admin role earlier for admin plugins FS#2180 |
| 94eef7c6 | 02-Mar-2011 |
Anika Henke <anika@selfthinker.org> |
FS#2191: fixed syntax error in ar/lang.php |
| b6d540bd | 28-Feb-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Fix wildcard search |
| 4e098b31 | 26-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
renamed userstyles
In 09edb7113c19b07ca11a79c2b0571f45ed2cc2eb most of the old userstyles were wrongly named. This renames them back to what they were before that change. See also http://www.dokuwik
renamed userstyles
In 09edb7113c19b07ca11a79c2b0571f45ed2cc2eb most of the old userstyles were wrongly named. This renames them back to what they were before that change. See also http://www.dokuwiki.org/devel:css#user_styles
show more ...
|
| 318cd03e | 26-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
improved css.php and core styles
* code cleanup in lib/exe/css.php * renamed 'default' userstyle to 'screen' in config_cascade * splitted core lib/styles/style.css up into all.css, print.css and scr
improved css.php and core styles
* code cleanup in lib/exe/css.php * renamed 'default' userstyle to 'screen' in config_cascade * splitted core lib/styles/style.css up into all.css, print.css and screen.css
show more ...
|
| aeb1fea3 | 26-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
added missing user rtlstyle.css to config_cascade |
| 1538718d | 25-Feb-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Restrict metadata values in indexer to string; skip unnecessary test |
| 675bf41f | 25-Feb-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Reduce memory footprint of tokenizer; make returned arrays use contiguous keys |