aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/extensions.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14910] Fixes typo PLease to Please in EXTENSION_NOT_INSTALLEDChristian Schnegelberger2016-12-111-1/+1
| | | | PHPBB3-14910
* [ticket/12610] Add a better error message when an extension is missingTristan Darricau2016-12-041-0/+1
| | | | PHPBB3-12610
* [ticket/13818] Add browse CDB links to ext style lang managementMatt Friedman2015-06-061-0/+8
| | | | PHPBB3-13818
* [ticket/13763] Fix typo in extension lang fileRichard McGirr2015-04-151-1/+1
| | | | PHPBB3-13763
* [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-131-0/+1
| | | | PHPBB3-12847
* [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-0/+3
| | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
* [ticket/11366] Better language string for "recheck all"Tristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-1/+4
| | | | PHPBB3-11366
* [ticket/11366] Add recheck-all linkTristan Darricau2014-05-281-0/+2
| | | | PHPBB3-11366
* [ticket/11366] Align language stringsTristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Coding styleTristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Correct a sentenceTristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Remove unused langage entryTristan Darricau2014-05-281-1/+0
| | | | PHPBB3-11366
* [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | + 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/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [ticket/12456] Fix duplicated empty lines in language filesJoas Schilling2014-04-291-1/+0
| | | | PHPBB3-12456
* [ticket/12311] Use British-English spelling of licence in lang fileMatt Friedman2014-03-281-1/+1
| | | | PHPBB3-12311
* [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-1/+1
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* [ticket/11996] Remove note until we really do disable the boardJoas Schilling2014-02-031-1/+1
| | | | PHPBB3-11996
* [ticket/11996] Use a table for better stylingJoas Schilling2014-01-131-12/+10
| | | | PHPBB3-11996
* [ticket/11996] Add explanation how to correctly remove and update an extensionJoas Schilling2013-12-271-3/+18
| | | | | | | See http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=44001 for more information about the decision. PHPBB3-11996
* [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-121-0/+1
| | | | PHPBB3-12009
* [ticket/11994] Fix more languageJoas Schilling2013-11-081-6/+6
| | | | PHPBB3-11994
* [ticket/11994] Rename "uninstall" to "delete data"Joas Schilling2013-11-081-6/+6
| | | | PHPBB3-11994
* [ticket/11994] Make install/enable just one UI thingJoas Schilling2013-11-081-5/+0
| | | | PHPBB3-11994
* [ticket/11994] Fix some languageJoas Schilling2013-11-081-2/+2
| | | | PHPBB3-11994
* [ticket/11994] More language fixesJoas Schilling2013-11-081-5/+5
| | | | PHPBB3-11994
* [ticket/11994] Make extension manager UI less misleadingJoas Schilling2013-11-081-27/+24
| | | | | | | 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] Fix <p> tags not allowed inside <strong> tagsMatt Friedman2013-10-191-1/+1
| | | | PHPBB3-11935
* [ticket/10631] Use exceptions for errors. Build action list dynamically.Nathan Guse2012-09-011-1/+1
| | | | PHPBB3-10631
* [ticket/10631] Remove references to delete extensionNathan Guse2012-09-011-5/+0
| | | | PHPBB3-10631
* [ticket/10631] Make the enable/disable/purge notices more visable.Nathan Guse2012-09-011-1/+1
| | | | PHPBB3-10631
* [ticket/10631] Validation for extensionsNathan Guse2012-09-011-20/+21
| | | | PHPBB3-10631
* [ticket/10631] Stagger the enable/disable/purge for extensionsNathan Guse2012-09-011-4/+7
| | | | PHPBB3-10631
* [ticket/10631] Various tidbits and cleanup on the acp extensions managerNathan Guse2012-09-011-103/+104
| | | | PHPBB3-10631
* [ticket/10631] A few more extension admin changesMichael Cullum2012-09-011-17/+16
| | | | PHPBB3-10631
* [ticket/10631] Fixing some items mentioned in PRMichael Cullum2012-09-011-1/+1
| | | | PHPBB3-10631
* [ticket/10631] Update extensions language file for some issues foundMichael Cullum2012-09-011-7/+5
| | | | PHPBB3-10631
* [ticket/10631] Rename language file to extensions.phpMichael Cullum2012-09-011-0/+106
PHPBB3-10631