| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2671 from Nicofuma/ticket/12775 | Andreas Fischer | 2014-07-11 | 1 | -0/+20 |
|\ |
|
| * | [ticket/12775] Fix container_builder | Tristan Darricau | 2014-07-07 | 1 | -1/+1 |
| * | [ticket/12775] Renamed to \phpbb\di\container_builder | Tristan Darricau | 2014-07-07 | 1 | -1/+1 |
| * | [ticket/12775] Fix unit tests | Tristan Darricau | 2014-07-07 | 1 | -1/+1 |
| * | [ticket/12775] Add tests for the container factory | Tristan Darricau | 2014-07-07 | 1 | -0/+20 |
* | | [ticket/12787] Updates phpbb_mock_controller_helper | Tristan Darricau | 2014-07-08 | 1 | -0/+5 |
|/ |
|
* | [ticket/12352] Add tests for phpBB2 md5 passwords driver | Marc Alexander | 2014-06-01 | 1 | -0/+19 |
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 20 | -70/+149 |
* | [ticket/11497] Rename set_ext_finder in find_routing_files | Tristan Darricau | 2014-05-05 | 1 | -1/+1 |
* | [ticket/11497] Change the date in the package declaration | Tristan Darricau | 2014-05-03 | 1 | -1/+1 |
* | [ticket/11497] Use a mock object to define the root folder for the finder | Tristan Darricau | 2014-05-03 | 1 | -0/+22 |
* | [ticket/10521] Fix broken tests using set_cookie | Matt Friedman | 2014-05-02 | 1 | -1/+1 |
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12113' into develop... | Nils Adermann | 2014-04-10 | 1 | -0/+5 |
|\ |
|
| * | [ticket/12113] Fix view_log() tests | Joas Schilling | 2014-04-01 | 1 | -0/+5 |
* | | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -1/+1 |
|/ |
|
* | [ticket/11959] Add unit tests. | Cesar G | 2014-03-19 | 1 | -0/+36 |
* | Merge pull request #1735 from nickvergessen/ticket/11852 | Nathan Guse | 2013-09-30 | 1 | -7/+1 |
|\ |
|
| * | [ticket/11852] Split filesystem and path_helper into 2 classes | Joas Schilling | 2013-09-26 | 1 | -7/+1 |
* | | [ticket/11868] Replace phpbb_request_interface references | Vjacheslav Trushkin | 2013-09-26 | 1 | -1/+1 |
|/ |
|
* | [ticket/11700] Fix unit tests after develop merge | Nils Adermann | 2013-09-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 | Nils Adermann | 2013-09-17 | 1 | -1/+7 |
|\ |
|
| * | [ticket/11832] Fix INCLUDE(JS/CSS) | Nathan Guse | 2013-09-13 | 1 | -1/+2 |
| * | [ticket/11832] Fix constructions of phpbb_filesystem | Nathan Guse | 2013-09-13 | 1 | -1/+6 |
| * | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832 | Nathan Guse | 2013-09-12 | 1 | -0/+5 |
| |\ |
|
| * | | [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving) | Nathan Guse | 2013-09-09 | 1 | -1/+1 |
* | | | [ticket/11700] Fix tests after merging new develop code | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 | Nils Adermann | 2013-09-16 | 3 | -0/+32 |
|\ \ \
| | |/
| |/| |
|
| * | | [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ... | Joseph Warner | 2013-09-06 | 2 | -0/+27 |
| |\ \
| | |/ |
|
| | * | [ticket/11813] Change mock auth provider to implement base provider | Joseph Warner | 2013-08-27 | 1 | -32/+2 |
| | * | [ticket/11620] Whitespace and combine function into test_case | Andy Chase | 2013-07-22 | 1 | -4/+4 |
| | * | Merge branch 'develop' into ticket/11620 | Andy Chase | 2013-07-22 | 2 | -0/+44 |
| | |\ |
|
| | * | | [ticket/11620] Update auth_provider for new interface | asperous | 2013-07-22 | 1 | -1/+6 |
| | * | | [ticket/11620] Added a test for checking if users are banned | asperous | 2013-07-22 | 1 | -0/+4 |
| | * | | [ticket/11620] Removed unnecessary lines and whitespace | Andy Chase | 2013-07-09 | 1 | -6/+1 |
| | * | | [ticket/11620] Rename provider -> mock_auth_provider | Andy Chase | 2013-07-08 | 1 | -1/+2 |
| | * | | [ticket/11620] More mock provider methods | Andy Chase | 2013-07-08 | 1 | -3/+25 |
| | * | | [ticket/11620] Added validate_session to provider. | Andy Chase | 2013-07-05 | 1 | -0/+7 |
| | * | | [ticket/11620] Implemented a provider mock object. | Andy Chase | 2013-07-05 | 1 | -0/+23 |
| * | | | [feature/oauth] Change name of new method on request | Joseph Warner | 2013-07-14 | 1 | -1/+1 |
| * | | | [feature/oauth] Allow getting original global arrays from request | Joseph Warner | 2013-07-14 | 1 | -0/+5 |
| | |/
| |/| |
|
* | | | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 7 | -24/+24 |
* | | | [ticket/11700] Modify all code to use the new interface names | Nils Adermann | 2013-07-14 | 2 | -17/+17 |
|/ / |
|
* | | Merge pull request #1017 from nickvergessen/feature/softdelete-1-permission | Nathan Guse | 2013-07-13 | 1 | -0/+23 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis... | Joas Schilling | 2013-07-11 | 6 | -70/+56 |
| |\ \
| | |/ |
|
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde... | Joas Schilling | 2013-03-03 | 5 | -1/+227 |
| |\ \ |
|
| * \ \ | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde... | Joas Schilling | 2012-12-20 | 6 | -30/+248 |
| |\ \ \ |
|
| * | | | | [feature/soft-delete] Fix unit tests for delete_posts() | Joas Schilling | 2012-10-23 | 1 | -0/+23 |
* | | | | | Merge remote-tracking branch 'EXreaction/ticket/11420' into develop | Joas Schilling | 2013-07-13 | 1 | -0/+21 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | [ticket/11420] Forgot to include mock sql_insert_buffer | Nathaniel Guse | 2013-05-03 | 1 | -0/+21 |
* | | | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-06-11 | 2 | -0/+28 |
|\ \ \ \ \ |
|