aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11015] Change permission adding in database updater to new style.Oleg Pudeyev2012-12-131-2/+2
| | | | PHPBB3-11015
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-135-9/+153
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (101 commits) [ticket/10491] Make recreate_database static. [ticket/11088] Pass required objects in as arguments [ticket/11088] Globalize objects in new permission function [ticket/11088] Move permission creation to a function [ticket/11088] Copy a_styles permission for a_extensions [ticket/11088] Remove extraneous word from sentence in comment [ticket/11088] Changed "file extensions" to "attachment extensions" [ticket/11088] Fix the database updater to correctly manipulate the modules [ticket/11088] Put language pack module move below extension module creation [ticket/11088] Untested, progress on update script [ticket/11088] Fix typo (period instead of comma) [ticket/11088] Untested progress for update script [ticket/11088] Added missing comma [ticket/11088] Removed added space [ticket/11088] Move style, extension and language pack management to customise [ticket/11243] Show download all link on all pages of topic with attachments [feature/template-events] Pass arguments in correct order. [feature/template-events] Pass arguments in correct order. [ticket/10491] Install board once per test run. [ticket/11257] Do not require set_name() method to exist ...
| * [ticket/11088] Pass required objects in as argumentsDavid King2012-12-121-4/+4
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Globalize objects in new permission functionDavid King2012-12-121-3/+4
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Move permission creation to a functionDavid King2012-12-121-72/+66
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Copy a_styles permission for a_extensionsDavid King2012-12-121-1/+1
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Remove extraneous word from sentence in commentDavid King2012-12-121-1/+1
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Fix the database updater to correctly manipulate the modulesDavid King2012-12-121-17/+85
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Put language pack module move below extension module creationDavid King2012-12-121-11/+10
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Untested, progress on update scriptDavid King2012-12-121-29/+20
| | | | | | | | | | | | This should rename Styles category to Customise, move language packs, and add extension management PHPBB3-11088
| * [ticket/11088] Fix typo (period instead of comma)David King2012-12-121-1/+1
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Untested progress for update scriptDavid King2012-12-121-14/+41
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Added missing commaDavid King2012-12-121-1/+1
| | | | | | | | PHPBB3-11088
| * [ticket/11088] Move style, extension and language pack management to customiseDavid King2012-12-122-2/+17
| | | | | | | | | | | | | | Instead of being separated, these related ACP modules are now grouped intuitively. PHPBB3-11088
| * Merge remote-tracking branch 'p/feature/template-events' into developDavid King2012-12-102-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Oleg Pudeyev (36) and others # Via Oleg Pudeyev * p/feature/template-events: (47 commits) [feature/template-events] Pass arguments in correct order. [feature/template-events] Order extensions in mock extension manager. [feature/template-events] Changes per imkingdavid's review. [feature/template-events] Make style names private on template. [feature/template-events] Test for event that is defined in parent style only. [feature/template-events] Specify style names, add inheritance tests. [feature/template-events] Normalize expected directory trees. [feature/template-events] Allow dataset to be correctly selectable. [feature/template-events] Dataset for template event testing with inheritance. [feature/template-events] Use style names array in template filter. [feature/template-events] Generate style names array in set_style. [feature/template-events] Convert a single style name to array of them. [feature/template-events] Chase dependency injection for template context. [feature/template-events] Adjust template events test to use the dataset. [feature/template-events] Create a dataset for template event tests. [feature/template-events] Indentation fix. [feature/template-events] Cosmetic changes. [feature/template-events] Wording: wrongly -> improperly. [feature/template-events] Indentation fix. [feature/template-events] Rename template_name to style_name. ...
| | * [feature/template-events] Convert a single style name to array of them.Oleg Pudeyev2012-11-172-2/+2
| | | | | | | | | | | | | | | | | | | | | This allows template code to know the entire style hierarchy for templates being rendered. PHPBB3-9550
| * | [ticket/10679] Update module basename, we added the xcp_ prefix in 3.1Joas Schilling2012-12-071-1/+1
| | | | | | | | | | | | PHPBB3-10679
| * | [ticket/10679] Use module_auth to limit access to the moduleJoas Schilling2012-12-061-0/+8
| | | | | | | | | | | | PHPBB3-10679
| * | [ticket/10679] Add new permission for changing profile field informationJoas Schilling2012-12-062-5/+46
| | | | | | | | | | | | | | | | | | The setting is copied from "Can use signature" PHPBB3-10679
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-063-3/+62
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (196 commits) [ticket/11219] Coding guidelines and naming consistency changes [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP [ticket/11247] Fix wrong property reference in flock class. [ticket/10602] Avoid a race condition. [ticket/10602] Use last_queue_run for its intended purpose. [ticket/10716] Collect standard error from executed php process. [ticket/10716] Skip test if php is not in PATH. [ticket/10716] Exclude our dependencies from linting. [ticket/10103] New and improved wording. [ticket/10716] Only lint on php 5.3+. [ticket/10103] Assert with messages. [ticket/10103] assertLessThan/assertGreaterThan. [ticket/10103] Inline assignment is bad? [ticket/10103] $rv had too few characters. [ticket/10103] Correct flock class documentation. ... Conflicts: phpBB/includes/functions.php tests/cache/cache_test.php
| * | Merge PR #545 branch 'brunoais/ticket/10601' into developOleg Pudeyev2012-12-012-2/+39
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * brunoais/ticket/10601: [ticket/10601] The ORDER BY is only taking space there [ticket/10601] New approach in the update algorithm [ticket/10601] Comment to help understanding the code [ticket/10601] Requested code changes [ticket/10601] Cosmetic code changes [ticket/10601] Database updating code v2 [ticket/10601] Database updating code [ticket/10601] Comment explaning the basename applied to categories [ticket/10601] Correctly access class property [ticket/10601]Move Inbox the default in private messages module
| | * | [ticket/10601] The ORDER BY is only taking space thereBruno Ais2012-12-011-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10601
| | * | [ticket/10601] New approach in the update algorithmBruno Ais2012-12-011-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | - New approach in the database update algorithm PHPBB3-10601
| | * | [ticket/10601] Requested code changesBruno Ais2012-11-281-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Renamed the comment to PHPBB3-10601 - Removed backslashes - Traded double quotes into single quotes inside. PHPBB3-10601
| | * | [ticket/10601] Cosmetic code changesBruno Ais2012-11-261-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed the double line before the addition - Moved the condition of the WHERE so that both are in the same line - Removed TABs from the black lines - Used double quotes instead of escaped single quotes. PHPBB3-10601
| | * | [ticket/10601] Database updating code v2Bruno Ais2012-11-261-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | Added the space after the (int) as requested PHPBB3-10601
| | * | [ticket/10601] Database updating codeBruno Ais2012-11-261-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | This is what is needed to update the database to comply with these code changes PHPBB3-10601
| | * | [ticket/10601] Comment explaning the basename applied to categoriesBruno Ais2012-11-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain in the code where if (isset($this->module_categories_basenames[$cat_name])) and if (isset($this->module_categories_basenames[$level2_name])) exists, what does it do. PHPBB3-10601
| | * | [ticket/10601] Correctly access class propertyDavid King2012-11-261-4/+4
| | | | | | | | | | | | | | | | PHPBB3-10601
| | * | [ticket/10601]Move Inbox the default in private messages moduleBruno Ais2012-11-261-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Did exactly as the answer here asked: http://area51.phpbb.com/phpBB/viewtopic.php?p=234111 PHPBB3-10601
| * | | Merge PR #893 branch 'develop-olympus' into developOleg Pudeyev2012-12-012-0/+21
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | * develop-olympus: [ticket/10184] Query bots table to get the user_ids of the bots [ticket/10184] Disable receiving pms for bots by default
| | * | [ticket/10184] Query bots table to get the user_ids of the botsJoas Schilling2012-12-011-4/+18
| | | | | | | | | | | | | | | | PHPBB3-10184
| | * | [ticket/10184] Disable receiving pms for bots by defaultJoas Schilling2012-12-012-0/+7
| | | | | | | | | | | | | | | | PHPBB3-10184
| * | | Merge remote-tracking branch 'imkingdavid/feature/controller-new' into developIgor Wiedler2012-11-191-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * imkingdavid/feature/controller-new: (67 commits) [feature/controller] Fix misnamed route for functional test [feature/controller] Fix comments, check against more general HttpException [feature/controller] Check for proper status codes from controllers [feature/controller] Correctly create Symfony object from globals [feature/controller] Add documentation about input being HTML-escaped [feature/controller] Create Symfony Request in new function [feature/controller] Remove unused language strings [feature/controller] Don't use $user->lang() before container compilation [feature/controller] Update routing documentation for using query string [feature/controller] Remove now-unused code [feature/controller] Remove url rewriting until we use pathinfo in controllers [feature/controller] Fix functional tests to use query string for controllers [feature/controller] Allow injecting Symfony Request into controllers [feature/controller] Use query string, not path info, for controller access [feature/controller] Fix line endings and permissions, and check responses [feature/controller] Remove URL rewriting by default [feature/controller] Add controller functional test with template [feature/controller] Use warning instead of echo for copy() and unlink() [feature/controller] Flip method parameters, require $message [feature/controller] Rename $root_path class property to $phpbb_root_path ...
| | * | | [feature/controller] Rename kernel pass class properlyDavid King2012-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10864
| | * | | [feature/controller-new] Call pass to subscribe the Kernel event listenerDavid King2012-11-161-0/+1
| | | |/ | | |/| | | | | | | | | PHPBB3-10864
| * | | [ticket/11213] Add missing global in install_update.phpIgor Wiedler2012-11-171-1/+1
| |/ / | | | | | | | | | PHPBB3-11213
* | | [ticket/11015] Move db driver class name fixing to functionIgor Wiedler2012-11-173-0/+12
| | | | | | | | | | | | PHPBB3-11015
* | | [ticket/11015] Re-introduce accidentally removed require in install_convertIgor Wiedler2012-11-151-0/+1
| | | | | | | | | | | | PHPBB3-11015
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-122-24/+31
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (31 commits) [ticket/11194] Service tag data is stored in an array so access it correctly [ticket/11193] Instantiate a single collection_pass for all collections [ticket/11152] Basic tests for the container functions [ticket/11152] Compile the install container [ticket/11152] Throw error if services.yml is missing [ticket/11152] Remove old container processor calls [ticket/11152] Use realpath in container extensions consistently [ticket/11152] Rename collection to collection_pass [ticket/11152] Remove @api docblocks [ticket/11152] Create separate function for debug-dependent container [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection [ticket/11152] Convert cron_task_collection to generic di_service_collection [ticket/11152] Use relative root path in container, one dumped container per path [ticket/11152] Move container functions to a separate function file [feature/compiled-dic] Rename $phpEx to $php_ext in new code [feature/compiled-dic] Use an absolute path for core.root_path parameter [feature/compiled-dic] Update the composer.lock file [feature/compiled-dic] Purge cache to make ext services available right away [feature/compiled-dic] Fix root path when container is created after install [feature/compiled-dic] Remove old test ...
| * | [ticket/11193] Instantiate a single collection_pass for all collectionsNils Adermann2012-11-111-1/+1
| | | | | | | | | | | | PHPBB3-11193
| * | Merge pull request #1056 from igorw/feature/compiled-dicNils Adermann2012-11-112-31/+31
| |\ \ | | | | | | | | [feature/compiled-dic] Compile the DI Container into a cached class
| | * | [ticket/11152] Remove old container processor callsIgor Wiedler2012-11-111-7/+0
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [ticket/11152] Rename collection to collection_passIgor Wiedler2012-11-111-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [ticket/11152] Create separate function for debug-dependent containerIgor Wiedler2012-11-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collectionIgor Wiedler2012-11-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [ticket/11152] Move container functions to a separate function fileIgor Wiedler2012-11-102-3/+5
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [feature/compiled-dic] Fix cron task loadingDavid King2012-11-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We cannot use container tags at run time if we are using a cached, compiled container object (i.e. phpbb_cache_container) so we have to load them beforehand. PHPBB3-11152
| | * | [feature/compiled-dic] Move this to the other PRDavid King2012-11-101-3/+1
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [feature/compiled-dic] Remove re-creation of class loader in installDavid King2012-11-101-3/+0
| | | | | | | | | | | | | | | | PHPBB3-11152