aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7 from igorw/ticket/11574Joas Schilling2013-07-144-33/+33
|\
| * [ticket/11574] Add trailing slash for consistencyIgor Wiedler2013-07-142-2/+2
| * [ticket/11574] Fix table prefix in database updaterIgor Wiedler2013-07-142-2/+3
| * [ticket/11574] Fix various path issues in the updaterIgor Wiedler2013-07-143-30/+29
|/
* [ticket/11574] Make install language filename less crazyIgor Wiedler2013-07-131-10/+4
* [ticket/11574] Use alternate DI config file for updaterIgor Wiedler2013-07-134-22/+19
* [ticket/11574] Include normalizer so it loads form the correct directoryJoas Schilling2013-07-131-0/+1
* [ticket/11574] Only fall back to install/update versions, when IN_INSTALL ;)Joas Schilling2013-07-132-4/+6
* [ticket/11574] Use log object instead of old functionJoas Schilling2013-07-131-2/+2
* [ticket/11574] Include vendor into update packagesJoas Schilling2013-07-131-0/+2
* [ticket/11574] Create phpbb_log object before using it.Joas Schilling2013-07-131-0/+3
* [ticket/11574] Add correct language parameter to return linksJoas Schilling2013-07-131-2/+2
* [ticket/11574] Use request object rather then request_var functionJoas Schilling2013-07-131-3/+3
* [ticket/11574] Load new language files whenever possibleJoas Schilling2013-07-131-5/+17
* [ticket/11574] Require new files in install/index.php and add a class loaderJoas Schilling2013-07-131-6/+25
* [ticket/11574] Require new files in database_update.php and add a class loaderJoas Schilling2013-07-131-6/+28
* [ticket/11574] Find language files in update/new before throwing an errorJoas Schilling2013-07-131-0/+12
* [ticket/11574] Try to load updated service.yml before the default oneJoas Schilling2013-07-131-2/+10
* Merge remote-tracking branch 'nickvergessen/ticket/11561' into developDhruv2013-06-181-0/+8
|\
| * [ticket/11561] Specify used tables in notification fixture, so they are emptiedJoas Schilling2013-06-181-0/+8
* | Merge branch 'develop-olympus' into developJoas Schilling2013-06-130-0/+0
|\ \
| * \ Merge remote-tracking branch 'remotes/dhruvgoel92/ticket/10820' into develop-...Joas Schilling2013-06-131-9/+30
| |\ \
* | \ \ Merge remote-tracking branch 'remotes/dhruvgoel92/ticket/10820-develop' into ...Joas Schilling2013-06-133-7/+158
|\ \ \ \
| * \ \ \ Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-141-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | [ticket/10820] fix if condition to check for IEDhruv2013-06-141-1/+1
| * | | | Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-132-2/+2
| |\ \ \ \ | | |/ / /
| | * | | [ticket/10820] Add additional check for IE in conditionDhruv2013-06-131-2/+2
| | * | | [ticket/10820] Fix function docblockDhruv2013-06-121-1/+1
| | * | | [ticket/10820] Inject IE version in functionDhruv2013-06-121-8/+9
| | * | | [ticket/10820] fix regexDhruv2013-06-121-1/+9
| | * | | [ticket/10820] remove unnecessary parenthesesDhruv2013-06-121-1/+1
| | * | | [ticket/10820] fix docblockDhruv2013-06-121-1/+1
| | * | | [ticket/10820] add param and return to functionDhruv2013-06-121-3/+6
| | * | | [ticket/10820] simplify regex and escape dotDhruv2013-06-121-1/+1
| | * | | [ticket/10820] Use singular returnDhruv2013-06-121-1/+1
| | * | | [ticket/10820] remove unnecessary condition checksDhruv2013-06-121-2/+2
| | * | | [ticket/10820] add function docblockDhruv2013-06-121-0/+4
| | * | | [ticket/10820] fix IE check functionDhruv2013-06-121-8/+8
| | * | | [ticket/10820] proper usage of global and local variable browserDhruv2013-06-121-2/+2
| | * | | [ticket/10820] Image downloader recognize new version of ieriadhchtara2013-06-121-9/+14
| | |/ /
| * | | Merge branch 'develop' into ticket/10820-developDhruv2013-06-1316-32/+927
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-1115-1/+919
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'marc1706/ticket/11579' into develop-olympusAndreas Fischer2013-06-1115-1/+919
| |\ \ \
| | * | | [ticket/11579] Add method for validating emails for valid MX and mark as slowMarc Alexander2013-06-051-3/+29
| | * | | [ticket/11579] Do not extend validate_data_helperMarc Alexander2013-06-051-1/+1
| | * | | [ticket/11579] Add missing commas to validate_username_testMarc Alexander2013-06-031-6/+6
| | * | | [ticket/11579] Rework calls to validate_data_helperMarc Alexander2013-06-0310-232/+344
| | * | | [ticket/11579] Move simple tests into seperate filesMarc Alexander2013-06-037-251/+366
| | * | | [ticket/11579] Use test case helper class and use assert prefix for methodMarc Alexander2013-06-035-95/+100
| | * | | [ticket/11579] Move tests into seperate files depending on needed fixtureMarc Alexander2013-05-308-499/+594