summaryrefslogtreecommitdiff
path: root/site_perl
AgeCommit message (Collapse)Author
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
1998-12-30svc_ stuff is more properly OO - has a common superclass FS::svc_Commonivan
1998-12-29mostly properly OO, some work still to be done with svc_ stuffivan
1998-12-23popurl always has trailing slashivan
1998-12-16library support for editing email invoice destinations (not in sub collect yet)ivan
1998-12-16new tableivan
1998-11-23use FS::cust_main and FS::agent_type to eliminate warningsivan
1998-11-21"Records identical" carp tells us it is just a warning.ivan
1998-11-18i18n! i18n!ivan
1998-11-15allow pkgpart changing (for per-customer custom pricing). warn about it in docivan
1998-11-15bugfix in clone method, clone method doc clarificationivan
1998-11-15use FS::table_name for all searches to eliminate warnings,ivan
emit state/county when they don't match
1998-11-15bugsquashivan
1998-11-15qsearch gets sames "IS NULL" semantics as other WHERE clausesivan
1998-11-15added clone method to support per-customer pricingivan
1998-11-15bugfix for new config layoutivan
1998-11-15bugfix for new configuration layoutivan
1998-11-15long overdueivan
1998-11-15updates for newest versoinivan
1998-11-15update for current versionivan
1998-11-15*** empty log message ***ivan
1998-11-15eliminated some warnings on certain fatal errors (well, it is less confusing)ivan
1998-11-13change configuration file layout to support multiple distinct databases (withivan
own set of config files, export, etc.)
1998-11-13no default default_dir (ironic)ivan
1998-11-12added svcdb to labelivan
1998-11-12*** empty log message ***ivan
1998-11-12use FS::table_name for all tables qsearch()'edivan
1998-11-12added label methodivan
1998-11-12added label methodivan
1998-11-12added table commandivan
1998-11-10doc clarificationivan
1998-11-10qsearch returns `FS::TABLE' objects if that module is loaded (i.e. viaivan
`use FS::cust_main;') instead of always an FS::Record object
1998-11-09bug squashivan
1998-11-09hahaivan
1998-11-09added sub urlivan
1998-11-09*** empty log message ***ivan
1998-11-09*** empty log message ***ivan
1998-11-09support depriciated CGI::Base as well as CGI.pm (for now)ivan
1998-11-08s/CGI::Base/CGI/; etc.ivan
1998-11-08got sub cgi for FS::CGIivan
1998-11-08cgisuidsetup complains if you pass it a isa CGI::Base instead of an isa CGIivan
(first step in migrating from CGI-modules to CGI.pm)