Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11994] Fix functional tests | Joas Schilling | 2013-11-08 | 1 | -1/+7 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] "Delete data" is only available for disabled extensions | Joas Schilling | 2013-11-08 | 1 | -2/+2 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] Filter crawler for better search comparisons | Joas Schilling | 2013-11-08 | 1 | -13/+13 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] Fix tests after uninstall rename | Joas Schilling | 2013-11-08 | 1 | -8/+8 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] Update functional tests with display name | Joas Schilling | 2013-11-08 | 1 | -3/+3 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] Replace spaces with tabs | Joas Schilling | 2013-11-08 | 1 | -55/+55 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] Fix functional extension tests | Joas Schilling | 2013-11-08 | 1 | -18/+18 |
| | | | | PHPBB3-11994 | ||||
* | Merge pull request #1819 from marc1706/ticket/11534 | Nathan Guse | 2013-11-04 | 1 | -0/+9 |
|\ | | | | | [ticket/11534] Check remote avatar content type if possible | ||||
| * | [ticket/11534] Check remote avatar content type if possible | Marc Alexander | 2013-10-24 | 1 | -0/+9 |
| | | | | | | | | | | | | | | This should make sure that error pages like 404 or 503 pages are not treated as remote avatar images. PHPBB3-11534 | ||||
* | | [ticket/11995] Remove exceptions and split reverse into different tests | Joas Schilling | 2013-11-02 | 1 | -75/+24 |
| | | | | | | | | PHPBB3-11995 | ||||
* | | [ticket/11995] Add unit test for reverting config.remove | Joas Schilling | 2013-11-02 | 1 | -0/+16 |
| | | | | | | | | PHPBB3-11995 | ||||
* | | [ticket/11857] Use passed service collection instead of container in manager | Marc Alexander | 2013-10-27 | 1 | -2/+2 |
|/ | | | | | | | | The service collection that was already passed to the avatar manager should be used in the avatar manager method get_driver() instead of the container itself. PHPBB3-11857 | ||||
* | Merge pull request #1801 from nickvergessen/ticket/11948 | Nils Adermann | 2013-10-22 | 3 | -2/+16 |
|\ | | | | | Ticket/11948 Extensions should be allowed to have more then 1 routing file | ||||
| * | [ticket/11948] Check actual result of routes | Joas Schilling | 2013-10-21 | 1 | -1/+8 |
| | | | | | | | | PHPBB3-11948 | ||||
| * | [ticket/11948] Allow resource importing for routing | Joas Schilling | 2013-10-21 | 2 | -1/+5 |
| | | | | | | | | PHPBB3-11948 | ||||
| * | [ticket/11948] Add second routing file to tests | Joas Schilling | 2013-10-19 | 2 | -1/+4 |
| | | | | | | | | PHPBB3-11948 | ||||
* | | [ticket/11930] Move path_helper in front of optional cache argument | Marc Alexander | 2013-10-21 | 1 | -2/+2 |
| | | | | | | | | | | | | Optional method arguments should be after any mandatory ones. PHPBB3-11930 | ||||
* | | [ticket/11930] Fix tests after adding phpbb\path_helper to avatar drivers | Marc Alexander | 2013-10-17 | 1 | -2/+10 |
|/ | | | | PHPBB3-11930 | ||||
* | [feature/plupload/integration] Integration of Plupload | Andreas Fischer | 2013-10-11 | 2 | -0/+168 |
| | | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929 | ||||
* | Merge pull request #1764 from EXreaction/ticket/11874 | Nils Adermann | 2013-10-10 | 3 | -16/+21 |
|\ | | | | | [ticket/11874] Do not always prepend the web path; only replace phpbb_root_path | ||||
| * | [ticket/11874] Fix tests | Nathan Guse | 2013-10-10 | 3 | -16/+21 |
| | | | | | | | | PHPBB3-11874 | ||||
* | | [ticket/11903] Speed up paging test | Nathan Guse | 2013-10-10 | 1 | -4/+4 |
|/ | | | | PHPBB3-11903 | ||||
* | Merge pull request #1481 from dhruvgoel92/ticket/11608 | Nathan Guse | 2013-10-07 | 6 | -0/+192 |
|\ | | | | | [ticket/11608] add functional tests for search | ||||
| * | [ticket/11608] Mark failed test as incomplete for mysql search backend | Dhruv | 2013-10-05 | 1 | -0/+5 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Update search backend class names to namespaces | Dhruv | 2013-10-05 | 4 | -4/+4 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Move markIncomplete to search backends test | Dhruv | 2013-10-05 | 4 | -9/+15 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Rename base search test class file | Dhruv | 2013-10-05 | 5 | -4/+4 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Remove suffix test from base class | Dhruv | 2013-10-05 | 5 | -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 incomplete | Dhruv | 2013-10-05 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Mark sphinx tests as incomplete for now | Dhruv | 2013-10-05 | 1 | -0/+5 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Mark failed search test incomplete for native search | Dhruv | 2013-10-05 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] remove setUp method override | Dhruv | 2013-10-05 | 4 | -32/+4 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] add search functional tests to search subfolder | Dhruv | 2013-10-05 | 5 | -11/+10 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] rename search_found and not_found method | Dhruv | 2013-10-05 | 1 | -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 test | Dhruv | 2013-10-05 | 1 | -7/+9 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Set sphinx id from test_config file for tests | Dhruv | 2013-10-05 | 2 | -1/+9 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Use assertEquals for more accurate assertions | Dhruv | 2013-10-05 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Use assertContainsLang to compare language strings | Dhruv | 2013-10-05 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] split search tests into separate files | Dhruv | 2013-10-05 | 5 | -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 results | Dhruv | 2013-10-05 | 1 | -1/+2 |
| | | | | | | | | | | | | Search tests check for highlighted words in search results PHPBB3-11608 | ||||
| * | [ticket/11608] Mark sphinx test as incomplete | Dhruv | 2013-10-05 | 1 | -1/+2 |
| | | | | | | | | | | | | Sphinx search for the test board cannot be tested PHPBB3-11608 | ||||
| * | [ticket/11608] Logout before searching | Dhruv | 2013-10-05 | 1 | -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 tests | Dhruv | 2013-10-05 | 1 | -1/+5 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Use assertions in test | Dhruv | 2013-10-05 | 1 | -4/+2 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] complete search tests functionalities | Dhruv | 2013-10-05 | 1 | -4/+33 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] Skip tests for unsupported search backends | Dhruv | 2013-10-05 | 1 | -4/+10 |
| | | | | | | | | PHPBB3-11608 | ||||
| * | [ticket/11608] add basic search functional test structure | Dhruv | 2013-10-05 | 1 | -0/+77 |
| | | | | | | | | PHPBB3-11608 | ||||
* | | Merge pull request #1742 from EXreaction/ticket/11840 | David King | 2013-10-04 | 5 | -31/+30 |
|\ \ | |/ |/| | Ticket/11840 Refactor the extension metadata class | ||||
| * | [ticket/11840] Correct Moo test extension composer | Nathan Guse | 2013-09-30 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11840 | ||||
| * | [ticket/11840] Use generic information in the test extension | Nathan Guse | 2013-09-30 | 3 | -7/+7 |
| | | | | | | | | | | | | Not sure why I had my name/info in these files... PHPBB3-11840 |