| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
[ticket/12026] Correct path for template files
|
| | |
| |
| |
| | |
PHPBB3-12026
|
| | |
| |
| |
| | |
PHPBB3-12026
|
| | |
| |
| |
| |
| |
| |
| | |
Correct path for template files in MCP and UCP modules, which are added
via extenstions
PHPBB3-12026
|
| |\ \
| | |
| | | |
[ticket/10910] Function build_cfg_template() allow $size for $tpl_type = select
|
| | | |
| | |
| | |
| | | |
PHPBB3-10910
|
| | | |
| | |
| | |
| | | |
PHPBB3-10910
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Marc/ticket/11842:
[ticket/11842] Add functional test for creating group
[ticket/11842] Use avatar_data for obtaining driver that should be deleted
[ticket/11842] Use type map for updating avatar types in database
[ticket/11842] Add missing prefix for group id in avatar data
[ticket/11842] Use only new avatar type in user_delete function
[ticket/11842] Add migration file for updating avatar type in database
[ticket/11842] Replace outdated occurences of user and group avatar_type
[ticket/11842] Use group_id 0 and correct avatar name after creating group
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11842
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
Conflicts:
phpBB/includes/acp/acp_groups.php
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11842
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11842
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
user_avatar_type und group_avatar_type are now a string and should therefore
be treated accordingly.
PHPBB3-11842
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It seems like the function group_correct_avatar() was forgotten while adding
the new avatar system. We now pass the group_id 0 to the upload avatar and
let the function group_correct_avatar() fix the avatar filename after creating
the group like it was done previously.
PHPBB3-11842
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* prototech/ticket/11672:
[ticket/11672] Move the reapply_sid() call before meta_refresh() is called.
[ticket/11672] Remove duplicate $request global.
[ticket/11672] The json response call exits so the else is not necessary.
[ticket/11672] Remove the messages for lock/unlock/change topic type.
[ticket/11672] Clean up the logic in mcp_queue.php.
[ticket/11672] Remove some messages that were missed in mcp_queue.php.
[ticket/11672] Replace sprintf() usage with $user->lang().
[ticket/11672] Removed unnecessary text from alerts.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The $redirect assignment is not necessary because the variable has already been
set near the start of the functions. The redirect value will also never default
to index.php because a default value has already been provided when $redirect
is initially assigned and passed to the template as a hidden field.
PHPBB3-11672
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11672
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11672
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11672
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11672
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11672
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11672
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Messages like "Return to forum last visited" are entirely unnecessary
when using AJAX to delete a post, so this commit removes them.
PHPBB3-11672
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/12048] Fix the regexp for language keys in custom bbcodes.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12048
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also fixed the empty option which is not allowed.
PHPBB3-12045
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* prototech/ticket/11507:
[ticket/11507] Handle empty sets correctly.
[ticket/11507] Allow group & unapproved post count options to be used alone.
[ticket/11507] Fix the unapproved posts count query.
[ticket/11507] Allow the posts awaiting approval value to be 0.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Using the last parameter in $db->sql_in_set() does not give the correct
behaviour expected here. The query should not be negated if the set is empty.
PHPBB3-11507
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11507
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Only unapproved posts should be counted.
PHPBB3-11507
|
| | | |_|_|/
| |/| | |
| | | | |
| | | | | |
PHPBB3-11507
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-11869
|
| |\ \ \ \
| | | | |
| | | | | |
[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
|