summaryrefslogtreecommitdiff
path: root/inc/indexer.php
Commit message (Expand)AuthorAge
* Remove error supression for file_exists()Andreas Gohr2015-01-07
* more phpdocs and minor checkGerrit Uitslag2014-10-01
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* Refactor updateTuple()Christopher Smith2014-03-12
* resolve notices generated in calls to updateTuple() when $metaidx[$id] doesn'...Christopher Smith2014-03-06
* add some braces (just style, not E_ALL)Christopher Smith2014-03-05
* Fix indexing numeric words in page contentsMichael Hamann2013-12-11
* Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
|\
| * replace boolean conditional checks on possibly uninitialized vars with \!empt...Christopher Smith2013-10-16
* | Fix FS#2854: Treat numerically different keys as differentMichael Hamann2013-10-19
|/
* Index media file usage in the metadata index and use it in ft_mediause()Michael Hamann2013-07-31
* Indexer: Remove broken and dead readdircache code FS#2771Michael Hamann2013-05-05
* Indexer: Fix wrong suffix parameterMichael Hamann2013-05-05
* Indexer: abort page rename if deletion of new id failsMichael Hamann2013-01-26
* Indexer: added internal deletePageNoLock methodMichael Hamann2013-01-26
* Clarified the behavior of the Doku_Indexer::renamePage methodMichael Hamann2013-01-26
* Indexer: Added page and meta value rename functionsMichael Hamann2013-01-19
* Remove global $Indexer, clear index in the testing system insteadMichael Hamann2012-12-20
* Add clear function to the indexer that deletes the whole indexMichael Hamann2012-12-20
* Indexer: Make $Indexer in idx_get_indexer() global instead of staticMichael Hamann2012-12-04
* Indexer: Add cache for getPID()Michael Hamann2012-12-04
* Indexer: add getPID/getPageFromPID functions and PID to INDEXER_PAGE_ADDMichael Hamann2012-12-03
* Fix inconsistent return values in the indexer and in getInfo()Michael Hamann2012-07-28
* Fixed and extended PHPDoc comments and added additional @var commentsMichael Hamann2012-07-28
* Fix index histogram minlen parameter for metadata keysMichael Hamann2012-07-28
* Remove unused variablesMichael Hamann2012-07-28
* Fix type declarations in some PHPDoc commentsMichael Hamann2012-07-25
* coding style updatesAndreas Gohr2012-03-16
* Fix page deletion in the indexerMichael Hamann2012-03-15
* Indexer: Check for deleted pages first FS#2469Michael Hamann2012-03-15
* Force search index update after fixing the lowercasing of wordsMichael Hamann2011-06-14
* Fix lowercasing of words in the indexer FS#2270Michael Hamann2011-06-14
* Fix variable name typo in indexerAdrian Lang2011-05-23
* Add more render/cache logic to the metadata codeMichael Hamann2011-05-08
* Add a test to do=check that should detect search index corruptionMichael Hamann2011-05-02
* Add a force option to idx_addPage()Michael Hamann2011-05-02
* Add line endings at the end of the fileMichael Hamann2011-05-02
* Fix a warning in the indexer when words exist without corresponding index FS#...Michael Hamann2011-05-02
* Enable metadata rendering in the indexerMichael Hamann2011-04-20
* Merge branch 'master' of https://github.com/akate/dokuwiki into akate-masterMichael Hamann2011-04-07
|\
| * indexer fix updating the search indexKate Arzamastseva2011-04-07
* | Clarify usage of some indexer methodsTom N Harris2011-03-22
* | Change Doku_Indexer visibility from private to protected, and get rid of ugly...Tom N Harris2011-03-22
|/
* replace tokenizer_cmd with action hookAndreas Gohr2011-03-19
* Remove relation_references from the index when it is missingMichael Hamann2011-03-08
* Merge the two indexer events and use string keysMichael Hamann2011-03-06
* Fix wildcard searchTom N Harris2011-02-27
* Restrict metadata values in indexer to string; skip unnecessary testTom N Harris2011-02-25
* Reduce memory footprint of tokenizer; make returned arrays use contiguous keysTom N Harris2011-02-25
* Fix pass by reference error, always return an array in lookupKey()Michael Hamann2011-02-24