Revisions for sam/spam.php

Location: [ Horde ] / sam / spam.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.22 (+5 -2 lines) 06/04/2008 01:50 PM Jan Schneider jan

Copyrights assigned by Chris.

1.21 (+2 -5 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.20 (+2 -2 lines) 06/27/2007 01:24 PM Jan Schneider jan

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

1.19 (+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.18 (+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.17 (+2 -2 lines) 03/22/2006 01:45 PM Jan Schneider jan

SAM -> Sam

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

Batch of Horde_Form::singleton() removals.

1.15 (+25 -2 lines) 01/13/2006 02:52 PM Jan Schneider jan

Add support for SpamAssassin 3+.
Bug: 3071
Submitted by: cgreen@sentex.ca

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

Happy new year\!

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

Happy New Year

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

CSS menu

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

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

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

No more HORDE_LIBS.

1.9 (+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.8 (+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.7 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

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

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

updated paths for Horde_Form

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

Use new setAttrColumnWidth signature.

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

Happy new year everyone.

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

form->validate() already checks for isSubmitted

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

Check for and report any PEAR_Errors on option retreival.

1.1 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.