Revisions for sam/blacklist.php

Location: [ Horde ] / sam / blacklist.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.28 (+4 -2 lines) 06/04/2008 01:50 PM Jan Schneider jan

Copyrights assigned by Chris.

1.27 (+2 -4 lines) 08/03/2007 03:53 PM Chuck Hagenbuch chuck

[cjh] Allow setting default values in config/attributes.php (Request #5597).

Also move forms to lib/Forms/.

1.26 (+2 -2 lines) 06/27/2007 01:24 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.25 (+2 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.24 (+1 -2 lines) 07/15/2006 12:50 AM Chuck Hagenbuch chuck

remove all non-horde core calls of setAttrWidth; this is deprecated in
favor of css styling.

1.23 (+4 -4 lines) 03/04/2006 11:41 PM Chuck Hagenbuch chuck

Batch of Horde_Form::singleton() removals.

1.22 (+2 -2 lines) 01/01/2006 04:11 PM Jan Schneider jan

Happy new year\!

1.21 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.20 (+2 -2 lines) 11/16/2004 11:00 PM Chuck Hagenbuch chuck

CSS menu

1.19 (+2 -2 lines) 10/18/2004 08:46 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.18 (+4 -4 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.17 (+3 -2 lines) 02/26/2004 08:02 AM eraserhd

* Use Variables::getDefaultVariables() instead of Horde_Form::getDefaultVars()
* Delete Horde_Form::getDefaultVars()
* Make sure that appropriate files require 'Horde/Variables.php'

1.16 (+6 -6 lines) 02/25/2004 11:19 PM eraserhd

* Delete Horde_Form_Vars::, use Variables:: instead.
* Delete Horde_Form_Renderer_rows::, was only used by Hermes and depends on
Horde_Form_Vars:: cruft.

1.15 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.14 (+3 -3 lines) 01/13/2004 01:46 PM mdjukic

updated paths for Horde_Form

1.13 (+2 -2 lines) 01/07/2004 10:31 AM Jan Schneider jan

Use new setAttrColumnWidth signature.

1.12 (+2 -2 lines) 01/01/2004 10:16 AM Jan Schneider jan

Happy new year everyone.

1.11 (+2 -2 lines) 12/24/2003 01:12 PM mdjukic

form->validate() already checks for isSubmitted

1.10 (+5 -2 lines) 09/04/2003 02:40 PM max

Check for and report any PEAR_Errors on option retreival.

1.9 (+37 -32 lines) 08/28/2003 04:02 PM max

Here she be! The things that aren't listed in the changelog are:

- rename spamassassin.php to spam.php (for consistency with the
registry name).
- blow away the now-unneeded template files.
- standardize on SAM (instead of Sam).
- the horde_id field in the sql driver is no longer needed --
just use the mapped username for everything.

Hopefully I didn't forget anything.  Still need to write up the
help for all the known attributes and add the amavissql driver.

1.8 (+3 -5 lines) 07/31/2003 04:02 PM John Morrissey jwm

typos

1.7 (+2 -2 lines) 07/21/2003 11:23 AM John Morrissey jwm

* index.php: load the blacklist page if the rules page isn't enabled
* spamassassin.php: redirect to index.php if the rules page isn't enabled

1.6 (+2 -3 lines) 05/23/2003 10:44 AM Chuck Hagenbuch chuck

Last menu.php files.

1.5 (+2 -2 lines) 01/02/2003 09:20 PM Jan Schneider jan

Bump year.

1.4 (+25 -9 lines) 11/21/2002 05:46 PM Marcus I. Ryan marcus

BIG update.  Now properly loads global defaults (including whitelist and
blacklist).  Admins may now choose 'Save as Default' to set the global
preferences for users.

There have been a lot of changes and not a ton of testing.

1.3 (+10 -3 lines) 10/15/2002 03:26 PM Chuck Hagenbuch chuck

Add skip_rbl_checks, whitelist_to, blacklist_to.

Submitted by: Devin Drown <drown@banzai.org>

1.2 (+1 -5 lines) 10/15/2002 12:08 PM Chuck Hagenbuch chuck

Sam now has registry methods for adding to and showing the blacklist.
These can be used from within IMP so that clicking "blacklist" in IMP
adds to a user's SpamAssassin preferences.

1.1 09/26/2002 12:23 PM Chuck Hagenbuch chuck

Much smarter code, and add a blacklist page.