aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_extensions.php
Commit message (Expand)AuthorAgeFilesLines
...
| | * [ticket/12618] Allow extension author to use SSL for version-checkKilian2015-09-251-1/+1
* | | Merge branch '3.1.x'Joas Schilling2016-01-091-2/+0
|\ \ \ | |/ /
| * | Merge pull request #24 from phpbb/ticket/security-188Joas Schilling2016-01-091-2/+0
| |\ \ | | |/ | |/|
| | * [ticket/security-188] Remove unused form key from acp_extensionsMarc Alexander2015-12-231-2/+0
* | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | | Merge branch '3.1.x'Tristan Darricau2015-09-161-0/+3
|\ \ \ | |/ /
| * | [ticket/14154] Add extension composer name as tooltipZoddo2015-09-121-0/+3
| * | [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-4/+4
| |/
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-4/+4
* | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-5/+9
|/
* [ticket/13612] Always display success message if extension was enabledMarc Alexander2015-02-141-5/+0
* [ticket/13358] Correctly create version_helper in acp_extensionsMarc Alexander2014-11-221-1/+1
* [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-131-0/+12
* [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-271-6/+6
* [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy rulesetTristan Darricau2014-06-161-1/+1
* [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-1/+1
* [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-1/+31
* [ticket/11366] Use force_cache on the list pageTristan Darricau2014-05-281-6/+10
* [ticket/11366] Add recheck-all linkTristan Darricau2014-05-281-0/+2
* [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-4/+7
* [ticket/11366] Fix whitespacesTristan Darricau2014-05-281-3/+3
* [ticket/11366] Update var namesTristan Darricau2014-05-281-16/+13
* [ticket/11366] Fix detailed viewTristan Darricau2014-05-281-2/+4
* [ticket/11366] Remove the double spacesTristan Darricau2014-05-281-1/+1
* [ticket/11366] Coding styleTristan Darricau2014-05-281-33/+33
* [ticket/11366] Adding a missing commitNicofuma2014-05-281-4/+4
* [ticket/11366] Bug Fix: Extensions removed but still registred in DBNicofuma2014-05-281-8/+8
* [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-281-30/+47
* [ticket/11366] Extension's version's checkNicofuma2014-05-281-26/+111
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [ticket/12074] Don't log errorsTristan Darricau2014-05-091-12/+0
* [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-091-1/+33
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+3
* [ticket/12043] Correct try/catch exceptions for invalid extensionsMatt Friedman2014-03-291-49/+49
* [ticket/12043] Sort Extensions by Display Name in ACP Extension manangerMatt Friedman2014-03-291-3/+30
* [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-121-0/+10
* [ticket/12002] Add link hash to extension manager linksJoas Schilling2013-11-081-6/+11
* [ticket/11994] Change error level for missing .json fileJoas Schilling2013-11-081-1/+1
* [ticket/11994] Rename "uninstall" to "delete data"Joas Schilling2013-11-081-9/+12
* [ticket/11994] Make install/enable just one UI thingJoas Schilling2013-11-081-8/+4
* [ticket/11994] Use display name on confirmation screenJoas Schilling2013-11-081-3/+3
* [ticket/11994] Make extension manager UI less misleadingJoas Schilling2013-11-081-13/+21
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-10/+10
* Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-181-9/+25
|\
| * [ticket/11415] Move while loop from ext manager to acp_extensions.phpNathaniel Guse2013-05-011-9/+25
* | [ticket/11450] Fix all instances of phpbb_extension_metadata_managerJoas Schilling2013-05-081-1/+1
|/
* [ticket/11335] Replace "$phpEx" with $phpExNathaniel Guse2013-04-241-1/+1
* [ticket/11335] (more) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
* [ticket/11116] Made ACP "extension not available" error message E_USER_WARNINGrechosen2013-04-111-2/+2
* [feature/migrations] Use getLocalisedMessage() function to get error messageNathan Guse2013-02-151-2/+2