aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3554 from Nicofuma/ticket/13770Nils Adermann2015-05-295-21/+27
|\ | | | | [ticket/13770] Wither interface for container_builder
| * [ticket/13770] Fix testsNicofuma2015-05-141-2/+1
| | | | | | | | PHPBB3-13770
| * [ticket/13770] Update testsTristan Darricau2015-05-141-1/+0
| | | | | | | | PHPBB3-13770
| * [ticket/13770] Wither interface for container_builderTristan Darricau2015-05-145-21/+29
| | | | | | | | PHPBB3-13770
* | [ticket/13871] Fix call to undefined member function on non-object error.Cesar G2015-05-281-3/+3
|/ | | | PHPBB3-13871
* [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-2/+5
| | | | PHPBB3-13804
* [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-051-0/+1
| | | | PHPBB3-13638
* [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-043-7/+7
| | | | PHPBB3-13782
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-3/+5
| | | | PHPBB3-13762
* Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-165-11/+51
|\ | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service
| * [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-165-11/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | Merge branch '3.1.x'Joas Schilling2015-04-101-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
| * | [3.1.x] Update development version to 3.1.5-devJoas Schilling2015-04-101-1/+1
| | |
| * | Update version to 3.1.4-RC1Joas Schilling2015-04-092-2/+2
| | |
* | | Merge branch '3.1.x'Tristan Darricau2015-04-061-6/+4
|\ \ \ | |/ / | | / | |/ |/|
| * [ticket/8494] Ignore errors from the database schema preparationJoas Schilling2015-03-011-6/+4
| | | | | | | | | | | | | | This allows installing phpBB twice in the same database with a different prefix PHPBB3-8494
* | [ticket/13497] Update calls to `get_tables()`Gaëtan Muller2015-02-111-1/+3
| | | | | | | | PHPBB3-13497
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-111-1/+1
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/13597] Modify variable-variable syntax to be compatible with PHP7
| * [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-1/+1
| | | | | | | | PHPBB3-13597
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-072-3/+8
| | | | | | | | PHPBB3-10748
* | Merge pull request #3207 from Nicofuma/ticket/13407Andreas Fischer2015-02-042-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13407] Update Symfony to 2.7.*@dev * Nicofuma/ticket/13407: [ticket/13407] Update composer.lock file [ticket/13407] Bump minimal version to php 5.3.9 [ticket/13407] Introduce a request_stack service [ticket/13407] Remove the last occurence of pattern in routing files [ticket/13407] Update Symfony to 2.7.*@dev
| * | [ticket/13407] Bump minimal version to php 5.3.9Nicofuma2015-02-042-3/+3
| | | | | | | | | | | | PHPBB3-13407
* | | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-031-1/+1
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-1/+1
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-035-75/+71
|/ / | | | | | | PHPBB3-13455
* | Merge pull request #3281 from MGaetan89/ticket/13496Andreas Fischer2015-02-034-8/+0
|\ \ | | | | | | | | | | | | | | | | | | [ticket/13496] Change set_config_count() calls with $config->increment() * MGaetan89/ticket/13496: [ticket/13496] Update calls to `set_config_count()`
| * | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-024-8/+0
| | | | | | | | | | | | PHPBB3-13496
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-031-1/+1
|\ \ \ | |/ / |/| / | |/ | | * develop-ascraeus: [ticket/13569] Add missing sql_freeresults and remove unneeded results
| * [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-021-1/+1
| | | | | | | | PHPBB3-13569
| * Merge branch 'prep-release-3.1.3' into develop-ascraeusJoas Schilling2015-01-311-1/+1
| |\
| | * [prep-release-3.1.3] Update version to 3.1.3-RC2Joas Schilling2015-01-311-1/+1
| |/
* | [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