summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2009-12-14fix misapplication of patchivan
2009-12-14add overlimit_groups agent-specific config, overriding export-specific ↵ivan
overlimit_groups, RT#6622
2009-11-06backport using business-onlinepayment-description in all cases to 1.7ivan
2009-10-28fix problems using inventory for UID (and other fields controlled by check ↵ivan
in svc_acct and also svc_www, svc_domain and svc_forward), RT#6366
2009-10-27address1 search, RT#5060ivan
2009-10-26eliminiate noisy but harmless "Use of uninitialized value in numeric gt (>)" ↵ivan
warning
2009-10-25add apply option to realtime_collect, RT#5071ivan
2009-10-25backport realtime_collect to 1.7 for SG to use instead of calling collect, ↵ivan
RT#5071
2009-10-04fix problems "re-saving" a masked card. hopefully the last of it!ivan
2009-10-04delete invoices, RT#4048ivan
2009-10-01hopefully fully fix bulk email errors when selecting a single paybyivan
2009-10-01add login check to FS::ClientAPI::SG/SGNG checks. RT#4610ivan
2009-09-28more accurate SG check, RT#4610ivan
2009-09-28correct place for use Email::Send, RT#4610ivan
2009-09-28oops, hopefully fix sg cron check, RT#4610ivan
2009-09-24get the ping username/pass from a config, good enough, RT#4610ivan
2009-09-24add SG and SGNG ping, RT#4610ivan
2009-09-23this should fix the occasional extra ticket showing up on wrong customer recordivan
2009-09-17Add option to freeside-void-payments to cancel customersmark
2009-08-22fewer false positivesivan
2009-08-13fix fix multiple pkgpart search (need sanity check): don't let empty set ↵jeff
limit search
2009-08-12fix multiple pkgpart search, RT#5924ivan
2009-08-05fix cancellation errors with updated flat_introrate, RT#5865ivan
2009-08-05export negative byte values to chillispot attributes as 0, RT#5815ivan
2009-08-05export negative byte values to chillispot attributes as 0, RT#5815ivan
2009-08-04hopefully ignore errors about deleted accounts and properly finish ↵ivan
freeside-sqlradius-reset, RT#5868
2009-08-04ignore problams calling ->overlimit during sqlradius-reset, wtf?! RT#5868ivan
2009-07-26some whitespace changes to make it easier to keep in sync with 1.9 ↵ivan
Conf_compat17.pm, RT#2873
2009-07-26command line tool to apply payments and creditsjeff
2009-07-24add handling of ChilliSpot (and CoovaChilli) Max attributes, specifically ↵ivan
ChilliSpot-Max-{Input,Output,Total}-{Octets,Gigawords}, RT#5815
2009-07-23avoid harmless warning: Use of uninitialized value in string neivan
2009-07-23fix -r option, RT#5675ivan
2009-07-23adding this to 1.7ivan
2009-07-13fix self-service agent-specific logosivan
2009-07-12stop gratuitous hash manipulatoin during enum untaintjeff
2009-07-02update flat_introrate plan to better fit current codebase RT#4912jeff
2009-06-26in smart_search, move duplicate elimination bits so that they're used even ↵ivan
when doing an exact search on a browser-remembered result
2009-06-12backported option for no postal fee on one-time chargesmark
2009-06-10doh, semicolonivan
2009-06-10don't attempt to create h_queue indices, for SG upgradabilityivan
2009-06-03add a hack to set default schema, cf. ↵ivan
http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation:Administration:PostgreSQL_Schema
2009-05-30and enable overlimit_action, RT#4995ivan
2009-05-30add ability for prepaid packages to have usage limits and cancel if they're ↵ivan
hit, RT#4995
2009-05-30require svc_acct-usage_threshold to be set explicitly, don't default to 80%ivan
2009-05-22commit before sqlradius upgrade so sqlradius upgrade errors from permissions ↵ivan
can be ignored for now
2009-05-20add "manage device" link & config, RT#5438ivan
2009-05-16Added information on common failure causes to the perldoc.rsiddall
2009-05-16Defer loading Net::OpenSRS so that failure to install this module doesn'trsiddall
stop Apache from starting. This will cause attempts to register domains to fail instead.
2009-05-16Provide better diagnostics when the cust_main owning this domain lacksrsiddall
fields required for use as a contact handle in the domain registration record. Also temporarily disable the ability to use the export for only registration or only transfers.
2009-05-15Simple domain registration at Tucows OpenSRS using an export based onrsiddall
Net::OpenSRS. When a domain is added and the export runs, it will register the domain or initiate a transfer. You can also choose no action. There's currently no provision for revoking domains or renewing registrations. Depending on the settings at OpenSRS, orders may look like they've succeeded in Freeside but actually be queued pending input by the reseller at OpenSRS. The part_export CGIs were modified to allow a multi-valued select to be used to control which TLDs are enabled for registration.