Tristan Darricau
73cdfae42b
[ticket/11366] Fix HTML
...
PHPBB3-11366
2014-05-28 22:19:17 +02:00
Tristan Darricau
f3aaab93d6
[ticket/11366] Exchange links and settings' form
...
PHPBB3-11366
2014-05-28 22:19:16 +02:00
Tristan Darricau
ccddd44105
[ticket/11366] Remove the extra {S_FORM_TOKEN}
...
PHPBB3-11366
2014-05-28 22:19:14 +02:00
Tristan Darricau
9cbec4deb2
[ticket/11366] Move the links to the top of the page
...
PHPBB3-11366
2014-05-28 22:19:12 +02:00
Tristan Darricau
edc3b3fb75
[ticket/11366] Hide the version check settings by default
...
PHPBB3-11366
2014-05-28 22:19:11 +02:00
Tristan Darricau
9b756b9b98
[ticket/11366] Versions, options and actions heading should be centered
...
PHPBB3-11366
2014-05-28 22:19:09 +02:00
Tristan Darricau
b4dec33581
[ticket/11366] Move "recheck all" link
...
PHPBB3-11366
2014-05-28 22:19:05 +02:00
Tristan Darricau
8dc10d6971
[ticket/11366] Add $config['extension_force_unstable']
...
PHPBB3-11366
2014-05-28 22:19:03 +02:00
Tristan Darricau
13ecddf85b
[ticket/11366] Add recheck-all link
...
PHPBB3-11366
2014-05-28 22:19:00 +02:00
Tristan Darricau
521fe2b8e2
[ticket/11366] Force the use of the cache on the list page
...
PHPBB3-11366
2014-05-28 22:18:54 +02:00
Tristan Darricau
5e29ea77d8
[ticket/11366] Coding style
...
PHPBB3-11366
2014-05-28 22:16:48 +02:00
Nicofuma
9cd25cc828
[ticket/11366] Set the size of the 'current version' column to 20%
...
PHPBB3-11366
2014-05-28 22:16:42 +02:00
Nicofuma
44752c0dbf
[ticket/11366] Moving to \phpbb\version_helper
...
+ 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
2014-05-28 22:16:37 +02:00
Nicofuma
e0b2ceef83
[ticket/11366] Extension's version's check
...
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
2014-05-28 22:15:47 +02:00
Matt Friedman
2e49efc12d
[ticket/12248] Use id instead of name attribute in a tags
...
PHPBB3-12248
2014-03-05 14:54:04 -08:00
Joas Schilling
b155056cb9
[ticket/11996] Use a table for better styling
...
PHPBB3-11996
2014-01-13 10:31:54 +01:00
Joas Schilling
95d4e6aa97
[ticket/11996] Add explanation how to correctly remove and update an extension
...
See http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=44001 for more
information about the decision.
PHPBB3-11996
2013-12-27 15:25:03 +01:00
Joas Schilling
8d5fcc8d4c
[ticket/11994] Make extension manager UI less misleading
...
Enable and Install were split into two different expressions.
Purge was renamed to uninstall to make clearer what is going to happen.
PHPBB3-11994
2013-11-08 01:19:54 +01:00
Matt Friedman
f003c35fdc
[ticket/11935] Replace obsolete table attributes in Admin with CSS
...
PHPBB3-11935
2013-10-19 08:59:08 -07:00
Matt Friedman
8816664d8a
[ticket/11935] Fix stray </a> tags
...
PHPBB3-11935
2013-10-19 08:49:18 -07:00
Matt Friedman
2b7120508b
[ticket/11935] Fix incorrect alt tags that should be title tags
...
PHPBB3-11935
2013-10-19 08:48:41 -07:00
Unknown Bliss
323bbf9b52
[ticket/10631] Adjust prefixes to be easier to understand
...
PHPBB3-10631
2012-09-01 15:05:57 +01:00
Nathan Guse
36465c9a20
[ticket/10631] Functional acp_extensions test, cleanup
...
PHPBB3-10631
2012-09-01 15:05:49 +01:00
Nathan Guse
89f4cf6a8c
[ticket/10631] Use exceptions for errors. Build action list dynamically.
...
PHPBB3-10631
2012-09-01 15:05:34 +01:00
Nathan Guse
2273ae2b34
[ticket/10631] Remove references to delete extension
...
PHPBB3-10631
2012-09-01 15:05:30 +01:00
Nathan Guse
3ba59c6362
[ticket/10631] Various tidbits and cleanup on the acp extensions manager
...
PHPBB3-10631
2012-09-01 15:05:12 +01:00
Michael Cullum
4cbfa61753
[ticket/10631] A few more extension admin changes
...
PHPBB3-10631
2012-09-01 15:04:55 +01:00
Michael Cullum
913b3fb0c1
[ticket/10631] Changing Ext Admin List to conform to standards
...
PHPBB3-10631
2012-09-01 15:04:45 +01:00
Michael Cullum
5e6b4c7192
[ticket/10631] Adding an extensions admin
...
PHPBB3-10631
2012-09-01 15:04:33 +01:00