| ad79cb7c | 06-Mar-2011 |
Michael Hamann <michael@content-space.de> |
Adjust bin/indexer.php for the new indexer
Now the indexer is directly called instead of duplicating a large part of the indexer code. |
| dea1115b | 06-Mar-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Pass edid to the mediamanager |
| 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 |
| 33c7f9a3 | 05-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid premature output before headers are sent |
| 5e5debec | 05-Mar-2011 |
Anika Henke <anika@selfthinker.org> |
deleted obsolete word list conf file for old spellchecker
|
| 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 |
| 383396f4 | 27-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
deleted template print styles which are now in the core styles |
| 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 |
| 7233c152 | 24-Feb-2011 |
Michael Hamann <michael@content-space.de> |
Fix pass by reference error, always return an array in lookupKey() |
| b8c040db | 23-Feb-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Add minimum length option to index histogram |
| 287bc287 | 23-Feb-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Increase version tag for new indexer |
| 5981eb09 | 23-Feb-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Fix variable name type in indexer |
| bd07158f | 22-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
deleted redundant line |
| 3a48618a | 22-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
improved actionOK and its use |
| 175193d2 | 22-Feb-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Implement histogram method of indexer |
| d0d6fe1b | 22-Feb-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Indexer version tag should include plugin names |
| 0604da34 | 22-Feb-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Removing a page from the index deletes related metadata. Cache key names in index. |