| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/12247] Makes static usernames work
[ticket/12247] Add ['username'] to mcp_queue.php's user_notification()
Conflicts:
phpBB/includes/mcp/mcp_queue.php
|
| | |\
| | |
| | |
| | |
| | |
| | | |
* marcosbc/ticket/12247:
[ticket/12247] Makes static usernames work
[ticket/12247] Add ['username'] to mcp_queue.php's user_notification()
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Relative to the last ticket, this allows static usernames to
work correctly (those inserted in the post-column post_username)
when sending the e-mail, instead of showing just "Anonymous".
PHPBB3-12247
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It includes the poster's username in the email notifications of
posts that get approved by moderators.
This is done by adding the username to every user_notification()
function located in /phpBB/includes/mcp/mcp_queue.php.
PHPBB3-12247
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/12202] Use an array in the data provider instead of exploding manually
[ticket/12202] Can't call htmlspecialchars before checking for quotes
[ticket/12202] Fix tests
[ticket/12202] Test for parse_cfg_file
[ticket/12202] Use copyright symbol in style.cfg files
[ticket/12202] Apply htmlspecialchars to style.cfg data
Conflicts:
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* exreaction/ticket/12202:
[ticket/12202] Use an array in the data provider instead of exploding manually
[ticket/12202] Can't call htmlspecialchars before checking for quotes
[ticket/12202] Fix tests
[ticket/12202] Test for parse_cfg_file
[ticket/12202] Use copyright symbol in style.cfg files
[ticket/12202] Apply htmlspecialchars to style.cfg data
|
| | | |\
| | | |
| | | | |
[ticket/12202] Use an array in the data provider instead of exploding manually
|
| | | |/
| | |
| | |
| | | |
PHPBB3-12202
|
| | | |
| | |
| | |
| | | |
PHPBB3-12202
|
| | | |
| | |
| | |
| | | |
PHPBB3-12202
|
| | | |
| | |
| | |
| | | |
PHPBB3-12202
|
| | | |
| | |
| | |
| | | |
PHPBB3-12202
|
| | | |
| | |
| | |
| | | |
PHPBB3-12202
|
| |\ \ \
| | | |
| | | | |
[ticket/12241] Event to add and/or modify acp_board configurations
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12241
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12241
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12241
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12241
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12241
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* dhruv/ticket/11040:
[ticket/11040] Topic is deleted if test is skipped
[ticket/11040] Use unique text for the test post added
[ticket/11040] Use hard delete in delete_topic
[ticket/11040] Add migration to drop postgres search indexes
[ticket/11040] Delete the functional test topic to avoid conflicts
[ticket/11040] Add methods to delete post and topic in functional tests
[ticket/11040] Swap post_text and post_subject for post_content index
[ticket/11040] Add test cases for searching subject and post content together
[ticket/11040] Remove postgres extra indexes
[ticket/11040] Add post_content index
[ticket/11040] Search subject and text together
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Provides better performance as per PostgreSQL Docs.
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove post_text index as post_content index is sufficient to search post
text.
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In addition to post_subject and post_title indexes add a post_content
which is concatenation of both the columns.
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Instead of searching for post_subject and post_text seperately and then
OR them in where clause we use concatenation of the two columns and search
PHPBB3-11040
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* vsephpbb/ticket/12263:
[ticket/12263] Add missing variable names to docblock fixes
[ticket/12263] Remove invalid SQL query and unused variables
[ticket/12263] Remove unused argument in module add/remove
[ticket/12263] Fix incorrect docblock commets
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12263
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12263
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12263
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12263
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* EXreaction/ticket/10288:
[ticket/10288] Test to make sure included templates have proper variable scope
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10288
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ticket/11581] Hide categories on level 0 when they have no visible children
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11581
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11581
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11581
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11581
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11581
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* crizz0/ticket/11787:
[ticket/11787] Changes <samp> to <strong> in en/acp/permissions.php
|
| | | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11787
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* vsephpbb/ticket/12029:
[ticket/12029] Remove ellipsis and wrap long sidebar items in ACP
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12029
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* vsephpbb/ticket/11111:
[ticket/11111] Prosilver posting textarea may only be resized vertically
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The resize element displays a mechanism for allowing the
user to resize the element. Setting this to vertical means it
may only be resized vertically.
PHPBB3-11111
|