aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11040] Delete the functional test topic to avoid conflictsDhruv2014-03-121-0/+1
| | | | PHPBB3-11040
* [ticket/11040] Add methods to delete post and topic in functional testsDhruv2014-03-121-0/+44
| | | | PHPBB3-11040
* [ticket/11040] Swap post_text and post_subject for post_content indexDhruv2014-03-121-1/+1
| | | | | | Provides better performance as per PostgreSQL Docs. PHPBB3-11040
* [ticket/11040] Add test cases for searching subject and post content togetherDhruv2014-03-121-4/+7
| | | | PHPBB3-11040
* [ticket/11040] Remove postgres extra indexesDhruv2014-03-121-16/+2
| | | | | | | Remove post_text index as post_content index is sufficient to search post text. PHPBB3-11040
* [ticket/11040] Add post_content indexDhruv2014-03-121-1/+15
| | | | | | | In addition to post_subject and post_title indexes add a post_content which is concatenation of both the columns. PHPBB3-11040
* [ticket/11040] Search subject and text togetherDhruv2014-03-121-5/+3
| | | | | | | Instead of searching for post_subject and post_text seperately and then OR them in where clause we use concatenation of the two columns and search PHPBB3-11040
* Merge branch 'develop-olympus' into developNathan Guse2014-03-090-0/+0
|\ | | | | | | * develop-olympus:
| * Merge remote-tracking branch 'remotes/dhruvgoel92/ticket/10945' into ↵Nathan Guse2014-03-092-29/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * remotes/dhruvgoel92/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
* | \ Merge remote-tracking branch 'remotes/dhruvgoel92/ticket/10945-develop' into ↵Nathan Guse2014-03-096-48/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * remotes/dhruvgoel92/ticket/10945-develop: [ticket/10945] Remove mark test incomplete for native search backend [ticket/10945] Fix Unit Tests as per new changes to split_keywords [ticket/10945] Remove mark test incomplete for mysql and postgres [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
| * | | [ticket/10945] Remove mark test incomplete for native search backendDhruv2014-03-081-5/+0
| | | | | | | | | | | | | | | | PHPBB3-10945
| * | | [ticket/10945] Fix Unit Tests as per new changes to split_keywordsDhruv2014-03-081-6/+6
| | | | | | | | | | | | | | | | PHPBB3-10945
| * | | [ticket/10945] Remove mark test incomplete for mysql and postgresDhruv2014-03-082-8/+0
| | | | | | | | | | | | | | | | PHPBB3-10945
| * | | Merge branch 'ticket/10945' into ticket/10945-developDhruv2014-03-082-29/+10
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Fix return values for split_keywords functionDhruv2014-03-081-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The function now returns false if all the words are common words and true otherwise. PHPBB3-10945
| | * | [ticket/10945] Display search query when search fails in native searchDhruv2014-03-081-18/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If search fails and common words are present, split_keywords returns false and search.php file prints appropriate message of common words. If search fails and there are no common words, split_keywords returns true and keyword_search returns false so that the search query is displayed in search box. PHPBB3-10945
| | * | [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
* | | Merge pull request #2074 from Crizz0/ticket/12240Nathan Guse2014-03-083-27/+28
|\ \ \ | | | | | | | | Ticket/12240 - Adds specific class to BBCode-Buttons in Template incl. Custom-BBCode support
| * | | [ticket/12240] fontsize => size; fontcolor => color and added bbcode- in96Crizzo2014-03-032-5/+5
| | | | | | | | | | | | | | | | PHPBB3-12240
| * | | [ticket/12240] Added template changes for subsilver2, tooCrizzo2014-03-021-13/+13
| | | | | | | | | | | | | | | | PHPBB3-12240
| * | | [ticket/12240] Added class code for custom bbcodes based on bbcode_tagCrizzo2014-03-022-1/+2
| | | | | | | | | | | | | | | | PHPBB3-12240
| * | | [ticket/12240] Added specific class name to posting buttonsCrizzo2014-03-021-13/+13
| | | | | | | | | | | | | | | | PHPBB3-12240
* | | | Merge pull request #2094 from dhruvgoel92/ticket/11938Nathan Guse2014-03-082-4/+4
|\ \ \ \ | | | | | | | | | | [ticket/11938] remove deprecated sql_attr_str2ordinal and use sql_attr_string
| * | | | [ticket/11938] Fix whitespace charactersDhruv2014-03-091-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11938
| * | | | [ticket/11938] use sql_attr_string instead of sql_attr_str2ordinalDhruv2014-03-092-2/+2
| | |/ / | |/| | | | | | | | | | PHPBB3-11938
* | | | Merge pull request #2093 from nickvergessen/ticket/11764Andreas Fischer2014-03-081-0/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | [ticket/11764] Create separate packages for subsilver2 on releases. * nickvergessen/ticket/11764: [ticket/11764] Create separate packages for subsilver2 on releases.
| * | | [ticket/11764] Create separate packages for subsilver2 on releases.Joas Schilling2014-03-081-0/+8
|/ / / | | | | | | | | | PHPBB3-11764
* | | Merge remote-tracking branch 'VarunAgw/ticket/12250' into developDhruv2014-03-082-40/+40
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Varun Agrawal # Via Varun Agrawal * VarunAgw/ticket/12250: [ticket/12250] Remove deprecated phpbb_clean_path function [ticket/12250] Remove deprecated phpbb_clean_path function
| * | | [ticket/12250] Remove deprecated phpbb_clean_path functionVarun Agrawal2014-03-071-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function phpbb_clean_path() in functions.php is deprecated and is replaced by filesystem class. Therefore, this function is moved to the functions_compatibility file. PHPBB3-12250
| * | | [ticket/12250] Remove deprecated phpbb_clean_path functionVarun Agrawal2014-03-061-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The function phpbb_clean_path() in functions.php is deprecated as is not used used 3.0/3.1 core PHPBB3-12250
* | | | Merge remote-tracking branch 'VSEphpbb/ticket/12248' into developAndreas Fischer2014-03-061-9/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * VSEphpbb/ticket/12248: [ticket/12248] Restore id attributes to extension details (used by tests)
| * | | [ticket/12248] Restore id attributes to extension details (used by tests)Matt Friedman2014-03-061-9/+9
| | | | | | | | | | | | | | | | PHPBB3-12248
* | | | Merge pull request #2087 from marc1706/ticket/12239Nathan Guse2014-03-063-36/+36
|\ \ \ \ | | | | | | | | | | [ticket/12239] Move deprecated passwords functions to compatibility file
| * | | | [ticket/12239] Move deprecated passwords functions to compatibility fileMarc Alexander2014-03-063-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deprecated passwords functions are no longer used in the core and have been replaced with the passwords manager. Therefore, the functions are moved to the functions_compatibility file. PHPBB3-12239
* | | | | Merge pull request #2088 from nickvergessen/ticket/12236Nathan Guse2014-03-0543-243/+289
|\ \ \ \ \ | | | | | | | | | | | | Ticket/12236 Convert AOL and Yahoo to custom profile fields
| * | | | | [ticket/12236] Fix language key name for Yahoo MessangerJoas Schilling2014-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12236
| * | | | | [ticket/12236] Change order of profile fields for new installsJoas Schilling2014-03-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12236
| * | | | | [ticket/12249] Fix "Undefined variable: row" when editing profileJoas Schilling2014-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12249
| * | | | | [ticket/12236] Fix layout of memberlist searchJoas Schilling2014-03-052-34/+25
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12236
| * | | | | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-0540-134/+139
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12236
| * | | | | [ticket/12237] Regenerate db schema filesJoas Schilling2014-03-057-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12237
| * | | | | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-0530-69/+119
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-12237
* | | | | Merge pull request #2054 from rxu/ticket/12213-1Nathan Guse2014-03-051-4/+4
|\ \ \ \ \ | | | | | | | | | | | | [ticket/12213] Add MCP events for custom quick moderation options
| * | | | | [ticket/12213] Add MCP events for custom quick moderation optionsrxu2014-02-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addition to PR #2045 - rename the flag variable to more sensible one. PHPBB3-12213
* | | | | | Merge pull request #2058 from nickvergessen/ticket/12216Nathan Guse2014-03-051-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/12216] Undefined index: lang_options when creating date profile field
| * | | | | | [ticket/12216] Undefined index: lang_options when creating date profile fieldJoas Schilling2014-02-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12216
* | | | | | | Merge pull request #2061 from rxu/ticket/12231Nathan Guse2014-03-053-0/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/12231] Add template events to forumlist_body.html
| * | | | | | | [ticket/12231] Add template events to forumlist_body.htmlrxu2014-03-033-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add events before/after category header, before/after subforums list to allow add/modify content in respective places. PHPBB3-12231
* | | | | | | | Merge pull request #2075 from Elsensee/ticket/11693Nathan Guse2014-03-051-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/11693] Change sql_build_array to support DELETE
| * | | | | | | | [ticket/11693] Change sql_build_array to support DELETEOliver Schramm2014-03-021-2/+2
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11693