| Sun, 04 Oct 2009 13:32:11 +0200 |
More consistency for the Mail Users dialog (cf. bug #0000992)
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| Sun, 19 Apr 2009 16:57:27 +0200 |
Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
|
file | diff | annotate |
| Sun, 01 Feb 2009 13:34:44 +0100 |
Display group names with an uppercase first letter everywhere
|
file | diff | annotate |
| Sun, 01 Feb 2009 09:49:03 +0100 |
Forgot to check group membership again when sending the emails
|
file | diff | annotate |
| Sat, 31 Jan 2009 22:44:58 +0100 |
Let users with user.mail permissions only email groups that they are in themselves
|
file | diff | annotate |
| Sun, 14 Dec 2008 21:36:53 +0100 |
Reverted changes that shouldn't be in this branch
|
file | diff | annotate |
| Sun, 23 Nov 2008 18:24:58 +0100 |
Fixed inconsistencies and various small mistakes when displaying "Access denied" messages on the admin pages
|
file | diff | annotate |
| Sat, 04 Oct 2008 17:28:09 +0200 |
Introduced COM_showMessageText (for feature request #0000676) and COM_showMessageFromParameter (for bug #0000618)
|
file | diff | annotate |
| Tue, 27 May 2008 20:53:10 +0000 |
Fixed SQL error when using the option to override user settings (reported by Michael Brusletten)
|
file | diff | annotate |
| Sun, 18 May 2008 16:58:51 +0000 |
More CSRF protection
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| Sun, 25 Nov 2007 06:59:56 +0000 |
XHTML optional updates
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| Sun, 26 Feb 2006 18:12:18 +0000 |
Fixed at least some of these "access denied" messages.
|
file | diff | annotate |
| Sat, 05 Nov 2005 14:02:11 +0000 |
Set a few more page titles
|
file | diff | annotate |
| Sun, 12 Jun 2005 20:03:59 +0000 |
Check email exists.
|
file | diff | annotate |
| Sat, 11 Jun 2005 17:50:40 +0000 |
Set {layout_url} variable
|
file | diff | annotate |
| Wed, 08 Jun 2005 07:11:54 +0000 |
Only mail status=3 users.
|
file | diff | annotate |
| Tue, 19 Oct 2004 10:53:18 +0000 |
Use COM_formatEmailAddress
|
file | diff | annotate |
| Tue, 12 Oct 2004 09:41:44 +0000 |
Apply htmlspecialchars() on the email addresses before displaying them.
|
file | diff | annotate |
| Fri, 08 Oct 2004 12:36:46 +0000 |
Harmless, but that '.' shouldn't be there.
|
file | diff | annotate |
| Thu, 07 Oct 2004 08:27:27 +0000 |
Use empty() to check for the user's full name, not isset().
|
file | diff | annotate |
| Mon, 09 Aug 2004 07:56:22 +0000 |
Use $HTTP_SERVER_VARS['PHP_SELF'] instead of $PHP_SELF
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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).
|
file | diff | annotate |
| Mon, 01 Sep 2003 19:01:07 +0000 |
Fixed warnings
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| Thu, 19 Jun 2003 20:01:41 +0000 |
Added support for '_admin_block' and '_msg_block' template overrides.
|
file | diff | annotate |
| 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).
|
file | diff | annotate |
| Thu, 28 Nov 2002 12:43:56 +0000 |
To quote the PHP manual for the mail() function: "You must use \r\n to seperate
|
file | diff | annotate |
| Thu, 21 Nov 2002 18:22:56 +0000 |
Fixed bug #619860: Mails sent with admin/mail.php contained slashes.
|
file | diff | annotate |
| Fri, 09 Aug 2002 22:20:00 +0000 |
Added a (proper) error message when attempting to send a mail to users but
|
file | diff | annotate |
| Wed, 05 Jun 2002 12:49:22 +0000 |
Fixed wrong headers when sending HTML mails,
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| Wed, 01 May 2002 13:10:54 +0000 |
Bug/Feature request #549423: Added a charset variable to the language files
|
file | diff | annotate |
| Sat, 27 Apr 2002 21:42:17 +0000 |
Moved some previously hard-coded text to the language files.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| Thu, 11 Apr 2002 22:14:01 +0000 |
These all now use new $_CONF['site_admin_url'] and {site_admin_url}
|
file | diff | annotate |
| Wed, 03 Apr 2002 20:49:47 +0000 |
Now works with Geeklog's groups! Does pretty good at reporting the results too.
|
file | diff | annotate |
| Mon, 15 Oct 2001 14:49:22 +0000 |
These are all the changes Mark made to clean-up GL code
|
file | diff | annotate |
| Fri, 21 Sep 2001 23:11:36 +0000 |
New security stuff added
|
file | diff | annotate |
| Sat, 15 Sep 2001 12:32:34 +0000 |
Major update.
|
file | diff | annotate |
| Thu, 13 Sep 2001 04:26:03 +0000 |
Brought some order to the config.php file.
|
file | diff | annotate |
| Sat, 18 Aug 2001 16:37:09 +0000 |
This is the Geeklog 1.3 release
|
file | diff | annotate |