Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15424] Multiple typo fixes in docs & comments | luzpaz | 2019-05-08 | 1 | -1/+1 |
| | | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424 | ||||
* | [ticket/15544] Delete cache through module manager | Oliver Schramm | 2018-09-24 | 1 | -2/+2 |
| | | | | | | | | This might fix issues with migrations since the sql cache will be purged as well. In general, this puts all the logic in one place, so that's good. PHPBB3-15544 | ||||
* | Merge pull request #5158 from kasimi/ticket/15586 | Marc Alexander | 2018-06-17 | 1 | -6/+0 |
|\ | | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes | ||||
| * | [ticket/15586] Fixed adding module the automatic way without specifying modes | kasimi | 2018-03-11 | 1 | -6/+0 |
| | | | | | | | | PHPBB3-15586 | ||||
* | | [ticket/15595] Fix module exists tool when parent is false | Matt Friedman | 2018-03-19 | 1 | -2/+7 |
|/ | | | | PHPBB3-15595 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 4 | -5/+5 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/15339] Fix tests | Oliver Schramm | 2017-12-24 | 1 | -1/+1 |
| | | | | PHPBB3-15339 | ||||
* | [ticket/15339] Free sql results in migration module tool | Oliver Schramm | 2017-11-17 | 1 | -2/+4 |
| | | | | PHPBB3-15339 | ||||
* | [ticket/15339] Allow a module to have multiple parents | Oliver Schramm | 2017-11-17 | 1 | -123/+132 |
| | | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339 | ||||
* | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-10-24 | 1 | -10/+27 |
|\ | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Optimize code construction [ticket/14831] Add more tests against UCP modules [ticket/14831] Add more tests, better name for $e placeholder [ticket/14831] Do not throw exception on the module existence checking [ticket/14831] Fix module migrator tool | ||||
| * | [ticket/14831] Optimize code construction | rxu | 2016-10-24 | 1 | -5/+3 |
| | | | | | | | | PHPBB3-14831 | ||||
| * | [ticket/14831] Add more tests, better name for $e placeholder | rxu | 2016-10-23 | 1 | -6/+6 |
| | | | | | | | | PHPBB3-14831 | ||||
| * | [ticket/14831] Do not throw exception on the module existence checking | rxu | 2016-10-23 | 1 | -7/+27 |
| | | | | | | | | PHPBB3-14831 | ||||
| * | [ticket/14831] Fix module migrator tool | rxu | 2016-10-23 | 1 | -4/+3 |
| | | | | | | | | PHPBB3-14831 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-31 | 1 | -66/+117 |
|\ \ | |/ | | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php | ||||
| * | Merge pull request #4377 from rxu/ticket/14703 | Marc Alexander | 2016-08-31 | 1 | -66/+117 |
| |\ | | | | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules | ||||
| | * | [ticket/14703] Fix the docblock | rxu | 2016-07-24 | 1 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | [ticket/14703] Fix existance checking if multiple parent module_langname found | rxu | 2016-07-24 | 1 | -9/+26 |
| | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | [ticket/14703] Add test for the case multiple parent module_langname found | rxu | 2016-07-24 | 1 | -5/+7 |
| | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | [ticket/14703] Select the parent module id from the several found | rxu | 2016-07-23 | 1 | -3/+22 |
| | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | [ticket/14703] Refine the parent module selection for custom extension modules | rxu | 2016-07-10 | 1 | -71/+79 |
| | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | [ticket/14703] Fix parent module selection for custom modules removal | rxu | 2016-07-03 | 1 | -2/+4 |
| | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | [ticket/14703] Fix parent module selection for custom extension modules | rxu | 2016-07-03 | 1 | -1/+4 |
| | | | | | | | | | | | | PHPBB3-14703 | ||||
* | | | Merge branch 'ticket/14742' into ticket/14742-32x | Oliver Schramm | 2016-08-20 | 4 | -4/+4 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/phpbb/db/migrator.php | ||||
| * | | [ticket/14742] Fix comments in migrator | Oliver Schramm | 2016-08-20 | 4 | -4/+4 |
| | | | | | | | | | | | | PHPBB3-14742 | ||||
* | | | Merge branch 'ticket/14742' into ticket/14742-32x | Oliver Schramm | 2016-08-11 | 4 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | [ticket/14742] Avoid loop while reverting data | Oliver Schramm | 2016-08-11 | 4 | -0/+20 |
| |/ | | | | | | | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742 | ||||
* | | [ticket/14277] Use user_id if available | Mate Bartus | 2015-11-09 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14277 | ||||
* | | [ticket/14277] Fix undefined index error in migrations | Mate Bartus | 2015-11-08 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14277 | ||||
* | | Merge branch '3.1.x' | Joas Schilling | 2015-06-09 | 1 | -4/+18 |
|\ \ | |/ | |||||
| * | [ticket/13779] Set new auth options to the role only if matching the role type | rxu | 2015-04-26 | 1 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | Migrations' permission tool allows setting permissions to the role which doesn't match the role type, e.g. m_ permissions for u_ role types and so on. As one of side effects, this may lead to granting users moderative/admin permissions silently. With this patch the only new permissions matching the role type will be set. PHPBB3-13779 | ||||
* | | [ticket/13777] Reorder get_module_infos() method's arguments | MateBartus | 2015-05-31 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13777 | ||||
* | | [ticket/13777] Use module manager in phpBB core files | MateBartus | 2015-05-31 | 1 | -37/+18 |
| | | | | | | | | PHPBB3-13777 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-30 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | [ticket/13544] Use integer case because $role_id is an int | brunoais | 2015-01-26 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13544 | ||||
| * | [ticket/13544] Fixing wrong SQL query for permission_unset for roles | brunoais | 2015-01-26 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-13544 | ||||
* | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 1 | -1/+3 |
|/ | | | | PHPBB3-13468 | ||||
* | [ticket/13432] Make sure to add language file when including acp_modules | Marc Alexander | 2015-01-09 | 1 | -0/+1 |
| | | | | PHPBB3-13432 | ||||
* | [ticket/12557] Fix doc block errors found by Sami pt1 | n-aleha | 2014-08-03 | 1 | -1/+4 |
| | | | | PHPBB3-12557 | ||||
* | [ticket/12812] Add a migrator tool for config_text database changes | Matt Friedman | 2014-07-05 | 1 | -0/+125 |
| | | | | PHPBB3-12812 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\db\* | Tristan Darricau | 2014-06-15 | 3 | -0/+8 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 4 | -20/+28 |
| | | | | PHPBB3-12594 | ||||
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into ↵ | Nils Adermann | 2014-04-10 | 2 | -6/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12282: [ticket/12282] Update new references [ticket/12282] Update container db mock [ticket/12282] Add new line at EOF of the interface [ticket/12282] Use interface for type hinting [ticket/12282] Use {@inheritDoc} for inherited methods [ticket/12282] Add Interface for DBAL drivers | ||||
| * | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 2 | -6/+6 |
| | | | | | | | | PHPBB3-12282 | ||||
* | | [ticket/12349] Update license header in several new files | Joas Schilling | 2014-04-03 | 4 | -4/+4 |
|/ | | | | PHPBB3-12349 | ||||
* | [ticket/12263] Add missing variable names to docblock fixes | Matt Friedman | 2014-03-13 | 2 | -2/+2 |
| | | | | PHPBB3-12263 | ||||
* | [ticket/12263] Remove invalid SQL query and unused variables | Matt Friedman | 2014-03-13 | 1 | -13/+1 |
| | | | | PHPBB3-12263 | ||||
* | [ticket/12263] Remove unused argument in module add/remove | Matt Friedman | 2014-03-13 | 1 | -5/+3 |
| | | | | PHPBB3-12263 | ||||
* | [ticket/12263] Fix incorrect docblock commets | Matt Friedman | 2014-03-13 | 2 | -4/+4 |
| | | | | PHPBB3-12263 | ||||
* | [ticket/11995] Fix Revert of config.remove | Joas Schilling | 2013-11-02 | 1 | -0/+4 |
| | | | | PHPBB3-11995 |