public_html/profiles.php
Wed, 01 Feb 2012 20:35:07 -0500 CC setting is now an admin option. Original patch provided by Rouslan Placella. (feature request #0001259)
Wed, 16 Mar 2011 22:27:44 -0400 Bug#1220: Implement an overridable COM_newTemplate function
Tue, 25 Jan 2011 01:06:20 +0000 Fix bug #001240: CC setting isn't kept in profiles.php
Mon, 04 Oct 2010 20:04:44 -0400 Updated the speed limit message for sending emails to users.
Sat, 01 May 2010 09:58:01 +0200 Fixed page title
Sun, 17 Jan 2010 10:53:04 +0100 Moved "Login required" message to new function SEC_loginRequiredForm() to avoid code duplication and allow for easy modification
Sun, 10 Jan 2010 11:17:57 +0100 Make sure we have {xhtml}, {site_url}, {site_admin_url}, and {layout_url} defined (and in that order) in all templates
Thu, 19 Nov 2009 10:31:00 +0100 It wasn't possible to email a user via their profile page - checked the wrong field for '@' characters (cf. bug #0000992; reported by rayleigh)
Sun, 04 Oct 2009 11:10:08 +0200 Additional checks in "Mail Story to a Friend" and "Send mail to user" dialogs to make sure users don't enter email addresses into the name fields (bug #0000992)
Sun, 04 Oct 2009 10:08:27 +0200 Added an option to send a copy to self to the "Mail Story to a Friend" dialog and made the look of this and the "Send mail to user" dialogs more consistent
Sun, 09 Aug 2009 20:30:15 +0200 Wiki text is already handled by the story class so we don't need to convert it here
Sun, 09 Aug 2009 10:33:39 +0200 Added a link back to the story to the "Mail Story to a Friend" form
Sun, 09 Aug 2009 10:20:32 +0200 Use the story class for "Mail Story to a Friend" and slightly improved the formatting in the email
Wed, 29 Jul 2009 13:30:25 +0200 Check story permissions when emailing a story
Wed, 29 Jul 2009 13:36:24 +0200 Fixed XSS (reported by Gerendi Sandor Attila)
Wed, 29 Jul 2009 19:56:01 +0200 Check story permissions when emailing a story
Wed, 29 Jul 2009 19:49:55 +0200 Fixed XSS (reported by Gerendi Sandor Attila)
Mon, 27 Jul 2009 21:39:26 +0200 Bah, wrong function name: COM_outputMessageAndAbort -> COM_displayMessageAndAbort
Sun, 19 Apr 2009 16:57:27 +0200 Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
Sun, 19 Apr 2009 10:35:57 +0200 Added an option to send a copy of the email to a user to self (feature request #0000771, based on a patch by Roshan Singh)
Fri, 10 Apr 2009 23:33:02 +0200 Replace Wiki-style formatting in the Daily Digest and when emailing a story to a friend (bug #0000837, patch provided by Pawel Szczur)
Sun, 18 Jan 2009 18:29:15 +0100 Quick fix to report when sending an email failed
Sat, 04 Oct 2008 15:00:03 +0200 Send people back to a user's profile when using "Send Email" option; Code cleanup: Use COM_isAnonUser
Sat, 04 Oct 2008 14:40:59 +0200 Display confirmation message when emailing a story (feature request #0000689)
Fri, 03 Oct 2008 15:09:52 +0200 Wrong message ...
Wed, 20 Feb 2008 20:32:37 +0000 Mail story to a friend: User message text is run through COM_applyFilter but shouldn't be because that will cut the message off at the first special character. The message doesn't go out as HTML, and isn't logged, so, we don't introduce a security hole by doing so (I checked carefully!)
Wed, 20 Feb 2008 20:27:25 +0000 Email user option: Form handles " incorrectly on re-display
Wed, 20 Feb 2008 20:07:59 +0000 Ensure every template class has site_url, site_admin_url, layout_url and xhtml variables set. My eyes, they bleed...
Tue, 08 Jan 2008 18:39:47 +0000 Fixed an XSS (1.4.0 only), reported by MustLive
Sun, 25 Nov 2007 06:59:56 +0000 XHTML optional updates
Sat, 09 Dec 2006 21:02:51 +0000 Part 2 of Mark's CAPTCHA patches: Contact user form, send email form
Wed, 06 Sep 2006 05:31:01 +0000 converting TABS to 4 Spaces in the worst cases
Sat, 05 Aug 2006 13:03:57 +0000 Added a spam check for the contact email form
Mon, 15 May 2006 04:10:38 +0000 Bunches of tiny bug fixes
Sun, 14 May 2006 20:25:43 +0000 Security: Possible XSS vectors and SQL insertion vectors closed.
Mon, 27 Feb 2006 19:39:53 +0000 When emailing a story, don't include the text "Comment on this story at ..." when comments have been switched off for that story ...
Wed, 28 Dec 2005 10:11:54 +0000 Xmas Patch Collection (see docs/history for details)
Mon, 14 Nov 2005 12:21:13 +0000 Fixed warnings
Sat, 12 Nov 2005 12:59:04 +0000 Allow a subject to be passed as a parameter for the "contact user" form (based on patch #497)
Mon, 26 Sep 2005 08:49:46 +0000 Copied improved spam protection over from the trunk
Mon, 26 Sep 2005 08:40:23 +0000 Call COM_displayMessageAndAbort when spam detected
Wed, 31 Aug 2005 11:30:31 +0000 Check for spam before emailing a story (only checks the "short message" added by the user, not the actual story).
Thu, 12 May 2005 10:38:56 +0000 undo commit error
Thu, 12 May 2005 09:18:44 +0000 fix for Bug #398. passwords are sent cleartext when authenticating Adds optional sll URL's for password-related pages
Fri, 28 Jan 2005 08:42:50 +0000 Switched to "short" GET/POST arrays
Tue, 19 Oct 2004 10:53:18 +0000 Use COM_formatEmailAddress
Thu, 07 Oct 2004 21:10:23 +0000 In the light of bug #293, avoid using variables in the language files.
Mon, 09 Aug 2004 18:36:29 +0000 Fixed a few warnings (undefined variables, etc.)
Sun, 08 Aug 2004 19:59:45 +0000 Threw in a few COM_buildUrl calls for article URLs
Fri, 06 Aug 2004 08:55:36 +0000 Introduced pagetitle as a second parameter for COM_siteHeader()
Thu, 05 Aug 2004 12:54:46 +0000 Replace the default page title with something more meaningful, where possible (feature request #95)
Tue, 27 Jul 2004 07:31:54 +0000 Added parameter filtering for $what
Thu, 10 Jun 2004 13:34:41 +0000 Fixed typo
Tue, 08 Jun 2004 09:42:14 +0000 Added an extra check for the "email story" option.
Sat, 29 May 2004 11:44:31 +0000 Use UPDATE to increase the number of times a story has been emailed.
Fri, 02 Jan 2004 16:32:18 +0000 More GET/POST parameter filtering.
Thu, 01 Jan 2004 15:27:14 +0000 $_TABLES was missing from the list of global variables in function mailstory().
Fri, 05 Dec 2003 19:36:36 +0000 Apply more strict checks before allowing someone to email a user. Also implemented a speed limit for emailing users.
Fri, 05 Dec 2003 19:36:01 +0000 Apply more strict checks before allowing someone to email a user.
Thu, 04 Dec 2003 21:02:28 +0000 $_USER was missing from the list of global variables.