| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-10037
|
|
|
|
|
|
|
|
| |
Up to now the array_map() that turns error messages into the localized output
was only ran if the group's color was set. With this patch it'll run the
array_map() on the complete error array if it's not empty.
PHPBB3-11548
|
|
|
|
|
|
|
|
|
| |
The value of $optional will decide whether an empty string will be
treated as incorrect input or if it is allowed. The optional argument
will default to false and therefore treat an empty string as incorrect
unless explicitly told to not do so.
PHPBB3-11538
|
|
|
|
| |
PHPBB3-11538
|
|
|
|
|
|
|
|
|
| |
It will be possible to use this function via the validate_data() function
interface that has already been used previously. Thus, this new function
will extend the capabilities of validate_data() to checking hex color
values.
PHPBB3-11538
|
|
|
|
|
|
|
| |
This will now make sure that 'AAFF00' will be matched but strings like
'AAFF00 AABB00' will not.
PHPBB3-11538
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
In order to prevent future issues with this, a basic set of functional
tests for the UCP groups manage page have been added.
PHPBB3-11538
|
|
|
|
|
|
|
| |
The template variable {FORUM_NAME} was missing from
the login page of a password protected forum
PHPBB3-11144
|
|
|
|
|
|
|
| |
While composing pm, it should not be allowed to add
anonymous user as a PM recipient
PHPBB3-11233
|
|
|
|
| |
PHPBB3-11343
|
|
|
|
| |
PHPBB3-11343
|
|
|
|
|
|
|
| |
Use strict comparison when checking whether stored user_actkey is equal to user
input.
PHPBB3-11343
|
|
|
|
| |
PHPBB3-10841
|
|
|
|
| |
PHPBB3-10841
|
|
|
|
|
|
| |
this sould reduce load and be faster. Also freeresult functions added
PHPBB3-10841
|
|
|
|
|
|
|
| |
Commit also deletes all unnecessary blank spaces at
the end of the lines in both ucp_prefs_personal.html
PHPBB3-10841
|
|
|
|
| |
PHPBB3-11158
|
|
|
|
| |
PHPBB3-10568
|
|
|
|
| |
PHPBB3-10935
|
|
|
|
| |
PHPBB3-10561
|
|
|
|
|
|
| |
Changes made to function name, reverted to old.
PHPBB3-10561
|
|
|
|
|
|
| |
Fixed minor changes as suggested by @bantu.
PHPBB3-10561
|
|
|
|
|
|
|
| |
Fixed return type, documented function and, removed
style_id from fetch.
PHPBB3-10561
|
|
|
|
|
|
|
|
| |
A form exploit enabled the users to select a deactivated
style. Fixed with extra check on submit, with a new function
styles_verify to check if the selected style is activated or not.
PHPBB3-10561
|
|
|
|
|
|
|
|
| |
Remove checking of server timezone and DST. It causes a problem by
selecting the wrong timezone when registering when the board_timezone is 1
hour less than the server timezone.
PHPBB3-10580
|
|
|
|
| |
PHPBB3-10446
|
|
|
|
| |
PHPBB3-10446
|
|\
| |
| |
| |
| | |
* nickvergessen/ticket/9361:
[ticket/9361] View correct error messages when editing account information
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently the "current password" is only checked, when you change something.
This means you get "Your profile has been updated." although you enter a wrong
password. I also added proper error messages, when you leave the confirm fields
empty, and sorted them in the order of the field appearances on the html page.
PHPBB3-9361
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* igorw/ticket/8616:
[ticket/8616] Include old U_INBOX var for BC
[ticket/8616] Rename U_INBOX to U_VIEW_MESSAGE
[ticket/8616] Direct links in pm notification emails
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Import the "Direct links in pm notification emails" modification,
version 1.0.1.
PHPBB3-8616
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
It does not make sense to send notifications to users joining a freely open
group. They already know that they were added to the group, because they
triggered the actual join.
PHPBB3-10259
|
|/
|
|
| |
PHPBB3-10304
|
|
|
|
| |
PHPBB3-10158
|
|
|
|
| |
PHPBB3-10158
|
|
|
|
| |
PHPBB3-10158
|
|
|
|
| |
PHPBB3-10158
|
|
|
|
|
|
|
|
|
|
| |
* Create log entries when a user activates own account without
also changing their password.
* Additionally create admin log entries when an administrator activates
user accounts.
PHPBB3-9961
|
|
|
|
| |
PHPBB3-10121
|
|
|
|
| |
PHPBB3-9970
|
|
|
|
| |
PHPBB3-9970
|
|
|
|
|
|
|
| |
Users could select a language which did not exist in the database by altering
form fields because there was no back-end verification.
PHPBB3-9970
|
|
|
|
| |
PHPBB3-10024
|
|
|
|
| |
PHPBB3-9910
|
|
|
|
| |
PHPBB3-9807
|
|\
| |
| |
| |
| |
| |
| |
| | |
* ticket/nickvergessen/9519:
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
|
| |
| |
| |
| |
| |
| |
| | |
acm_memory.php is untested. install/install_convert.php and
includes/functions_convert.php are going to be tested and committed afterwards.
PHPBB3-9519
|