aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_list.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16052] Update version numbers to 3.3Marc Alexander2019-05-111-1/+1
| | | | PHPBB3-16052
* [ticket/15664] Ajaxify ext actions in ACPJakub Senko2019-05-091-14/+5
| | | | PHPBB3-15664
* [ticket/15534] Update also styles database link in ACP for phpBB 3.2rxu2018-01-261-1/+1
| | | | PHPBB3-15534
* [ticket/15534] Update extensions database link in ACP for phpBB 3.2rxu2018-01-251-1/+1
| | | | PHPBB3-15534
* [ticket/14677] Use classes for colors in ext listOliver Schramm2017-09-201-4/+4
| | | | PHPBB3-14677
* [ticket/14677] Make the exclamation mark redOliver Schramm2017-09-101-2/+2
| | | | PHPBB3-14677
* [ticket/14677] Add exclamation mark to outdated extensionsOliver Schramm2017-09-091-0/+2
| | | | PHPBB3-14677
* [ticket/14995] Add ACP template events acp_ext_list_*_name_afterjaviexin2017-01-121-2/+2
| | | | PHPBB3-14995
* [ticket/14848] Add acp_ext_list_disabled/enabled_title_afterJakub Senko2016-11-021-2/+2
| | | | PHPBB3-14848
* Merge pull request #3893 from VSEphpbb/ticket/14155Marc Alexander2015-10-091-2/+2
|\ | | | | | | | | | | | | [ticket/14155] Row highlighting for extension/styles management Conflicts: phpBB/adm/style/acp_ext_list.html
| * [ticket/14155] Row highlighting for extension/styles managementMatt Friedman2015-09-111-2/+2
| | | | | | | | PHPBB3-14155
* | [ticket/14154] Add extension composer name as tooltipZoddo2015-09-121-2/+2
|/ | | | PHPBB3-14154
* [ticket/13818] Add browse CDB links to ext style lang managementMatt Friedman2015-06-061-1/+7
| | | | PHPBB3-13818
* [ticket/11366] Fix headings css in list pageTristan Darricau2014-05-281-3/+3
| | | | PHPBB3-11366
* [ticket/11366] Fix HTMLTristan Darricau2014-05-281-2/+2
| | | | PHPBB3-11366
* [ticket/11366] Exchange links and settings' formTristan Darricau2014-05-281-4/+4
| | | | PHPBB3-11366
* [ticket/11366] Remove the extra {S_FORM_TOKEN}Tristan Darricau2014-05-281-1/+0
| | | | PHPBB3-11366
* [ticket/11366] Move the links to the top of the pageTristan Darricau2014-05-281-5/+5
| | | | PHPBB3-11366
* [ticket/11366] Hide the version check settings by defaultTristan Darricau2014-05-281-2/+2
| | | | PHPBB3-11366
* [ticket/11366] Versions, options and actions heading should be centeredTristan Darricau2014-05-281-3/+3
| | | | PHPBB3-11366
* [ticket/11366] Move "recheck all" linkTristan Darricau2014-05-281-2/+6
| | | | PHPBB3-11366
* [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-0/+21
| | | | PHPBB3-11366
* [ticket/11366] Add recheck-all linkTristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-2/+6
| | | | PHPBB3-11366
* [ticket/11366] Coding styleTristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Set the size of the 'current version' column to 20%Nicofuma2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-281-7/+4
| | | | | | | | | | | | | | | | | | | | | | | + bug fix (missing exception) + Using \phpbb\version_helper So, now, the version file have a new format : { "stable": { "<branch>": { "current": "<version>", [ "announcement": "<announcement link>", ] [ "download": "<download link>", ] }, "<branch>": { ... } }, "unstable": { } } PHPBB3-11366
* [ticket/11366] Extension's version's checkNicofuma2014-05-281-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a feature to check automatically the version of the installed extensions. The informations are cached for 24 hours (like for the global update check on the main page of the acp). The informations about the versions are display both on the global list and on the detailled page. To do this the developper has to to let the composer.json of the latest version available and add some informations into it : "extra": { "version-check": { "host": "<the host>", "directory": "<the directory containing the file>", "filename": "<the composer.json of the latest version>" } } He can also add two extra informations which will be displayed if a new version is available : "extra": { "download": "<download link>", "annoucement": "<announcement link>", } Currently a notice is displayed when the "extra.version-check" informations are missing. Ticket: https://tracker.phpbb.com/browse/PHPBB3-11366 Signed-off-by: Nicofuma <github@nicofuma.fr> PHPBB3-11366
* [ticket/12248] Use id instead of name attribute in a tagsMatt Friedman2014-03-051-1/+1
| | | | PHPBB3-12248
* [ticket/11996] Use a table for better stylingJoas Schilling2014-01-131-2/+17
| | | | PHPBB3-11996
* [ticket/11996] Add explanation how to correctly remove and update an extensionJoas Schilling2013-12-271-0/+2
| | | | | | | See http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=44001 for more information about the decision. PHPBB3-11996
* [ticket/11994] Make extension manager UI less misleadingJoas Schilling2013-11-081-6/+4
| | | | | | | Enable and Install were split into two different expressions. Purge was renamed to uninstall to make clearer what is going to happen. PHPBB3-11994
* [ticket/11935] Replace obsolete table attributes in Admin with CSSMatt Friedman2013-10-191-1/+1
| | | | PHPBB3-11935
* [ticket/11935] Fix stray </a> tagsMatt Friedman2013-10-191-2/+2
| | | | PHPBB3-11935
* [ticket/11935] Fix incorrect alt tags that should be title tagsMatt Friedman2013-10-191-2/+2
| | | | PHPBB3-11935
* [ticket/10631] Adjust prefixes to be easier to understandUnknown Bliss2012-09-011-2/+2
| | | | PHPBB3-10631
* [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-011-2/+2
| | | | PHPBB3-10631
* [ticket/10631] Use exceptions for errors. Build action list dynamically.Nathan Guse2012-09-011-5/+16
| | | | PHPBB3-10631
* [ticket/10631] Remove references to delete extensionNathan Guse2012-09-011-3/+2
| | | | PHPBB3-10631
* [ticket/10631] Various tidbits and cleanup on the acp extensions managerNathan Guse2012-09-011-64/+51
| | | | PHPBB3-10631
* [ticket/10631] A few more extension admin changesMichael Cullum2012-09-011-1/+1
| | | | PHPBB3-10631
* [ticket/10631] Changing Ext Admin List to conform to standardsMichael Cullum2012-09-011-4/+8
| | | | PHPBB3-10631
* [ticket/10631] Adding an extensions adminMichael Cullum2012-09-011-0/+60
PHPBB3-10631