summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-23add back collapse county links to tax config (backport)ivan
2009-07-23adding this to 1.7ivan
2009-07-13fix self-service agent-specific logosivan
2009-07-13thank you IE8ivan
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-13Fix up permissions of default configuration files and ownership of the datarsiddall
source configuration folder.
2009-06-12Since Freeside uses the absence of configuration files to turn off config ↵rsiddall
options, don't reinstall the data source-dependent config directory every time the RPM is installed or upgraded. Instead, keep the configuration in a default folder and copy that to the data source-dependent folder only if that folder does not exist.
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-10update gateway list in order to add WesternACH, RT#5409ivan
2009-06-04fix scrollingivan
2009-06-04$core->add("jeremyd");ivan
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.
2009-05-04eliminate Argument "" isn't numeric in addition (+) warningivan
2009-04-29fix inadvertant select box, RT#5277ivan
2009-04-28UIivan
2009-04-28add cancelled_cust-noevents flag to emulate SG billing-daily -r behavior, ↵ivan
RT#4412
2009-04-28add cancelled_cust-noevents flag to emulate SG billing-daily -r behaviorivan
2009-04-27typoivan
2009-04-27refuse to run w/CGI.pm 3.38. all lenny upgrades will need libcgi-pm-perl ↵ivan
removed, suck
2009-04-26would help to have an index on priority if we're going to order based on itivan
2009-04-26start small jobs more efficiently, RT#4412ivan
2009-04-26add a config option for max # of queued kids, RT#4412ivan
2009-04-25add dry run to multi-process mode for testing, RT#4412ivan
2009-04-25well. that never returned any results at all. reverting. RT#4412ivan
2009-04-24tune 1.7 query for better performance, hopefully. RT#4412ivan
2009-04-23we don't actually need the results ordered, and i'm sure it doesn't help the ↵ivan
planner get us results sooner. last chance to try and get cursor approach working? RT#4412
2009-04-23does pg try to finish the query when the job addition is committed? well, ↵ivan
if this works, that answers that. RT#4412
2009-04-22hopefully better performance running the big query once and then fetching ↵ivan
results with a cursor, rather than running it multiple times with an OFFSET and LIMIT, RT#4412
2009-04-22perhaps a happier medium, RT#4412ivan
2009-04-22have the big query find customers in batches. this should be way more ↵ivan
efficient in multi-process mode, can start billing before the big query completes. RT#4412
2009-04-21yow. fix fallout from cust_main.archived stuff causing nothing to bill. ↵ivan
RT#4412
2009-04-20Acceptance testing of the RPM build system flushed out a place where /bin/rmrsiddall
stops for input if you're running /bin/su as another user to do the build. Adding a -f flag to stop it asking for input.
2009-04-20add cust_main.archived field, skip billing if Y, RT#4412ivan
2009-04-20fix botched backport from 1.9ivan
2009-04-17add priority to job queue so billing jobs don't don't drown out provisioning ↵ivan
jobs
2009-04-17backport freeside-daily -m and cust_main::bill_and_collect to 1.7, RT#4412ivan
2009-04-17backport paycvv upgrade from 1.9: "orders of magnitude faster"ivan