| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
PHPBB3-15081
|
|\ \ \
| | |/
| |/| |
|
| |/
| |
| |
| | |
PHPBB3-14940
|
|/
|
|
|
|
|
| |
Extensions without version check should not display a notice on the
details page in the ACP.
PHPBB3-14901
|
|
|
|
| |
PHPBB3-11366
|
|
|
|
| |
PHPBB3-11366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
http://tracker.phpbb.com/browse/PHPBB3-12311
PHPBB3-12311
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-12248
|
|
|
|
| |
PHPBB3-12248
|
|
|
|
| |
PHPBB3-12248
|
|
|
|
| |
PHPBB3-12248
|
|
|
|
| |
PHPBB3-12248
|
|
|
|
|
|
| |
http://tracker.phpbb.com/browse/PHPBB3-12248
PHPBB3-12248
|
|
|
|
| |
PHPBB3-10780
|
|
|
|
| |
PHPBB3-10631
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Add Back button from details
Add cancel button from actions
Correct language strings
PHPBB3-10631
|
|
|
|
|
|
| |
simplified validation
PHPBB3-10631
|
|
|
|
| |
PHPBB3-10631
|
|
|
|
| |
PHPBB3-10631
|
|
|
|
| |
PHPBB3-10631
|
|
|
|
| |
PHPBB3-10631
|
|
PHPBB3-10631
|