summaryrefslogtreecommitdiff
path: root/site_perl
AgeCommit message (Collapse)Author
1999-08-04move to perl installation directoryivan
1999-08-04move to FS directory: proper Perl module installation has arrived!ivan
1999-08-03use Net::Whois;ivan
1999-07-29embarassing.ivan
1999-07-29more informative illegal shells error.ivan
1999-07-29fixes for bugs noticed by Joel Griffiths <griff@aver-computer.com>ivan
1999-07-21workaround for syntax not compatible w/5.004_04 (ok in 5.004_05)ivan
1999-07-20cleaned up the new one-screen signup bits in htdocs/edit/cust_main.cgi toivan
prepare for a signup server
1999-07-20harmless since Exporter was used anyway, but...ivan
1999-07-17another bug noticed by Steve Gertz <sglist@hollywood.mwis.net>ivan
1999-07-17bug noticed by Steve Gertz <sglist@hollywood.mwis.net>ivan
1999-07-17s/croak/confess/; in check methodivan
1999-05-11try to diagnose strange multiple-line problemivan
1999-04-15delete customersivan
1999-04-15make &idiot() work, yuck.ivan
1999-04-14export getsecrets from FS::UID instead of calling it explicitlyivan
1999-04-14i18n fixesivan
1999-04-12bugfix; $user is a global (yuck)ivan
1999-04-12force username to lowercaseivan
1999-04-10say what the unknown state/county/country are!ivan
1999-04-10_all_ check stuff with illegal data return the bad data too, to help debuggingivan
1999-04-10return the value with ut_* error messages, to assist in debuggingivan
1999-04-10dittoivan
1999-04-10display an illegal payby, to assist importingivan
1999-04-08fix up PostgreSQL money fields so you can actually use them as numbers. bah.ivan
1999-04-07more kludges to get around different null/empty handling in Perl vs. MySQL vs.ivan
PostgreSQL etc.
1999-04-07use all stuff that's qsearch'ed to avoid warningsivan
1999-04-07use FS::part_svc and FS::svc_acct_pop to avoid warningsivan
1999-04-07more &invoicing_list logic to skip searches when there is no custnumivan
1999-04-07in &invoicing_list, don't search if there's no custnum yetivan
1999-03-29buglet in email invoices fixedivan
1999-03-29eliminate warnings in ut_moneyivan
1999-03-29die unless the configuration directory existsivan
1999-03-29use FS::type_pkgsivan
1999-03-25allow empty custnum in sub check (but call that an error in sub insert),ivan
for one-screen new customer entry
1999-03-25added setdefault method (generalized setfixed method to setx method)ivan
1999-02-28allow spaces in zip codes, for (at least) canada. pointed out byivan
Clayton Gray <clgray@bcgroup.net>
1999-02-27parse paydate correctly for cybercashivan
1999-02-23beginnings of one-screen new customer entry and some other miscellaniaivan
1999-02-23oops, don't comment out &swapuid in &adminsuidsetup!ivan
1999-02-09invoices show line items for each service in a package (see the label methodivan
of FS::cust_svc)
1999-02-07more mod_perl fixes, and bugfixes Peter Wemm sent via emailivan
1999-01-25yet more mod_perl stuffivan
1999-01-20skeletal cross-UI UI code.ivan
1999-01-18typoivan
1999-01-18esthetic: eq and ne were used in a few places instead of == and !=ivan
1999-01-18all $cgi->header calls now include ( '-expires' => 'now' ) for mod_perlivan
(good idea anyway)
1999-01-18changes to track email addresses for email invoicingivan
1999-01-17itableivan
1998-12-31docivan