aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_details.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-301-0/+1
|\
| * Merge branch '3.1.x' into ticket/15081javiexin2017-02-101-0/+1
| |\
| * | [ticket/15081] Add acp_ext_details_notice template eventjaviexin2017-02-101-0/+1
| | | | | | | | | | | | PHPBB3-15081
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-301-0/+1
|\ \ \ | | |/ | |/|
| * | [ticket/14940] Add ACP template event acp_ext_details_endjaviexin2016-12-271-0/+1
| |/ | | | | | | PHPBB3-14940
* | [ticket/14901] Remove notice for extension without version checkDerky2016-12-091-13/+11
|/ | | | | | | Extensions without version check should not display a notice on the details page in the ACP. PHPBB3-14901
* [ticket/11366] Fix detailed viewTristan Darricau2014-05-281-6/+5
| | | | PHPBB3-11366
* [ticket/11366] Coding styleTristan Darricau2014-05-281-1/+5
| | | | PHPBB3-11366
* [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-281-16/+20
| | | | | | | | | | | | | | | | | | | | | | | + 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-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-2/+2
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* [ticket/12284] Improve readability of extension manager detailsMatt Friedman2014-03-171-6/+6
| | | | | | | | Use span tags like the rest of the ACP does, instead of P tags. There is no semantic need to use P tags here. These are not paragraphs. PHPBB3-12284
* [ticket/12248] Restore id attributes to extension details (used by tests)Matt Friedman2014-03-061-9/+9
| | | | PHPBB3-12248
* [ticket/12248] Remove unused label for attributes and related id tagsMatt Friedman2014-03-051-26/+26
| | | | PHPBB3-12248
* [ticket/12248] Use id instead of name attribute in a tagsMatt Friedman2014-03-051-1/+1
| | | | PHPBB3-12248
* [ticket/12248] Fix meta_author tags (IDs must be unique)Matt Friedman2014-03-051-8/+8
| | | | PHPBB3-12248
* [ticket/12248] Remove p tag in favor of strong tagMatt Friedman2014-03-051-1/+1
| | | | PHPBB3-12248
* [ticket/12248] Make extension details homepage a clickable linkMatt Friedman2014-03-041-1/+1
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12248 PHPBB3-12248
* [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html.Andreas Fischer2012-11-101-13/+13
| | | | PHPBB3-10780
* [ticket/10631] Adjust prefixes to be easier to understandUnknown Bliss2012-09-011-37/+37
| | | | PHPBB3-10631
* [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-011-3/+3
| | | | | | | | | 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/+2
| | | | | | | | | | Add Back button from details Add cancel button from actions Correct language strings PHPBB3-10631
* [ticket/10631] Fix some issues as noted in github comments, significantly ↵Nathan Guse2012-09-011-32/+32
| | | | | | simplified validation PHPBB3-10631
* [ticket/10631] Validation for extensionsNathan Guse2012-09-011-3/+5
| | | | PHPBB3-10631
* [ticket/10631] Fixing some more issuesNathan Guse2012-09-011-93/+93
| | | | PHPBB3-10631
* [ticket/10631] Fixing up the templateMichael Cullum2012-09-011-32/+32
| | | | PHPBB3-10631
* [ticket/10631] Fixing some items mentioned in PRMichael Cullum2012-09-011-5/+1
| | | | PHPBB3-10631
* [ticket/10631] Add an extension details pageMichael Cullum2012-09-011-0/+97
PHPBB3-10631