Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-04-17 | 1 | -17/+2 |
|\ | |||||
| * | 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 | 1 | -2/+4 |
| |\ \ | | | | | | | | | | | | | [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 | 1 | -2/+2 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Merge pull request #4698 from javiexin/ticket/15087 | Marc Alexander | 2017-04-16 | 1 | -115/+35 |
|\ \ \ | | | | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by caching | ||||
| * | | | [ticket/15087] Optimize creation of metadata objects by caching | javiexin | 2017-02-12 | 1 | -69/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caching is done in ext_manager, and metadata_manager is further simplified by reducing the number of parameters needed. Also, move template output function from metadata_manager to acp_extensions, where it belongs. PHPBB3-15087 | ||||
| * | | | [ticket/15087] Optimize creation of metadata objects by caching | javiexin | 2017-02-12 | 1 | -48/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code for [ticket/15080] Save unneeded file loads for extension metadata for phpbb 3.2. PHPBB3-15087 | ||||
* | | | | [ticket/15135] Correctly pass exception arguments and add back link again | Marc Alexander | 2017-03-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-15135 | ||||
* | | | | [ticket/15135] Parse language files in acp_extensions instead of md manager | Marc Alexander | 2017-03-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-15135 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-03-19 | 1 | -47/+25 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | [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 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2017-01-15 | 1 | -2/+12 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | * 3.1.x: [ticket/15011] Output meaningful errors when validating all metadata | ||||
| * | | | [ticket/15011] Output meaningful errors when validating all metadata | Marc Alexander | 2017-01-15 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | PHPBB3-15011 | ||||
* | | | | [ticket/15011] Fix 3.2.x merge | Tristan Darricau | 2017-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-15011 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2017-01-15 | 1 | -1/+4 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | * 3.1.x: [ticket/15011] Error not checked on metadata load failure | ||||
| * | | | Merge pull request #4646 from javiexin/ticket/15011 | Tristan Darricau | 2017-01-15 | 1 | -1/+4 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | [ticket/15011] Error not checked on metadata load failure * javiexin/ticket/15011: [ticket/15011] Error not checked on metadata load failure | ||||
| | * | | [ticket/15011] Error not checked on metadata load failure | javiexin | 2017-01-14 | 1 | -1/+4 |
| | |/ | | | | | | | | | | PHPBB3-15011 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-20 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | [ticket/14918] Simplify access to extension version metadata information | javiexin | 2016-12-16 | 1 | -1/+2 |
| |/ | | | | | | | PHPBB3-14918 | ||||
* | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 1 | -13/+5 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/13793] Remove translation on throwing exceptions | MateBartus | 2015-05-01 | 1 | -17/+9 |
|/ | | | | PHPBB3-13793 | ||||
* | [ticket/security-171] Sanitize data from composer.json | Marc Alexander | 2014-11-21 | 1 | -11/+23 |
| | | | | SECURITY-171 | ||||
* | [ticket/12903] Remove dead phpbb\extension\metadata_manager::_validate_version | jeroendedauw | 2014-08-07 | 1 | -21/+0 |
| | | | | PHPBB3-12903 | ||||
* | [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/12715] Cleanup comments in \phpbb\extension\* | Tristan Darricau | 2014-06-15 | 1 | -41/+44 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/11467] Add user object to extension manager for tests | n-aleha | 2014-05-29 | 1 | -2/+2 |
| | | | | PHPBB3-11467 | ||||
* | [ticket/11467] Add language variables for extension exception messages | n-aleha | 2014-05-29 | 1 | -11/+19 |
| | | | | | | | 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 | 1 | -5/+7 |
| | | | | PHPBB3-12594 | ||||
* | [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 | ||||
* | [ticket/12009] Prevent user from enabling invalid extension through direct URL | Cesar G | 2013-12-12 | 1 | -2/+12 |
| | | | | PHPBB3-12009 | ||||
* | [task/code-sniffer] Replace spaces with tabs. | Andreas Fischer | 2013-10-30 | 1 | -31/+31 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11981] Fix code sniffer complaints | Marc Alexander | 2013-10-28 | 1 | -1/+1 |
| | | | | PHPBB3-11981 | ||||
* | [ticket/11840] Fix regex | Nathan Guse | 2013-09-30 | 1 | -1/+1 |
| | | | | PHPBB3-11840 | ||||
* | [task/composer-compatibility] Minor changes that will break extension BC | MichaelC | 2013-10-01 | 1 | -7/+7 |
| | | | | PHPBB3-11840 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -16/+18 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+371 |
PHPBB3-11698 |