[cvs] commit: sam blacklist.php index.php spam.php spamassassin.php
whitelist.php sam/config .cvsignore attributes.php.dist
backends.php.dist conf.xml sam/docs CHANGES CREDITS TODO sam/lib
BlacklistForm.php Driver.php OptionsForm.php SAM.php ...
Max Kalika
max at horde.org
Thu Aug 28 13:03:17 PDT 2003
max 2003/08/28 13:03:17 PDT
Modified files:
. blacklist.php index.php whitelist.php
config .cvsignore conf.xml
docs CHANGES CREDITS TODO
lib Driver.php SAM.php api.php base.php
lib/Driver sql.php
po Makefile cs_CZ.po de_DE.po fi_FI.po
fr_FR.po ro_RO.po zh_TW.po
scripts/drivers sam_mysql.sql sam_pgsql.sql
templates/menu menu.inc
Added files:
. spam.php
config attributes.php.dist backends.php.dist
lib BlacklistForm.php OptionsForm.php
WhitelistForm.php
Removed files:
. spamassassin.php
templates/blacklist body.inc
templates/spamassassin body.inc
templates/whitelist body.inc
Log:
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.
Revision Changes Path
1.19 +0 -85 sam/Attic/spamassassin.php (dead)
1.9 +37 -32 sam/blacklist.php
1.4 +3 -1 sam/config/.cvsignore
1.1 +136 -0 sam/config/attributes.php.dist (new)
1.1 +56 -0 sam/config/backends.php.dist (new)
1.7 +2 -43 sam/config/conf.xml
1.19 +4 -0 sam/docs/CHANGES
1.12 +4 -2 sam/docs/CREDITS
1.7 +3 -11 sam/docs/TODO
1.6 +10 -4 sam/index.php
1.1 +55 -0 sam/lib/BlacklistForm.php (new)
1.17 +146 -67 sam/lib/Driver.php
1.28 +240 -185 sam/lib/Driver/sql.php
1.1 +60 -0 sam/lib/OptionsForm.php (new)
1.15 +78 -106 sam/lib/SAM.php
1.1 +55 -0 sam/lib/WhitelistForm.php (new)
1.5 +33 -28 sam/lib/api.php
1.16 +15 -9 sam/lib/base.php
1.3 +2 -2 sam/po/Makefile
1.2 +3 -3 sam/po/cs_CZ.po
1.3 +7 -7 sam/po/de_DE.po
1.2 +0 -1 sam/po/fi_FI.po
1.3 +2 -2 sam/po/fr_FR.po
1.2 +2 -2 sam/po/ro_RO.po
1.4 +2 -2 sam/po/zh_TW.po
1.6 +1 -2 sam/scripts/drivers/sam_mysql.sql
1.7 +1 -2 sam/scripts/drivers/sam_pgsql.sql
1.1 +76 -0 sam/spam.php (new)
1.4 +0 -37 sam/templates/blacklist/Attic/body.inc (dead)
1.10 +7 -3 sam/templates/menu/menu.inc
1.7 +0 -77 sam/templates/spamassassin/Attic/body.inc (dead)
1.5 +0 -37 sam/templates/whitelist/Attic/body.inc (dead)
1.9 +37 -33 sam/whitelist.php
Chora Links:
http://cvs.horde.org/co.php/sam/Attic/spamassassin.php?r=1.18
http://cvs.horde.org/diff.php/sam/blacklist.php?r1=1.8&r2=1.9&ty=u
http://cvs.horde.org/diff.php/sam/config/.cvsignore?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/co.php/sam/config/attributes.php.dist?r=1.1
http://cvs.horde.org/co.php/sam/config/backends.php.dist?r=1.1
http://cvs.horde.org/diff.php/sam/config/conf.xml?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/sam/docs/CHANGES?r1=1.18&r2=1.19&ty=u
http://cvs.horde.org/diff.php/sam/docs/CREDITS?r1=1.11&r2=1.12&ty=u
http://cvs.horde.org/diff.php/sam/docs/TODO?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/sam/index.php?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/co.php/sam/lib/BlacklistForm.php?r=1.1
http://cvs.horde.org/diff.php/sam/lib/Driver.php?r1=1.16&r2=1.17&ty=u
http://cvs.horde.org/diff.php/sam/lib/Driver/sql.php?r1=1.27&r2=1.28&ty=u
http://cvs.horde.org/co.php/sam/lib/OptionsForm.php?r=1.1
http://cvs.horde.org/diff.php/sam/lib/SAM.php?r1=1.14&r2=1.15&ty=u
http://cvs.horde.org/co.php/sam/lib/WhitelistForm.php?r=1.1
http://cvs.horde.org/diff.php/sam/lib/api.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/sam/lib/base.php?r1=1.15&r2=1.16&ty=u
http://cvs.horde.org/diff.php/sam/po/Makefile?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/sam/po/cs_CZ.po?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/sam/po/de_DE.po?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/sam/po/fi_FI.po?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/sam/po/fr_FR.po?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/sam/po/ro_RO.po?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/sam/po/zh_TW.po?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/sam/scripts/drivers/sam_mysql.sql?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/diff.php/sam/scripts/drivers/sam_pgsql.sql?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/co.php/sam/spam.php?r=1.1
http://cvs.horde.org/co.php/sam/templates/blacklist/Attic/body.inc?r=1.3
http://cvs.horde.org/diff.php/sam/templates/menu/menu.inc?r1=1.9&r2=1.10&ty=u
http://cvs.horde.org/co.php/sam/templates/spamassassin/Attic/body.inc?r=1.6
http://cvs.horde.org/co.php/sam/templates/whitelist/Attic/body.inc?r=1.4
http://cvs.horde.org/diff.php/sam/whitelist.php?r1=1.8&r2=1.9&ty=u
More information about the cvs
mailing list