aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13740] Keep language file's namesMate Bartus2015-07-222-2/+2
| | | | PHPBB3-13740
* [ticket/13740] Restore original install folderMate Bartus2015-07-0816-147/+12089
| | | | | | This reverts commit 934e2821f1cef5e2e21ad6d96f7beb45647ed81c. PHPBB3-13740
* [ticket/13740] CLI installer and fixesTristan Darricau2015-07-081-0/+68
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Cache installer containerCHItA2015-07-081-1/+0
| | | | PHPBB3-13740
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-0856-8141/+0
| | | | PHPBB3-13740
* [ticket/13740] Add navigation bar support for the installerCHItA2015-07-0820-41/+394
| | | | | | | Also added various UI elements and texts. [ci skip] PHPBB3-13740
* [ticket/13740] Add better progress handling, also add log messagesCHItA2015-07-088-102/+367
| | | | PHPBB3-13740
* [ticket/13740] Tasks can appear as multiple steps for the progress barCHItA2015-07-0823-6/+175
| | | | PHPBB3-13740
* [ticket/13740] Implement progress bar for AJAX UIMateBartus2015-07-081-0/+19
| | | | PHPBB3-13740
* [ticket/13740] Add backend support for install progress trackingMateBartus2015-07-0823-22/+283
| | | | PHPBB3-13740
* [ticket/13740] Clean up docblocksMateBartus2015-07-0810-42/+25
| | | | PHPBB3-13740
* [ticket/13740] Installer's install tasks and modulesMateBartus2015-07-0825-0/+3618
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Front facing files and controllersMateBartus2015-07-084-0/+499
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Implementation of the new installer frameworkMateBartus2015-07-0819-0/+2106
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Moving old installer to install_oldMateBartus2015-07-0810-11141/+0
| | | | PHPBB3-13740
* 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