public_html/admin/mail.php
Sun, 04 Oct 2009 13:32:11 +0200 More consistency for the Mail Users dialog (cf. bug #0000992)
Mon, 20 Apr 2009 11:01:39 +0200 Cosmetic change to the mail form to make the look more consistent with the other admin panels
Sun, 19 Apr 2009 16:57:27 +0200 Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
Sun, 01 Feb 2009 13:34:44 +0100 Display group names with an uppercase first letter everywhere
Sun, 01 Feb 2009 09:49:03 +0100 Forgot to check group membership again when sending the emails
Sat, 31 Jan 2009 22:44:58 +0100 Let users with user.mail permissions only email groups that they are in themselves
Sun, 14 Dec 2008 21:36:53 +0100 Reverted changes that shouldn't be in this branch
Sun, 23 Nov 2008 18:24:58 +0100 Fixed inconsistencies and various small mistakes when displaying "Access denied" messages on the admin pages
Sat, 04 Oct 2008 17:28:09 +0200 Introduced COM_showMessageText (for feature request #0000676) and COM_showMessageFromParameter (for bug #0000618)
Tue, 27 May 2008 20:53:10 +0000 Fixed SQL error when using the option to override user settings (reported by Michael Brusletten)
Sun, 18 May 2008 16:58:51 +0000 More CSRF protection
Mon, 05 May 2008 00:30:37 +0000 Found a function name conflict 'display_form' so the names have been changed to better define their use.
Sun, 25 Nov 2007 06:59:56 +0000 XHTML optional updates
Sat, 09 Jun 2007 20:43:41 +0000 Mail to a group will now check for sub-groups so all users including those in sub-groups will be sent the email.
Sun, 26 Feb 2006 18:12:18 +0000 Fixed at least some of these "access denied" messages.
Sat, 05 Nov 2005 14:02:11 +0000 Set a few more page titles
Sun, 12 Jun 2005 20:03:59 +0000 Check email exists.
Sat, 11 Jun 2005 17:50:40 +0000 Set {layout_url} variable
Wed, 08 Jun 2005 07:11:54 +0000 Only mail status=3 users.
Tue, 19 Oct 2004 10:53:18 +0000 Use COM_formatEmailAddress
Tue, 12 Oct 2004 09:41:44 +0000 Apply htmlspecialchars() on the email addresses before displaying them.
Fri, 08 Oct 2004 12:36:46 +0000 Harmless, but that '.' shouldn't be there.
Thu, 07 Oct 2004 08:27:27 +0000 Use empty() to check for the user's full name, not isset().
Mon, 09 Aug 2004 07:56:22 +0000 Use $HTTP_SERVER_VARS['PHP_SELF'] instead of $PHP_SELF
Wed, 14 Jul 2004 18:34:57 +0000 Bugfix: The From and Reply-To were ignored - emails were always sent with the site name and site mail settings.
Sat, 17 Jan 2004 20:38:27 +0000 Grant access to users that have 'user.mail' permissions (in addition to users in the 'Mail Admin' group), to be consistent with the display of the "Mail Users" menu entry in lib-common.php. Also sort the group names alphabetically.
Tue, 13 Jan 2004 19:15:52 +0000 Make sure we're actually logging any unauthorized attempts to access the admin pages (and to access.log, not error.log).
Mon, 01 Sep 2003 19:01:07 +0000 Fixed warnings
Mon, 01 Sep 2003 12:53:06 +0000 Introduced COM_mail() function and rewrote all functions that send emails to use COM_mail() instead of PHP's mail() function directly.
Thu, 19 Jun 2003 20:01:41 +0000 Added support for '_admin_block' and '_msg_block' template overrides.
Fri, 30 May 2003 08:16:34 +0000 Use only the email address as the first parameter to mail() (not "Name <email>", since that seems to cause problems on some setups).
Thu, 28 Nov 2002 12:43:56 +0000 To quote the PHP manual for the mail() function: "You must use \r\n to seperate
Thu, 21 Nov 2002 18:22:56 +0000 Fixed bug #619860: Mails sent with admin/mail.php contained slashes.
Fri, 09 Aug 2002 22:20:00 +0000 Added a (proper) error message when attempting to send a mail to users but
Wed, 05 Jun 2002 12:49:22 +0000 Fixed wrong headers when sending HTML mails,
Tue, 04 Jun 2002 13:53:38 +0000 This update changes hardcoded admin references (/path/to/geeklog/public_html/admin) to the site_admin_url variable.
Wed, 01 May 2002 13:10:54 +0000 Bug/Feature request #549423: Added a charset variable to the language files
Sat, 27 Apr 2002 21:42:17 +0000 Moved some previously hard-coded text to the language files.
Tue, 23 Apr 2002 04:22:03 +0000 A minor update across the codebase. Changed all include_once to require_once, due to speed increase. Petty, but every bit helps.
Thu, 11 Apr 2002 22:14:01 +0000 These all now use new $_CONF['site_admin_url'] and {site_admin_url}
Wed, 03 Apr 2002 20:49:47 +0000 Now works with Geeklog's groups! Does pretty good at reporting the results too.
Mon, 15 Oct 2001 14:49:22 +0000 These are all the changes Mark made to clean-up GL code
Fri, 21 Sep 2001 23:11:36 +0000 New security stuff added
Sat, 15 Sep 2001 12:32:34 +0000 Major update.
Thu, 13 Sep 2001 04:26:03 +0000 Brought some order to the config.php file.
Sat, 18 Aug 2001 16:37:09 +0000 This is the Geeklog 1.3 release