aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
| | | | PHPBB3-13685
* [ticket/13595] Removed unused codeJoshyPHP2015-02-131-9/+1
| | | | PHPBB3-13595
* 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
* | [ticket/12366] Expanded event varsPayBas2014-05-021-1/+13
| | | | | | | | PHPBB3-12366
* | [ticket/12366] Include ORDER BY into the query builderPayBas2014-05-021-1/+2
| | | | | | | | PHPBB3-12366
* | [ticket/12366] Changed to sql_build_queryPayBas2014-05-021-12/+24
| | | | | | | | PHPBB3-12366
* | [ticket/12366] Add Event core.search_get_posts_dataPayBas2014-05-021-3/+18
|/ | | | PHPBB3-12366
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-021-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12273: (55 commits) [ticket/12273] Move $extension to constructor so the path is always set [ticket/12273] Find events.md relative from the path not the phpbb root [ticket/12273] Do not look in extensions docs/ and tests/ directory [ticket/12273] Also check file for adm "Location:" events [ticket/12273] Do not allow template events in non-html files [ticket/12273] Fix return description [ticket/12273] Update exporter to allow specifying an extension [ticket/12273] Allow to filter events for extensions [ticket/12273] Remove old parameter from function call [ticket/12273] Fix table header for adm events [ticket/12273] Add root path to recursive_event_filter_iterator [ticket/12273] Fix missing classes in export_events_for_wiki.php [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter [ticket/12273] Use RecursiveDirectoryIterator in md_exporter [ticket/12273] Fix doc blocks [ticket/12273] Do not allow 3.1-A1 for template events [ticket/12273] Sort arguments alphabetically before exporting [ticket/12273] Do not allow 3.1-A1 version [ticket/12273] Update since version to 3.1.0-a* style [ticket/12273] Update existing events ...
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-2/+2
| | | | | | | | PHPBB3-12273
* | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+1
|/ | | | | | ... and needs to be reapproved. PHPBB3-12052
* Merge pull request #2243 from n-aleha/ticket/12345Joas Schilling2014-04-161-1/+1
|\ | | | | | | | | | | | | [ticket/12345] Improve search flood interval message for ascraeus * n-aleha/ticket/12345: [ticket/12345] Improve search flood interval message for ascraeus
| * [ticket/12345] Improve search flood interval message for ascraeusn-aleha2014-04-161-1/+1
| | | | | | | | | | | | | | Show to guests and users the remaining seconds until their next allowed search, if a search flood limit is enabled for them. PHPBB3-12345
* | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-04-151-4/+5
|\ \ | |/ |/| | | | | | | | | | | | | * develop-olympus: [ticket/10423] Replace foreach with function in viewtopic.php [ticket/10423] Remove unnecessary include in test [ticket/10423] Match multiple wildcards [ticket/10423] Move code into a function and add tests for it [ticket/10423] Remove * from search or highlight string
| * [ticket/10423] Move code into a function and add tests for itOliver Schramm2014-04-131-4/+4
| | | | | | | | PHPBB3-10423
| * [ticket/10423] Remove * from search or highlight stringOliver Schramm2014-03-281-4/+5
| | | | | | | | PHPBB3-10423
* | [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-121-0/+1
| | | | | | | | PHPBB3-8041
* | Merge branch 'ticket/10945' into ticket/10945-developDhruv2014-03-081-6/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * ticket/10945: [ticket/10945] Fix return values for split_keywords function [ticket/10945] Display search query when search fails in native search [ticket/10945] remove trigger_error call Conflicts: phpBB/phpbb/search/fulltext_native.php
| * [ticket/10945] remove trigger_error callDhruv Goel2014-03-081-6/+0
| | | | | | | | | | | | | | | | removes trigger_error call incase no search results are found or start variable exceeds the amount. So that search query is displayed in the search box even if no results are returned. PHPBB3-10945
| * [ticket/10943] displays searched query in search resultDhruv Goel2012-08-111-0/+1
| | | | | | | | | | | | | | Search backend displays an additional normalized search query just above the ignored words. PHPBB3-10943
| * [ticket/10943] use keywords variable to display in search boxDhruv Goel2012-08-111-1/+1
| | | | | | | | | | | | | | $keywords which contains the string as entered by the user should be used to display in search box instead of search_query. PHPBB3-10943
* | [ticket/12220] Fix division by zero in search page with no results.Cesar G2014-02-211-1/+0
| | | | | | | | | | | | | | | | | | The page url parameter no longer exists in the pagination.on_page() method, therefore the page url passed is being divided by 0 - the total number of items. Since PAGE_NUMBER is assigned in generate_template_pagination(), this separate assignment is no longer needed. PHPBB3-12220
* | [ticket/11849] Update search and memberlistJoas Schilling2013-12-181-11/+5
| | | | | | | | PHPBB3-11849
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-12/+31
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php