aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11791] Load adm/ events from styles/adm/event/Nathan Guse2013-09-022-2/+2
* Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11628Nathan Guse2013-08-284-98/+104
|\
| * Merge remote-tracking branch 'nickvergessen/ticket/11574' into developDhruv2013-08-083-89/+95
| |\
| | * [ticket/11574] Remove install/udpate/new/ fallback from database_update.phpJoas Schilling2013-07-301-56/+11
| | * [ticket/11574] Do not display incompatible package note after successful updateJoas Schilling2013-07-301-0/+5
| | * Merge remote-tracking branch 'phpbb/develop' into ticket/11574Joas Schilling2013-07-301-9/+10
| | |\
| | * | [ticket/11574] Change order of files and database updateJoas Schilling2013-07-293-10/+28
| | * | [ticket/11574] Fix more issues in the updaterIgor Wiedler2013-07-142-13/+5
| | * | Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-1414-101/+181
| | |\ \
| | * | | [ticket/11574] Add trailing slash for consistencyIgor Wiedler2013-07-141-1/+1
| | * | | [ticket/11574] Fix table prefix in database updaterIgor Wiedler2013-07-142-2/+3
| | * | | [ticket/11574] Fix various path issues in the updaterIgor Wiedler2013-07-142-29/+4
| | * | | [ticket/11574] Use alternate DI config file for updaterIgor Wiedler2013-07-131-1/+4
| | * | | [ticket/11574] Include normalizer so it loads form the correct directoryJoas Schilling2013-07-131-0/+1
| | * | | [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/11464] Add missing and remove unnecessary database entryOliver Schramm2013-07-311-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'develop-olympus' into developJoas Schilling2013-07-301-8/+2
| |\ \ \
| | * | | [ticket/10917] Variable used only once so delete itOliver Schramm2013-07-281-7/+1
| | * | | [ticket/10917] Revert use of phpbb wrapperOliver Schramm2013-07-271-1/+1
| * | | | Merge branch 'develop-olympus' into developNathaniel Guse2013-07-251-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'remotes/Elsensee/ticket/10917' into develop-oly...Nathaniel Guse2013-07-251-1/+1
| | |\ \ \
| | | * | | [ticket/10917] Using phpbb wrapperOliver Schramm2013-07-241-1/+1
| | | * | | [ticket/10917] Fixed notice that files are out of date when updating to an un...Oliver Schramm2013-07-241-1/+1
| * | | | | Merge branch 'develop-olympus' into developNathaniel Guse2013-07-251-1/+8
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | [ticket/11062] If user's language is english there is no further work neededOliver Schramm2013-07-251-1/+1
| | * | | [ticket/11062] Load new strings from user's language file if providedOliver Schramm2013-07-251-0/+7
| | |/ /
| | * | [develop-olympus] Increment version number to 3.0.13-dev.Andreas Fischer2013-07-122-2/+2
| | * | [develop-olympus] Bump version numbers for 3.0.12-RC1 release.Andreas Fischer2013-07-122-4/+4
| | * | [develop-olympus] Bumping version numbers to final for 3.0.12 releases.Andreas Fischer2013-07-121-1/+1
| | * | Merge remote-tracking branch 'remotes/nickv/ticket/8319' into develop-olympusNathaniel Guse2013-07-111-0/+30
| | |\ \
| | | * | [ticket/8319] Update BBCodes that currently use the LOCAL_URL tag on updateJoas Schilling2013-06-031-0/+30
* | | | | [ticket/11628] Remove template_path option on set_custom_styleNathaniel Guse2013-07-242-2/+2
* | | | | [ticket/11628] Remove third parameter ($names) from set_custom_styleNathaniel Guse2013-07-242-2/+2
* | | | | [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-242-4/+3
* | | | | [ticket/11628] Remove style path providerNathaniel Guse2013-07-241-3/+1
* | | | | [ticket/11628] Remove style resource locatorNathaniel Guse2013-07-241-2/+1
|/ / / /
* | | | [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-143-8/+8
* | | | [ticket/11687] Add assets_version to phpbb_configVjacheslav Trushkin2013-07-131-0/+1
* | | | Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-131-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-041-1/+4
| |\ \ \ \
| * | | | | [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+1
| * | | | | [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-1113-57/+141
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [feature/auth-refactor] Fix the actual cause of test failuresJoseph Warner2013-07-011-1/+4
| |/ / /