[freeside-commits] freeside/FS FS.pm,1.29,1.30 MANIFEST,1.85,1.86
Ivan,,,
ivan at wavetail.420.am
Wed Aug 17 15:23:48 PDT 2005
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, NONE, 1.1 Record.pm,
1.104, 1.105 cust_main.pm, 1.189, 1.190 payment_gateway.pm,
NONE, 1.1 payment_gateway_option.pm, NONE,
1.1 option_Common.pm, NONE, 1.1 part_export.pm, 1.98,
1.99 part_pkg.pm, 1.41, 1.42 part_export_option.pm, 1.5, 1.6
- Next message: [freeside-commits] freeside/httemplate/docs upgrade10.html, 1.51,
1.52
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS
In directory wavetail:/tmp/cvs-serv31511/FS
Modified Files:
FS.pm MANIFEST
Log Message:
infrastructure for easier schema changes, and: add payment_gateway, payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet)
Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- FS.pm 8 Feb 2005 20:22:46 -0000 1.29
+++ FS.pm 17 Aug 2005 22:23:46 -0000 1.30
@@ -237,11 +237,11 @@
=head1 SUPPORT
A mailing list for users is available. Send a blank message to
-<ivan-freeside-subscribe at sisd.com> to subscribe.
+<freeside-users-subscribe at sisd.com> to subscribe.
A mailing list for developers is available. It is intended to be lower volume
and higher SNR than the users list. Send a blank message to
-<ivan-freeside-devel-subscribe at sisd.com> to subscribe.
+<freeside-devel-subscribe at sisd.com> to subscribe.
Commercial support is available; see
<http://www.sisd.com/freeside/commercial.html>.
Index: MANIFEST
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/MANIFEST,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- MANIFEST 14 Jul 2005 10:52:46 -0000 1.85
+++ MANIFEST 17 Aug 2005 22:23:46 -0000 1.86
@@ -92,6 +92,8 @@
FS/part_export/infostreet.pm
FS/part_export/ldap.pm
FS/part_export/null.pm
+FS/part_export/radiator.pm
+FS/part_export/router.pm
FS/part_export/shellcommands.pm
FS/part_export/shellcommands_withdomain.pm
FS/part_export/sqlmail.pm
@@ -221,6 +223,7 @@
t/part_export-null.t
t/part_export-passwdfile.t
t/part_export-postfix.t
+t/part_export-radiator.t
t/part_export-router.t
t/part_export-shellcommands.t
t/part_export-shellcommands_withdomain.t
@@ -276,3 +279,11 @@
t/raddb.t
t/clientapi_session.t
t/clientapi_session_field.t
+FS/payment_gateway.pm
+t/payment_gateway.t
+FS/payment_gateway_option.pm
+t/payment_gateway_option.t
+FS/option_Common.pm
+t/option_Common.t
+FS/agent_payment_gateway.pm
+t/agent_payment_gateway.t
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, NONE, 1.1 Record.pm,
1.104, 1.105 cust_main.pm, 1.189, 1.190 payment_gateway.pm,
NONE, 1.1 payment_gateway_option.pm, NONE,
1.1 option_Common.pm, NONE, 1.1 part_export.pm, 1.98,
1.99 part_pkg.pm, 1.41, 1.42 part_export_option.pm, 1.5, 1.6
- Next message: [freeside-commits] freeside/httemplate/docs upgrade10.html, 1.51,
1.52
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list