summaryrefslogtreecommitdiff
path: root/inc/search.php
Commit message (Expand)AuthorAge
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* more scrutinizer issue improvementsGerrit Uitslag2014-09-29
* add defaults to phpdocs of search universalGerrit Uitslag2014-05-05
* another instance of empty() where an array key might not existChristopher Smith2014-03-06
* use \!empty() rather than error suppressionChristopher Smith2014-03-06
* refactor to take into account missing valueChristopher Smith2014-03-05
* use isset() + ?: or error suppression where value may not be setChristopher Smith2014-03-05
* use empty() where array values might not be setChristopher Smith2014-03-05
* Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
|\
| * replace boolean conditional checks on possibly uninitialized vars with \!empt...Christopher Smith2013-10-16
* | inc/search.php phpdocsGerrit Uitslag2013-10-15
* | update phpdocs inc/search.phpGerrit Uitslag2013-10-15
|/
* Remove search_references() and the refshow configuration optionMichael Hamann2013-07-31
* Revert the search depth behavior changes from #154Michael Hamann2013-02-20
* removed a bunch of functions which were deprecated in 2005/2006Anika Henke2013-02-18
* search: pass empty $sort to skip sortingPhilipp A. Hartmann2013-01-29
* change to use natural order sortingChristopher Smith2013-01-27
* ensure parameter is passed down during recursionChristopher Smith2013-01-27
* add documentation for sort parameter, change false to 'natural'Christopher Smith2013-01-27
* sp.Christopher Smith2013-01-27
* If depth option is set to 0, we should recurse foreverGuillaume Turri2013-01-10
* Check search limit depth with an inequalityGuillaume Turri2013-01-09
* Escape filename in regex in search_index()Michael Hamann2012-10-02
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
* Merge branch 'master' of git://github.com/splitbrain/dokuwiki into media-revi...Kate Arzamastseva2011-09-05
|\
| * Revert tmp commitsAdrian Lang2011-09-04
| * tmp: Introduce sneaky2Adrian Lang2011-09-04
| * Use search_universal in search_indexAdrian Lang2011-09-04
* | issue #39 sort by date desc, saved in cookieKate Arzamastseva2011-07-30
* | mediamanager sort buttonKate Arzamastseva2011-07-25
|/
* Change when metadata is rendered - only when really neededMichael Hamann2011-05-08
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* Simpler ID trimmingAdrian Lang2010-11-13
* do not strip .txt in namespaces in indexAndreas Gohr2010-10-26
* Small fixes / cleanupAdrian Lang2010-09-28
* added missing keeptxt option to universal search FS#2014Andreas Gohr2010-08-29
* fixed hashing in mediaSearch()Andreas Gohr2010-03-22
* removed more unneeded require_once() callsAndreas Gohr2010-02-01
* first attempt to centralize all include loadingAndreas Gohr2010-01-31
* fixed level attribute in universal searchAndreas Gohr2009-12-16
* Use correct variable name in search_universalAdrian Lang2009-11-24
* Coding Standard CleanupAndreas Gohr2009-10-20
* replaced two search_* funcs with calls to search_universalAndreas Gohr2009-08-28
* universal callback for search()Andreas Gohr2009-08-12
* another attempt to fix recursion depth in media searchAndreas Gohr2009-06-05
* fixed the media listing recursion limit check againAndreas Gohr2009-05-15
* fixed skipacl option in search_allpages()Andreas Gohr2009-03-08
* removed leftover return pathAndreas Gohr2009-03-02
* fixed depth checking in search_(media|allpages)Andreas Gohr2009-03-01
* streamlined media listingAndreas Gohr2009-02-23