Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | Merge branch 'develop' of github.com:marc1706/phpbb3 into feature/avatars | Marc Alexander | 2012-12-24 | 45 | -251/+1201 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into feature/avatars | Marc Alexander | 2012-12-09 | 51 | -338/+1511 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | [feature/avatars] Fix behavior of avatar manager and variables | Marc Alexander | 2012-12-04 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | [feature/avatars] Use seperate function for retrieving all drivers | Marc Alexander | 2012-12-04 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | [feature/avatars] Remove unnecessary "implements" from foobar avatar | Marc Alexander | 2012-12-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | [feature/avatars] Do not use gravatar avatar in tests | Marc Alexander | 2012-12-02 | 2 | -33/+35 | |
| | * | | | | | | | | | | | | | [feature/avatars] Add tests for avatar manager | Marc Alexander | 2012-12-01 | 1 | -0/+82 | |
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'remotes/nickv/ticket/10411-2' into develop | Nathaniel Guse | 2013-03-04 | 5 | -291/+1146 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | [ticket/10411] Add unit tests for move() with values >1 | Joas Schilling | 2013-02-27 | 1 | -0/+30 | |
| | * | | | | | | | | | | | | | [ticket/10411] Test for thrown exceptions when group does not exist | Joas Schilling | 2013-02-26 | 2 | -6/+18 | |
| | * | | | | | | | | | | | | | [ticket/10411] Add return values to add/delete function | Joas Schilling | 2013-02-25 | 2 | -148/+230 | |
| | * | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2 | Joas Schilling | 2013-02-25 | 77 | -289/+2972 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | [ticket/10411] Add return value to move functions | Joas Schilling | 2013-02-25 | 2 | -235/+374 | |
| | * | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2 | Joas Schilling | 2012-12-06 | 48 | -338/+1344 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2 | Joas Schilling | 2012-11-15 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | [ticket/10411] Use DIC to get the groupposition classes | Joas Schilling | 2012-11-14 | 2 | -15/+15 | |
| | * | | | | | | | | | | | | | | [ticket/10411] Fix missing functions in unit tests | Joas Schilling | 2012-11-14 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | [ticket/10411] New class interface and unit tests for legend and teampage | Joas Schilling | 2012-11-13 | 5 | -291/+881 | |
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | [ticket/11386] Send list of migrations instead of using load_migrations | Nathaniel Guse | 2013-03-03 | 4 | -34/+41 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | [ticket/11386] Fix failing tests from constructor changes | Nathaniel Guse | 2013-03-02 | 3 | -4/+5 | |
* | | | | | | | | | | | | | | [ticket/11386] Remove tests that check if finder cache is working | Nathaniel Guse | 2013-03-02 | 1 | -5/+13 | |
* | | | | | | | | | | | | | | [ticket/11386] Update tests with new constructors for ext.manager/migrator | Nathaniel Guse | 2013-03-02 | 4 | -6/+50 | |
* | | | | | | | | | | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103 | Nathaniel Guse | 2013-02-26 | 3 | -28/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | [feature/migrations] Fix failing tests (again) | Nathaniel Guse | 2013-02-13 | 3 | -38/+39 | |
| * | | | | | | | | | | | | | [feature/migrations] Fix failing tests | Nathaniel Guse | 2013-02-11 | 1 | -4/+12 | |
| * | | | | | | | | | | | | | [feature/migrations] Make the container available to extension installers | Nathan Guse | 2013-02-06 | 3 | -0/+4 | |
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11103 | Nathaniel Guse | 2013-02-11 | 18 | -0/+1354 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge remote-tracking branch 'EXreaction/feature/migrations' into develop | David King | 2013-02-06 | 15 | -0/+1054 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | [feature/migrations] Function effectively_installed() in migrations | Nathan Guse | 2013-01-13 | 2 | -0/+51 | |
| | * | | | | | | | | | | | [feature/migrations] Make the test depends_on methods static | Nathan Guse | 2013-01-10 | 7 | -23/+3 | |
| | * | | | | | | | | | | | [feature/migrations] Store depends on in the database (serialized) | Nathan Guse | 2013-01-10 | 3 | -14/+91 | |
| | * | | | | | | | | | | | [feature/migrations] Basic reverting test | Nathan Guse | 2013-01-10 | 3 | -0/+115 | |
| | * | | | | | | | | | | | [feature/migrations] Test for calling a step multiple times | Nathan Guse | 2013-01-10 | 2 | -0/+66 | |
| | * | | | | | | | | | | | [feature/migrations] Reverse data functionality | Nathan Guse | 2013-01-09 | 3 | -4/+76 | |
| | * | | | | | | | | | | | [feature/migrations] Fix if method (and create a test for it) | Nathan Guse | 2013-01-09 | 3 | -19/+79 | |
| | * | | | | | | | | | | | [feature/migrations] Migrations now somewhat works | Nathan Guse | 2013-01-09 | 6 | -3/+443 | |
| | * | | | | | | | | | | | [feature/migrations] Process migration steps and move to PHP5 code | Nils Adermann | 2013-01-09 | 1 | -1/+8 | |
| | * | | | | | | | | | | | [feature/migrations] Standard vars for migrations and run sql with feedback | Nils Adermann | 2013-01-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | [feature/migrations] Return schema changes in database update style array | Nils Adermann | 2013-01-09 | 1 | -1/+7 | |
| | * | | | | | | | | | | | [feature/migrations] Store start and end time of migrations | Nils Adermann | 2013-01-09 | 1 | -6/+27 | |
| | * | | | | | | | | | | | [feature/migrations] Basic migrations with schema and data changes | Nils Adermann | 2013-01-09 | 4 | -0/+159 | |
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | [ticket/11295] Correct cases: replace postgres with phpbb_db_driver_postgres. | Andreas Fischer | 2013-01-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-01-23 | 1 | -0/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge remote-tracking branch 'p/ticket/11295' into develop-olympus | Andreas Fischer | 2013-01-23 | 1 | -2/+25 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | [ticket/11295] Drop tables rather than database for postgres in test suite. | Oleg Pudeyev | 2012-12-26 | 1 | -2/+25 | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'p/ticket/11323-olympus' into develop-olympus | Andreas Fischer | 2013-01-22 | 2 | -0/+9 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | [ticket/11323] Backport include_define test to olympus. | Oleg Pudeyev | 2013-01-13 | 2 | -0/+9 | |
| * | | | | | | | | | | | | | [ticket/9492] Fix missing phpbb_container in unit tests | Joas Schilling | 2013-01-20 | 1 | -1/+8 | |
| * | | | | | | | | | | | | | [ticket/9492] Add unit tests for custom ranks and avatars | Joas Schilling | 2013-01-17 | 2 | -0/+270 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | [ticket/11103] Fix some various issues, better comments | Nathan Guse | 2013-01-15 | 3 | -6/+7 |