aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_extensions.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-10/+10
| | | | PHPBB3-11700
* Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-181-9/+25
|\ | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11415: [ticket/11415] Add test for find_from_extension() [ticket/11415] Send the extension base the finder rather than the manager [ticket/11415] Create function in finder find_from_extension [ticket/11415] Fix ext.manager constructor in tests [ticket/11415] Make migrator/ext.manager dependencies of the base ext class [ticket/11415] Remove migrator dependency from extension manager [ticket/11415] Move migrator to base extension class from ext.manager [ticket/11415] Move while loop from ext manager to acp_extensions.php
| * [ticket/11415] Move while loop from ext manager to acp_extensions.phpNathaniel Guse2013-05-011-9/+25
| | | | | | | | | | | | | | Now enable_step works as it's supposed to (do one step at a time) and less refreshes are required for the user. PHPBB3-11415
* | [ticket/11450] Fix all instances of phpbb_extension_metadata_managerJoas Schilling2013-05-081-1/+1
|/ | | | PHPBB3-11450
* [ticket/11335] Replace "$phpEx" with $phpExNathaniel Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* [ticket/11335] (more) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* [ticket/11116] Made ACP "extension not available" error message E_USER_WARNINGrechosen2013-04-111-2/+2
| | | | | | | | | The error message generated when an administrator tries to enable an incompatible extension used to be displayed in the green of the default E_USER_NOTICE. Changed it to E_USER_WARNING to make it appear in red, as requested in the ticket. PHPBB3-11116
* [feature/migrations] Use getLocalisedMessage() function to get error messageNathan Guse2013-02-151-2/+2
| | | | PHPBB3-11318
* [feature/migrations] Catch and display errors from the migratorNathaniel Guse2013-02-091-7/+21
| | | | PHPBB3-11318
* [ticket/10631] Fix a spelling typoMichael C.2012-09-011-1/+1
| | | PHPBB3-10631
* [ticket/10631] Adjust prefixes to be easier to understandUnknown Bliss2012-09-011-6/+6
| | | | PHPBB3-10631
* [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-011-5/+10
| | | | | | | | | Turn the blocks red on the details page if requirement is not met. Also changing a how the errors come up when trying to enable/disable an extension when they cannot be. PHPBB3-10631
* [ticket/10631] Various front-end fixes (extensions manager)Nathan Guse2012-09-011-0/+9
| | | | | | | | | | Add Back button from details Add cancel button from actions Correct language strings PHPBB3-10631
* [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-011-18/+20
| | | | PHPBB3-10631
* [ticket/10631] get_extension_metadata_manager -> ↵Nathan Guse2012-09-011-3/+3
| | | | | | create_extension_metadata_manager PHPBB3-10631
* [ticket/10631] Simplify exceptionsNathan Guse2012-09-011-8/+20
| | | | PHPBB-10631
* [ticket/10631] Use exceptions for errors. Build action list dynamically.Nathan Guse2012-09-011-28/+83
| | | | PHPBB3-10631
* [ticket/10631] Fix some issues as noted in github comments, significantly ↵Nathan Guse2012-09-011-6/+6
| | | | | | simplified validation PHPBB3-10631
* [ticket/10631] Remove references to delete extensionNathan Guse2012-09-011-15/+0
| | | | PHPBB3-10631
* [ticket/10631] Validation for extensionsNathan Guse2012-09-011-18/+35
| | | | PHPBB3-10631
* [ticket/10631] Use display name if availableNathan Guse2012-09-011-3/+3
| | | | PHPBB3-10631
* [ticket/10631] Stagger the enable/disable/purge for extensionsNathan Guse2012-09-011-3/+18
| | | | PHPBB3-10631
* [ticket/10631] Fix list_available_extsNathan Guse2012-09-011-4/+2
| | | | PHPBB3-10631
* [ticket/10631] Various tidbits and cleanup on the acp extensions managerNathan Guse2012-09-011-54/+41
| | | | PHPBB3-10631
* [ticket/10631] Adding docblocksMichael Cullum2012-09-011-0/+21
| | | | PHPBB3-10631
* [ticket/10631] Fixing and finishing the extension metadata class.Michael Cullum2012-09-011-33/+19
| | | | PHPBB3-10631
* [ticket/10631] A few more extension admin changesMichael Cullum2012-09-011-3/+2
| | | | PHPBB3-10631
* [ticket/10631] Fixing some items mentioned in PRMichael Cullum2012-09-011-74/+37
| | | | PHPBB3-10631
* [ticket/10631] Fixing some extension admin issues foundMichael Cullum2012-09-011-16/+11
| | | | PHPBB3-10631
* [ticket/10631] Fixing some issues spotted in extensions adminMichael Cullum2012-09-011-47/+36
| | | | | | Removing whitespace, cast the items from the json file straight into template vars (not via variables) and fixing some double quotes to single quotes. PHPBB3-10631
* [ticket/10631] Adding an extensions adminMichael Cullum2012-09-011-0/+265
PHPBB3-10631