aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-026-51/+46
| | | | | | | | PHPBB3-13494
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-01-301-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13553] Add a method to the controller helper to display a message [prep-release-3.1.3] Add changelog for 3.1.3-RC1 [prep-release-3.1.3] Prepare Changelog [prep-release-3.1.3] Add migration for 3.1.3-RC1 [prep-release-3.1.3] Update version to 3.1.2-RC1 Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * [prep-release-3.1.3] Update version to 3.1.2-RC1Joas Schilling2015-01-262-2/+2
| |
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-273-6/+4
| | | | | | | | PHPBB3-13468
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-126-0/+36
| | | | | | | | PHPBB3-13450
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-091-1/+1
|\ \ | |/
| * Merge pull request #3242 from lavigor/ticket/13442Joas Schilling2015-01-091-1/+1
| |\ | | | | | | | | | [ticket/13442] UTF-8 symbols for database host
| | * [ticket/13442] UTF-8 symbols for database hostlavigor2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | Added support for cyrillic domains as database hosts. PHPBB3-13442
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-12-271-1/+1
|\ \ \ | |/ /
| * | Merge pull request #3229 from n-aleha/ticket/13098Joas Schilling2014-12-271-1/+1
| |\ \ | | | | | | | | | | | | [ticket/13098] Repair Yahoo contact field
| | * | [ticket/13098] Repair Yahoo contact fieldn-aleha2014-12-121-1/+1
| | |/ | | | | | | | | | | | | | | | Update the Yahoo link of the yahoo profile field. PHPBB3-13098
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-12-271-1/+1
|\ \ \ | |/ /
| * | [ticket/13370] Allow calling class method in convertor framework directly.Cesar G2014-12-091-1/+1
| |/ | | | | | | | | | | | | | | This change allows the usage of array($class, 'method')) directly instead of having to use the functionX syntax as follows: array('function1' => array($class, 'method'))) PHPBB3-13370
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-062-3/+3
| | | | | | | | PHPBB3-13421
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-251-1/+1
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * [prep-release-3.1.2] Update the development version to 3.1.3-RC1-devJoas Schilling2014-11-251-1/+1
| |
| * [prep-release-3.1.2] Increase version number to 3.1.2Joas Schilling2014-11-241-1/+1
| |
| * [prep-release-3.1.2] Update version to 3.1.2-RC1Joas Schilling2014-11-222-2/+2
| |
* | [ticket/12620] Use PHPBB_ENVIRONMENTTristan Darricau2014-11-201-1/+1
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Rename productive to productionTristan Darricau2014-11-201-1/+1
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Fix functional testsTristan Darricau2014-11-201-0/+1
| | | | | | | | PHPBB3-12620
* | [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallbackNicolas Grekas2014-11-084-206/+1
| |
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-11-021-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13271] Disable CC sender feature for anonymous users [prep-release-3.1.1] Add 3.1.1 CHANGELOG [prep-release-3.1.1] Add 3.1.1 migration file [ticket/13263] Make sure default style exists and clean up code [ticket/13263] Only install/set prosilver if no style available [ticket/13263] Use prosilver as default style if user's style doesn't exist [ticket/security-164] Correctly format page_name [ticket/security-164] Sanitize all global variables in symfony_request class [ticket/13248] Use functional framework login method in tests [ticket/13248] Correctly pass provider name [ticket/13248] Always use provider collection for getting provider [ticket/13248] Allow specifying different auth provider in provider collection [ticket/13248] Use auth provider collection for getting provider [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1 [ticket/13267] Update Automatic Update instructions to include vendor directory [ticket/13268] Properly append ternary result in get_existing_indexes() [prep-release-3.1.1] Update version number to 3.1.1 Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg phpBB/styles/subsilver2/template/memberlist_email.html
| * Merge branch 'prep-release-3.1.1' into develop-ascraeusNils Adermann2014-11-022-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.1: [ticket/13271] Disable CC sender feature for anonymous users [prep-release-3.1.1] Add 3.1.1 CHANGELOG [prep-release-3.1.1] Add 3.1.1 migration file [ticket/13263] Make sure default style exists and clean up code [ticket/13263] Only install/set prosilver if no style available [ticket/13263] Use prosilver as default style if user's style doesn't exist [ticket/security-164] Correctly format page_name [ticket/security-164] Sanitize all global variables in symfony_request class [ticket/13248] Use functional framework login method in tests [ticket/13248] Correctly pass provider name [ticket/13248] Always use provider collection for getting provider [ticket/13248] Allow specifying different auth provider in provider collection [ticket/13248] Use auth provider collection for getting provider [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1 [ticket/13267] Update Automatic Update instructions to include vendor directory [ticket/13268] Properly append ternary result in get_existing_indexes() [prep-release-3.1.1] Update version number to 3.1.1 Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| | * [prep-release-3.1.1] Update version number to 3.1.1Nils Adermann2014-11-012-2/+2
| | |
| | * Merge commit '078e0c1e440f7f906b670348e8da00141e245876' into prep-release-3.1.0Nils Adermann2014-10-251-24/+2
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '078e0c1e440f7f906b670348e8da00141e245876': [ticket/13211] Move console migrator output handler back to console folder [ticket/13211] Also use log wrapper output handler for console migrations [ticket/13211] Move console migrator output handler to db folder [ticket/13211] Add log wrapper for writing database updater to log file [ticket/13126] Add missing use statement [ticket/13126] Fix tests [ticket/13126] Change messages verbosity levels [ticket/13126] Move migrator_output_handler to an interface [ticket/13126] Extends migrator_output_handler instead of using a closure [ticket/13126] Improve the feedback when running the migrations
| * | | [develop-ascraeus] Update version number to 3.1.1-RC1-devNils Adermann2014-10-251-1/+1
| | | |
* | | | Merge branch 'develop-ascraeus' into developNils Adermann2014-10-251-24/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13211] Move console migrator output handler back to console folder [ticket/13211] Also use log wrapper output handler for console migrations [ticket/13211] Move console migrator output handler to db folder [ticket/13211] Add log wrapper for writing database updater to log file [ticket/13126] Add missing use statement [ticket/13126] Fix tests [ticket/13126] Change messages verbosity levels [ticket/13126] Move migrator_output_handler to an interface [ticket/13126] Extends migrator_output_handler instead of using a closure [ticket/13126] Improve the feedback when running the migrations
| * | | Merge pull request #3060 from marc1706/ticket/13211Nils Adermann2014-10-251-24/+2
| |\ \ \ | | |/ / | |/| / | | |/ [ticket/13211] Add log wrapper for writing database updater to log file
| | * [ticket/13211] Add log wrapper for writing database updater to log fileMarc Alexander2014-10-241-1/+1
| | | | | | | | | | | | PHPBB3-13211
| | * Merge remote-tracking branch 'Nicofuma/ticket/13126' into ticket/13211Marc Alexander2014-10-241-24/+2
| | |\
| | | * [ticket/13126] Extends migrator_output_handler instead of using a closureTristan Darricau2014-10-161-12/+1
| | | | | | | | | | | | | | | | PHPBB3-13126
| | | * [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-24/+13
| | | | | | | | | | | | | | | | PHPBB3-13126
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-251-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13208] Add security issues to the final changelog [prep-release-3.1.0] Prepare Changelog [prep-release-3.1.0] Update version to 3.1.0 Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * | | [prep-release-3.1.0] Update version to 3.1.0Joas Schilling2014-10-232-2/+2
| |/ /
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-231-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * | [prep-release-3.1.0-RC6] Update phpBB Version for RC7 developmentJoas Schilling2014-10-231-1/+1
| | |
| * | [prep-release-3.1.0-RC6] Update version to 3.1.0-RC6Joas Schilling2014-10-232-2/+2
| |/
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-071-1/+1
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * [prep-release-3.1.0-RC5] Update phpBB Version for RC6 developmentJoas Schilling2014-10-071-1/+1
| |
| * [prep-release-3.1.0-RC5] Update version to 3.1.0-RC5Joas Schilling2014-10-072-2/+2
| |
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-072-3358/+25
|\ \ | |/ | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13137] Create schema.json in build script [ticket/13137] Improve output of create_schema_files.php [ticket/13137] Add schema.json file to .gitignore [ticket/13137] Generate the schema when the schema.json file is not available [ticket/13137] Remove schema.json file
| * [ticket/13137] Generate the schema when the schema.json file is not availableJoas Schilling2014-10-071-2/+25
| | | | | | | | PHPBB3-13137
| * [ticket/13137] Remove schema.json fileJoas Schilling2014-10-071-3356/+0
| | | | | | | | PHPBB3-13137
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-10-071-1/+1
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/13136] Update schema.json with latest changes
| * [ticket/13136] Update schema.json with latest changesJoas Schilling2014-10-071-1/+1
| | | | | | | | PHPBB3-13136
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-061-0/+13
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/13077] Move extension module to the top of the Customise tab
| * [ticket/13077] Move extension module to the top of the Customise tabJoas Schilling2014-09-241-0/+13
| | | | | | | | PHPBB3-13077
* | Merge branch 'develop-ascraeus' into developDhruv2014-09-211-1/+0
|\ \ | |/ | | | | | | | | | | # By Jakub Senko # Via Dhruv Goel (1) and Jakub Senko (1) * develop-ascraeus: [ticket/13045] Remove Pragma headers
| * Merge pull request #2963 from Senky/ticket/13045Dhruv Goel2014-09-211-1/+0
| |\ | | | | | | [ticket/13045] Remove Pragma headers