| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-11015
|
|
|
|
|
|
|
|
| |
PHPBB3-11015
This allows us to just create the object without having to include the
driver first. However, it also means that users must specify the full
class name in config.php
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10950] Fix grammar in comments
[ticket/10950] Delete PMs for users that have not yet read the pm
[ticket/10950] Fix unit tests to fit the new pm deleting behaviour
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
[ticket/10950] Remove deleted entries in tests instead of commenting them out
[ticket/10950] Use database count() and group by instead of doing that in php
[ticket/10950] Check $delete_ids to be not empty
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
[ticket/10950] Fix unit tests to reflect desired behaviour
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
[ticket/10950] Correct comment for the second query.
[ticket/10950] Add empty line to make unset() call more visible.
[ticket/10950] Select the correct columns in SQL queries.
[ticket/10950] Use a variable for the private message id.
[ticket/10950] Move array initialisation to the front.
[ticket/10950] Remove redundant if statement.
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
[ticket/10950] Use proper ' in order to fix comment.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* prep-release-3.0.11:
[ticket/10950] Fix grammar in comments
[ticket/10950] Delete PMs for users that have not yet read the pm
[ticket/10950] Fix unit tests to fit the new pm deleting behaviour
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
[ticket/10950] Remove deleted entries in tests instead of commenting them out
[ticket/10950] Use database count() and group by instead of doing that in php
[ticket/10950] Check $delete_ids to be not empty
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
[ticket/10950] Fix unit tests to reflect desired behaviour
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
[ticket/10950] Correct comment for the second query.
[ticket/10950] Add empty line to make unset() call more visible.
[ticket/10950] Select the correct columns in SQL queries.
[ticket/10950] Use a variable for the private message id.
[ticket/10950] Move array initialisation to the front.
[ticket/10950] Remove redundant if statement.
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
[ticket/10950] Use proper ' in order to fix comment.
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
prep-release-3.0.11
* github-nickvergessen/ticket/10950:
[ticket/10950] Fix grammar in comments
[ticket/10950] Delete PMs for users that have not yet read the pm
[ticket/10950] Fix unit tests to fit the new pm deleting behaviour
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
[ticket/10950] Remove deleted entries in tests instead of commenting them out
[ticket/10950] Use database count() and group by instead of doing that in php
[ticket/10950] Check $delete_ids to be not empty
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
[ticket/10950] Fix unit tests to reflect desired behaviour
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
[ticket/10950] Correct comment for the second query.
[ticket/10950] Add empty line to make unset() call more visible.
[ticket/10950] Select the correct columns in SQL queries.
[ticket/10950] Use a variable for the private message id.
[ticket/10950] Move array initialisation to the front.
[ticket/10950] Remove redundant if statement.
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
[ticket/10950] Use proper ' in order to fix comment.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Get delete_ids, pms of the user as receipt
- Get undelivered_msg, pms of the user as sender
- Delete undelivered_msg, if there are only NO_BOX, OUTBOX and SENTBOX links
- Correct the _new and _unread user values for the receipts
- Delete delete_ids, if there are no links to them anymore
- Reset _new and _unread values for the user we delete
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Only undelivered messages are handled.
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We already know author_id and folder_id.
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10950
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11008
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11008
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10441] Make CDB linking more consistent
[ticket/10441] Typo
[ticket/10441] Update to docs/README.html
Conflicts:
phpBB/docs/README.html
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.11:
[ticket/10441] Make CDB linking more consistent
[ticket/10441] Typo
[ticket/10441] Update to docs/README.html
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
prep-release-3.0.11
* github-noxwizard/ticket/10441:
[ticket/10441] Make CDB linking more consistent
[ticket/10441] Typo
[ticket/10441] Update to docs/README.html
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10441
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10441
|
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated information about styles, languages, and MODs
Added a section about the Knowledge Base.
Various phrase changes.
PHPBB3-10441
|
|\ \ \ \
| | | | |
| | | | | |
Feature/new tz handling
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This should avoid problems, when the board files are updated but database isn't.
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We also add the selected timezone if we can create an object with it.
DateTimeZone::listIdentifiers seems to not add all identifiers to the list,
because some are only kept for backward compatible reasons. If the user has
a deprecated value, we add it here, so it can still be kept. Once the user
changed his value, there is no way back to deprecated values.
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
As we updated all of the used values, there really shouldn't be one anymore.
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
feature/new-tz-handling
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Marked the old one as deprecated and made it using the new function.
PHPBB3-9558
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9558
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9558
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9558
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9558
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The change here converts user_timezone to vchar and computes
timezone identifiers from the offsets. It uses database-specific
functions for building SQL conditionals and concatenations which
need to be implemented, probably in a separate ticket. As a result
the current code is not functional.
The changes are tricky since we need to drop user_dst column from
users table, but we need it during the data migration process to
properly calculate effective timezones for all users.
PHPBB3-9558
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9558
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9558
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9558
|