summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-02proper fix for once.pm bug? hopefully it works :)ivan
2007-09-30better CDR searchingivan
2007-09-30fix argument stickiness on date editing errors (especially because resetting ↵ivan
them pops up the error confirmation)
2007-09-30this might fix agent-specific invoicing when migrated from 1.7?ivan
2007-09-30*** empty log message ***ivan
2007-09-29fix ambiguous agentnum errors in cust_event.html & report_tax.cgi (provide a ↵ivan
table option in access_user::agentnums_sql so this is easy to fix for other reports too)
2007-09-28Fixes a bug where retry_realtime isn't limiting to that user's events, ↵jayce
therefore selecting all retryable events, and having to filter later. On a system with a running history, this caused bad O() types of situations for performance, especially bad when this was called by something that a user would be awaiting feedback from
2007-09-28Cleanup qsearch for readability, removes heinous map {} of several hundred ↵jayce
lines into two simple method calls
2007-09-27hide fixed passwordsjeff
2007-09-27Multi-System Billing:jayce
with a -m flag, daily will queue billing jobs instead of running each. freeside-queued will then pick it up, allowing multiple simultaneous jobs to run, as well as multiple machines. Also adds a 'Secure' column to the queue system, allowing for billing jobs to define themselves as 'secure only' in cases where a box might be using the encryption. This allows you to run secure only jobs (such as a collect) on boxes that can.
2007-09-26Initial import.jayce
Condition tests to see if the Invoice bills for a particular service.
2007-09-26Event loop changes after initial creation caused this to never trigger, as ↵jayce
the event loop creates a 'NEW' record, as a placeholder. We need to not die from that.
2007-09-26fix package browse query, dohivan
2007-09-24self-service support usage improvements (1733)jeff
2007-09-24beginning of agent-virtualization of packagesivan
2007-09-23i think this is a bug; should not show the svc_www.usersvc selector unless ↵ivan
it is non-fixed or non-blank, NOT non-fixed or blank
2007-09-23remove compat with pre-0.33 DBIx::DBSchemaivan
2007-09-23accounts w/time remaining searchivan
2007-09-23accounts w/time remaining searchivan
2007-09-23accounts w/time remaining searchivan
2007-09-23remove extraneous blank line causing Excel exports to failivan
2007-09-23accounts w/time remaining searchivan
2007-09-22fix menubar border in example self-service templateivan
2007-09-22improve config UI, especially for textareasivan
2007-09-22UIivan
2007-09-22have to import tld_exists function if we're going to use itivan
2007-09-22add a list of any hosts associated with accountsivan
2007-09-21fix problems with time queue search: ticket subjects need to be ↵ivan
HTML-escaped, 'remaining time' calculation had a NULL vs 0 issue, and link to tickets
2007-09-19we need SearchBuilder 1.48 to avoid annoying Pg bugs causing "This user's 10 ↵ivan
highest priority tickets" to be blank
2007-09-19support custom prioritiesjeff
2007-09-19fix at least one small problem with reprint/email/fax functionality: now ↵ivan
should understand the "most recent invoice per customer" and invoice # min/max options
2007-09-18fix advertising source stickiness when page is reloaded with an errorivan
2007-09-18MyTicketsLength has been replaced with an official upstream configivan
2007-09-18and parens help alot, dohivan
2007-09-18fix svc_broadband search by svcpart (links from browse/part_svc, in particularivan
2007-09-18add missing column access_user_pref.expirationivan
2007-09-18allow assignment of auto recharge values AND rolloverjeff
2007-09-18auto commit for vacuumjeff
2007-09-18close table tag; fix spacingivan
2007-09-17fix scoping issues with $1 and $2 resulting in payinfo trying getting set to ↵ivan
xxEK, thanks to _vlad_ for tracking this down and providing a fix
2007-09-17elaborate on ambiguous instructionsivan
2007-09-14Fix 'Can't use an undefined value as an ARRAY reference at ↵ivan
/usr/local/share/perl/5.8.8/FS/cust_main.pm line 4383.' error
2007-09-14fix visual glitch on "RT at a glance" / Ticketing mainivan
2007-09-14turn off Text::Quoted usage, it segfaults and its optionalivan
2007-09-13make boxes distinct from the backgroundivan
2007-09-13rename svc_acct_rt_transaction to acct_rt_transaction, as it is not a ↵ivan
service, its something that hangs off of an svc_acct (like an acct_snarf). thank goodness was able to do this before its any sort of migration problem...
2007-09-13random indentation fixivan
2007-09-13some notes about old part_svc columns, since DBIx::DBSchema 0.33+ will now ↵ivan
drop them...
2007-09-13too little, too late attempt at spam reductionivan
2007-09-13fix status color on customer listivan