aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-2/+2
| | | | PHPBB3-13904
* [ticket/12505] Remove outdated media extensionsn-aleha2015-08-241-23/+6
| | | | | | | Update constants and data schema for new installations. Mark outdated media constants as deprecated. PHPBB3-12505
* Merge branch '3.1.x'Joas Schilling2015-08-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
| * [3.1.x] Update version to 3.1.7-devJoas Schilling2015-08-231-1/+1
| |
| * [prep-release-3.1.6] Update version to 3.1.6-RC1Joas Schilling2015-08-232-2/+2
| |
| * [3.1.x] Update dev version to 3.1.6-RC1Joas Schilling2015-06-111-1/+1
| |
* | Merge pull request #3698 from s9e/ticket/13935Tristan Darricau2015-08-051-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13935] Allow more admin-configurable schemes in post links * s9e/ticket/13935: [ticket/13935] Removed cache invalidation from acp_board [ticket/13935] Removed UI [ticket/13935] Allow more admin-configurable schemes in post links
| * | [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-151-0/+1
| | | | | | | | | | | | PHPBB3-13935
* | | [ticket/8708] Add f_announce_global permissionOliver Schramm2015-07-192-7/+8
|/ / | | | | | | PHPBB3-8708
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | Merge branch '3.1.x'Joas Schilling2015-06-111-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] Increase dev version to 3.1.6-devJoas Schilling2015-06-111-1/+1
| |/
| * [prep-release-3.1.5] Update version to 3.1.5-RC1Joas Schilling2015-06-092-2/+2
| |
* | Merge branch '3.1.x'Marc Alexander2015-06-092-4/+4
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * [ticket/13685] This should take care of the restbrunoais2015-06-081-1/+1
| | | | | | | | PHPBB3-13685
| * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-072-4/+4
| | | | | | | | PHPBB3-13685
* | [ticket/13777] Reorder get_module_infos() method's argumentsMateBartus2015-05-311-1/+1
| | | | | | | | PHPBB3-13777
* | [ticket/13777] Use module manager in phpBB core filesMateBartus2015-05-311-18/+23
| | | | | | | | PHPBB3-13777
* | 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