| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
[ticket/12005] Remove code responsible for PM popup completely
|
| | |
| |
| |
| | |
PHPBB3-12005
|
| | |
| |
| |
| | |
PHPBB3-12005
|
| | |
| |
| |
| | |
PHPBB3-12005
|
| | |
| |
| |
| | |
PHPBB3-12005
|
| |\ \
| | |
| | | |
[ticket/10810] Move color swatches from popup windows to inline blocks.
|
| | | |
| | |
| | |
| | | |
PHPBB3-10810
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Marc/ticket/11896:
[ticket/11896] Use $form_time and fix out of bounds $form_time
[ticket/11896] Correctly document return of null in docblocks
[ticket/11896] Minor code improvements in phpbb_functional_test_case
[ticket/11896] Add functional tests for marking all notifications read
[ticket/11896] Add ability to define expected message after posting
[ŧicket/11896] Set form_time with time() when marking all notifications read
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11896
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
form_time is only set if is passed via the form. Since the mark notifications
read link does not use the form, it will default to 0 causing the mark
notifications logic to only mark notifications read if their time is smaller
or equal to 0. This patch will change ucp_notifications to correctly set
form_time for the confirm_box.
PHPBB3-11896
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12023
|
| |\ \ \ \
| |_|/ /
|/| | | |
[ticket/11525] Only remove group or user prefix from given avatar data
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Until now, the user data had both user_id and group_id keys in the avatar
data. As both group_ and user_ prefixes were removed the group_id was
collapsed onto the user_id and therefore all users in the same group had
the same prefix for their uploaded avatars. This patch will make sure
that the correct id is used depending on whether it's a group's or user's
avatar data.
PHPBB3-11525
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/11927] Correctly add new files on update
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11927
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11927
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Currently we ignore language and style files when the directory where they
go to do not exist. However in 3.1 we introduce some new sub directories:
* language/en/email/short/
* styles/prosilver/theme/en/
So we need to change our check to look whether the language or style exist,
rather then the parent directory.
PHPBB3-11927
|
| | |_|/ /
|/| | |
| | | |
| | | | |
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
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11973:
[ticket/11973] Remove logic from tokens language array
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previously if a translator did no translate a token, it would not be
displayed. On the other hand, the translator could add additional tokens
which have no functionality. Functionality is already hardcoded into
bbcode.php so we can that in the ACP aswell, in order to prevent namend
issues.
PHPBB3-11973
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The class result_mssqlnative was removed in ticket 11980. This removes
the dependency on that class from the database backup utility. It is
possible to use the sqlsrv functions to retrieve the field information,
but they must be then mapped back to type names. That mapping was removed
in 11980 and it is easier to just look it up in the information schema
table.
PHPBB3-11990
|
| |\ \ \
| |_|/
|/| | |
[ticket/11280] Prevent duplicate entry in forums_track table.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Enforcing a time limit prevents all rows from being selected, thus a new row
is inserted resulting in a duplicate entry.
PHPBB3-11280
|
| |\ \ \
| | | |
| | | | |
[ticket/11746] Add "admin activation required" notification.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11746
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-11746
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* brunoais/ticket/11663:
[ticket/11663] Add the doc block about the parameters.
[ticket/11663] Add the doc block about the return value.
[ticket/11663] Make generate_text_for_storage return the errors.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11663
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
generate_text_for_storage does not return anything, all returned values are outputted using the parameters so this uses the returned value with the same idea as many C language functions where the returned value is if all went well or not and if it didn't what went wrong.
PHPBB3-11663
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
generate_text_for_storage does not return anything, all returned values are outputted using the parameters so this uses the returned value with the same idea as many C language functions where the returned value is if all went well or not and if it didn't what went wrong.
PHPBB3-11663
|
| |\ \ \ \
| | | | |
| | | | | |
Ticket/11031 Bring phpBB2 converter up to speed with 3.1 changes
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11031
|
| | | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-11031
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The argument $subscriptions was not documented in the docblock of the method
output_notification_types() until now.
PHPBB3-11983
|
| |\ \ \ \
| | | | |
| | | | | |
More PHP Code Sniffer rules
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11980
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11980
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11987
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11987
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11987
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11974:
[ticket/11974] Fix timezone names with underscores
[ticket/11974] Translate all timezones
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-11974
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* marc1706/ticket/11981:
[ticket/11981] Fix code sniffer complaints
|