Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14910] Fixes typo PLease to Please in EXTENSION_NOT_INSTALLED | Christian Schnegelberger | 2016-12-11 | 1 | -1/+1 |
| | | | | PHPBB3-14910 | ||||
* | [ticket/12610] Add a better error message when an extension is missing | Tristan Darricau | 2016-12-04 | 1 | -0/+1 |
| | | | | PHPBB3-12610 | ||||
* | [ticket/13818] Add browse CDB links to ext style lang management | Matt Friedman | 2015-06-06 | 1 | -0/+8 |
| | | | | PHPBB3-13818 | ||||
* | [ticket/13763] Fix typo in extension lang file | Richard McGirr | 2015-04-15 | 1 | -1/+1 |
| | | | | PHPBB3-13763 | ||||
* | [ticket/12847] Allow the extensions to say if they can be enabled | Tristan Darricau | 2014-07-13 | 1 | -0/+1 |
| | | | | PHPBB3-12847 | ||||
* | [ticket/11467] Add language variables for extension exception messages | n-aleha | 2014-05-29 | 1 | -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 Darricau | 2014-05-28 | 1 | -1/+1 |
| | | | | PHPBB3-11366 | ||||
* | [ticket/11366] Add $config['extension_force_unstable'] | Tristan Darricau | 2014-05-28 | 1 | -1/+4 |
| | | | | PHPBB3-11366 | ||||
* | [ticket/11366] Add recheck-all link | Tristan Darricau | 2014-05-28 | 1 | -0/+2 |
| | | | | PHPBB3-11366 | ||||
* | [ticket/11366] Align language strings | Tristan Darricau | 2014-05-28 | 1 | -1/+1 |
| | | | | PHPBB3-11366 | ||||
* | [ticket/11366] Coding style | Tristan Darricau | 2014-05-28 | 1 | -1/+1 |
| | | | | PHPBB3-11366 | ||||
* | [ticket/11366] Correct a sentence | Tristan Darricau | 2014-05-28 | 1 | -1/+1 |
| | | | | PHPBB3-11366 | ||||
* | [ticket/11366] Remove unused langage entry | Tristan Darricau | 2014-05-28 | 1 | -1/+0 |
| | | | | PHPBB3-11366 | ||||
* | [ticket/11366] Moving to \phpbb\version_helper | Nicofuma | 2014-05-28 | 1 | -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 check | Nicofuma | 2014-05-28 | 1 | -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 headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12456] Fix duplicated empty lines in language files | Joas Schilling | 2014-04-29 | 1 | -1/+0 |
| | | | | PHPBB3-12456 | ||||
* | [ticket/12311] Use British-English spelling of licence in lang file | Matt Friedman | 2014-03-28 | 1 | -1/+1 |
| | | | | PHPBB3-12311 | ||||
* | [ticket/12311] Use valid composer schema - license - for extensions | Matt Friedman | 2014-03-27 | 1 | -1/+1 |
| | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311 | ||||
* | [ticket/11996] Remove note until we really do disable the board | Joas Schilling | 2014-02-03 | 1 | -1/+1 |
| | | | | PHPBB3-11996 | ||||
* | [ticket/11996] Use a table for better styling | Joas Schilling | 2014-01-13 | 1 | -12/+10 |
| | | | | PHPBB3-11996 | ||||
* | [ticket/11996] Add explanation how to correctly remove and update an extension | Joas Schilling | 2013-12-27 | 1 | -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 URL | Cesar G | 2013-12-12 | 1 | -0/+1 |
| | | | | PHPBB3-12009 | ||||
* | [ticket/11994] Fix more language | Joas Schilling | 2013-11-08 | 1 | -6/+6 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] Rename "uninstall" to "delete data" | Joas Schilling | 2013-11-08 | 1 | -6/+6 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] Make install/enable just one UI thing | Joas Schilling | 2013-11-08 | 1 | -5/+0 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] Fix some language | Joas Schilling | 2013-11-08 | 1 | -2/+2 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] More language fixes | Joas Schilling | 2013-11-08 | 1 | -5/+5 |
| | | | | PHPBB3-11994 | ||||
* | [ticket/11994] Make extension manager UI less misleading | Joas Schilling | 2013-11-08 | 1 | -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> tags | Matt Friedman | 2013-10-19 | 1 | -1/+1 |
| | | | | PHPBB3-11935 | ||||
* | [ticket/10631] Use exceptions for errors. Build action list dynamically. | Nathan Guse | 2012-09-01 | 1 | -1/+1 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Remove references to delete extension | Nathan Guse | 2012-09-01 | 1 | -5/+0 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Make the enable/disable/purge notices more visable. | Nathan Guse | 2012-09-01 | 1 | -1/+1 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Validation for extensions | Nathan Guse | 2012-09-01 | 1 | -20/+21 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Stagger the enable/disable/purge for extensions | Nathan Guse | 2012-09-01 | 1 | -4/+7 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Various tidbits and cleanup on the acp extensions manager | Nathan Guse | 2012-09-01 | 1 | -103/+104 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] A few more extension admin changes | Michael Cullum | 2012-09-01 | 1 | -17/+16 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Fixing some items mentioned in PR | Michael Cullum | 2012-09-01 | 1 | -1/+1 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Update extensions language file for some issues found | Michael Cullum | 2012-09-01 | 1 | -7/+5 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Rename language file to extensions.php | Michael Cullum | 2012-09-01 | 1 | -0/+106 |
PHPBB3-10631 |