aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [feature/soft-delete] Link to delete_topics module when the topic is deletedJoas Schilling2012-11-101-2/+3
* | [feature/soft-delete] Display soft deleted icon on search.phpJoas Schilling2012-11-091-1/+1
* | [feature/soft-delete] Fix some more uses of topic_replies_realJoas Schilling2012-10-221-1/+1
* | [feature/soft-delete] Correctly calculate the number of replies everywhereJoas Schilling2012-10-221-2/+1
* | [feature/soft-delete] Add unit tests for get_global_visibility_sql()Joas Schilling2012-10-011-2/+2
* | [feature/soft-delete] Fix some more usages of _approved column namesJoas Schilling2012-08-301-17/+1
* | [feature/soft-delete] Update search to use $post_visibilityJoas Schilling2012-08-301-10/+10
* | [feature/soft-delete] Try to fix search.phpJoas Schilling2012-08-301-14/+14
* | [feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibilityJosh Woody2012-08-291-1/+1
* | [feature/soft-delete] I told you I was going to rename the class!Josh Woody2012-08-291-1/+1
* | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-7/+12
|/
* [ticket/11011] pass $auth to search backend constructorDhruv2012-08-081-1/+1
* [ticket/11011] passing global variablesDhruv2012-07-281-1/+1
* [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-2/+2
* [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-3/+3
* [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-2/+2
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-3/+3
* [ticket/10968] Render pagination within the templateDrae2012-07-181-2/+7
* Merge PR #854 branch 'dhruvgoel92/ticket/10943' into developOleg Pudeyev2012-07-071-1/+2
|\
| * [ticket/10943] displays searched query in search resultDhruv Goel2012-07-081-0/+1
| * [ticket/10943] use keywords variable to display in search boxDhruv Goel2012-07-081-1/+1
* | [feature/postgresql-fulltext-search] supports_phrase_search functionDhruv Goel2012-07-081-2/+2
* | [feature/postgresql-fulltext-search] use proper variable nameDhruv Goel2012-07-081-3/+3
* | [feature/postgresql-fulltext-search] fix formattingDhruv Goel2012-07-051-1/+1
* | [feature/postgresql-fulltext-search] remove phrase search codeDhruv Goel2012-07-051-0/+10
|/
* Merge branch 'develop-olympus' into developAndreas Fischer2012-02-261-12/+37
|\
| * [ticket/10532] Remove unnecessary parentheses around calculations of addition.Andreas Fischer2012-02-261-2/+2
| * [ticket/10532] Remove one unnecessary level of if block nesting.Andreas Fischer2012-02-261-37/+34
| * [ticket/10532] Get rid of inline calculation of $start, remove duplicated checkAndreas Fischer2012-02-261-2/+7
| * [ticket/10532] Put $total_match_count assignment onto its own line.Andreas Fischer2012-02-261-1/+2
| * [ticket/10532] Adjust total match count and limitrxu2012-01-141-6/+21