aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13526] Correctly validate the ucp_pm_options form key.Joas Schilling2015-01-201-1/+5
* [ticket/11799] Send anti abuse headers in "new password" emails.Andreas Fischer2013-08-231-0/+2
* [ticket/10037] Apply attached patch with a few changesOliver Schramm2013-07-251-0/+3
* [ticket/11548] Run array_map on complete error array and not just colour_errorMarc Alexander2013-07-111-1/+2
* [ticket/11538] Add optional switch as argument to hex colour validationMarc Alexander2013-05-191-1/+1
* [ticket/11538] Rename phpbb_validate_colour to phpbb_validate_hex_colourMarc Alexander2013-05-191-1/+1
* [ticket/11538] Add function phpbb_validate_colour for validating coloursMarc Alexander2013-05-161-1/+1
* [ticket/11538] Make sure regex doesn't allow multiple color valuesMarc Alexander2013-05-151-1/+1
* [ticket/11538] Simplify colour value check and remove support for '#'Marc Alexander2013-05-141-11/+4
* [ticket/11538] Fix incorrect regex and test for duplicate # in color stringMarc Alexander2013-05-141-1/+1
* [ticket/11538] Use regex for testing color value and improve testsMarc Alexander2013-05-141-5/+9
* [ticket/11538] Make sure group color can't exceed maximum of 6 charactersMarc Alexander2013-05-141-0/+10
* [ticket/11144] Add missing {FORUM_NAME} variableGaëtan Muller2013-05-061-7/+4
* [ticket/11233] prohibit selecting anonymous user as a PM recipientDhruv2013-01-301-1/+1
* [ticket/11343] Remove spare parentheses.Andreas Fischer2013-01-251-1/+1
* [ticket/11343] Remove spare space.Andreas Fischer2013-01-251-1/+1
* [ticket/11343] Use === when checking stored user_actkey against user input.Andreas Fischer2013-01-251-1/+1
* [ticket/10841] adding space after ifSenky2012-12-051-2/+2
* [ticket/10841] removing unnecessary spacingSenky2012-12-051-2/+2
* [ticket/10841] changing affectedrows check to COUNT in sqlSenky2012-12-051-6/+8
* [ticket/10841] Modifying style and language selectors in UCPSenky2012-12-051-0/+30
* [ticket/11158] Require acl_u_sig for ucp signature module.Oleg Pudeyev2012-10-291-1/+1
* [ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pmSenky2012-08-021-1/+2
* [ticket/10935] Limit number of PM rules per user to 5000Joas Schilling2012-06-201-2/+15
* [ticket/10561] Casted $config['default_style'] to intHari Sankar R2012-04-091-1/+1
* [ticket/10561] Reverted to phpbb_style_is_active()Hari Sankar R2012-04-071-2/+2
* [ticket/10561] Moved and renamed the funtion validate_style().Hari Sankar R2012-04-051-2/+8
* [ticket/10561] Changes made to function phpbb_style_is_active().Hari Sankar R2012-04-031-1/+1
* [ticket/10561] All users can choose deactivated styles (fixed).Hari Sankar R2012-04-031-1/+2
* [ticket/10580] Remove checking of server timezone and DST when registeringRichard Foote2012-01-211-18/+2
* [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-204-5/+5
* [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-204-22/+7
* Merge remote-tracking branch 'nickvergessen/ticket/9361' into develop-olympusAndreas Fischer2011-11-141-6/+6
|\
| * [ticket/9361] View correct error messages when editing account informationJoas Schilling2011-11-141-6/+6
* | Merge remote-tracking branch 'igorw/ticket/8616' into develop-olympusAndreas Fischer2011-11-131-1/+1
|\ \
| * | [ticket/8616] Direct links in pm notification emailsAlan2011-10-131-1/+1
* | | [ticket/10259] Do not send notifications to user accounts joining free groups.Andreas Fischer2011-10-171-28/+24
|/ /
* | [ticket/10304] Fix URL for ICQ while view private messagesJoas Schilling2011-10-131-1/+1
|/
* [ticket/10158] Remove some code duplication from generating the message.Nils Adermann2011-06-051-28/+10
* [ticket/10158] Only view "Return to" links if they are useful.Joas Schilling2011-05-231-8/+34
* [ticket/10158] Add return-link to folder, when the user replied from a folder.Joas Schilling2011-05-092-7/+17
* [ticket/10158] Add "Return to Inbox"-link to "PM send"-message.Joas Schilling2011-05-051-2/+5
* [ticket/9961] Create log entries when users are activated.Erik Frèrejean2011-04-191-0/+7
* [ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.Joas Schilling2011-04-031-1/+1
* [ticket/9970] Rename validate_language() to validate_language_iso_name().Andreas Fischer2011-03-072-3/+3
* [ticket/9970] Do not allow switching to languages not installed on reg. page.Andreas Fischer2011-03-071-1/+1
* [ticket/9970] User language input is checked for existanceJosh Woody2011-03-072-2/+2
* [ticket/10024] Populate unread information to template for styling issues.Philippe Chevrier2011-02-281-0/+1
* [ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMsIgor Wiedler2010-11-211-0/+3
* [ticket/9807] Hide avatar tab in UCP when avatars are disabledIgor Wiedler2010-09-071-1/+1