aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_search.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | Part 4 PHPBB3-13454
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
| | | | | | This is part 2 of the pr. PHPBB3-13454
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
| | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* Merge branch '3.1.x'Marc Alexander2015-06-091-2/+2
|\ | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-2/+2
| | | | | | | | PHPBB3-13685
* | Merge branch '3.1.x'Cesar G2015-03-231-1/+0
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13719] Remove superfluous $search_options in acp_search.
| * [ticket/13719] Remove superfluous $search_options in acp_search.brunoais2015-03-231-1/+0
| | | | | | | | PHPBB3-13719
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-7/+7
| | | | | | | | PHPBB3-13455
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-3/+5
| | | | | | | | PHPBB3-13494
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-6/+6
| | | | | | | | PHPBB3-13468
* | [ticket/12487] Update PHP codeGaëtan Muller2015-01-111-8/+4
|/ | | | PHPBB3-12487
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [ticket/9388] Display only the settings for the selected search backend.Cesar G2014-05-081-4/+6
| | | | PHPBB3-9388
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-1/+1
| | | | PHPBB3-11698
* [ticket/11011] pass $auth to search backend constructorDhruv2012-08-081-2/+2
| | | | | | | $auth global var is passed to search backend constructor, as it is used by sphinx backend. PHPBB3-11011
* [ticket/11011] passing global variablesDhruv2012-07-281-2/+2
| | | | | | Pass global variables to class constructor when making a new object. PHPBB3-11011
* [feature/sphinx-fulltext-search] use keywords_search instead of get_nameDhruv Goel2012-07-121-1/+1
| | | | | | | using keyword_search method instead of get_name to distinguish between the search backend classes present in includes/search and other helper classes. PHPBB3-10946
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | PHPBB3-9916
* [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-2/+2
| | | | | | | I added two function avatar_explanation_string() and avatar_error_wrong_size() for easier handling of the "pixels"-languages, as they are used quite often. PHPBB3-10345
* [feature/extension-manager] Removing now unused acp_search codeNils Adermann2011-11-181-22/+0
| | | | PHPBB3-10323
* [feature/extension-manager] Rename default methods to core methods on finder.Nils Adermann2011-11-181-5/+3
| | | | | | | There are now extension_ and core_ methods for all finder settings as well as a generic method which overwrites both. PHPBB3-10323
* [feature/extension-manager] Skip phpbb_search_base by checking for get_name()Nils Adermann2011-09-291-1/+1
| | | | PHPBB3-10323
* [feature/extension-manager] Make search backends loadable from extensionsNils Adermann2011-09-291-12/+17
| | | | | | | | Search backends are now required to be autoloadable. The database updater to 3.1 tries to guess the class name as phpbb_search_<oldname> which works for the default backends we ship. PHPBB3-10323
* [ticket/9684] Remove code in some more files especially includes/Joas Schilling2011-04-071-3/+2
| | | | | | Topic-Tracking is still missing. PHPBB3-9684
* Merge branch 'develop-olympus' into developAndreas Fischer2011-03-151-2/+16
|\ | | | | | | | | * develop-olympus: [ticket/9685] Buffer posts for search indexing when using mssqlnative.
| * [ticket/9685] Buffer posts for search indexing when using mssqlnative.Nils Adermann2011-03-151-2/+16
| | | | | | | | | | | | | | | | To have a generic solution there is now a sql_buffer_nested_transaction() which indicates that the given SQL driver requires buffering to run a transaction while iterating over another result set. PHPBB3-9685
| * make search_indexing_state dynamic. This is related to bug #44535 - although ↵Meik Sievertsen2009-05-011-1/+1
| | | | | | | | | | | | i think we only fix the symptoms and not the cause. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9502 89ea8834-ac86-4346-8a33-228a782c2dd0
| * New search option: Maximum number of words allowed to search for.Meik Sievertsen2009-04-111-0/+2
| | | | | | | | | | | | (the more words the more database load) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9438 89ea8834-ac86-4346-8a33-228a782c2dd0
| * guess we need to initialise it firstNils Adermann2008-02-261-4/+13
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8405 89ea8834-ac86-4346-8a33-228a782c2dd0
| * allow search backends to handle regular updates too, and not just backend ↵Nils Adermann2008-02-251-0/+11
| | | | | | | | | | | | switches git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8402 89ea8834-ac86-4346-8a33-228a782c2dd0
| * One commit for those fixes having a very tiny impact (mostly only ↵Meik Sievertsen2008-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | whitespaces or forgotten spans, etc.) Although i somehow mistakingly got #20445 and #15249 into it. :/ Removing s_watching_img from watch_topic_forum() function (Bug #20445) Changing order for post review if more than one post affected (Bug #15249) Language typos/fixes (Bug #20425, #15719, #15429, #14669, #13479) Style/Template fixes (Bug #20065, #19405, #19205, #15028, #14934, #14821, #14752, #14497, #13707, #14738) Tiny code fixes (Bug #20165, #20025, #19795, #14804) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Merge branch 'feature/igorw/request-class' into developAndreas Fischer2010-12-161-9/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | * feature/igorw/request-class: [feature/request-class] Convert some remaining cookies [feature/request-class] Adjust misleading comment [feature/request-class] Remove direct access to _REQUEST in acp_search [feature/request-class] Special case of direct access to _REQUEST
| * | [feature/request-class] Remove direct access to _REQUEST in acp_searchIgor Wiedler2010-10-171-9/+1
| | | | | | | | | | | | PHPBB3-9716
* | | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+629
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* | put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-241-623/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9223 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - updated all code to use the request class instead of any direct access toNils Adermann2008-11-241-5/+5
| | | | | | | | | | | | | | | | | | super globals - disabled super globals in common.php. See commit r9101 for more information - cleaned up/simplified a few lines along the way. git-svn-id: file:///svn/phpbb/trunk@9102 89ea8834-ac86-4346-8a33-228a782c2dd0
* | ok... i hope i haven't messed too much with the code and everything is still ↵Meik Sievertsen2008-05-291-17/+13
| | | | | | | | | | | | | | | | | | | | working. Changes: - Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed. - A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid('memberlist')) - in this case the root path and extension get added automatically. The hook is called after these are added. git-svn-id: file:///svn/phpbb/trunk@8572 89ea8834-ac86-4346-8a33-228a782c2dd0
* | guess we need to initialise it firstNils Adermann2008-02-261-4/+13
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8404 89ea8834-ac86-4346-8a33-228a782c2dd0
* | allow search backends to handle regular updates too, and not just backend ↵Nils Adermann2008-02-251-0/+11
| | | | | | | | | | | | switches git-svn-id: file:///svn/phpbb/trunk@8403 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge with revision #r8350Meik Sievertsen2008-01-301-2/+2
|/ | | | git-svn-id: file:///svn/phpbb/trunk@8351 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-0/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@8147 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i62 - #i65Meik Sievertsen2007-09-221-2/+2
| | | | | | | gone through every javascript invocation and making sure we adhere to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
* - allow multibyte search configurationNils Adermann2007-08-181-1/+1
| | | | | | | | | - added ldap_user_filter to add additional restrictions on the user objects used for authentication [Bug #12627] - improved ldap explanations a bit - display searchable subforums of invisible parents in advanced search forum selection [Bug #11395] git-svn-id: file:///svn/phpbb/trunk@8047 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, mess around with the templates + fixing some bugs + adjusting headers ↵Meik Sievertsen2007-06-091-3/+3
| | | | | | for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!) git-svn-id: file:///svn/phpbb/trunk@7736 89ea8834-ac86-4346-8a33-228a782c2dd0
* use correct language stringsMeik Sievertsen2007-06-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7711 89ea8834-ac86-4346-8a33-228a782c2dd0
* - missed an append_sid call in acp_search.php [Bug #10861]Nils Adermann2007-05-131-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7560 89ea8834-ac86-4346-8a33-228a782c2dd0
* only tiny adjustements... and try to set the memory limit for the search ↵Meik Sievertsen2007-03-101-0/+3
| | | | | | indexing page to 128M... git-svn-id: file:///svn/phpbb/trunk@7161 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added a UNIQUE index on the wordmatch tableNils Adermann2007-03-041-21/+33
| | | | | | | | - some modifications of search indexing which might improve the speed and hopefully fixes [Bug #8352] - added logging to search indexing [Bug #8384] git-svn-id: file:///svn/phpbb/trunk@7119 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix htmlspecialchars handling in search (search backends get specialchared ↵Nils Adermann2007-02-251-106/+128
| | | | | | | | | | | | | | | | | | | | input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156] - allow cancelling search index creation/removal - custom CSS class name input too short [Bug #8328] - give an error message if a password wasn't convertable (special characters in non-standard encoding) - moved still_on_time to functions.php, used by acp_search and converter, might be useful for MODs (or complex cron scripts) - do not allow empty passwords on login - add sids to local URLs in posts (this was a really terrible bug to fix ;-)) [Bug #7892] - ignore invalid HTTP_X_FORWARDED_FOR headers (just use REMOTE_ADDR if invalid) [Bug #8314] - changed forum listing code on search page and acp_attachments [Bug #6658] - search indexing uses still_on_time(), smaller batch size (1000) and meta_refresh() instead of redirect(), this should solve a few problems [Bugs #8034, #8270] - made password requirement language strings clearer - ALPHA is not meant to be alphanumric [Bug #7764] - display bug in firefox on linux making the pagination wrap on search results page (caused by &nbsp;) git-svn-id: file:///svn/phpbb/trunk@7076 89ea8834-ac86-4346-8a33-228a782c2dd0