aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [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-133-19/+16
* [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] 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 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-131-1/+1
|\ \
| * \ Merge branch 'develop-olympus' into developAndreas Fischer2013-06-111-1/+1
| |\ \ | | |/
| | * Merge remote-tracking branch 'marc1706/ticket/11579' into develop-olympusAndreas Fischer2013-06-111-1/+1
| | |\
| | | * [ticket/11579] Remove unnecessary globals from validate_password()Marc Alexander2013-05-301-1/+1
* | | | Merge branch 'develop' into ticket/10820-developDhruv2013-06-13174-2575/+5351
|\ \ \ \ | |/ / /
| * | | [ticket/11602] Do not call localize_errors() if avatars are disabledMarc Alexander2013-06-112-2/+2
| * | | Merge remote-tracking branch 'remotes/nickv/ticket/11481' into developNathan Guse2013-06-0715-1171/+1542
| |\ \ \
| | * | | [ticket/11481] Move prepended slash from calls into functionJoas Schilling2013-06-066-6/+6
| | * | | [ticket/11481] Remove globals and use dependency injection insteadJoas Schilling2013-06-0612-125/+157
| | * | | [ticket/11481] Use container for all classes and inject dependenciesJoas Schilling2013-06-069-34/+139
| | * | | [ticket/11481] Move functions from feed into helper classJoas Schilling2013-06-063-109/+167
| | * | | [ticket/11481] Move active topics feed to own fileJoas Schilling2013-06-062-123/+139
| | * | | [ticket/11481] Move topics feed to own fileJoas Schilling2013-06-062-77/+93
| | * | | [ticket/11481] Move news feed to own fileJoas Schilling2013-06-062-99/+115
| | * | | [ticket/11481] Move forums feed to own fileJoas Schilling2013-06-062-62/+78
| | * | | [ticket/11481] Move topic feed to own fileJoas Schilling2013-06-062-98/+114
| | * | | [ticket/11481] Move forum feed to own fileJoas Schilling2013-06-062-129/+145