| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| |
| |
| | |
Sphinx config file updated according to new documentation.
PHPBB3-10946
|
| | |
| |
| |
| |
| |
| |
| | |
some minor code changes to make it working against current develop
and comply with other search backend coding convetions.
PHPBB3-10946
|
| | |
| |
| |
| | |
PHPBB3-10946
|
| |\ \
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10965] Profile data is only grabbed when show_novalue is enabled
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.11:
[ticket/10965] Profile data is only grabbed when show_novalue is enabled
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10965
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10965] Make sure all profile fields are always grabbed on viewtopic
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* prep-release-3.0.11:
[ticket/10965] Make sure all profile fields are always grabbed on viewtopic
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10965
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
[ticket/10965] Introduce a new profile field option to display no value
Conflicts:
phpBB/includes/acp/acp_profile.php
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.11:
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
[ticket/10965] Introduce a new profile field option to display no value
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
By default the 3.0.10 behaviour is kept, profile fields will not show up
if they have either not yet been selected or in case of an optional
dropdown field if the novalue option was selected.
PHPBB3-10965
|
| |\ \ \ \
| | | | |
| | | | | |
Ticket/10990
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10990
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10990
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10990
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* github-igorw/ticket/11012:
[ticket/11012] Fix php_ext change in mock_extension_manager
[ticket/11012] Normalize $phpEx member vars to $php_ext
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11012
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
* github-nickvergessen/ticket/11002:
[ticket/11002] Use translating option to rename the Etc/GMT options
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
They have the invers offset of their name. So GMT+2 has the offset -7200.
To avoid additional confusion, we simply overwrite their name.
PHPBB3-11002
|
| |\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Feature/new tz handling
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
feature/new-tz-handling
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Marked the old one as deprecated and made it using the new function.
PHPBB3-9558
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9558
|