freeside.git
25 years agoadded setdefault method (generalized setfixed method to setx method)
ivan [Thu, 25 Mar 1999 13:31:29 +0000 (13:31 +0000)]
added setdefault method (generalized setfixed method to setx method)

25 years agoimport stuff uses Term::Query and spits out (some kinds of) nonsensical input
ivan [Thu, 25 Mar 1999 08:42:20 +0000 (08:42 +0000)]
import stuff uses Term::Query and spits out (some kinds of) nonsensical input

25 years agoURI unbundled from libwww-perl, so list it separately
ivan [Wed, 24 Mar 1999 05:24:48 +0000 (05:24 +0000)]
URI unbundled from libwww-perl, so list it separately

25 years agodie if no relevant services... cvspain
ivan [Wed, 24 Mar 1999 00:51:55 +0000 (00:51 +0000)]
die if no relevant services... cvspain

25 years agodie if no relevant services
ivan [Wed, 24 Mar 1999 00:43:38 +0000 (00:43 +0000)]
die if no relevant services

25 years agoallow spaces in zip codes, for (at least) canada. pointed out by
ivan [Sun, 28 Feb 1999 20:09:03 +0000 (20:09 +0000)]
allow spaces in zip codes, for (at least) canada.  pointed out by
Clayton Gray <clgray@bcgroup.net>

25 years agoconstructors s/create/new/ pointed out by "Bao C. Ha" <bao@hacom.net>
ivan [Sun, 28 Feb 1999 19:44:16 +0000 (19:44 +0000)]
constructors s/create/new/ pointed out by "Bao C. Ha" <bao@hacom.net>

25 years agoremoved misleading comments
ivan [Sun, 28 Feb 1999 00:04:04 +0000 (00:04 +0000)]
removed misleading comments

25 years agoparse paydate correctly for cybercash
ivan [Sat, 27 Feb 1999 21:24:22 +0000 (21:24 +0000)]
parse paydate correctly for cybercash

25 years agocust_main.paydate should be varchar(10), not @date_type ; problem reported
ivan [Sat, 27 Feb 1999 21:06:48 +0000 (21:06 +0000)]
cust_main.paydate should be varchar(10), not @date_type ; problem reported
by Ben Leibig <leibig@colorado.edu>

25 years agobeginnings of one-screen new customer entry and some other miscellania
ivan [Tue, 23 Feb 1999 08:09:27 +0000 (08:09 +0000)]
beginnings of one-screen new customer entry and some other miscellania

25 years agooops, don't comment out &swapuid in &adminsuidsetup!
ivan [Tue, 23 Feb 1999 07:23:23 +0000 (07:23 +0000)]
oops, don't comment out &swapuid in &adminsuidsetup!

25 years agosome new doc files
ivan [Wed, 10 Feb 1999 09:02:57 +0000 (09:02 +0000)]
some new doc files

25 years ago*** empty log message ***
ivan [Wed, 10 Feb 1999 08:27:55 +0000 (08:27 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
ivan [Tue, 9 Feb 1999 09:56:34 +0000 (09:56 +0000)]
*** empty log message ***

25 years agoinvoices show line items for each service in a package (see the label method
ivan [Tue, 9 Feb 1999 09:55:06 +0000 (09:55 +0000)]
invoices show line items for each service in a package (see the label method
of FS::cust_svc)

25 years agoregenerated perl api docs from embedded pod
ivan [Tue, 9 Feb 1999 09:38:15 +0000 (09:38 +0000)]
regenerated perl api docs from embedded pod

25 years agovisual and bugfixes
ivan [Tue, 9 Feb 1999 09:23:00 +0000 (09:23 +0000)]
visual and bugfixes

25 years agono longer needed
ivan [Tue, 9 Feb 1999 05:45:48 +0000 (05:45 +0000)]
no longer needed

25 years agomore mod_perl fixes, and bugfixes Peter Wemm sent via email
ivan [Sun, 7 Feb 1999 09:59:44 +0000 (09:59 +0000)]
more mod_perl fixes, and bugfixes Peter Wemm sent via email

25 years agodon't use [e]idiot; display error messages on the form page
ivan [Sat, 6 Feb 1999 22:43:24 +0000 (22:43 +0000)]
don't use [e]idiot; display error messages on the form page

25 years agoadd AU provences
ivan [Thu, 4 Feb 1999 06:09:23 +0000 (06:09 +0000)]
add AU provences

25 years ago*** empty log message ***
ivan [Wed, 3 Feb 1999 10:42:27 +0000 (10:42 +0000)]
*** empty log message ***

25 years agoyet more mod_perl stuff
ivan [Mon, 25 Jan 1999 12:26:17 +0000 (12:26 +0000)]
yet more mod_perl stuff

25 years agoyet more mod_perl stuff
ivan [Mon, 25 Jan 1999 12:19:11 +0000 (12:19 +0000)]
yet more mod_perl stuff

25 years agoyet more mod_perl stuff
ivan [Mon, 25 Jan 1999 12:10:00 +0000 (12:10 +0000)]
yet more mod_perl stuff

25 years agocomment out future UI code (but look at it, it's neat!)
ivan [Wed, 20 Jan 1999 09:43:16 +0000 (09:43 +0000)]
comment out future UI code (but look at it, it's neat!)

25 years agoskeletal cross-UI UI code.
ivan [Wed, 20 Jan 1999 09:30:36 +0000 (09:30 +0000)]
skeletal cross-UI UI code.

25 years agodocumentation update: mod_perl support
ivan [Wed, 20 Jan 1999 08:55:27 +0000 (08:55 +0000)]
documentation update: mod_perl support

25 years agofor mod_perl: no more top-level my() variables; use vars instead
ivan [Tue, 19 Jan 1999 05:14:23 +0000 (05:14 +0000)]
for mod_perl: no more top-level my() variables; use vars instead
also the last s/create/new/;

25 years agoupdate TODO for stuff that was done etc.
ivan [Mon, 18 Jan 1999 23:05:00 +0000 (23:05 +0000)]
update TODO for stuff that was done etc.

25 years agos/create/new/g; and use fields('table_name')
ivan [Mon, 18 Jan 1999 22:48:02 +0000 (22:48 +0000)]
s/create/new/g; and use fields('table_name')

25 years agotypo
ivan [Mon, 18 Jan 1999 22:16:40 +0000 (22:16 +0000)]
typo

25 years agoesthetic: eq and ne were used in a few places instead of == and !=
ivan [Mon, 18 Jan 1999 21:58:10 +0000 (21:58 +0000)]
esthetic: eq and ne were used in a few places instead of == and !=

25 years agoall $cgi->header calls now include ( '-expires' => 'now' ) for mod_perl
ivan [Mon, 18 Jan 1999 09:41:48 +0000 (09:41 +0000)]
all $cgi->header calls now include ( '-expires' => 'now' ) for mod_perl
(good idea anyway)

25 years agochanges to track email addresses for email invoicing
ivan [Mon, 18 Jan 1999 09:22:42 +0000 (09:22 +0000)]
changes to track email addresses for email invoicing

25 years agoitable
ivan [Sun, 17 Jan 1999 04:04:13 +0000 (04:04 +0000)]
itable

25 years agos/Information/Freeside home page/;
ivan [Sun, 17 Jan 1999 03:13:40 +0000 (03:13 +0000)]
s/Information/Freeside home page/;

25 years agoremove preliminary completehost changes
ivan [Sun, 17 Jan 1999 03:11:52 +0000 (03:11 +0000)]
remove preliminary completehost changes

25 years ago*** empty log message ***
ivan [Sat, 16 Jan 1999 00:24:37 +0000 (00:24 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
ivan [Sat, 9 Jan 1999 05:38:34 +0000 (05:38 +0000)]
*** empty log message ***

25 years agodoc
ivan [Thu, 31 Dec 1998 01:04:16 +0000 (01:04 +0000)]
doc

25 years agotypo
ivan [Wed, 30 Dec 1998 23:06:22 +0000 (23:06 +0000)]
typo

25 years agobugfixes; fields isn't exported by derived classes
ivan [Wed, 30 Dec 1998 23:03:34 +0000 (23:03 +0000)]
bugfixes; fields isn't exported by derived classes

25 years agobug
ivan [Wed, 30 Dec 1998 00:57:50 +0000 (00:57 +0000)]
bug

25 years agosvc_ stuff is more properly OO - has a common superclass FS::svc_Common
ivan [Wed, 30 Dec 1998 00:30:48 +0000 (00:30 +0000)]
svc_ stuff is more properly OO - has a common superclass FS::svc_Common

25 years agomostly properly OO, some work still to be done with svc_ stuff
ivan [Tue, 29 Dec 1998 11:59:58 +0000 (11:59 +0000)]
mostly properly OO, some work still to be done with svc_ stuff

25 years agotypo
ivan [Wed, 23 Dec 1998 09:41:47 +0000 (09:41 +0000)]
typo

25 years agofix typo
ivan [Wed, 23 Dec 1998 08:08:15 +0000 (08:08 +0000)]
fix typo

25 years ago*** empty log message ***
ivan [Wed, 23 Dec 1998 03:11:40 +0000 (03:11 +0000)]
*** empty log message ***

25 years ago$cgi->keywords instead of $cgi->query_string
ivan [Wed, 23 Dec 1998 03:10:19 +0000 (03:10 +0000)]
$cgi->keywords instead of $cgi->query_string

25 years agoremove double '/' in link urls
ivan [Wed, 23 Dec 1998 02:42:33 +0000 (02:42 +0000)]
remove double '/' in link urls

25 years agouse FS::cust_refund; to eliminate warning
ivan [Wed, 23 Dec 1998 02:36:28 +0000 (02:36 +0000)]
use FS::cust_refund; to eliminate warning

25 years ago*** empty log message ***
ivan [Wed, 23 Dec 1998 02:26:06 +0000 (02:26 +0000)]
*** empty log message ***

25 years agopopurl always has trailing slash
ivan [Wed, 23 Dec 1998 02:23:16 +0000 (02:23 +0000)]
popurl always has trailing slash

25 years agosuggest suEXEC as an alternative to suidperl
ivan [Sun, 20 Dec 1998 02:11:31 +0000 (02:11 +0000)]
suggest suEXEC as an alternative to suidperl

25 years agos/CGI::(Base|Request)/CGI.pm/;
ivan [Thu, 17 Dec 1998 09:57:25 +0000 (09:57 +0000)]
s/CGI::(Base|Request)/CGI.pm/;

25 years agos/CGI::(Base|Request)/CGI.pm/;
ivan [Thu, 17 Dec 1998 09:41:12 +0000 (09:41 +0000)]
s/CGI::(Base|Request)/CGI.pm/;

25 years agos/CGI::Request/CGI.pm/;
ivan [Thu, 17 Dec 1998 09:15:00 +0000 (09:15 +0000)]
s/CGI::Request/CGI.pm/;

25 years agos/CGI::(Request|Base)/CGI.pm/;
ivan [Thu, 17 Dec 1998 09:12:49 +0000 (09:12 +0000)]
s/CGI::(Request|Base)/CGI.pm/;

25 years agos/CGI::Request/CGI.pm/; etc
ivan [Thu, 17 Dec 1998 08:40:30 +0000 (08:40 +0000)]
s/CGI::Request/CGI.pm/; etc

25 years agofix double // in relative URLs, s/CGI::Base/CGI/;
ivan [Thu, 17 Dec 1998 06:17:12 +0000 (06:17 +0000)]
fix double // in relative URLs, s/CGI::Base/CGI/;

25 years agofix visual and other bugs
ivan [Thu, 17 Dec 1998 05:25:22 +0000 (05:25 +0000)]
fix visual and other bugs

25 years ago*** empty log message ***
ivan [Thu, 17 Dec 1998 04:54:17 +0000 (04:54 +0000)]
*** empty log message ***

25 years agoswitch to new logo, no reason to take up space
ivan [Thu, 17 Dec 1998 04:47:41 +0000 (04:47 +0000)]
switch to new logo, no reason to take up space

25 years agouse CGI;, use CGI::Carp, visual changes, relative URLs
ivan [Thu, 17 Dec 1998 04:36:59 +0000 (04:36 +0000)]
use CGI;, use CGI::Carp, visual changes, relative URLs

25 years agoprint $cgi->header
ivan [Thu, 17 Dec 1998 04:32:55 +0000 (04:32 +0000)]
print $cgi->header

25 years agouse CGI::Carp
ivan [Thu, 17 Dec 1998 04:31:36 +0000 (04:31 +0000)]
use CGI::Carp

25 years agouse CGI; no relative URLs
ivan [Thu, 17 Dec 1998 04:26:04 +0000 (04:26 +0000)]
use CGI; no relative URLs

25 years agolibrary support for editing email invoice destinations (not in sub collect yet)
ivan [Wed, 16 Dec 1998 09:58:53 +0000 (09:58 +0000)]
library support for editing email invoice destinations (not in sub collect yet)

25 years agonew table
ivan [Wed, 16 Dec 1998 07:40:02 +0000 (07:40 +0000)]
new table

25 years agoadd table cust_main_invoice
ivan [Wed, 16 Dec 1998 06:05:40 +0000 (06:05 +0000)]
add table cust_main_invoice

25 years ago*** empty log message ***
ivan [Wed, 16 Dec 1998 05:38:39 +0000 (05:38 +0000)]
*** empty log message ***

25 years agoadminsuidsetup now requires user
ivan [Wed, 16 Dec 1998 05:32:50 +0000 (05:32 +0000)]
adminsuidsetup now requires user

25 years agoadminsuidsetup now need user
ivan [Wed, 16 Dec 1998 05:29:45 +0000 (05:29 +0000)]
adminsuidsetup now need user

25 years agouse FS::Conf;
ivan [Wed, 16 Dec 1998 05:24:30 +0000 (05:24 +0000)]
use FS::Conf;

25 years agouse FS::Conf
ivan [Wed, 16 Dec 1998 05:19:15 +0000 (05:19 +0000)]
use FS::Conf

25 years agovisual changes, new config file dir
ivan [Wed, 16 Dec 1998 05:13:17 +0000 (05:13 +0000)]
visual changes, new config file dir

25 years agooops, removed explicit links to my development machine!
ivan [Wed, 16 Dec 1998 04:32:50 +0000 (04:32 +0000)]
oops, removed explicit links to my development machine!

25 years agos/croak/die/; #oops
ivan [Tue, 15 Dec 1998 04:36:29 +0000 (04:36 +0000)]
s/croak/die/; #oops

25 years agodies if it isn't running as the freeside user
ivan [Tue, 15 Dec 1998 04:33:27 +0000 (04:33 +0000)]
dies if it isn't running as the freeside user

25 years agohint for mysql systems w/o native threading
ivan [Sat, 12 Dec 1998 06:36:17 +0000 (06:36 +0000)]
hint for mysql systems w/o native threading

25 years agouse FS::Conf, need user (for datasrc)
ivan [Thu, 10 Dec 1998 07:23:18 +0000 (07:23 +0000)]
use FS::Conf, need user (for datasrc)

25 years ago*** empty log message ***
ivan [Wed, 2 Dec 1998 01:23:48 +0000 (01:23 +0000)]
*** empty log message ***

25 years agorun fs-setup as user freeside
ivan [Sat, 28 Nov 1998 23:59:30 +0000 (23:59 +0000)]
run fs-setup as user freeside

25 years ago*** empty log message ***
ivan [Mon, 23 Nov 1998 07:52:29 +0000 (07:52 +0000)]
*** empty log message ***

25 years agouse FS::cust_main and FS::agent_type to eliminate warnings
ivan [Mon, 23 Nov 1998 05:42:18 +0000 (05:42 +0000)]
use FS::cust_main and FS::agent_type to eliminate warnings

25 years agouse CGI::Carp
ivan [Mon, 23 Nov 1998 05:29:46 +0000 (05:29 +0000)]
use CGI::Carp

25 years agoto eliminate warnings
ivan [Mon, 23 Nov 1998 05:27:31 +0000 (05:27 +0000)]
to eliminate warnings

25 years agopackage names link to them
ivan [Sat, 21 Nov 1998 07:58:27 +0000 (07:58 +0000)]
package names link to them

25 years agos/CGI::Request/CGI.pm/
ivan [Sat, 21 Nov 1998 07:49:20 +0000 (07:49 +0000)]
s/CGI::Request/CGI.pm/

25 years agovisual, use FS::table_name when doing qsearch('table_name')
ivan [Sat, 21 Nov 1998 07:45:19 +0000 (07:45 +0000)]
visual, use FS::table_name when doing qsearch('table_name')

25 years agovisual
ivan [Sat, 21 Nov 1998 07:39:52 +0000 (07:39 +0000)]
visual

25 years ago"Records identical" carp tells us it is just a warning.
ivan [Sat, 21 Nov 1998 07:26:45 +0000 (07:26 +0000)]
"Records identical" carp tells us it is just a warning.

25 years agovisual
ivan [Sat, 21 Nov 1998 07:23:45 +0000 (07:23 +0000)]
visual

25 years agobugfix to work for regular aswell as custom pricing
ivan [Sat, 21 Nov 1998 07:17:58 +0000 (07:17 +0000)]
bugfix to work for regular aswell as custom pricing

25 years ago*** empty log message ***
ivan [Sat, 21 Nov 1998 07:12:26 +0000 (07:12 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
ivan [Sat, 21 Nov 1998 07:11:08 +0000 (07:11 +0000)]
*** empty log message ***

25 years agopopurl, bugfix
ivan [Sat, 21 Nov 1998 07:07:40 +0000 (07:07 +0000)]
popurl, bugfix

25 years agovisual
ivan [Sat, 21 Nov 1998 07:00:32 +0000 (07:00 +0000)]
visual