Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15187] Add paths of newly enabled extensions to template | kasimi | 2017-04-28 | 1 | -0/+36 |
| | | | | | | | | When enabling an extension its paths aren't added immediately to the template which results in ACP events not being registered in the compiled template files. PHPBB3-15187 | ||||
* | Merge pull request #4689 from javiexin/ticket/15080 | Marc Alexander | 2017-04-17 | 1 | -45/+15 |
|\ | | | | | | | [ticket/15080] Save unneeded file loads for extension metadata | ||||
| * | [ticket/15080] Save unneeded file loads for extension metadata | javiexin | 2017-02-09 | 1 | -45/+15 |
| | | | | | | | | PHPBB3-15080 | ||||
* | | Merge pull request #4592 from javiexin/ticket/14938 | Marc Alexander | 2017-04-16 | 2 | -21/+17 |
|\ \ | | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available | ||||
| * | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available | javiexin | 2017-02-10 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. Further simplify is_available by using metadata_manager. Make optional the template object on metadata_manager creation. PHPBB3-14938 | ||||
| * | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available | javiexin | 2017-02-09 | 1 | -18/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. Further simplify is_available by using metadata_manager. PHPBB3-14938 | ||||
| * | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available | javiexin | 2016-12-30 | 1 | -17/+3 |
| | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. PHPBB3-14938 | ||||
| * | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available | javiexin | 2016-12-26 | 1 | -1/+23 |
| |/ | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available PHPBB3-14938 | ||||
* | | [ticket/15011] All errors on metadata throw exceptions | javiexin | 2017-02-15 | 1 | -37/+26 |
| | | | | | | | | | | | | | | | | | | There is inconsistency in the way error are treated in metadata_manager. Some method return false on error, others throw exception. With this, the usage is homogeneus, and the uses of these are also adapted. Using same ticket as it is the same issue, solved in a different way. PHPBB3-15011 | ||||
* | | [ticket/15011] Error not checked on metadata load failure | javiexin | 2017-01-14 | 1 | -1/+4 |
|/ | | | | PHPBB3-15011 | ||||
* | [ticket/security-171] Sanitize data from composer.json | Marc Alexander | 2014-11-21 | 1 | -11/+23 |
| | | | | SECURITY-171 | ||||
* | [ticket/12963] Revert back to "migrations" folder name for extensions | Joas Schilling | 2014-09-18 | 1 | -10/+1 |
| | | | | | | The issues that can be created with the name change are just too much PHPBB3-12963 | ||||
* | [ticket/12963] Edit deprecation message | Tristan Darricau | 2014-09-16 | 1 | -1/+1 |
| | | | | PHPBB3-12963 | ||||
* | [ticket/12963] Load extensions migrations from /migration | Tristan Darricau | 2014-09-10 | 1 | -1/+11 |
| | | | | PHPBB3-12963 | ||||
* | [ticket/12963] Don't use static var in \extension\base\get_migration_file_list | Tristan Darricau | 2014-09-10 | 1 | -4/+5 |
| | | | | | | | | The static var was global to all instance of \phpbb\base and so if two different instances (for two different extensions) were created by the same script they shared the same migrations list. PHPBB3-12963 | ||||
* | [ticket/12903] Remove dead phpbb\extension\metadata_manager::_validate_version | jeroendedauw | 2014-08-07 | 1 | -21/+0 |
| | | | | PHPBB3-12903 | ||||
* | Merge pull request #2729 from Nicofuma/ticket/12847 | Joas Schilling | 2014-08-07 | 3 | -0/+21 |
|\ | | | | | | | | | | | | | [ticket/12847] Allow the extensions to say if they can be enabled * Nicofuma/ticket/12847: [ticket/12847] Allow the extensions to say if they can be enabled | ||||
| * | [ticket/12847] Allow the extensions to say if they can be enabled | Tristan Darricau | 2014-07-13 | 3 | -0/+22 |
| | | | | | | | | PHPBB3-12847 | ||||
* | | [ticket/12557] Fix doc block in extension base class | n-aleha | 2014-08-06 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-12557 | ||||
* | | [ticket/12870] Create the migrations table with a method in the migrator | Tristan Darricau | 2014-07-27 | 1 | -2/+5 |
| | | | | | | | | PHPBB3-12870 | ||||
* | | [ticket/12870] Create the migrations table in db:migrate | Tristan Darricau | 2014-07-26 | 1 | -5/+3 |
|/ | | | | PHPBB3-12870 | ||||
* | Merge pull request #2673 from nickvergessen/ticket/12783 | Tristan Darricau | 2014-07-03 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | Ticket/12783 Move require:phpbb/phpbb to extra:phpbb/phpbb in Extensions composer.json files * nickvergessen/ticket/12783: [ticket/12783] Move phpbb requirement to extra->soft-require [ticket/12783] Correctly use dataProviders and mark tests as incomplete [ticket/12783] Move phpbb/phpbb require version to extra | ||||
| * | [ticket/12783] Move phpbb requirement to extra->soft-require | Joas Schilling | 2014-07-02 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12783 | ||||
| * | [ticket/12783] Move phpbb/phpbb require version to extra | Joas Schilling | 2014-06-28 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12783 | ||||
* | | [ticket/12777] Add is_purged() | Tristan Darricau | 2014-06-27 | 1 | -0/+13 |
| | | | | | | | | PHPBB3-12777 | ||||
* | | [ticket/12777] Update doc block of is_configured() | Tristan Darricau | 2014-06-27 | 1 | -1/+3 |
| | | | | | | | | PHPBB3-12777 | ||||
* | | [ticket/12777] Rename extension status functions and add is_configured() | Tristan Darricau | 2014-06-27 | 1 | -2/+25 |
|/ | | | | PHPBB3-12777 | ||||
* | [ticket/12762] Make ext.php optional for extensions | Tristan Darricau | 2014-06-23 | 1 | -1/+1 |
| | | | | PHPBB3-12762 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\extension\* | Tristan Darricau | 2014-06-15 | 3 | -43/+46 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12508] Only take a list of names for set_extensions() | Joas Schilling | 2014-06-10 | 1 | -2/+2 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finder | Joas Schilling | 2014-06-10 | 3 | -542/+6 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Fix usages of the finder | Joas Schilling | 2014-06-10 | 1 | -2/+12 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Remove extension manager from finder | Joas Schilling | 2014-06-10 | 1 | -36/+25 |
| | | | | PHPBB3-12508 | ||||
* | Merge pull request #2494 from Nicofuma/ticket/12589 | Joas Schilling | 2014-05-31 | 1 | -33/+48 |
|\ | | | | | | | | | | | | | | | | | [ticket/12589] Search directly in $directory if it's an absolute sub-path * Nicofuma/ticket/12589: [ticket/12589] Add test searching in a non absolute directory [ticket/12589] Fix tests [ticket/12589] Search directly in $directory if it's an absolute sub-path | ||||
| * | [ticket/12589] Fix tests | Tristan Darricau | 2014-05-24 | 1 | -43/+45 |
| | | | | | | | | PHPBB3-12589 | ||||
| * | [ticket/12589] Search directly in $directory if it's an absolute sub-path | Tristan Darricau | 2014-05-24 | 1 | -1/+14 |
| | | | | | | | | PHPBB3-12589 | ||||
* | | [ticket/11467] Add user object to extension manager for tests | n-aleha | 2014-05-29 | 2 | -8/+8 |
| | | | | | | | | PHPBB3-11467 | ||||
* | | [ticket/11467] Add language variables for extension exception messages | n-aleha | 2014-05-29 | 2 | -18/+29 |
| | | | | | | | | | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467 | ||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 7 | -33/+49 |
|/ | | | | PHPBB3-12594 | ||||
* | [ticket/12586] Limit depth to 2, we require vendor/extension/ext.php | Joas Schilling | 2014-05-22 | 1 | -0/+1 |
| | | | | PHPBB3-12586 | ||||
* | [ticket/12586] Use dot filter when trying to find available extensions | Joas Schilling | 2014-05-22 | 1 | -2/+6 |
| | | | | PHPBB3-12586 | ||||
* | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -2/+2 |
| | | | | PHPBB3-12282 | ||||
* | [ticket/12311] Use valid composer schema - license - for extensions | Matt Friedman | 2014-03-27 | 1 | -2/+2 |
| | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311 | ||||
* | Merge remote-tracking branch 'nickvergessen/ticket/12268' into develop-ascraeus | Dhruv | 2014-03-23 | 1 | -5/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/12268: [ticket/12268] Do not use substr but just compare the character [ticket/12268] Rename class file to recursive_dot_prefix_filter_iterator.php [ticket/12268] Move class out of extension namespace and rename it [ticket/12268] Do not search in folders starting with a dot [ticket/12268] Use FilesystemIterator::SKIP_DOTS [ticket/12268] Extension finder should not crawl through .git/ of extensions | ||||
| * | [ticket/12268] Move class out of extension namespace and rename it | Joas Schilling | 2014-03-14 | 2 | -28/+1 |
| | | | | | | | | PHPBB3-12268 | ||||
| * | [ticket/12268] Do not search in folders starting with a dot | Joas Schilling | 2014-03-14 | 1 | -7/+2 |
| | | | | | | | | PHPBB3-12268 | ||||
| * | [ticket/12268] Use FilesystemIterator::SKIP_DOTS | Joas Schilling | 2014-03-14 | 1 | -6/+10 |
| | | | | | | | | PHPBB3-12268 | ||||
| * | [ticket/12268] Extension finder should not crawl through .git/ of extensions | Joas Schilling | 2014-03-13 | 2 | -1/+34 |
| | | | | | | | | | | | | | | | | This new filter ignores .svn and .git directories. When searching for php classes and template files of extensions we don't need to look inside these directories. PHPBB3-12268 | ||||
* | | [ticket/11429] Increment asset version on Ext enable | Matt Friedman | 2014-03-13 | 1 | -0/+5 |
|/ | | | | PHPBB3-11429 | ||||
* | [ticket/12180] Add "Each file MUST end with exactly one newline character" rule | Andreas Fischer | 2014-02-10 | 1 | -1/+1 |
| | | | | PHPBB3-12180 |