aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-234-9/+1028
|\
| * Merge branch 'develop-olympus' into develop-ascraeusMarc Alexander2014-09-230-0/+0
| |\
| | * Merge pull request #2981 from nickvergessen/ticket/10729Marc Alexander2014-09-234-8/+994
| | |\
| * | \ Merge pull request #2984 from nickvergessen/ticket/10729-ascMarc Alexander2014-09-234-9/+1028
| |\ \ \
| | * | | [ticket/10729] Also test *delete_user on posts and topicsJoas Schilling2014-09-232-14/+24
| | * | | [ticket/10729] Fix handling of third parameter in 3.1Joas Schilling2014-09-232-12/+15
| | * | | [ticket/10729] Fix setup of the tests for 3.1Joas Schilling2014-09-231-7/+11
| | * | | [ticket/10729] Update fixture to 3.1 database structureJoas Schilling2014-09-231-7/+12
| | * | | Merge branch 'ticket/10729' into ticket/10729-ascJoas Schilling2014-09-234-4/+982
| | |\ \ \ | | | | |/ | | | |/|
| | | * | [ticket/10729] Use mocked null cache for phpunit 3.6 on travis with php 5.2Joas Schilling2014-09-231-1/+2
| | | * | [ticket/10729] Ensure that no bans exist before testing create_sessionJoas Schilling2014-09-221-0/+7
| | | * | [ticket/10729] Add assert messages and finish up testsJoas Schilling2014-09-222-27/+228
| | | * | [ticket/10729] Add tests for some special tables with unique conditionsJoas Schilling2014-09-222-103/+223
| | | * | [ticket/10729] Add tests for user posts, reports and attachmentsJoas Schilling2014-09-222-0/+645
| | | * | [ticket/10729] Fix doc block for user_deleteJoas Schilling2014-09-221-3/+8
| | * | | [ticket/10729] Update *_delete_user when user being deletedOliver Schramm2014-07-181-0/+12
| | * | | Merge branch 'ticket/10729' into ticket/10729-2Oliver Schramm2014-07-181-5/+12
| | |\ \ \ | | | |/ /
| | | * | [ticket/10729] Update message_edit_user when user being deletedOliver Schramm2014-07-181-0/+6
| | | * | [ticket/10729] Update post_edit_user when user being deletedOliver Schramm2014-07-171-5/+6
* | | | | Merge branch 'develop-ascraeus' into developDhruv2014-09-219-13/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #2963 from Senky/ticket/13045Dhruv Goel2014-09-219-13/+9
| |\ \ \ \
| | * | | | [ticket/13045] Remove Pragma headersJakub Senko2014-09-179-13/+9
* | | | | | Merge branch 'develop-ascraeus' into developDhruv2014-09-211-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #2976 from n-aleha/ticket/13085Dhruv Goel2014-09-211-1/+1
| |\ \ \ \ \
| | * | | | | [ticket/13085] Fix typo in oauth.phpn-aleha2014-09-211-1/+1
| |/ / / / /
* | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-09-204-34/+157
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'prep-release-3.1.0-RC4' into develop-ascraeusJoas Schilling2014-09-208-41/+164
| |\ \ \ \ \
| | * | | | | [prep-release-3.1.0-RC4] Update phpBB Version for RC4 developmentJoas Schilling2014-09-203-5/+5
| | * | | | | [prep-release-3.1.0-RC4] Add changelog for 3.1.0-RC4Joas Schilling2014-09-191-1/+89
| | * | | | | [prep-release-3.1.0-RC4] Prepare ChangelogJoas Schilling2014-09-191-31/+34
| | * | | | | [prep-release-3.1.0-RC4] Add migration for 3.1.0-RC4Joas Schilling2014-09-191-0/+32
| | * | | | | [prep-release-3.1.0-RC4] Update version to 3.1.0-RC4Joas Schilling2014-09-196-8/+8
| |/ / / / /
* | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-09-190-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #2969 from marc1706/ticket/13073Joas Schilling2014-09-198-27/+235
| |\ \ \ \ \
* | \ \ \ \ \ Merge pull request #2973 from marc1706/ticket/13073-developJoas Schilling2014-09-198-18/+236
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ticket/13073' into ticket/13073-developMarc Alexander2014-09-198-18/+236
| |\ \ \ \ \ \ \ |/ / / / / / / / | | | _ / / / / | | | / / / /
| * | | | | | [ticket/13073] Remove _test suffix from common test classMarc Alexander2014-09-195-9/+9
| * | | | | | [ticket/13073] Switch $input with $expected and add paths with lettersMarc Alexander2014-09-191-7/+9
| * | | | | | [ticket/13073] Use abstract class for controller helper route testsMarc Alexander2014-09-195-7/+40
| * | | | | | [ticket/13073] Add path regex to get_preg_expression() and add unit testsMarc Alexander2014-09-193-1/+44
| * | | | | | [ticket/13073] Use just one regex in helper route()Marc Alexander2014-09-191-1/+1
| * | | | | | [ticket/13073] Properly place comments in helperMarc Alexander2014-09-191-2/+1
| * | | | | | [ticket/13073] Use correct class names in test filesMarc Alexander2014-09-192-2/+2
| * | | | | | [ticket/13073] Rework route tests and add tests for more directory typesMarc Alexander2014-09-194-51/+114
| * | | | | | [ticket/13073] Test that routes from subfolders like /adm workMarc Alexander2014-09-192-101/+13
| * | | | | | [ticket/13073] Add tests for routes from adm pagesMarc Alexander2014-09-191-0/+148
| * | | | | | [ticket/13073] Add phpbb root path with mod rewrite enabled for proper routesMarc Alexander2014-09-181-2/+10
* | | | | | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-09-191-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #2970 from nickvergessen/ticket/13062Tristan Darricau2014-09-191-1/+1
| |\ \ \ \ \ \
| | * | | | | | [ticket/13062] Fix name of "ORDER_BY" key in SQL arrayJoas Schilling2014-09-191-1/+1
| |/ / / / / /