aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Merge branch 'develop' of github.com:marc1706/phpbb3 into feature/avatarsMarc Alexander2012-12-2445-251/+1201
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into feature/avatarsMarc Alexander2012-12-0951-338/+1511
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | [feature/avatars] Fix behavior of avatar manager and variablesMarc Alexander2012-12-041-2/+5
| | * | | | | | | | | | | | | [feature/avatars] Use seperate function for retrieving all driversMarc Alexander2012-12-041-1/+1
| | * | | | | | | | | | | | | [feature/avatars] Remove unnecessary "implements" from foobar avatarMarc Alexander2012-12-021-1/+1
| | * | | | | | | | | | | | | [feature/avatars] Do not use gravatar avatar in testsMarc Alexander2012-12-022-33/+35
| | * | | | | | | | | | | | | [feature/avatars] Add tests for avatar managerMarc Alexander2012-12-011-0/+82
| * | | | | | | | | | | | | | Merge remote-tracking branch 'remotes/nickv/ticket/10411-2' into developNathaniel Guse2013-03-045-291/+1146
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | [ticket/10411] Add unit tests for move() with values >1Joas Schilling2013-02-271-0/+30
| | * | | | | | | | | | | | | [ticket/10411] Test for thrown exceptions when group does not existJoas Schilling2013-02-262-6/+18
| | * | | | | | | | | | | | | [ticket/10411] Add return values to add/delete functionJoas Schilling2013-02-252-148/+230
| | * | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2Joas Schilling2013-02-2577-289/+2972
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | [ticket/10411] Add return value to move functionsJoas Schilling2013-02-252-235/+374
| | * | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2Joas Schilling2012-12-0648-338/+1344
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2Joas Schilling2012-11-151-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | [ticket/10411] Use DIC to get the groupposition classesJoas Schilling2012-11-142-15/+15
| | * | | | | | | | | | | | | | [ticket/10411] Fix missing functions in unit testsJoas Schilling2012-11-141-0/+2
| | * | | | | | | | | | | | | | [ticket/10411] New class interface and unit tests for legend and teampageJoas Schilling2012-11-135-291/+881
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-034-34/+41
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | [ticket/11386] Fix failing tests from constructor changesNathaniel Guse2013-03-023-4/+5
* | | | | | | | | | | | | | [ticket/11386] Remove tests that check if finder cache is workingNathaniel Guse2013-03-021-5/+13
* | | | | | | | | | | | | | [ticket/11386] Update tests with new constructors for ext.manager/migratorNathaniel Guse2013-03-024-6/+50
* | | | | | | | | | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathaniel Guse2013-02-263-28/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | [feature/migrations] Fix failing tests (again)Nathaniel Guse2013-02-133-38/+39
| * | | | | | | | | | | | | [feature/migrations] Fix failing testsNathaniel Guse2013-02-111-4/+12
| * | | | | | | | | | | | | [feature/migrations] Make the container available to extension installersNathan Guse2013-02-063-0/+4
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11103Nathaniel Guse2013-02-1118-0/+1354
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge remote-tracking branch 'EXreaction/feature/migrations' into developDavid King2013-02-0615-0/+1054
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| | * | | | | | | | | | | [feature/migrations] Function effectively_installed() in migrationsNathan Guse2013-01-132-0/+51
| | * | | | | | | | | | | [feature/migrations] Make the test depends_on methods staticNathan Guse2013-01-107-23/+3
| | * | | | | | | | | | | [feature/migrations] Store depends on in the database (serialized)Nathan Guse2013-01-103-14/+91
| | * | | | | | | | | | | [feature/migrations] Basic reverting testNathan Guse2013-01-103-0/+115
| | * | | | | | | | | | | [feature/migrations] Test for calling a step multiple timesNathan Guse2013-01-102-0/+66
| | * | | | | | | | | | | [feature/migrations] Reverse data functionalityNathan Guse2013-01-093-4/+76
| | * | | | | | | | | | | [feature/migrations] Fix if method (and create a test for it)Nathan Guse2013-01-093-19/+79
| | * | | | | | | | | | | [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-096-3/+443
| | * | | | | | | | | | | [feature/migrations] Process migration steps and move to PHP5 codeNils Adermann2013-01-091-1/+8
| | * | | | | | | | | | | [feature/migrations] Standard vars for migrations and run sql with feedbackNils Adermann2013-01-091-1/+1
| | * | | | | | | | | | | [feature/migrations] Return schema changes in database update style arrayNils Adermann2013-01-091-1/+7
| | * | | | | | | | | | | [feature/migrations] Store start and end time of migrationsNils Adermann2013-01-091-6/+27
| | * | | | | | | | | | | [feature/migrations] Basic migrations with schema and data changesNils Adermann2013-01-094-0/+159
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | [ticket/11295] Correct cases: replace postgres with phpbb_db_driver_postgres.Andreas Fischer2013-01-251-2/+2
| * | | | | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-01-231-0/+23
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'p/ticket/11295' into develop-olympusAndreas Fischer2013-01-231-2/+25
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | [ticket/11295] Drop tables rather than database for postgres in test suite.Oleg Pudeyev2012-12-261-2/+25
| | * | | | | | | | | | | Merge remote-tracking branch 'p/ticket/11323-olympus' into develop-olympusAndreas Fischer2013-01-222-0/+9
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | [ticket/11323] Backport include_define test to olympus.Oleg Pudeyev2013-01-132-0/+9
| * | | | | | | | | | | | | [ticket/9492] Fix missing phpbb_container in unit testsJoas Schilling2013-01-201-1/+8
| * | | | | | | | | | | | | [ticket/9492] Add unit tests for custom ranks and avatarsJoas Schilling2013-01-172-0/+270
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-153-6/+7