Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16281] Fix Ajax refresh-data for extensions' Tab | 3D-I | 2020-01-01 | 1 | -15/+12 |
| | | | | PHPBB3-16281 | ||||
* | [ticket/16281] Fix Ajax refresh-data for extensions' Tab | 3D-I | 2019-12-31 | 1 | -1/+1 |
| | | | | PHPBB3-16281 | ||||
* | [ticket/16281] Fix Ajax refresh-data for extensions' Tab | 3D-I | 2019-12-31 | 1 | -2/+2 |
| | | | | PHPBB3-16281 | ||||
* | [ticket/16281] Fix Ajax refresh-data for extensions' Tab | 3D-I | 2019-12-31 | 1 | -10/+34 |
| | | | | PHPBB3-16281 | ||||
* | [ticket/15257] Improve readability of check_is_enableable | Marc Alexander | 2019-09-30 | 1 | -8/+15 |
| | | | | PHPBB3-15257 | ||||
* | [ticket/15257] Address validation issues | Jakub Senko | 2019-09-30 | 1 | -0/+7 |
| | | | | PHPBB3-15257 | ||||
* | [ticket/15257] Provide extension not enableable messages | Jakub Senko | 2019-09-30 | 1 | -8/+14 |
| | | | | PHPBB3-15257 | ||||
* | [ticket/16052] Fix issues caused by merges | Marc Alexander | 2019-05-11 | 1 | -1/+1 |
| | | | | PHPBB3-16052 | ||||
* | [ticket/15664] Ajaxify ext actions in ACP | Jakub Senko | 2019-05-09 | 1 | -42/+107 |
| | | | | PHPBB3-15664 | ||||
* | [ticket/15871] Add $php_ini to the class properties list | rxu | 2018-11-15 | 1 | -0/+1 |
| | | | | PHPBB3-15871 | ||||
* | [ticket/15871] Use php_ini service | rxu | 2018-11-11 | 1 | -2/+5 |
| | | | | PHPBB3-15871 | ||||
* | [ticket/15871] Fix PHP 7.1+ warning in ACR extensions module | rxu | 2018-11-11 | 1 | -1/+1 |
| | | | | PHPBB3-15871 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-05-02 | 1 | -0/+9 |
|\ | |||||
| * | [ticket/15187] Use $this->template property | kasimi | 2017-04-29 | 1 | -1/+1 |
| | | |||||
| * | [ticket/15187] Add ACP style after enabling an extension | kasimi | 2017-04-29 | 1 | -0/+9 |
| | | |||||
| * | Merge pull request #4581 from javiexin/ticket/14919 | Marc Alexander | 2017-04-16 | 1 | -62/+62 |
| |\ | | | | | | | | | | [ticket/14919] Do not directly use globals in acp_extensions | ||||
| | * | [ticket/14919] Do not directly use globals in acp_extensions | javiexin | 2016-12-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Declare all used variables (u_action, tpl_name, page_title). Fix typo. PHPBB3-14919 | ||||
| | * | [ticket/14919] Do not directly use globals in acp_extensions | javiexin | 2016-12-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Declare all used variables (u_action, tpl_name, page_title). PHPBB3-14919 | ||||
| | * | [ticket/14919] Do not directly use globals in acp_extensions | javiexin | 2016-12-17 | 1 | -66/+65 |
| | | | | | | | | | | | | PHPBB3-14919 | ||||
* | | | [ticket/15011] Use exception interface for 3.2 | javiexin | 2017-04-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Update the mentioned ticket to 3.2 by using exception_inteface instead of the actual exception class. Also, use adm_back_link consistently. PHPBB3-15011 | ||||
* | | | Merge pull request #4698 from javiexin/ticket/15087 | Marc Alexander | 2017-04-16 | 1 | -70/+105 |
|\ \ \ | | | | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by caching | ||||
| * | | | [ticket/15087] Optimize creation of metadata objects by caching | javiexin | 2017-02-12 | 1 | -4/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -73/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code for [ticket/14919] Do not directly use globals in acp_extensions for phpbb 3.2. PHPBB3-15087 | ||||
* | | | | [ticket/15142] Merge branch 'ticket/15142' into 32x | Matt Friedman | 2017-04-10 | 1 | -4/+1 |
|\ \ \ \ | | |/ / | |/| | | | | | | PHPBB3-15142 | ||||
| * | | | [ticket/15142] Check extension updates on current branch | Matt Friedman | 2017-03-24 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-15142 | ||||
* | | | | [ticket/15135] Correctly pass exception arguments and add back link again | Marc Alexander | 2017-03-23 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-15135 | ||||
* | | | | [ticket/15135] Parse language files in acp_extensions instead of md manager | Marc Alexander | 2017-03-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-15135 | ||||
* | | | | Merge pull request #4711 from javiexin/ticket/15102 | Tristan Darricau | 2017-03-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15102] Missing parameter calling version_check * github.com:phpbb/phpbb: [ticket/15102] Missing parameter calling version_check | ||||
| * | | | | [ticket/15102] Missing parameter calling version_check | javiexin | 2017-02-24 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | PHPBB3-15102 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-03-19 | 1 | -15/+47 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #4578 from javiexin/ticket/14849 | Marc Alexander | 2017-03-19 | 1 | -15/+47 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/14849] Add core.acp_extensions_run_action | ||||
| | * | | | [ticket/14849] Add core.acp_extensions_run_action | javiexin | 2017-02-19 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename event to core.acp_extensions_run_action_before PHPBB-14849 | ||||
| | * | | | [ticket/14849] Add core.acp_extensions_run_action | javiexin | 2016-12-30 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position. Added an extra variable to the event. Additional event to be run after the execution of the action in ACP. Added a new action to allow for extension execution control. PHPBB-14849 | ||||
| | * | | | [ticket/14849] Add core.acp_extensions_run_action_after | javiexin | 2016-12-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP. Adding missing var as input to event. PHPBB-14849 | ||||
| | * | | | [ticket/14849] Add core.acp_extensions_run_action_after | javiexin | 2016-12-16 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP PHPBB-14849 | ||||
| | * | | | [ticket/14849] Add core.acp_extensions_run_action | javiexin | 2016-12-11 | 1 | -9/+21 |
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position to perform common checks before calling the event, added an extra variable to allow execution control, honor the extension modified value of u_action (if any) PHPBB-14849 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-03-19 | 1 | -10/+8 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | [ticket/15011] All errors on metadata throw exceptions | javiexin | 2017-02-15 | 1 | -10/+8 |
| |/ | | | | | | | | | | | | | | | | | 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/14901] Remove notice for extension without version check | Derky | 2016-12-09 | 1 | -16/+24 |
| | | | | | | | | | | | | | | Extensions without version check should not display a notice on the details page in the ACP. PHPBB3-14901 | ||||
* | | [ticket/14900] Do not state missing cached version check means ext is invalid | Marc Alexander | 2016-12-08 | 1 | -1/+5 |
| | | | | | | | | | | | | Also fixed typo in code that was looming there for a while. PHPBB3-14900 | ||||
* | | [ticket/12610] Correctly handle empty cache | Tristan Darricau | 2016-12-03 | 1 | -4/+5 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Ignor exception due to the version check in extensions list | Tristan Darricau | 2016-12-03 | 1 | -5/+12 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Skip extensions with no update info | Tristan Darricau | 2016-12-03 | 1 | -15/+36 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Use exception_interface | Tristan Darricau | 2016-12-03 | 1 | -6/+10 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 1 | -37/+9 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-16 | 1 | -1/+17 |
|\ \ | |/ | |||||
| * | [ticket/14849] Add core.acp_extensions_run_action | Jakub Senko | 2016-11-13 | 1 | -1/+17 |
| | | | | | | | | PHPBB3-14849 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2016-01-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge pull request #3929 from kilianr/ticket/12618 | Marc Alexander | 2016-01-12 | 1 | -1/+1 |
| |\ | | | | | | | | | | [ticket/12618] Allow extension author to use SSL for version-check. | ||||
| | * | [ticket/12618] Minor fix: Don't cast bool to int anymore | Kilian | 2015-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-12618 |