| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-15910
|
|
|
|
| |
PHPBB3-15873
|
|
|
|
| |
PHPBB3-15849
|
|
|
|
| |
PHPBB3-15701
|
|
|
|
| |
PHPBB3-14972
|
|
|
|
| |
PHPBB3-10961
|
|\ |
|
| |
| |
| |
| | |
PHPBB3-14412
|
| |
| |
| |
| |
| |
| | |
This is part 5 and there is more to come.
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
Part 4
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
This is part 2 of the pr.
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
This is the first part of the changes. More to come.
PHPBB3-13454
|
| |
| |
| |
| | |
PHPBB3-9485
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
|
|\ \
| |/
| |
| |
| |
| |
| | |
* 3.1.x:
[ticket/13672] Removed bogus sting concatenation
[ticket/13672] BUMP version to 3.1.5-dev
[ticket/13672] Allow changing the data from the user-submitted report
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13672] Allow changing the data from the user-submitted report
* brunoais/ticket/13672:
[ticket/13672] Removed bogus sting concatenation
[ticket/13672] BUMP version to 3.1.5-dev
[ticket/13672] Allow changing the data from the user-submitted report
|
| | |
| | |
| | |
| | | |
PHPBB3-13672
|
| | |
| | |
| | |
| | | |
PHPBB3-13672
|
| | |
| | |
| | |
| | | |
PHPBB3-13672
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 3.1.x:
[ticket/13668] Removed bogus sting concatenation
[ticket/13668] BUMP version to 3.1.5-dev
[ticket/13668] Allow changing the query to obtain the user-submitted report.
[ticket/13668] Convert the mcp report_details query to a built query
Conflicts:
phpBB/includes/mcp/mcp_reports.php
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13668] Allow changing the query to obtain the user-submitted report
* brunoais/ticket/13668:
[ticket/13668] Removed bogus sting concatenation
[ticket/13668] BUMP version to 3.1.5-dev
[ticket/13668] Allow changing the query to obtain the user-submitted report.
[ticket/13668] Convert the mcp report_details query to a built query
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13668
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13668
|
| | |/
| | |
| | |
| | | |
PHPBB3-13668
|
| | |
| | |
| | |
| | | |
PHPBB3-13668
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* 3.1.x:
[ticket/13819] Add missing sql_freeresult() to files in includes/
Conflicts:
phpBB/includes/acp/acp_database.php
|
| |/
| |
| |
| | |
PHPBB3-13819
|
| |
| |
| |
| | |
PHPBB3-13455
|
| |
| |
| |
| | |
PHPBB3-13468
|
|/
|
|
| |
PHPBB3-13450
|
|
|
|
| |
PHPBB3-13057
|
|\
| |
| |
| | |
[ticket/12928] core.mcp_reports_gather_query_before
|
| |
| |
| |
| | |
PHPBB3-12928
|
| |
| |
| |
| |
| |
| |
| | |
Adding the core.mcp_reports_gather_query_before
event to mcp backend.
PHPBB3-12928
|
|/
|
|
| |
PHPBB3-12990
|
|
|
|
| |
PHPBB3-12612
|
|
|
|
| |
PHPBB3-12612
|
|
|
|
| |
PHPBB3-12612
|
|
|
|
| |
PHPBB3-12721
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
|
|
|
|
|
|
| |
The post text displayed to the user is the same as when it was reported, even if
the post was edited afterwards, thus it follows that the attachments would be
the same. This also addresses an issue where the index in the attachment bbcode
no longer matches that of its corresponding attachment when new attachments
are uploaded after the post is reported.
PHPBB3-12501
|
|
|
|
|
|
|
| |
This ensures that the empty lines from attachment.html aren't converted into
<br />.
PHPBB3-12501
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-ascraeus
* github-nickvergessen/ticket/12371:
[ticket/12371] Fix language string
[ticket/12371] Fix typos in comment
[ticket/12371] Fix redirect link for approve_post and post_in_queue
[ticket/12371] Delete the approve_post notification when editing a post
[ticket/12371] Fix language in comment
[ticket/12371] Reapprove the post and topic again in tests
[ticket/12371] Correctly set is_starter when editing first post of the topic
[ticket/12371] Add functional tests for reapproving
[ticket/12371] Fix query in mcp_sorting()
[ticket/12371] Rename disapprove and softdelete tests
[ticket/12371] We do not group quote notifications anymore
[ticket/12371] Fix SQL query
[ticket/11772] Do not send out new topic/post notifications when reapproving
[ticket/12052] Use different visibility when post was edited
[ticket/12052] Add support for ITEM_UNAPPROVED to set_post_visibility method
[ticket/12371] Do not add unlimited users as responders
[ticket/12371] Do not update the notification entry unneccessarily
[ticket/12371] Do not delete post related notifications when a post is deleted
[ticket/12371] Allow notification types to redirect to a different url
[ticket/12371] Do not group "quote" notifications
|
| |
| |
| |
| |
| |
| | |
... and needs to be reapproved.
PHPBB3-12052
|
|/
|
|
|
|
|
|
|
| |
* 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-12153
|
|\
| |
| | |
[ticket/11963] Remove stale MCP notifications.
|
| |
| |
| |
| | |
PHPBB3-11963
|
|/
|
|
| |
PHPBB3-11849
|
|\
| |
| |
| |
| |
| |
| |
| | |
* remotes/upstream/develop-olympus:
[ticket/11829] Use report_closed to determine status in MCP report_details
Conflicts:
phpBB/styles/prosilver/template/mcp_post.html
|