aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* Merge pull request #2437 from rxu/ticket/12524Joas Schilling2014-05-111-0/+24
|\
| * [ticket/12524] Add search.php core event to modify search results rowsetrxu2014-05-111-0/+24
* | Merge pull request #2340 from PayBas/ticket/12431Joas Schilling2014-05-111-0/+2
|\ \ | |/ |/|
| * [ticket/12431] Add has_poll icon to topiclistsPayBas2014-05-021-0/+2
* | Merge pull request #2315 from PayBas/ticket/12411Joas Schilling2014-05-041-3/+38
|\ \
| * | [ticket/12411] Improved change documentationPayBas2014-05-021-2/+5
| * | [ticket/12411] Missed on bool varPayBas2014-05-021-1/+1
| * | [ticket/12411] Corrected event vars descriptionPayBas2014-05-021-2/+2
| * | [ticket/12411] Expand vars of event: core.search_modify_tpl_aryPayBas2014-05-021-3/+35
| |/
* | [ticket/12366] Fixed missing commaPayBas2014-05-021-1/+1
* | [ticket/12366] Conform to new event coding guidelinesPayBas2014-05-021-1/+15
* | [ticket/12366] Expanded event varsPayBas2014-05-021-1/+13
* | [ticket/12366] Include ORDER BY into the query builderPayBas2014-05-021-1/+2
* | [ticket/12366] Changed to sql_build_queryPayBas2014-05-021-12/+24
* | [ticket/12366] Add Event core.search_get_posts_dataPayBas2014-05-021-3/+18
|/
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-2/+2
|\
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-2/+2
* | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+1
|/
* Merge pull request #2243 from n-aleha/ticket/12345Joas Schilling2014-04-161-1/+1
|\
| * [ticket/12345] Improve search flood interval message for ascraeusn-aleha2014-04-161-1/+1
* | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-04-151-4/+5
|\ \ | |/ |/|
| * [ticket/10423] Move code into a function and add tests for itOliver Schramm2014-04-131-4/+4
| * [ticket/10423] Remove * from search or highlight stringOliver Schramm2014-03-281-4/+5
* | [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-121-0/+1
* | Merge branch 'ticket/10945' into ticket/10945-developDhruv2014-03-081-6/+0
|\ \ | |/
| * [ticket/10945] remove trigger_error callDhruv Goel2014-03-081-6/+0
| * [ticket/10943] displays searched query in search resultDhruv Goel2012-08-111-0/+1
| * [ticket/10943] use keywords variable to display in search boxDhruv Goel2012-08-111-1/+1
* | [ticket/12220] Fix division by zero in search page with no results.Cesar G2014-02-211-1/+0
* | [ticket/11849] Update search and memberlistJoas Schilling2013-12-181-11/+5
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-12/+31
|\ \
| * \ Merge pull request #1640 from brunoais/ticket/11637Nathan Guse2013-09-121-8/+2
| |\ \
| | * | [ticket/11637] generate_text_for_display on search.phpbrunoais2013-08-041-8/+2
| * | | [ticket/11749] Move event after all template data has been definedMatt Friedman2013-07-291-13/+15
| * | | [ticket/11749] PHP Events for search.phpMatt Friedman2013-07-271-0/+23
| * | | [ticket/11717] Use topic_posts_approved instead of topic_repliesMarc Alexander2013-07-201-2/+2
* | | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* | | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
|/ / /
* | | [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-3/+5
* | | [ticket/9657] Fix some more subsilver2Joas Schilling2013-03-121-1/+1
* | | [ticket/9657] Remove line with unused variableJoas Schilling2013-03-111-1/+0
* | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-101-8/+18
|\ \ \ | |/ /
| * | [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-171-2/+2
| * | [ticket/11051] add common_words variableDhruv2012-10-041-2/+4
| * | [ticket/11051] remove unnecessary commentDhruv2012-10-041-1/+0
| * | [ticket/11051] add get_word_len() in sphinx searchDhruv2012-10-041-1/+8
| * | [ticket/11051] use get_word_length in search backendDhruv2012-08-171-1/+3
| * | [ticket/11051] use get_common_words in search backendDhruv2012-08-161-2/+2
| * | [ticket/11051] function instead of accessing property in searchDhruv2012-08-161-3/+3