aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'prototech/ticket/11890' into developAndreas Fischer2013-10-081-1/+1
|\ | | | | | | | | * prototech/ticket/11890: [ticket/11890] Fix untranslated string when deleting posts through MCP.
| * [ticket/11890] Fix untranslated string when deleting posts through MCP.Cesar G2013-10-081-1/+1
| | | | | | | | PHPBB3-11890
* | Merge remote-tracking branch 'prototech/ticket/11892' into developAndreas Fischer2013-10-082-39/+15
|\ \ | |/ |/| | | | | * prototech/ticket/11892: [ticket/11892] Fix undefined variables: to_forum_id & to_topic_id
| * [ticket/11892] Fix undefined variables: to_forum_id & to_topic_idCesar G2013-10-082-39/+15
| | | | | | | | PHPBB3-11892
* | Merge remote-tracking branch 'EXreaction/ticket/11895' into developAndreas Fischer2013-10-081-1/+1
|\ \ | |/ | | | | | | * EXreaction/ticket/11895: [ticket/11895] Fix undefined $forum_id
| * [ticket/11895] Fix undefined $forum_idNathaniel Guse2013-10-081-1/+1
|/ | | | PHPBB3-11895
* Merge pull request #1757 from prototech/ticket/10383Nathan Guse2013-10-074-14/+144
|\ | | | | [ticket/10383] AJAXify poll voting
| * [ticket/10383] Update the results without the overlay popup.Cesar G2013-10-074-6/+38
| | | | | | | | PHPBB3-10383
| * [ticket/10383] Make the content transitions smoother.Cesar G2013-10-071-4/+4
| | | | | | | | PHPBB3-10383
| * [ticket/10383] AJAXify poll votingCesar G2013-10-063-14/+112
| | | | | | | | PHPBB3-10383
* | Merge pull request #1481 from dhruvgoel92/ticket/11608Nathan Guse2013-10-076-0/+192
|\ \ | | | | | | [ticket/11608] add functional tests for search
| * | [ticket/11608] Mark failed test as incomplete for mysql search backendDhruv2013-10-051-0/+5
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Update search backend class names to namespacesDhruv2013-10-054-4/+4
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Move markIncomplete to search backends testDhruv2013-10-054-9/+15
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Rename base search test class fileDhruv2013-10-055-4/+4
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Remove suffix test from base classDhruv2013-10-055-37/+37
| | | | | | | | | | | | | | | | | | | | | Rename base class to phpbb_functional_search_base and fix Docblocks as per phpbb guidelines. PHPBB3-11608
| * | [ticket/11608] Mark postgres search not found test as incompleteDhruv2013-10-051-2/+2
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Mark sphinx tests as incomplete for nowDhruv2013-10-051-0/+5
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Mark failed search test incomplete for native searchDhruv2013-10-051-0/+4
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] remove setUp method overrideDhruv2013-10-054-32/+4
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] add search functional tests to search subfolderDhruv2013-10-055-11/+10
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] rename search_found and not_found methodDhruv2013-10-051-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | Rename search_found and search_not_found to assert_search_found and assert_search_not_found. Count .errorbox incase the search backend is not supported and skip tests PHPBB3-11608
| * | [ticket/11608] pass keywords to search_found and search_not_found testDhruv2013-10-051-7/+9
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Set sphinx id from test_config file for testsDhruv2013-10-052-1/+9
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Use assertEquals for more accurate assertionsDhruv2013-10-051-2/+2
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Use assertContainsLang to compare language stringsDhruv2013-10-051-2/+2
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] split search tests into separate filesDhruv2013-10-055-36/+109
| | | | | | | | | | | | | | | | | | | | | Tests for each search backend are into their own separate files. These separate classes inherit from a common search test case class. PHPBB3-11608
| * | [ticket/11608] Check for word highlights in search resultsDhruv2013-10-051-1/+2
| | | | | | | | | | | | | | | | | | Search tests check for highlighted words in search results PHPBB3-11608
| * | [ticket/11608] Mark sphinx test as incompleteDhruv2013-10-051-1/+2
| | | | | | | | | | | | | | | | | | Sphinx search for the test board cannot be tested PHPBB3-11608
| * | [ticket/11608] Logout before searchingDhruv2013-10-051-0/+4
| | | | | | | | | | | | | | | | | | | | | Keyword search in search functional tests should be performed as guests rather than logged in as admin. PHPBB3-11608
| * | [ticket/11608] Add more assetions in testsDhruv2013-10-051-1/+5
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Use assertions in testDhruv2013-10-051-4/+2
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] complete search tests functionalitiesDhruv2013-10-051-4/+33
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] Skip tests for unsupported search backendsDhruv2013-10-051-4/+10
| | | | | | | | | | | | PHPBB3-11608
| * | [ticket/11608] add basic search functional test structureDhruv2013-10-051-0/+77
| | | | | | | | | | | | PHPBB3-11608
* | | Merge pull request #1755 from prototech/ticket/11893Nathan Guse2013-10-071-2/+0
|\ \ \ | | | | | | | | [ticket/11893] Remove unnecessary <fieldset> causing a large font size
| * | | [ticket/11893] Remove unnecessary <fieldset> causing a large font sizeCesar G2013-10-051-2/+0
| | | | | | | | | | | | | | | | PHPBB3-11893
* | | | Merge pull request #1753 from dhruvgoel92/ticket/11888Nathan Guse2013-10-072-2/+2
|\ \ \ \ | |_|_|/ |/| | | [ticket/11888] Use \phpbb\search\fulltext_native as search backend config
| * | | [ticket/11888] Update default search backend in namespaces migrationDhruv2013-10-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11888
| * | | [ticket/11888] Use \phpbb\search\fulltext_native as search backend configDhruv2013-10-051-1/+1
| | |/ | |/| | | | | | | | | | | | | If \ is missing, the default search backend shown in ACP is wrong. PHPBB3-11888
* | | Merge remote-tracking branch 'prototech/ticket/11739' into developDhruv2013-10-071-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # By Cesar G # Via Cesar G * prototech/ticket/11739: [ticket/11739] Rename “Remember Me” login keys module
| * | | [ticket/11739] Rename “Remember Me” login keys moduleCesar G2013-10-051-1/+1
| | |/ | |/| | | | | | | PHPBB3-11739
* | | Merge remote-tracking branch 'prototech/ticket/11894' into developDhruv2013-10-061-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | # By Cesar G # Via Cesar G * prototech/ticket/11894: [ticket/11894] Fix typo in "Delete post" option
| * | [ticket/11894] Fix typo in "Delete post" optionCesar G2013-10-051-1/+1
|/ / | | | | | | PHPBB3-11894
* | Merge pull request #1750 from EXreaction/ticket/11885David King2013-10-053-12/+18
|\ \ | | | | | | [ticket/11885] Fix migrations error
| * | [ticket/11885] Fix migrations errorNathan Guse2013-10-043-12/+18
|/ / | | | | | | PHPBB3-11885
* | Merge pull request #1749 from imkingdavid/ticket/11885Nathan Guse2013-10-043-0/+93
|\ \ | | | | | | [ticket/11885] Add migration files for 3.0.12-RC2 and RC3 and 3.0.12
| * | [ticket/11885] Use conditional in update_data()David King2013-10-043-6/+9
| | | | | | | | | | | | PHPBB3-11885
| * | [ticket/11885] Fix migration files for 3.0.12David King2013-10-043-3/+3
| | | | | | | | | | | | PHPBB3-11885
| * | [ticket/11885] Add migration files for 3.0.12-RC2 and RC3 and 3.0.12David King2013-10-043-0/+90
|/ / | | | | | | PHPBB3-11885