aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | [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
| | |/ / / /
| * | | | | [feature/oauth] Forgot to update schema filesJoseph Warner2013-07-316-7/+7
| * | | | | [feature/oauth] Fix SQL error found in installJoseph Warner2013-07-237-7/+7
| * | | | | [feature/oauth] Actual final schema changesJoseph Warner2013-07-237-24/+24
| * | | | | [feature/oauth] Finalize schema changesJoseph Warner2013-07-237-0/+170
| |/ / / /
* | | | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-165-29/+29
* | | | | [ticket/11700] Instantiate the class loader with namespace rather than prefixNils Adermann2013-07-142-2/+2
* | | | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
|/ / / /
* | | | [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
| |/ / /
| * | | Merge branch 'develop-olympus' into developNathaniel Guse2013-06-061-1/+3
| |\ \ \ | | |/ /
| | * | [ticket/11588] Also use version.phpbb.com in install_update.php.Andreas Fischer2013-06-061-1/+3
| | |/
| * | [ticket/11570] Fix link and make the notice more conspiciuousOliver Schramm2013-05-311-3/+3