index
:
dokuwiki
3waymerge
CRLFmail
HTTPClientAgent
actionRouterImprovements
addomainless-stable
appveyorfixing
conf-bcrypt
deployment
docker
editorjs-cleanup
em_fix
emptydirdefault
eventrenderer
extension-infosource
extensionevent
font
fs2851
gittoolQuietOption
globalErrorHandling
handlerpagectx
imagedispatch
jquery3
large-screens
lessnew
localdraft
logevent
logging
logunevent
mail
mail_headers
master
master2psr2
mediaFNrev
mediarefactor
menucontext
old-stable
oldmediaonrev
openapi
php7comptib
phpcsCI-failtest
phpunit9
pr-3115
proxystuff
psr2-plugin
rectordebug
remote-argumentcount
retrytests
reusableLocktimerJS
revdiffexternaledits
reverse-fallback-ns-linking
rmdir
scrutinizer-patch-1
searchIndex
searchIndex-collections
searchIndex-restructure
stable
testFix
testfixes
travis
travis-php80-debug
utf8fix
versionfixtool
wintest
The DokuWiki Open Source Wiki Engine
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
inc
/
indexer.php
Commit message (
Expand
)
Author
Age
*
Use str_starts_with/str_ends_with
fiwswe
2023-09-14
*
code style: line breaks
Andreas Gohr
2023-08-31
*
code style: operator spacing
Andreas Gohr
2023-08-31
*
Rector to rename print to echo calls
Andreas Gohr
2023-08-31
*
coding style: control flow line breaks
Andreas Gohr
2023-08-31
*
coding style: control flow whitespaces
Andreas Gohr
2023-08-31
*
coding style: loop declaration spacing
Andreas Gohr
2023-08-30
*
codestyle adjustments: function declaration braces/spaces
Andreas Gohr
2023-08-30
*
codestyle adjustments: function argument spacing
Andreas Gohr
2023-08-30
*
Apply rector fixes to the rest of inc
Andreas Gohr
2023-08-29
*
Extract dokuwiki\Search\Indexer class
Michael Große
2020-01-06
*
Moved parts of the Asian word handling to its own class
Andreas Gohr
2019-07-14
*
replaced deprecated utf8 functions
Andreas Gohr
2019-06-10
*
deprecated trigger_event() in favor of a static method on Event
Andreas Gohr
2019-04-20
*
First go at moving the plugin classes into their own namespace
Andreas Gohr
2019-04-20
*
Merge branch 'master' into psr2
Andreas Gohr
2019-03-30
|
\
|
*
fix zero value issue with metadata indexer
Phy
2019-03-14
*
|
line lengths shortened
Andreas Gohr
2018-04-27
*
|
remove DOKU_INC checks
Andreas Gohr
2018-04-27
|
/
*
I supplemented the existing comments on the methods in which there was not en...
Takamura
2017-03-31
*
Remove error supression for file_exists()
Andreas Gohr
2015-01-07
*
more phpdocs and minor check
Gerrit Uitslag
2014-10-01
*
Many PHPDocs, some unused and dyn declared vars
Gerrit Uitslag
2014-10-01
*
Refactor updateTuple()
Christopher Smith
2014-03-12
*
resolve notices generated in calls to updateTuple() when $metaidx[$id] doesn'...
Christopher Smith
2014-03-06
*
add some braces (just style, not E_ALL)
Christopher Smith
2014-03-05
*
Fix indexing numeric words in page contents
Michael Hamann
2013-12-11
*
Merge pull request #380 from splitbrain/phpstrict
Andreas Gohr
2013-10-20
|
\
|
*
replace boolean conditional checks on possibly uninitialized vars with \!empt...
Christopher Smith
2013-10-16
*
|
Fix FS#2854: Treat numerically different keys as different
Michael Hamann
2013-10-19
|
/
*
Index media file usage in the metadata index and use it in ft_mediause()
Michael Hamann
2013-07-31
*
Indexer: Remove broken and dead readdircache code FS#2771
Michael Hamann
2013-05-05
*
Indexer: Fix wrong suffix parameter
Michael Hamann
2013-05-05
*
Indexer: abort page rename if deletion of new id fails
Michael Hamann
2013-01-26
*
Indexer: added internal deletePageNoLock method
Michael Hamann
2013-01-26
*
Clarified the behavior of the Doku_Indexer::renamePage method
Michael Hamann
2013-01-26
*
Indexer: Added page and meta value rename functions
Michael Hamann
2013-01-19
*
Remove global $Indexer, clear index in the testing system instead
Michael Hamann
2012-12-20
*
Add clear function to the indexer that deletes the whole index
Michael Hamann
2012-12-20
*
Indexer: Make $Indexer in idx_get_indexer() global instead of static
Michael Hamann
2012-12-04
*
Indexer: Add cache for getPID()
Michael Hamann
2012-12-04
*
Indexer: add getPID/getPageFromPID functions and PID to INDEXER_PAGE_ADD
Michael Hamann
2012-12-03
*
Fix inconsistent return values in the indexer and in getInfo()
Michael Hamann
2012-07-28
*
Fixed and extended PHPDoc comments and added additional @var comments
Michael Hamann
2012-07-28
*
Fix index histogram minlen parameter for metadata keys
Michael Hamann
2012-07-28
*
Remove unused variables
Michael Hamann
2012-07-28
*
Fix type declarations in some PHPDoc comments
Michael Hamann
2012-07-25
*
coding style updates
Andreas Gohr
2012-03-16
*
Fix page deletion in the indexer
Michael Hamann
2012-03-15
*
Indexer: Check for deleted pages first FS#2469
Michael Hamann
2012-03-15
[next]