Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of git@github.com:splitbrain/dokuwiki | Christopher Smith | 2011-04-02 |
|\ | |||
| * | Make .htaccess access protection work in more setups | Marc Schiffbauer | 2011-03-29 |
| | | | | | | | | | | | | 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. | ||
| * | Merge remote branch 'whoopdedo/tokenizer-rewrite' | Andreas Gohr | 2011-03-26 |
| |\ | |||
| | * | Remove config for external tokenizer | Tom N Harris | 2011-03-22 |
| | | | |||
| | * | Clarify usage of some indexer methods | Tom N Harris | 2011-03-22 |
| | | | |||
| | * | Change Doku_Indexer visibility from private to protected, and get rid of ↵ | Tom N Harris | 2011-03-22 |
| | | | | | | | | | | | | ugly underscores | ||
| * | | Using only __construct now | Piyush Mishra | 2011-03-23 |
| | | | |||
| * | | Done with DifferenceEngine.php | Piyush Mishra | 2011-03-23 |
| | | | |||
| * | | Romanian language update | Florin Iacob | 2011-03-21 |
| | | | |||
| * | | fixed handling of legacy and subscriber config options FS#2208 | Andreas Gohr | 2011-03-21 |
| | | | | | | | | | | | | This was broken in 3a48618a538412994ec244d5a9fde5c4a6161d10 | ||
| * | | Merge remote-tracking branch 'marklundeberg/master' | Andreas Gohr | 2011-03-21 |
| |\ \ | |||
| | * | | Make interwiki links match with every other icon-link: need 1px top and ↵ | marklundeberg | 2011-03-08 |
| | | | | | | | | | | | | | | | | bottom padding or else the icons' top and bottom pixel rows get cut off. | ||
| * | | | Minor: Edited the delta_time function for php5 | Piyush Mishra | 2011-03-21 |
| | |/ | |/| | |||
| * | | replace tokenizer_cmd with action hook | Andreas Gohr | 2011-03-19 |
| | | | | | | | | | | | | | | | as discussed at http://www.freelists.org/post/dokuwiki/tokenizer-cmd-in-indexer,1 | ||
| * | | bind non-sticky logins to the session id FS#2202 | Andreas Gohr | 2011-03-19 |
| | | | |||
| * | | store session pass as hash | Andreas Gohr | 2011-03-19 |
| | | | | | | | | | | | | | | | This avoids having the blowfish encrypted pass stored together with the decryption key on the same server. | ||
| * | | warn about wrongly installed plugin | Andreas Gohr | 2011-03-19 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||
| * | | Estonian language update | Kristian Kankainen | 2011-03-18 |
| | | | |||
| * | | Merge remote-tracking branch 'lupo49/master' | Andreas Gohr | 2011-03-18 |
| |\ \ | |||
| | * | | de/de-informal: added and updated translations | Matthias Schulte | 2011-03-14 |
| | |/ | |||
| * | | Slovak language update | Matej Urban | 2011-03-18 |
| | | | |||
| * | | Traditional Chinese language update | Shuo-Ting Jian | 2011-03-18 |
| |/ | |||
| * | Remove relation_references from the index when it is missing | Michael Hamann | 2011-03-08 |
| | | |||
| * | Merge branch 'indexer_rewrite' | Michael Hamann | 2011-03-08 |
| |\ | |||
| | * | Adjust bin/indexer.php for the new indexer | Michael Hamann | 2011-03-06 |
| | | | | | | | | | | | | | | | Now the indexer is directly called instead of duplicating a large part of the indexer code. | ||
| | * | Merge the two indexer events and use string keys | Michael Hamann | 2011-03-06 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||
| | * | Fix wildcard search | Tom N Harris | 2011-02-27 |
| | | | |||
| | * | Restrict metadata values in indexer to string; skip unnecessary test | Tom N Harris | 2011-02-25 |
| | | | |||
| | * | Reduce memory footprint of tokenizer; make returned arrays use contiguous keys | Tom N Harris | 2011-02-25 |
| | | | |||
| | * | Fix pass by reference error, always return an array in lookupKey() | Michael Hamann | 2011-02-24 |
| | | | |||
| | * | Merge branch 'master' into indexer_rewrite | Michael Hamann | 2011-02-24 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/fulltext.php inc/indexer.php lib/exe/indexer.php | ||
| | * | | Add minimum length option to index histogram | Tom N Harris | 2011-02-23 |
| | | | | |||
| | * | | Increase version tag for new indexer | Tom N Harris | 2011-02-23 |
| | | | | |||
| | * | | Fix variable name type in indexer | Tom N Harris | 2011-02-22 |
| | | | | |||
| | * | | Implement histogram method of indexer | Tom N Harris | 2011-02-22 |
| | | | | |||
| | * | | Indexer version tag should include plugin names | Tom N Harris | 2011-02-22 |
| | | | | |||
| | * | | Removing a page from the index deletes related metadata. Cache key names in ↵ | Tom N Harris | 2011-02-22 |
| | | | | | | | | | | | | | | | | index. | ||
| | * | | Indexer::lookupKey callback receives value reference as first arg | Tom N Harris | 2011-02-22 |
| | | | | |||
| | * | | Special handling of title metadata index | Tom N Harris | 2011-02-18 |
| | | | | |||
| | * | | Merge remote-tracking branch 'my-fork/master' into indexer_improvements | Michael Hamann | 2011-02-02 |
| | |\ \ | |||
| | | * | | Indexer Rewrite v3: wildcards in lookupKey and automatically unwrap single ↵ | Tom N Harris | 2011-01-24 |
| | | | | | | | | | | | | | | | | | | | | result | ||
| | | * | | Indexer v3 Rewrite: streamline indexing of deleted or disabled pages | Tom N Harris | 2011-01-24 |
| | | | | | |||
| | * | | | Merge branch 'master' into indexer_improvements | Michael Hamann | 2011-01-23 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/fulltext.php inc/indexer.php lib/exe/indexer.php | ||
| | * | | | | Add INDEXER_VERSION_GET event so plugins can add their version | Michael Hamann | 2011-01-23 |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | This allows plugins to add their own version strings like plugin_tag=1 so pages can be reindexed when plugins update their index content. | ||
| | * | | | Indexer v3 Rewrite: Use the metadata index for backlinks; add ↵ | Michael Hamann | 2011-01-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INDEXER_METADATA_INDEX event This new event allows plugins to add or modify the metadata that will be indexed. Collecting this metadata in an event allows plugins to see if other plugins have already added the metadata they need and leads to just one single indexer call thus fewer files are read and written. Plugins could also replace/prevent the metadata indexer call using this event. | ||
| | * | | | Indexer v3 Rewrite: fix addMetaKeys and locking | Michael Hamann | 2011-01-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes addMetaKeys so it actually removes values. This also changes the functionality of the function: It now updates the key for the page with the current value instead of adding new values as this will be the default use case. A new parameter could be added to restore the "old" behavior when needed. addMetaKeys now only saves the index when the content has really been changed. Furthermore no empty number is added anymore to the reverse index when it has been empty previously. addMetaKeys now releases the lock again and really fails when the lock can't be gained. | ||
| | * | | | Indexer v3 Rewrite: implement lookupKey() | Michael Hamann | 2011-01-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Saving and looking up metadata key/value pairs seems to work now at least with some basic tests. | ||
| | * | | | Indexer v3 Rewrite: _saveIndexKey now really writes on the desired line | Michael Hamann | 2011-01-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now _saveIndexKey inserts empty lines when the index isn't long enough. This is necessary because the page ids are taken from the global page index, but there is not every page in the metadata key specific index so e.g. line 10 might be the first entry in the index. | ||
| | * | | | Indexer v3 Rewrite: fix obvious typos and type errors | Michael Hamann | 2011-01-22 |
| | | | | | |||
| | * | | | Indexer v3 Rewrite part two, update uses of indexer | Tom N Harris | 2010-12-29 |
| | | | | |