| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-11814
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* prep-release-3.0.12:
[ticket/11769] Allow using 0 as poster name
[ticket/11769] Allow '0' as username
[ticket/11769] Allow '0' as username in notification mails
[ticket/11769] Fix language issues in the doc blocks
[ticket/11769] Correctly supply the post author's username in posting.php
Conflicts:
phpBB/language/en/email/forum_notify.txt
phpBB/language/en/email/newtopic_notify.txt
phpBB/language/en/email/topic_notify.txt
|
| |
| |
| |
| | |
PHPBB3-11769
|
|/
|
|
|
|
| |
This is a partial backport of 31502cdd6c3a5bac5164ec30530e5b4bf63f3196.
PHPBB3-11821
|
|
|
|
| |
PHPBB3-11752
|
|
|
|
| |
PHPBB3-11740
|
|\
| |
| |
| |
| |
| |
| |
| | |
prep-release-3.0.12
* github-marc1706/ticket/11112:
[ticket/11112] Do not change opensource.org link to https
[ticket/11112] Use https for user-visible links to phpbb.com
|
| |
| |
| |
| | |
PHPBB3-11112
|
| |
| |
| |
| | |
PHPBB3-11112
|
|/
|
|
| |
PHPBB3-11670
|
|
|
|
| |
PHPBB3-11662
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# By Joas Schilling
# Via Joas Schilling
* remotes/nickv/ticket/8319:
[ticket/8319] Do not repeat the replacement
[ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URL
[ticket/8319] Update BBCodes that currently use the LOCAL_URL tag on update
[ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL parts
[ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuse
|
| |
| |
| |
| |
| |
| | |
The explanation now states that links are prefixed with the board URL.
PHPBB3-8319
|
| |
| |
| |
| | |
PHPBB3-11583
|
|/
|
|
| |
PHPBB3-11583
|
|
|
|
|
|
|
|
|
|
|
|
| |
The input length for the hex color is now limited to 6 characters and
the support for colors starting with a '#' has been dropped. The allowed
input length of 7 in prosilver seems to have been a relict from old ages
of phpBB3. In order to have proper support for correct checking of the
colour value, the new code was also ported to the ACP groups manage page.
The tests have been modified to reflect the changes to the behavior of
the color check. Tests for the ACP will follow.
PHPBB3-11538
|
|
|
|
|
|
|
|
|
| |
We are now using a regex with preg_match() in order to properly check
if the entered color value is in hex color format or not. A proper
error message is triggered if an incorrect color value is entered and
the prepended '#' is removed if necessary.
PHPBB3-11538
|
|
|
|
|
|
|
| |
The error message about missing style data was not
translated
PHPBB3-9975
|
|
|
|
| |
PHPBB3-10896
|
|
|
|
|
|
|
| |
Adds a new validation type to the ACP validate_config_vars function
and implements it on the board_contact and board_email settings.
PHPBB3-10896
|
|
|
|
|
|
|
| |
A improvement to the info popup which is displayed when the cursor
is over the bbcode-button [list=] in the posting-editor
PHPBB3-11220
|
|
|
|
| |
PHPBB3-11192
|
|\
| |
| |
| |
| | |
* Senky/ticket/10568:
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
|
| |
| |
| |
| | |
PHPBB3-10568
|
|\ \
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/8743:
[ticket/8743] Include poster´s name in mail notifications
|
| | |
| | |
| | |
| | | |
PHPBB3-8743
|
| | |
| | |
| | |
| | | |
PHPBB3-11131
|
| | |
| | |
| | |
| | |
| | |
| | | |
See the ticket for my reasoning.
PHPBB3-10873
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Search backend displays an additional normalized search query just above
the ignored words.
PHPBB3-10943
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
|/|
| |
| | |
PHPBB3-10950
|
| |
| |
| |
| | |
PHPBB3-10935
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* naderman/ticket/10908:
[ticket/10908] Document that 0 filesize configuration means limited by PHP
[ticket/10908] Download files only up to max_upload_filesize if limit is 0
|
| | |
| | |
| | |
| | | |
PHPBB3-10908
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
By Dhruv Goel
via Dhruv Goel
* github-dhruv/ticket/10308:
[ticket/10308] fixes indentation
[ticket/10308] fixes language variable name
[ticket/10308] makes variable boolean
[ticket/10308] fixes sql query, limit it to 1
[ticket/10308] fixes user deletion if no posts
[ticket/10308] renames language key to USER_NO_POSTS_DELETE
[ticket/10308] fix language and user's total posts
[ticket/10308] fixes language entity.
[ticket/10308] Displays message to user if there are no posts.
[ticket/10308] disable retain/ delete posts option when deleting a user
|
| | |
| | |
| | |
| | |
| | |
| | | |
Language variable has be renamed for better understanding
PHPBB3-10308
|
| | |
| | |
| | |
| | |
| | |
| | | |
language key renamed to make its usability more clearer.
PHPBB3-10308
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
language modified to be clear and select box disappears in case no
posts by user. user's total posts are fetched using a new query.
PHPBB3-10308
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Language key has been changed and has been made more specific to
avoid conflicts
PHPBB3-10308
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
While deletng the user, if the user has no posts in addition to the
options being disabled an added message is displayed.
PHPBB3-10308
|
| | |
| | |
| | |
| | | |
PHPBB3-10835
|
| | |
| | |
| | |
| | | |
PHPBB3-10835
|
|/ /
| |
| |
| | |
PHPBB3-10835
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* github-dhruv/ticket/10797:
[ticket/10797] language key rank moved to common
[ticket/10797] user rank is displayed in mcp_warn.php
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Language key RANK moved from memberlist to common.
Removed from mcp language.
PHPBB3-10797
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When warning a user in MCP, the user's rank title and image are displayed.
language key user rank also added.
PHPBB3-10797
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The answer of the question "Why isn't X feature available?" in
the FAQ now mentions Area51 instead of SourceForge and GitHub
as the way to handle feature requests.
PHPBB3-10764
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The answer of the question "Why isn't X feature available?" in the
FAQ now mentions GitHub instead of SourceForge as the way to handle
feature requests.
PHPBB3-10764
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* Fyorl/ticket/10508:
[ticket/10508] Marked as read message now less specific.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changed 'The selected forums have been marked read' to 'Forums
have been marked read'
PHPBB3-10508
|