summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2007-08-10rename dbdef-create to freeside-dbdef-create and move it to FS/bin, so it ↵ivan
gets %%%FREESIDE_CONF%%% substituted
2007-08-10rename dbdef-create to freeside-dbdef-create and move it to FS/bin, so it ↵ivan
gets %%%FREESIDE_CONF%%% substituted
2007-08-10add 3 day, 4 month and 4.5 month (137 day) frequenciesivan
2007-08-10on changing packages, don't set setup date unless old package has oneivan
2007-08-09add TLD checking to svc_domainivan
2007-08-08fix otaker regexivan
2007-08-07more informative error msgivan
2007-08-05eeb! fix realtime rechargejeff
2007-08-02fix status color on small_custviewivan
2007-08-01i guess svc_www.usersvc can be null...ivan
2007-08-01event refactor, landing on HEAD!ivan
2007-08-01freeside-upgrade: add'l documentation & turn on DBIx::DBSchema::Index ↵ivan
debugging too
2007-08-01better error reporting: all three of these methods might return an errorivan
2007-08-01more generic modules firstivan
2007-08-01some comments on config_orbase sub and add'l description for emailcancel configivan
2007-07-26add indexivan
2007-07-18Schema.pm doesn't need FS::UID datasrc anyway, wtfivan
2007-07-18config in database cleanup, editing, and agent-specific config (452, 1419)jeff
2007-07-18svc_acct.dir should be editable with ACL (#1730)jeff
2007-07-13fix race condition where ->apply_payments_and_credits could double-apply in ↵ivan
rare cases
2007-07-13a touch should not obliteratejeff
2007-07-12redundant testjeff
2007-07-12refactor freeside-init-config to module code, compare results of old/new ↵jeff
code, have freeside-upgrade complain and revert to old code/config on failure (#1477)
2007-07-11finish adding payunique fieldivan
2007-07-11finish adding payunique fieldivan
2007-07-11honor bop_realtime options for paystate, paytype, stateid, and stateid_state ↵jeff
for CHEK transactions (#1718)
2007-07-05fix for compatibility w/DBIx::DBSchema v0.33+ (without requiring it)ivan
2007-07-02missing method name in docsivan
2007-06-29last small fix for new DBIx::DBSchemaivan
2007-06-29silly missing parenthesisivan
2007-06-29add payunique field and dup checkingivan
2007-06-29update Schema.pm to handle index updates, with new DBIx::DBSchemaivan
2007-06-29update Schema.pm to handle index updates, with new DBIx::DBSchemaivan
2007-06-26suspend later just like expire (#1487)jeff
2007-06-22documentation improvementjeff
2007-06-21latex welcome letters (1677)jeff
2007-06-15paydate option for realtime_refund_bop and UI entry for cust_pay records ↵jeff
without it (#1662 UI)
2007-06-15store exp in cust_pay and pass to B:OP during refunds with paynum (#1662)jeff
2007-06-13additional debuggingjeff
2007-06-09skycatcher modifications for pre-printing invoices, but with today's dateivan
2007-06-08prevent multiple additions to usergroup table (work around #1606)jeff
2007-06-08queue suspend, unsuspend, and delete (fixes #1657)jeff
2007-06-07cruft removaljeff
2007-06-06service dates on invoices optional (#1658)jeff
2007-06-06Added 'disable_void_after' config option to disable the VOID-before-credit ↵khoff
behavior of FS::cust_main::realtime_refund_bop after n seconds, if set. For broken gateways like SkipJack that a pprove VOIDs for settled transactions.
2007-06-05correct shorage of variables bound to prepared statementjeff
2007-05-30should eliminiate error: Use of uninitialized value in string eq at ↵ivan
/usr/local/share/perl/5.8.8/FS/svc_external.pm line 82.
2007-05-21haven't had anyone use this in years, and for some reason DBIx::DBSchema ↵ivan
can't reverse engineer the schema for it, causing freeside-upgrade to error out trying to recreate it
2007-05-11logout seems not to return an error status, so don't up the queue with ↵ivan
"failed: Can't logout of CGPro: No error"
2007-05-11Quiet debug output.khoff