aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11150] Fix commentsTristan Darricau2017-04-231-8/+8
| | | | PHPBB3-11150
* [ticket/11150] Do not generate actions links in templatesTristan Darricau2017-04-231-1/+2
| | | | PHPBB3-11150
* [ticket/11150] Fix wordingTristan Darricau2017-04-231-1/+1
| | | | PHPBB3-11150
* [ticket/11150] WordingTristan Darricau2017-04-231-3/+4
| | | | PHPBB3-11150
* [ticket/11150] Improves requirements checkTristan Darricau2017-04-231-0/+1
| | | | PHPBB3-11150
* [ticket/11150] Skip invalid extensions, not the whole listTristan Darricau2017-04-231-1/+1
| | | | PHPBB3-11150
* [ticket/11150] CS and wordingTristan Darricau2017-04-231-3/+3
| | | | PHPBB3-11150
* [ticket/11150] Disable packagist and add titaniaTristan Darricau2017-04-231-1/+1
| | | | PHPBB3-11150
* [ticket/11150] CSTristan Darricau2017-04-231-3/+1
| | | | PHPBB3-11150
* [ticket/11150] Add language keyTristan Darricau2017-04-231-1/+3
| | | | PHPBB3-11150
* [ticket/11150] Makes minimum-stability configurableTristan Darricau2017-04-231-0/+10
| | | | PHPBB3-11150
* [ticket/11150] WordingTristan Darricau2017-04-231-4/+4
| | | | PHPBB3-11150
* [ticket/11150] Gallery => CatalogTristan Darricau2017-04-231-3/+3
| | | | PHPBB3-11150
* [ticket/11150] Small fixTristan Darricau2017-04-231-0/+2
| | | | PHPBB3-11150
* [ticket/11150] Disable if directories not writableTristan Darricau2017-04-231-1/+2
| | | | PHPBB3-11150
* [ticket/11150] Add missing language keysTristan Darricau2017-04-231-6/+14
| | | | PHPBB3-11150
* [ticket/11150] Language keysTristan Darricau2017-04-231-0/+5
| | | | PHPBB3-11150
* [ticket/11150] Repositories settings, beginningTristan Darricau2017-04-231-1/+1
| | | | PHPBB3-11150
* [ticket/11150] Set settingsTristan Darricau2017-04-231-0/+6
| | | | PHPBB3-11150
* [ticket/11150] Display extension status in "gallery"Tristan Darricau2017-04-231-0/+3
| | | | PHPBB3-11150
* [ticket/11150] Add extension:start-managing commandTristan Darricau2017-04-231-0/+10
| | | | PHPBB3-11150
* [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