| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-10073
|
| |
|
|
|
|
| |
Error pages still contain the email address.
PHPBB3-10073
|
| |
|
|
|
|
| |
The message to be displayed on top of the email form cannot be configured yet.
PHPBB3-10073
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/11226] filespec::move_file() should error correctly
* Nicofuma/ticket/11226:
[ticket/11226] Explicity set file_moved to false
[ticket/11226] Add tests
[ticket/11226] Use $user->lang()
[ticket/11226] filespec::move_file() should error correctly
|
| | |
| |
| |
| | |
PHPBB3-11226
|
| | |
| |
| |
| | |
PHPBB3-11226
|
| | |
| |
| |
| | |
PHPBB3-11226
|
| | |
| |
| |
| | |
PHPBB3-11366
|
| | |
| |
| |
| | |
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
|
| |\ \ |
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12509] Add an option to set the path of custom style directory (ie: email templates) for extensions
* Nicofuma/ticket/12509:
[ticket/12509] Add example in doc block
[ticket/12509] Add missing ',' in arrays
[ticket/12509] Update calls to set_custom_style in forgotten places
[ticket/12509] Fix path in adm/index.php
[ticket/12509] Fix typo in adm/index.php
[ticket/12509] Fix doc block
[ticket/12509] Fix the call to set_custom_file in adm/index and messenger
[ticket/12509] Update acp custom_style setter
[ticket/12509] Add an option to set the path of custom file for extensions
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12509
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12509
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12509
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
https://tracker.phpbb.com/browse/PHPBB3-12509
PHPBB3-12509
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
phpBB/docs/hook_system.html
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12527] Remove translation editor from ACP
* nickvergessen/ticket/12527:
[ticket/12527] Fix "board’s language" vs "boards language"
[ticket/12527] Use a proper language string on confirm screen
[ticket/12527] Remove unnecessary language strings
[ticket/12527] Check whether the language exists
[ticket/12527] Restore missing files and variables check
[ticket/12527] Remove editor from template
[ticket/12527] Remove language file editor form ACP
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12527
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12527
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12527
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12527
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12594
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-12594
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12074] Managing extensions doesn't produce any log entry
* Nicofuma/ticket/12074:
[ticket/12074] Update the visibility of the constructor
[ticket/12074] Don't log errors
[ticket/12074] Managing extensions doesn't produce any log entry
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12074
|
| | | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-12074
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12583] Add event core.mcp_warn_post_before/after
* n-aleha/ticket/12583:
[ticket/12583] Redirect only on non-empty $message
[ticket/12583] Add event core.mcp_warn_post_before/after
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12583
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Event for when warning a user for a post.
PHPBB3-12583
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12584] Add event core.mcp_warn_user_before/after
* n-aleha/ticket/12584:
[ticket/12584] Redirect only on non-empty $message
[ticket/12584] Add event core.mcp_warn_user_before/after
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12584
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Event for when warning a user from MCP.
PHPBB3-12584
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12270] Current post and topic approval notification message
* marcosbc/ticket/12270:
[ticket/12270] Fixed topic counting bug and tests
[ticket/12270] Fixed tests not working
[ticket/12270] No quote notif and double poster notification fix
[ticket/12270] Fixed tests
[ticket/12270] Fixed rebase conflicts
[ticket/12270] Correct confirm approval message for topics
[ticket/12270] Correcting to follow phpBB coding standards
[ticket/12270] Better structured code and no debug error message
[ticket/12270] Correct notifications for posts/topics now working
[ticket/12270] Reverted templates
[ticket/12270] Correct post&topic approval msg, no template changes
[ticket/12270] Corrent post and topic approval notification message
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Topics was not correctly counted (the counter didn't count topics
that were re-approved, for example, but only the ones that were
unapproved.
This should also fix the test that wasn't working correctly.
PHPBB3-12270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The success message wasn't output correctly if we were approving
topics.
PHPBB3-12270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since a call was added to self::approve_topic(), the poster would
get double-notified about it (even if it was later marked as read).
Also, when creating a new topic with a quote, it would not be
notified, this has also been fixed.
PHPBB3-12270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12270
|