summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2003-07-25docivan
2003-07-23bugfix for non-catchall domainsivan
2003-07-17one last tiny bugfix for the retry_realtime functionalityivan
2003-07-11fix timelocal AUTOLOAD problem introduced by Time::Local fix in rc3ivan
(closes: Bug#550)
2003-07-11typoivan
2003-07-11provide stack backtrace when we wind up in FS::Record::AUTOLOAD by accidentivan
2003-07-04don't populate the whole initial list if there are tons of POPsivan
2003-07-04optimize javascript to handle large numbers of POPsivan
2003-07-02tyopivan
2003-07-02relaxed "first package" restrictions; will find any appropriate service withivan
quantity 1
2003-07-01typoivan
2003-06-30bugfix for manual re-charging changes (Bug#423)ivan
2003-06-30pass additional fields to ACH processors (Authorize.Net should work now)ivan
2003-06-30removing deprecated freeside-overdueivan
2003-06-30adding sqlradius_withdomain export including realms, closes: bug#514ivan
2003-06-30increase maximum domain length to 67ivan
2003-06-27add radius-ip configuration parameter for Framed-IP-Address vs. Framed-Addressivan
2003-06-25svc_acct doc updateivan
cp export - disable old-style suspending
2003-06-25forward_shellcommands update: might work nowivan
2003-06-24explicitly use the necessary modulesivan
2003-06-22fix the credit card retry on change or manual "retry_card" to ONCE per invoiceivan
2003-06-14add index on cust_bill._dateivan
2003-06-13$new_quoted_password vs. $quoted_new__passwordivan
2003-06-13proper command escape for vpopmail exportivan
2003-06-13pass vpopmail passwords on command-line (unfortunately)ivan
2003-06-13full path to vpopmail commandsivan
2003-06-13add vpopmail presets to shellcommands_withdomain exportivan
2003-06-12_default_ default now sets GECOS like the OS-defaultsivan
2003-06-12sqlradius doc update; don't need to allow null OP columnsivan
2003-06-11In scalar context, smtpsend returns the number of addresses that the message ↵khoff
was successfully delivered to. I'm assuming 'Debug' causes Net::SMTP to warn the debug output, not return it.
2003-06-11We're passing a list here, not one argument.khoff
2003-06-09add "$ignore_quantity" bypassivan
2003-06-07and fix the error messageivan
2003-06-07really, really give a better error message when used under 5.005 now. really.ivan
2003-06-07give a better error message regarding Time::Local on old perls. really.ivan
2003-06-07require Time::Local 1.04 on perls before 5.6ivan
2003-06-06add suspend/unsuspend capability to CP exportivan
2003-06-05order/cancel packages rewrittenkhoff
2003-06-04allow empty slipip'sivan
2003-06-03minor update to cp export - eliminate redundant "host" parameterivan
2003-06-03use serial for primary keys in new tables tooivan
2003-06-03router.svcnum nullability fixivan
2003-06-02add last_bill field to manpageivan
2003-05-30sqlradius exports include "op" fieldivan
2003-05-20working self-service self-payments!ivan
2003-05-19fix up some bugs in processing payments via self-service... appears to beivan
working so far
2003-05-19first crack at payment processing with self-service (step two of the process)ivan
2003-05-19maintenance:ivan
- add FS::Misc with send_email subroutine, remove all duplicate code from various modules - move the realtime_bop from cust_bill to cust_main & change usage slightly. invnum is no longer required. FS::cust_bill::realtime_bop remains as a wrapper. self-service: - fix some syntax errors, make payment UI (step one) really should be working now
2003-05-18interface for making payments all doneivan
2003-05-18more self-service make payment UI workivan