aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-171-2/+19
|\
| * [ticket/14712] Add search core event to allow modifying the forum select listrxu2016-07-171-2/+19
| | | | | | | | PHPBB3-14712
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-06-191-0/+5
|\ \ | |/
| * [ticket/13865] Add id_ary, show_results to core.search_modify_param_beforeJakub Senko2016-05-221-0/+5
| | | | | | | | PHPBB3-13865
* | [ticket/14234] Get rid of undefined variablesMarc Alexander2015-10-121-1/+1
| | | | | | | | PHPBB3-14234
* | Merge branch '3.1.x'Tristan Darricau2015-10-091-0/+2
|\ \ | |/ | | | | | | * 3.1.x: [ticket/8800] Add "mark topics read" link to "View unread posts"
| * Merge pull request #3869 from Zoddo/ticket/8800Tristan Darricau2015-10-091-0/+2
| |\ | | | | | | | | | | | | | | | | | | [ticket/8800] Add "mark topics read" link to "View unread posts" * Zoddo/ticket/8800: [ticket/8800] Add "mark topics read" link to "View unread posts"
| | * [ticket/8800] Add "mark topics read" link to "View unread posts"Zoddo2015-09-041-0/+2
| | | | | | | | | | | | PHPBB3-8800
* | | Merge branch '3.1.x'Marc Alexander2015-10-081-3/+51
|\ \ \ | |/ /
| * | Merge pull request #3824 from rxu/ticket/14088Marc Alexander2015-10-081-3/+51
| |\ \ | | |/ | |/| | | | [ticket/14088] Add more core events to the search.php
| | * [ticket/14088] Add more core events to the search.phprxu2015-08-111-3/+51
| |/ | | | | | | | | | | Also add more vars to the core.search_get_topic_data event. PHPBB3-14088
* | Merge branch '3.1.x'Marc Alexander2015-07-231-6/+17
|\ \ | |/
| * [ticket/13899] Use multi-line definition for vars arrayMarc Alexander2015-07-231-1/+9
| | | | | | | | PHPBB3-13899
| * [ticket/13899] Fix doc block arrangement and add @changed infoMarc Alexander2015-07-221-1/+2
| | | | | | | | PHPBB3-13899
| * [ticket/13899] Add items to core.search_results_modify_search_titledavid632015-07-221-6/+8
| | | | | | | | PHPBB3-13899
* | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
| | | | | | | | PHPBB3-13685
* | Merge branch '3.1.x'Marc Alexander2015-02-181-9/+1
|\ \ | |/
| * [ticket/13595] Removed unused codeJoshyPHP2015-02-131-9/+1
| | | | | | | | PHPBB3-13595
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-25/+25
| | | | | | | | PHPBB3-13455
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+3
|/ | | | PHPBB3-13450
* Merge pull request #3216 from kinerity/ticket/13409Joas Schilling2014-12-271-0/+20
|\ | | | | | | [ticket/13409] Add event core.search_modify_param_before
| * [ticket/13409] Change search_id type and release versionKailey Truscott2014-12-051-2/+2
| | | | | | | | PHPBB3-13409
| * [ticket/13409] Fix event nameKailey Truscott2014-12-041-1/+1
| | | | | | | | PHPBB3-13409
| * [ticket/13409] Add event core.search_modify_param_beforeKailey Truscott2014-12-041-0/+20
| | | | | | | | PHPBB3-13409
* | [ticket/13400] Information text if the server load id high at searchkochi2014-12-061-1/+1
|/ | | | PHPBB3-13400
* [ticket/13253] Fix MCP queue link in active topics search.Cesar G2014-10-301-1/+1
| | | | PHPBB3-13253
* Merge pull request #2978 from blitze/ticket/13071Joas Schilling2014-10-011-48/+48
|\ | | | | | | [ticket/13071] Only use total_match_count after event dispatcher
| * [ticket/13071] Only use total_match_count after event dispatcherblitze2014-09-211-48/+48
| | | | | | | | PHPBB3-13071
* | [ticket/13072] Added '@changed 3.1.0-RC5 Added total_match_count'blitze2014-09-241-0/+1
| | | | | | | | PHPBB3-13072
* | [ticket/13072] Add total_match_count to core.search_get_topic_data eventblitze2014-09-211-1/+2
|/ | | | PHPBB3-13072
* [ticket/13066] Add search results core event to modify search titlerxu2014-09-141-0/+14
| | | | PHPBB3-13066
* [ticket/12986] Fix detection of common words in searchrxu2014-08-171-3/+2
| | | | | | | | | $search->get_common_words() call goes before the split_keywords() call, but $search->common_words array is being generated within the function $search->split_keywords(). Thus, get_common_words() returned an empty array instead of common words array. PHPBB3-12986
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-4/+4
| | | | PHPBB3-12446
* [ticket/12758] Add @changed to doc blockPayBas2014-06-221-0/+1
| | | | PHPBB3-12758
* [ticket/12758] Add show_results var to core.search_modify_rowsetPayBas2014-06-221-0/+2
| | | | PHPBB3-12758
* [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacyTristan Darricau2014-06-161-1/+1
| | | | PHPBB3-12721
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* Merge pull request #2437 from rxu/ticket/12524Joas Schilling2014-05-111-0/+24
|\ | | | | | | | | | | | | [ticket/12524] Add search.php core event to modify search results rowset * rxu/ticket/12524: [ticket/12524] Add search.php core event to modify search results rowset
| * [ticket/12524] Add search.php core event to modify search results rowsetrxu2014-05-111-0/+24
| | | | | | | | | | | | | | | | Currently it is possible to change search results within the search row scope, but it should be possible to modify/unset every individual row within the rowset. PHPBB3-12524
* | Merge pull request #2340 from PayBas/ticket/12431Joas Schilling2014-05-111-0/+2
|\ \ | |/ |/| | | | | | | | | | | | | [ticket/12431] Add has_poll icon to topiclists * PayBas/ticket/12431: [ticket/12431] Lang full sentence [ticket/12431] Add topic poll icon. [ticket/12431] Add has_poll icon to topiclists
| * [ticket/12431] Add has_poll icon to topiclistsPayBas2014-05-021-0/+2
| | | | | | | | PHPBB3-12431
* | Merge pull request #2315 from PayBas/ticket/12411Joas Schilling2014-05-041-3/+38
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12411] Expand vars of event: core.search_modify_tpl_ary * PayBas/ticket/12411: [ticket/12411] Improved change documentation [ticket/12411] Missed on bool var [ticket/12411] Corrected event vars description [ticket/12411] Expand vars of event: core.search_modify_tpl_ary
| * | [ticket/12411] Improved change documentationPayBas2014-05-021-2/+5
| | | | | | | | | | | | PHPBB3-12411
| * | [ticket/12411] Missed on bool varPayBas2014-05-021-1/+1
| | | | | | | | | | | | | | | | | | sloppy PHPBB3-12411
| * | [ticket/12411] Corrected event vars descriptionPayBas2014-05-021-2/+2
| | | | | | | | | | | | PHPBB3-12411
| * | [ticket/12411] Expand vars of event: core.search_modify_tpl_aryPayBas2014-05-021-3/+35
| |/ | | | | | | PHPBB3-12411
* | [ticket/12366] Fixed missing commaPayBas2014-05-021-1/+1
| | | | | | | | PHPBB3-12366
* | [ticket/12366] Conform to new event coding guidelinesPayBas2014-05-021-1/+15
| | | | | | | | PHPBB3-12366