Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15088] Avoid code repetitions in extension manager | Jakub Senko | 2019-07-27 | 1 | -96/+54 |
| | | | | PHPBB3-15088 | ||||
* | [ticket/15202] To disable, an extension must be enabled | javiexin | 2017-04-28 | 1 | -2/+2 |
| | | | | PHPBB3-15202 | ||||
* | Merge pull request #4698 from javiexin/ticket/15087 | Marc Alexander | 2017-04-16 | 1 | -29/+32 |
|\ | | | | | | | [ticket/15087] Optimize creation of metadata objects by caching | ||||
| * | [ticket/15087] Optimize creation of metadata objects by caching | javiexin | 2017-02-12 | 1 | -12/+21 |
| | | | | | | | | | | | | | | | | 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 | -17/+11 |
| | | | | | | | | | | | | | | Code for [ticket/14938] Inconsistency in ext_mgr all_available vs is_available for phpbb 3.2. PHPBB3-15087 | ||||
* | | [ticket/15142] Merge branch 'ticket/15142' into 32x | Matt Friedman | 2017-04-10 | 1 | -2/+2 |
|\ \ | | | | | | | | | | PHPBB3-15142 | ||||
* | | | Use SSL in version check for extension | tas2580 | 2017-01-22 | 1 | -1/+1 |
| |/ |/| | | | | | PHPBB3-15025 | ||||
* | | [ticket/12610] CS | Tristan Darricau | 2016-12-03 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Use exception_interface | Tristan Darricau | 2016-12-03 | 1 | -3/+5 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 1 | -5/+33 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/13793] Remove translation on throwing exceptions | MateBartus | 2015-05-01 | 1 | -5/+2 |
| | | | | | | | | PHPBB3-13793 | ||||
* | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | [ticket/13513] Use paths relative to the phpBB root in the router | Tristan Darricau | 2015-01-17 | 1 | -6/+11 |
|/ | | | | PHPBB3-13513 | ||||
* | Merge pull request #2729 from Nicofuma/ticket/12847 | Joas Schilling | 2014-08-07 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | [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 | 1 | -0/+6 |
| | | | | | | | | PHPBB3-12847 | ||||
* | | [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 | ||||
* | [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 | 1 | -1/+1 |
| | | | | 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 | 1 | -3/+3 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Fix usages of the finder | Joas Schilling | 2014-06-10 | 1 | -2/+12 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/11467] Add user object to extension manager for tests | n-aleha | 2014-05-29 | 1 | -6/+6 |
| | | | | PHPBB3-11467 | ||||
* | [ticket/11467] Add language variables for extension exception messages | n-aleha | 2014-05-29 | 1 | -7/+10 |
| | | | | | | | 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/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/11429] Increment asset version on Ext enable | Matt Friedman | 2014-03-13 | 1 | -0/+5 |
| | | | | PHPBB3-11429 | ||||
* | [ticket/12009] Do not allow incorrectly structured extensions to be installed. | Cesar G | 2013-12-11 | 1 | -0/+15 |
| | | | | PHPBB3-12009 | ||||
* | [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 | -0/+6 |
| | | | | PHPBB3-11981 | ||||
* | [ticket/11700] Correctly load extensions with nonprefixed namespaces | Nils Adermann | 2013-09-17 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -18/+20 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Modify all code to use the new interface names | Nils Adermann | 2013-07-14 | 1 | -3/+3 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+513 |
PHPBB3-11698 |