| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For version-check a new parameter 'ssl' is introduced.
If set to true, it will use 443 as port for the file_downloader.
In file_downloader, the host parameter of fsockopen is appended
with 'ssl://' in case the port is 443 in order to use SSL.
PHPBB3-12618
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/acp/acp_bbcodes.php
|
| | |\ \
| | |/
| |/|
| | | |
[ticket/security-188] Check form key in acp_bbcodes
|
| | | |
| | |
| | |
| | | |
SECURITY-188
|
| | | |
| | |
| | |
| | |
| | |
| | | |
This is the first part of the changes. More to come.
PHPBB3-13454
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14154] Add extension composer name as tooltip
|
| | | |
| | |
| | |
| | | |
PHPBB3-14154
|
| | |/
| |
| |
| | |
PHPBB3-13930
|
| | |
| |
| |
| | |
PHPBB3-13762
|
| |/
|
|
| |
PHPBB3-13793
|
| |
|
|
|
|
|
| |
An error will already be triggered if enable_step() is not successful.
Redirecting for no obvious reason will just confuse users.
PHPBB3-13612
|
| |
|
|
|
|
|
| |
The full namespace for the file_downloader is now also being used in
version_helper.
PHPBB3-13358
|
| |
|
|
| |
PHPBB3-12847
|
| |
|
|
| |
PHPBB3-12777
|
| |
|
|
| |
PHPBB3-12721
|
| |
|
|
|
|
|
| |
Remove hard-coded messages and add language variables for extension
exception messages.
PHPBB3-11467
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
| |
PHPBB3-11366
|
| |
|
|
|
|
| |
Fix the bug with the Extensions removed but still registred in DB
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
|
| |
|
|
| |
PHPBB3-12594
|
| |
|
|
| |
PHPBB3-12074
|
| |
|
|
| |
PHPBB3-12074
|
| |
|
|
|
|
|
|
|
| |
* There MUST NOT be trailing whitespace at the end of lines.
* There MUST NOT be whitespace before the first content of a file.
* There MUST NOT be whitespace after the last content of a file.
* Functions MUST NOT contain multiple empty lines in a row.
PHPBB3-12458
|
| |
|
|
| |
PHPBB3-12043
|
| |
|
|
| |
PHPBB3-12043
|
| |
|
|
| |
PHPBB3-12009
|
| |
|
|
| |
PHPBB3-12002
|
| |
|
|
| |
PHPBB3-11994
|
| |
|
|
| |
PHPBB3-11994
|
| |
|
|
| |
PHPBB3-11994
|
| |
|
|
| |
PHPBB3-11994
|
| |
|
|
|
|
|
| |
Enable and Install were split into two different expressions.
Purge was renamed to uninstall to make clearer what is going to happen.
PHPBB3-11994
|
| |
|
|
| |
PHPBB3-11700
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* EXreaction/ticket/11415:
[ticket/11415] Add test for find_from_extension()
[ticket/11415] Send the extension base the finder rather than the manager
[ticket/11415] Create function in finder find_from_extension
[ticket/11415] Fix ext.manager constructor in tests
[ticket/11415] Make migrator/ext.manager dependencies of the base ext class
[ticket/11415] Remove migrator dependency from extension manager
[ticket/11415] Move migrator to base extension class from ext.manager
[ticket/11415] Move while loop from ext manager to acp_extensions.php
|
| | |
| |
| |
| |
| |
| |
| | |
Now enable_step works as it's supposed to (do one step at a time) and
less refreshes are required for the user.
PHPBB3-11415
|
| |/
|
|
| |
PHPBB3-11450
|
| |
|
|
| |
PHPBB3-11335
|
| |
|
|
| |
PHPBB3-11335
|
| |
|
|
|
|
|
|
|
| |
The error message generated when an administrator tries to enable an
incompatible extension used to be displayed in the green of the default
E_USER_NOTICE. Changed it to E_USER_WARNING to make it appear in red, as
requested in the ticket.
PHPBB3-11116
|
| |
|
|
| |
PHPBB3-11318
|