aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
* [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
| * | [ticket/11570] Add link back to update processOliver Schramm2013-05-301-1/+12
| * | [ticket/11569] Add type parameter and fix language variableOliver Schramm2013-05-291-1/+1
| * | [ticket/11569] Add parameter to URL and remove commentOliver Schramm2013-05-291-2/+1
| * | [ticket/11569] Fixing link to continue updateOliver Schramm2013-05-261-1/+1
| * | [ticket/11567] Renamed extension_manager variable to avoid fatal errorOliver Schramm2013-05-261-2/+2
| * | [ticket/11560] Fix jQuery link in installerVjacheslav Trushkin2013-05-221-0/+1
| * | [ticket/11010] resolving latest commentsSenky2013-05-211-1/+0
| * | [ticket/11010] Add HTML5 input types to installerVjacheslav Trushkin2013-05-201-0/+16
| * | [ticket/11010] adding type="number" in ACP; adding type="email" in installSenky2013-05-201-1/+1
| * | Merge remote-tracking branch 'EXreaction/ticket/11413' into developDavid King2013-05-207-33/+76
| |\ \
| | * | [ticket/11413] Undo editing the user_notifications tableNathaniel Guse2013-04-297-7/+7
| | * | [ticket/11413] Schema changes and migration fileNathaniel Guse2013-04-287-40/+83
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-161-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | [ticket/11536] Fixed incorrect removal of "install" in script_pathVictor Nagy2013-05-151-2/+2
| * | | Merge branch 'develop-olympus' into developNils Adermann2013-05-121-1/+1
| |\ \ \ | | |/ /
| | * | [ticket/11105] Added spaces between ; and "url=" to adhere to w3c conventions.gamerchan2013-05-121-1/+1
| * | | Merge PR #1294 branch 'VSEphpbb/ticket/10155' into developOleg Pudeyev2013-05-081-1/+1
| |\ \ \
| | * | | [ticket/10155] Update jQuery to 1.8.3Matt Friedman2013-03-141-1/+1
| * | | | [ticket/10325] change language varDhruv2013-04-251-1/+1
| * | | | [ticket/10325] add new config value to databaseDhruv2013-04-251-0/+1
| | |_|/ | |/| |
| * | | Merge pull request #1368 from EXreaction/ticket/11479Nils Adermann2013-04-251-1/+7
| |\ \ \
| | * | | [ticket/11479] Use phpbb_create_default_containerNathan Guse2013-04-241-12/+1
| | * | | [ticket/11479] Fix install/update (rebuild container)Nathaniel Guse2013-04-241-1/+18
| * | | | [ticket/11335] Replace "$phpEx" with $phpExNathaniel Guse2013-04-242-3/+3
| * | | | [ticket/11335] (more class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-242-3/+3
| |/ / /
| * | | Merge pull request #1323 from t-backoff/ticket/11477Nils Adermann2013-03-311-0/+1
| |\ \ \
| | * | | Migration file and change board_home_text to board_index_textTabitha Backoff2013-03-281-1/+1
| | * | | Ticket# 11477 - Allow customisation of "Board index"Tabitha Backoff2013-03-281-0/+1
| * | | | Merge pull request #1285 from EXreaction/ticket/11422Nils Adermann2013-03-291-4/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [ticket/11422] Increment assets when database_update is completeNathaniel Guse2013-03-101-4/+6
| | |/ /
| * | | [ticket/11460] Drop incorrect phpbb_notification_{type,method}_ prefix.Andreas Fischer2013-03-191-4/+4
| |/ /
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-077-0/+71
|\ \ \ | |/ /
| * | [ticket/10202] Upgrade TEXT to the bigger MTEXT.Andreas Fischer2013-03-055-6/+6
| * | [ticket/10202] Add database schema for phpbb_config_db_text.Andreas Fischer2013-03-057-0/+71
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-0510-39/+191
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'remotes/nickv/ticket/10714' into developNathaniel Guse2013-03-042-2/+4
| |\ \
| | * | [ticket/10714] Get log from container in install, update and download/fileJoas Schilling2013-03-042-2/+4
| * | | Merge remote-tracking branch 'EXreaction/ticket/11386-3' into developDavid King2013-03-042-5/+16
| |\ \ \
| | * \ \ Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11386-3Nathaniel Guse2013-03-048-31/+149
| | |\ \ \