diff options
author | ivan <ivan> | 2000-03-03 18:22:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-03-03 18:22:44 +0000 |
commit | 61a85894466342b93507614785e61932f7358c50 (patch) | |
tree | 3a566118ee2d92bd926f90da15b000caedc1cbc2 | |
parent | 12debb17cbd12e68261dc7f98e39bfbc3915e6f6 (diff) |
changes from 1.2.3 release, fixes from webdemo
44 files changed, 107 insertions, 88 deletions
diff --git a/fs_webdemo/register.cgi b/fs_webdemo/register.cgi index e5f24efe0..825582262 100755 --- a/fs_webdemo/register.cgi +++ b/fs_webdemo/register.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: register.cgi,v 1.4 2000-03-03 05:32:56 ivan Exp $ +# $Id: register.cgi,v 1.5 2000-03-03 18:22:42 ivan Exp $ use strict; use vars qw( @@ -13,7 +13,7 @@ use vars qw( #$user_pw $crypt_pw #$header $msg use CGI; -#use CGI::Carp qw(fatalsToBrowser); +use CGI::Carp qw(fatalsToBrowser); use DBI; #use Mail::Internet; #use Mail::Header; diff --git a/htdocs/docs/index.html b/htdocs/docs/index.html index 21ec25755..e03bffb39 100644 --- a/htdocs/docs/index.html +++ b/htdocs/docs/index.html @@ -9,7 +9,7 @@ <li><a href="upgrade2.html">Upgrading from 1.1.x to 1.1.4</a> <li><a href="upgrade3.html">Upgrading from 1.1.x to 1.2.x</a> <li><a href="upgrade4.html">Upgrading from 1.2.x to 1.2.2</a> - <li><a href="upgrade5.html">Upgrading from 1.2.2 to 1.3.0</a> + <li><a href="upgrade5.html">Upgrading from 1.2.2 to 1.2.3</a> <li><a href="config.html">Configuration files</a> <!-- <li><a href="admin.html">Administration</a> diff --git a/htdocs/docs/man/FS.html b/htdocs/docs/man/FS.html index b2f0dd3a2..ab01acf99 100644 --- a/htdocs/docs/man/FS.html +++ b/htdocs/docs/man/FS.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS - Freeside Perl modules</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -197,7 +197,7 @@ The main documentation is in htdocs/docs. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: FS.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: FS.html,v 1.2 2000-03-03 18:22:42 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/Bill.html b/htdocs/docs/man/FS/Bill.html index e5832f8d9..cf996ae80 100644 --- a/htdocs/docs/man/FS/Bill.html +++ b/htdocs/docs/man/FS/Bill.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::Bill - Legacy stub</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> diff --git a/htdocs/docs/man/FS/CGI.html b/htdocs/docs/man/FS/CGI.html index e1a42ec59..8bcb6a27a 100644 --- a/htdocs/docs/man/FS/CGI.html +++ b/htdocs/docs/man/FS/CGI.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::CGI - Subroutines for the web interface</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> diff --git a/htdocs/docs/man/FS/Conf.html b/htdocs/docs/man/FS/Conf.html index e4555c3a9..563eea878 100644 --- a/htdocs/docs/man/FS/Conf.html +++ b/htdocs/docs/man/FS/Conf.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::Conf - Read access to Freeside configuration values</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> diff --git a/htdocs/docs/man/FS/Invoice.html b/htdocs/docs/man/FS/Invoice.html index 283e89a35..cc837be2e 100644 --- a/htdocs/docs/man/FS/Invoice.html +++ b/htdocs/docs/man/FS/Invoice.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::Invoice - Legacy stub</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> diff --git a/htdocs/docs/man/FS/Record.html b/htdocs/docs/man/FS/Record.html index da1fc5287..924f0b662 100644 --- a/htdocs/docs/man/FS/Record.html +++ b/htdocs/docs/man/FS/Record.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::Record - Database record objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -312,7 +312,7 @@ true. </DL> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: Record.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: Record.html,v 1.2 2000-03-03 18:22:42 ivan Exp $ <H1><A NAME="BUGS">BUGS</A></H1> <P> diff --git a/htdocs/docs/man/FS/SSH.html b/htdocs/docs/man/FS/SSH.html index aa8929b09..4368b8c11 100644 --- a/htdocs/docs/man/FS/SSH.html +++ b/htdocs/docs/man/FS/SSH.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::SSH - Subroutines to call ssh and scp</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> diff --git a/htdocs/docs/man/FS/UI/Base.html b/htdocs/docs/man/FS/UI/Base.html index 91a4df64d..7823090f6 100644 --- a/htdocs/docs/man/FS/UI/Base.html +++ b/htdocs/docs/man/FS/UI/Base.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::UI::Base - Base class for all user-interface objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -78,7 +78,7 @@ using CGI.pm, etc. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: Base.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: Base.html,v 1.2 2000-03-03 18:22:44 ivan Exp $ <P> <HR> @@ -104,8 +104,8 @@ well. <H1><A NAME="HISTORY">HISTORY</A></H1> <P> $Log: Base.html,v $ -Revision 1.1 1999-08-04 12:13:27 ivan -new HTML manpages +Revision 1.2 2000-03-03 18:22:44 ivan +changes from 1.2.3 release, fixes from webdemo Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of module files for proper perl installation diff --git a/htdocs/docs/man/FS/UI/CGI.html b/htdocs/docs/man/FS/UI/CGI.html index c3efdc746..69bff5671 100644 --- a/htdocs/docs/man/FS/UI/CGI.html +++ b/htdocs/docs/man/FS/UI/CGI.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::UI::CGI - Base class for CGI user-interface objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -67,7 +67,7 @@ class to conditionally specify certain behaviour. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: CGI.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: CGI.html,v 1.2 2000-03-03 18:22:44 ivan Exp $ <P> <HR> @@ -102,8 +102,8 @@ Still some small bits of widget code same as FS::UI::Gtk. <H1><A NAME="HISTORY">HISTORY</A></H1> <P> $Log: CGI.html,v $ -Revision 1.1 1999-08-04 12:13:27 ivan -new HTML manpages +Revision 1.2 2000-03-03 18:22:44 ivan +changes from 1.2.3 release, fixes from webdemo Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of module files for proper perl installation diff --git a/htdocs/docs/man/FS/UI/Gtk.html b/htdocs/docs/man/FS/UI/Gtk.html index cb2a864ac..3328e9746 100644 --- a/htdocs/docs/man/FS/UI/Gtk.html +++ b/htdocs/docs/man/FS/UI/Gtk.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::UI::Gtk - Base class for Gtk user-interface objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -65,7 +65,7 @@ class to conditionally specify certain behaviour. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: Gtk.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: Gtk.html,v 1.2 2000-03-03 18:22:44 ivan Exp $ <P> <HR> @@ -99,8 +99,8 @@ Still some small bits of widget code same as FS::UI::CGI. <H1><A NAME="HISTORY">HISTORY</A></H1> <P> $Log: Gtk.html,v $ -Revision 1.1 1999-08-04 12:13:27 ivan -new HTML manpages +Revision 1.2 2000-03-03 18:22:44 ivan +changes from 1.2.3 release, fixes from webdemo Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of module files for proper perl installation diff --git a/htdocs/docs/man/FS/UID.html b/htdocs/docs/man/FS/UID.html index 34444623a..cad23d59d 100644 --- a/htdocs/docs/man/FS/UID.html +++ b/htdocs/docs/man/FS/UID.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::UID - Subroutines for database login and assorted other stuff</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -128,7 +128,7 @@ coderef into the hash %FS::UID::callback : <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: UID.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: UID.html,v 1.2 2000-03-03 18:22:42 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/agent.html b/htdocs/docs/man/FS/agent.html index bdbf019c5..cb422fce7 100644 --- a/htdocs/docs/man/FS/agent.html +++ b/htdocs/docs/man/FS/agent.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::agent - Object methods for agent records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -114,7 +114,7 @@ true iff this agent may purchase the specified package definition. See <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: agent.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: agent.html,v 1.2 2000-03-03 18:22:42 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/agent_type.html b/htdocs/docs/man/FS/agent_type.html index 25ed652da..d246bea3d 100644 --- a/htdocs/docs/man/FS/agent_type.html +++ b/htdocs/docs/man/FS/agent_type.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::agent_type - Object methods for agent_type records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -121,7 +121,7 @@ Returns the pkgpart of all package definitions (see <A HREF="../FS/part_pkg.html <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: agent_type.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: agent_type.html,v 1.2 2000-03-03 18:22:42 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_bill.html b/htdocs/docs/man/FS/cust_bill.html index c28aa85a1..e09bae5e2 100644 --- a/htdocs/docs/man/FS/cust_bill.html +++ b/htdocs/docs/man/FS/cust_bill.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_bill - Object methods for cust_bill records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -156,7 +156,7 @@ field. It is specified as a UNIX timestamp; see <EM>perlfunc</EM>. Also see <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_bill.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_bill.html,v 1.2 2000-03-03 18:22:42 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_bill_pkg.html b/htdocs/docs/man/FS/cust_bill_pkg.html index 229e88b5f..b94874408 100644 --- a/htdocs/docs/man/FS/cust_bill_pkg.html +++ b/htdocs/docs/man/FS/cust_bill_pkg.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_bill_pkg - Object methods for cust_bill_pkg records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -103,7 +103,7 @@ method. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_bill_pkg.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_bill_pkg.html,v 1.2 2000-03-03 18:22:42 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_credit.html b/htdocs/docs/man/FS/cust_credit.html index 5683fcd0d..d23fcd7d3 100644 --- a/htdocs/docs/man/FS/cust_credit.html +++ b/htdocs/docs/man/FS/cust_credit.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_credit - Object methods for cust_credit records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -107,7 +107,7 @@ replace methods. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_credit.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_credit.html,v 1.2 2000-03-03 18:22:42 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_main.html b/htdocs/docs/man/FS/cust_main.html index 5e0b8eef7..384e3de15 100644 --- a/htdocs/docs/man/FS/cust_main.html +++ b/htdocs/docs/man/FS/cust_main.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_main - Object methods for cust_main records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -92,8 +92,8 @@ FS::Record. The following fields are currently supported: <DT><STRONG><A NAME="item_daytime">daytime - phone (optional)</A></STRONG><DD> <DT><STRONG><A NAME="item_night">night - phone (optional)</A></STRONG><DD> <DT><STRONG><A NAME="item_fax">fax - phone (optional)</A></STRONG><DD> -<DT><STRONG><A NAME="item_payby">payby - `CARD' (credit cards), `BILL' (billing), or `COMP' (free)</A></STRONG><DD> -<DT><STRONG><A NAME="item_payinfo">payinfo - card number, P.O.#, or comp issuer (4-8 lowercase alphanumerics; think username)</A></STRONG><DD> +<DT><STRONG><A NAME="item_payby">payby - `CARD' (credit cards), `BILL' (billing), `COMP' (free), or `PREPAY' (special billing type: applies a credit - see FS::prepay_credit and sets billing type to BILL)</A></STRONG><DD> +<DT><STRONG><A NAME="item_payinfo">payinfo - card number, P.O., comp issuer (4-8 lowercase alphanumerics; think username) or prepayment identifier (see FS::prepay_credit)</A></STRONG><DD> <DT><STRONG><A NAME="item_paydate">paydate - expiration date, mm/yyyy, m/yyyy, mm/yy or m/yy</A></STRONG><DD> <DT><STRONG><A NAME="item_payname">payname - name on card or billing name</A></STRONG><DD> <DT><STRONG><A NAME="item_tax">tax - tax exempt, empty or `Y'</A></STRONG><DD> @@ -232,7 +232,7 @@ there is an error, returns the error, otherwise returns false. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_main.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_main.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_main_county.html b/htdocs/docs/man/FS/cust_main_county.html index a3c1f400c..3362412ac 100644 --- a/htdocs/docs/man/FS/cust_main_county.html +++ b/htdocs/docs/man/FS/cust_main_county.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_main_county - Object methods for cust_main_county objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -97,7 +97,7 @@ replace methods. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_main_county.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_main_county.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_main_invoice.html b/htdocs/docs/man/FS/cust_main_invoice.html index 2fc22b306..9dc1fde9e 100644 --- a/htdocs/docs/man/FS/cust_main_invoice.html +++ b/htdocs/docs/man/FS/cust_main_invoice.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_main_invoice - Object methods for cust_main_invoice records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -110,7 +110,7 @@ Returns the literal email address for this record (or `POST'). <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_main_invoice.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_main_invoice.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_pay.html b/htdocs/docs/man/FS/cust_pay.html index 026745e73..e9ae08a41 100644 --- a/htdocs/docs/man/FS/cust_pay.html +++ b/htdocs/docs/man/FS/cust_pay.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_pay - Object methods for cust_pay objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -97,7 +97,7 @@ method. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_pay.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_pay.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_pay_batch.html b/htdocs/docs/man/FS/cust_pay_batch.html index 1a5189e6b..d67c12474 100644 --- a/htdocs/docs/man/FS/cust_pay_batch.html +++ b/htdocs/docs/man/FS/cust_pay_batch.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_pay_batch - Object methods for batch cards</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -112,7 +112,7 @@ repalce methods. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_pay_batch.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_pay_batch.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_pkg.html b/htdocs/docs/man/FS/cust_pkg.html index e105a30df..d7659f0ce 100644 --- a/htdocs/docs/man/FS/cust_pkg.html +++ b/htdocs/docs/man/FS/cust_pkg.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_pkg - Object methods for cust_pkg objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -217,7 +217,7 @@ possible (see <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_pkg.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_pkg.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_refund.html b/htdocs/docs/man/FS/cust_refund.html index f1d106c2f..6d6cded8a 100644 --- a/htdocs/docs/man/FS/cust_refund.html +++ b/htdocs/docs/man/FS/cust_refund.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_refund - Object method for cust_refund objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -97,7 +97,7 @@ method. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_refund.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_refund.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/cust_svc.html b/htdocs/docs/man/FS/cust_svc.html index 060fb7fa6..5e73b17c9 100644 --- a/htdocs/docs/man/FS/cust_svc.html +++ b/htdocs/docs/man/FS/cust_svc.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::cust_svc - Object method for cust_svc objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -107,7 +107,7 @@ A meaningful identifier (username, domain, or mail alias) - The table name <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: cust_svc.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_svc.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/dbdef.html b/htdocs/docs/man/FS/dbdef.html index 9b8274b29..a986ad95b 100644 --- a/htdocs/docs/man/FS/dbdef.html +++ b/htdocs/docs/man/FS/dbdef.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::dbdef - Database objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> diff --git a/htdocs/docs/man/FS/dbdef_colgroup.html b/htdocs/docs/man/FS/dbdef_colgroup.html index 9c4f7f43d..8b9e12baf 100644 --- a/htdocs/docs/man/FS/dbdef_colgroup.html +++ b/htdocs/docs/man/FS/dbdef_colgroup.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::dbdef_colgroup - Column group objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> diff --git a/htdocs/docs/man/FS/dbdef_column.html b/htdocs/docs/man/FS/dbdef_column.html index c753b52f7..6a5ebc3c1 100644 --- a/htdocs/docs/man/FS/dbdef_column.html +++ b/htdocs/docs/man/FS/dbdef_column.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::dbdef_column - Column object</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -111,7 +111,7 @@ If passed a DBI <CODE>$datasrc</CODE> specifying <A HREF="../DBD/mysql.html">DBD <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: dbdef_column.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: dbdef_column.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ </BODY> diff --git a/htdocs/docs/man/FS/dbdef_index.html b/htdocs/docs/man/FS/dbdef_index.html index 7a9e5039e..9d0d12a76 100644 --- a/htdocs/docs/man/FS/dbdef_index.html +++ b/htdocs/docs/man/FS/dbdef_index.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::dbdef_unique.pm - Index object</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> diff --git a/htdocs/docs/man/FS/dbdef_table.html b/htdocs/docs/man/FS/dbdef_table.html index 7056b0f9b..a2442729f 100644 --- a/htdocs/docs/man/FS/dbdef_table.html +++ b/htdocs/docs/man/FS/dbdef_table.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::dbdef_table - Table objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -137,7 +137,7 @@ applicable) may also be supported in the future. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: dbdef_table.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: dbdef_table.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ </BODY> diff --git a/htdocs/docs/man/FS/dbdef_unique.html b/htdocs/docs/man/FS/dbdef_unique.html index 73c885c75..201f3aa61 100644 --- a/htdocs/docs/man/FS/dbdef_unique.html +++ b/htdocs/docs/man/FS/dbdef_unique.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::dbdef_unique.pm - Unique object</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> diff --git a/htdocs/docs/man/FS/part_pkg.html b/htdocs/docs/man/FS/part_pkg.html index e36b5840c..716b944ce 100644 --- a/htdocs/docs/man/FS/part_pkg.html +++ b/htdocs/docs/man/FS/part_pkg.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::part_pkg - Object methods for part_pkg objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -116,7 +116,7 @@ the insert and replace methods. <DT><STRONG><A NAME="item_pkg_svc">pkg_svc</A></STRONG><DD> <P> -Returns all FS::pkg_svc objects (see <A HREF="../FS/pkg_svc.html">FS::pkg_svc</A>) for this package definition. +Returns all FS::pkg_svc objects (see <A HREF="../FS/pkg_svc.html">FS::pkg_svc</A>) for this package definition (with non-zero quantity). <DT><STRONG><A NAME="item_svcpart">svcpart [ SVCDB ]</A></STRONG><DD> <P> @@ -129,7 +129,7 @@ definition, <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: part_pkg.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: part_pkg.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/part_referral.html b/htdocs/docs/man/FS/part_referral.html index b6fd2ce89..a11d90348 100644 --- a/htdocs/docs/man/FS/part_referral.html +++ b/htdocs/docs/man/FS/part_referral.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::part_referral - Object methods for part_referral objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -94,7 +94,7 @@ replace methods. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: part_referral.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: part_referral.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/part_svc.html b/htdocs/docs/man/FS/part_svc.html index fedcbd3bf..95829d1d3 100644 --- a/htdocs/docs/man/FS/part_svc.html +++ b/htdocs/docs/man/FS/part_svc.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::part_svc - Object methods for part_svc objects</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -97,7 +97,7 @@ insert and replace methods. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: part_svc.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: part_svc.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/pkg_svc.html b/htdocs/docs/man/FS/pkg_svc.html index 7cd786354..6c8af12c4 100644 --- a/htdocs/docs/man/FS/pkg_svc.html +++ b/htdocs/docs/man/FS/pkg_svc.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::pkg_svc - Object methods for pkg_svc records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -109,7 +109,7 @@ Returns the FS::part_svc object (see <A HREF="../FS/part_svc.html">FS::part_svc< <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: pkg_svc.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: pkg_svc.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/svc_Common.html b/htdocs/docs/man/FS/svc_Common.html index d8d81a0a7..970385b9f 100644 --- a/htdocs/docs/man/FS/svc_Common.html +++ b/htdocs/docs/man/FS/svc_Common.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::svc_Common - Object method for all svc_ records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -86,7 +86,7 @@ these methods. Called by the cancel method of FS::cust_pkg (see <A HREF="../FS/c <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: svc_Common.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_Common.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/svc_acct.html b/htdocs/docs/man/FS/svc_acct.html index 4b307455e..0f8e5b47c 100644 --- a/htdocs/docs/man/FS/svc_acct.html +++ b/htdocs/docs/man/FS/svc_acct.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::svc_acct - Object methods for svc_acct records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -184,7 +184,7 @@ Sets any fixed values; see <A HREF="../FS/part_svc.html">FS::part_svc</A>. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: svc_acct.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_acct.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/svc_acct_pop.html b/htdocs/docs/man/FS/svc_acct_pop.html index 0deee2eac..c94f8cd88 100644 --- a/htdocs/docs/man/FS/svc_acct_pop.html +++ b/htdocs/docs/man/FS/svc_acct_pop.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::svc_acct_pop - Object methods for svc_acct_pop records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -61,6 +61,7 @@ inherits from FS::Record. The following fields are currently supported: <DT><STRONG><A NAME="item_state">state</A></STRONG><DD> <DT><STRONG><A NAME="item_ac">ac - area code</A></STRONG><DD> <DT><STRONG><A NAME="item_exch">exch - exchange</A></STRONG><DD> +<DT><STRONG><A NAME="item_loc">loc - rest of number</A></STRONG><DD> </DL> <P> <HR> @@ -96,7 +97,7 @@ insert and replace methods. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: svc_acct_pop.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_acct_pop.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/svc_acct_sm.html b/htdocs/docs/man/FS/svc_acct_sm.html index 2b8348544..d283427e5 100644 --- a/htdocs/docs/man/FS/svc_acct_sm.html +++ b/htdocs/docs/man/FS/svc_acct_sm.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::svc_acct_sm - Object methods for svc_acct_sm records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -149,7 +149,7 @@ Sets any fixed values; see <A HREF="../FS/part_svc.html">FS::part_svc</A>. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: svc_acct_sm.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_acct_sm.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/svc_domain.html b/htdocs/docs/man/FS/svc_domain.html index 9b5e1a53c..bfe58c90b 100644 --- a/htdocs/docs/man/FS/svc_domain.html +++ b/htdocs/docs/man/FS/svc_domain.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::svc_domain - Object methods for svc_domain records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -97,6 +97,21 @@ The additional field <EM>email</EM> can be used to manually set the admin contac Otherwise, the svc_acct records for this package (see <A HREF="../FS/cust_pkg.html">FS::cust_pkg</A>) are searched. If there is exactly one svc_acct record in the same package, it is automatically used. Otherwise an error is returned. +<P> +If any <EM>soamachine</EM> configuration file exists, an SOA record is added to the domain_record +table (see <FS::domain_record>). + +<P> +If any machines are defined in the <EM>nsmachines</EM> configuration file, NS records are added to the domain_record table (see <A HREF="../FS/domain_record.html">FS::domain_record</A>). + +<P> +If any machines are defined in the <EM>mxmachines</EM> configuration file, MX records are added to the domain_record table (see <A HREF="../FS/domain_record.html">FS::domain_record</A>). + +<P> +Any problems adding FS::domain_record records will emit warnings, but will +not return errors from this method. If your configuration files are correct +you shouln't have any problems. + <DT><STRONG><A NAME="item_delete">delete</A></STRONG><DD> <P> Deletes this domain from the database. If there is an error, returns the @@ -142,8 +157,7 @@ Sets any fixed values; see <A HREF="../FS/part_svc.html">FS::part_svc</A>. <DT><STRONG><A NAME="item_whois">whois</A></STRONG><DD> <P> -Returns the Net::Whois object corresponding to this domain, or undef if the -domain is not found in whois. +Returns the Net::Whois::Domain object (see <A HREF="../Net/Whois.html">Net::Whois</A>) for this domain, or undef if the domain is not found in whois. <P> (If $FS::svc_domain::whois_hack is true, returns that in all cases @@ -162,7 +176,7 @@ Submits a registration email for this domain. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: svc_domain.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_domain.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/man/FS/type_pkgs.html b/htdocs/docs/man/FS/type_pkgs.html index aa55cce9d..65fa8c0a7 100644 --- a/htdocs/docs/man/FS/type_pkgs.html +++ b/htdocs/docs/man/FS/type_pkgs.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>FS::type_pkgs - Object methods for type_pkgs records</TITLE> -<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com"> +<LINK REV="made" HREF="mailto:none"> </HEAD> <BODY> @@ -93,7 +93,7 @@ replace methods. <HR> <H1><A NAME="VERSION">VERSION</A></H1> <P> -$Id: type_pkgs.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: type_pkgs.html,v 1.2 2000-03-03 18:22:44 ivan Exp $ <P> <HR> diff --git a/htdocs/docs/upgrade5.html b/htdocs/docs/upgrade5.html index 2be3c6e1b..f0a080d02 100644 --- a/htdocs/docs/upgrade5.html +++ b/htdocs/docs/upgrade5.html @@ -2,7 +2,7 @@ <title>Upgrading to 1.3.0</title> </head> <body> -<h1>Upgrading to 1.3.0 from 1.2.2</h1> +<h1>Upgrading to 1.2.3 from 1.2.2</h1> <ul> <li>If migrating from 1.0.0, see these <a href="upgrade.html">instructions</a> first. <li>If migrating from less than 1.1.4, see these <a href="upgrade2.html">instructions</a> first. diff --git a/htdocs/search/svc_domain.cgi b/htdocs/search/svc_domain.cgi index bf85e4a73..f1d4ae461 100755 --- a/htdocs/search/svc_domain.cgi +++ b/htdocs/search/svc_domain.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: svc_domain.cgi,v 1.10 1999-07-17 10:38:52 ivan Exp $ +# $Id: svc_domain.cgi,v 1.11 2000-03-03 18:22:44 ivan Exp $ # # Usage: post form to: # http://server.name/path/svc_domain.cgi @@ -15,7 +15,10 @@ # display total, use FS::CGI now does browsing too ivan@sisd.com 98-jul-17 # # $Log: svc_domain.cgi,v $ -# Revision 1.10 1999-07-17 10:38:52 ivan +# Revision 1.11 2000-03-03 18:22:44 ivan +# changes from 1.2.3 release, fixes from webdemo +# +# Revision 1.10 1999/07/17 10:38:52 ivan # scott nelson <scott@ultimanet.com> noticed this mod_perl-triggered bug and # gave me a great bugreport at the last rhythmethod # @@ -64,6 +67,7 @@ $conf = new FS::Conf; $mydomain = $conf->config('domain'); ($query)=$cgi->keywords; +$query ||= ''; #to avoid use of unitialized value errors if ( $query eq 'svcnum' ) { $sortby=\*svcnum_sort; @svc_domain=qsearch('svc_domain',{}); |