| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This change will allow users to change the avatar path even if it's not
writable. However, this will get rid of the error message that the path is
not writable. Due to this, a minor addition to the explain message in the ACP
settings has been made.
PHPBB3-8960
|
|
|
|
|
|
|
|
| |
The error message that is presented if getimagesize() was unable to determine
an image's dimensions now additionally states that this might be caused by an
incorrect URL.
PHPBB3-10687
|
|
|
|
|
|
|
| |
Changing the language string from "Ban usernames" to "Ban users"
to clarify its use. It bans users by their name and not the username itself
PHPBB3-10174
|
|\
| |
| |
| |
| |
| |
| |
| | |
* bantu/ticket/12176:
[ticket/12176] Reword comment about config entries.
[ticket/12176] Add newest_user_colour to config array to ensure it exists
[ticket/12176] Display correct message when trying to delete founder.
[ticket/12176] Add functional test for founder deletion message.
|
| |
| |
| |
| | |
PHPBB3-12176
|
| |
| |
| |
| | |
PHPBB3-10549
|
|\ \
| | |
| | | |
[ticket/12106] Adds a explaination that admin/mods still able to use the...
|
| | |
| | |
| | |
| | | |
PHPBB3-12106
|
| |/
| |
| |
| | |
PHPBB3-12106
|
|/
|
|
| |
PHPBB3-10549
|
|
|
|
| |
PHPBB3-12037
|
|
|
|
| |
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
|