aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16274] Fix compact() call to undefined variables in search.php3D-I2019-12-301-5/+4
| | | | PHPBB3-16274
* [ticket/16262] Add unset variables to search's compactbrunoais2019-12-231-0/+4
| | | | PHPBB3-16262
* [ticket/16205] Fix undefined zebra variableAlfredo Ramos2019-11-121-1/+2
| | | | PHPBB3-16205
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-211-0/+3
|\
| * [ticket/16159] Use predefined DATE_RFC3339stevendegroote2019-09-181-3/+3
| | | | | | | | PHPBB3-16159
| * Merge branch '3.2.x' into ticket/16159stevendegroote2019-09-171-20/+40
| |\
| * | [ticket/16159] Wrap post times in html time tagstevendegroote2019-09-171-0/+3
| | | | | | | | | | | | PHPBB3-16159
* | | [ticket/12591] Improve breadcrumb naming and extend it's usageJakub Senko2019-05-091-2/+7
| | | | | | | | | | | | PHPBB3-12591
* | | [ticket/14573] Add Search breadcrumbsJakub Senko2019-05-061-0/+5
| |/ |/| | | | | PHPBB3-14573
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-20/+20
| | | | | | | | PHPBB3-14972
* | [ticket/15476] Add event core.search_modify_post_rowkasimi2017-12-091-0/+20
|/ | | | PHPBB3-15476
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-021-0/+3
|\ | | | | | | | | * 3.1.x: [ticket/14787] Add 1 more parameter to the core.search_modify_url_parameters
| * Merge pull request #4469 from rxu/ticket/14787-2Tristan Darricau2016-10-021-0/+3
| |\ | | | | | | | | | | | | | | | | | | [ticket/14787] Add 1 more parameter to the core.search_modify_url_parameters * rxu/ticket/14787-2: [ticket/14787] Add 1 more parameter to the core.search_modify_url_parameters
| | * [ticket/14787] Add 1 more parameter to the core.search_modify_url_parametersrxu2016-09-291-0/+3
| | | | | | | | | | | | PHPBB3-14787
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-021-3/+3
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14801] Highlighting utf8 strings in search results
| * | [ticket/14801] Highlighting utf8 strings in search resultsrxu2016-09-291-3/+3
| |/ | | | | | | PHPBB3-14801
* | Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-251-1/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/10809] Remove MSSQL support * Senky/ticket/10809: [ticket/10809] Reflect MSSQL removal in docs files [ticket/10809] Remove MSSQL support
| * | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
| | | | | | | | | | | | PHPBB3-10809
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-221-0/+42
|\ \ \ | | |/ | |/|
| * | Merge pull request #4392 from ErnadoO/PHPBB3-14592Marc Alexander2016-09-221-0/+42
| |\ \ | | | | | | | | | | | | [ticket/14592] [PHP] core.search_backend_search_after
| | * | [ticket/14592] Fix variable typeErwan Nader2016-09-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14592
| | * | [ticket/14592] Fixed docblock from unit testsErwan Nader2016-07-241-16/+16
| | | | | | | | | | | | | | | | PHPBB3-14592
| | * | [ticket/14592] Fixed syntax errors from unit testsErwan Nader2016-07-241-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14592
| | * | [ticket/14592] [PHP] core.search_backend_search_afterErwan Nader2016-07-241-0/+42
| | | | | | | | | | | | | | | | PHPBB3-14592
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-221-1/+3
|\ \ \ \ | |/ / /
| * | | [ticket/14787] Add more parameters to the core.search_modify_url_parametersrxu2016-09-191-1/+3
| | | | | | | | | | | | | | | | PHPBB3-14787
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-181-0/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/14787] Add more parameters to the core.search_modify_url_parameters
| * | | [ticket/14787] Add more parameters to the core.search_modify_url_parametersrxu2016-09-181-0/+5
| | | | | | | | | | | | | | | | PHPBB3-14787
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-011-0/+20
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | * 3.1.x: [ticket/14727] Event core.search_modify_submit_parameters
| * | [ticket/14727] Event core.search_modify_submit_parametersErwan Nader2016-07-311-0/+20
| |/ | | | | | | PHPBB3-14727
* | 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