summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2007-10-29mysql has no DISTINCT ON either, sighivan
2007-10-28finish mysql locking workaroundivan
2007-10-28mysql me harderivan
2007-10-27simple payment receipts in web interface, sorry arnie, RT#2738ivan
2007-10-25mysql, yes, mysql.ivan
2007-10-25fix error handlingivan
2007-10-22fix more fallout from agent-virtualized packagesivan
2007-10-17insert_reason only worked if you passed in an existing reason, the code to ↵jayce
insert a new reason was in place, but didn't let the new reason get used. Code to do this was already in place, just not utilized.
2007-10-14escape \dollar in invoice_latexnotesivan
2007-10-14don't fill up memory with objects for every customer being billedivan
2007-10-10set expandtabivan
2007-10-10With this line missing, cust_event objects would not fully create (eventpart ↵jayce
wasn't loading), causing the _X methods to fail on ->part_event. Only noticed when you retried events that had previously failed.
2007-10-09be polite! don't spew debugging info unless its asked for.ivan
2007-10-09fix documenation links to point into wiki where they belongivan
2007-10-09add ticket_system-priority_reverse configivan
2007-10-08add cust_bill_owed as an implicit condition (whew), and make sure it is ↵ivan
added on migrations (also: fixed implicit conditions like this which only apply to a subset of eventtables)
2007-10-05reenalbe this conditionivan
2007-10-05add disable ability to conditions & disable cust_bill_has_service, so the ↵ivan
condition edit page renders again
2007-10-04whitespaceivan
2007-10-04such a dumb little thing, but i think that should really do it. whewivan
2007-10-04don't leave stray 'new' events around if they don't pass their final ↵ivan
condition check
2007-10-04hopefully fix once.pm properly...ivan
2007-10-04add SKIP_CONDITION_SQL debugging aidivan
2007-10-04additional due_cust_event debuggingivan
2007-10-04nobody likes it when you forget ionsivan
2007-10-04additional due_cust_event debuggingivan
2007-10-04additional due_cust_event debuggingivan
2007-10-04i really hope this finally does itivan
2007-10-04dot strikes againivan
2007-10-04whew, i think this might actually fix itivan
2007-10-04doh! does that really fix agent-specific agent template migration from 1.7? ↵ivan
sure hope so
2007-10-04add debugging option to qsearchivan
2007-10-04add missing =backivan
2007-10-04support part_pkg option input validation, check bytecounts and allow commas ↵jeff
(closes 1863)
2007-10-04add missing CLI utilities to FS.pm tooivan
2007-10-04fixing wrong POD NAME docivan
2007-10-04wtf!ivan
2007-10-04update FS base page for new stuff in 1.9ivan
2007-10-04update top-level FS manpageivan
2007-10-04update top-level FS manpageivan
2007-10-04POD documentation updatesivan
2007-10-02doh!ivan
2007-10-02fix up re-email these eventsjeff
2007-10-02need the spaceivan
2007-10-02this flag has nothing to do with recur tax :)ivan
2007-10-02fix small problems with earlier commit: add back earlier commits reverted by ↵ivan
this patch, also revert gratuitous whitespace changes
2007-10-02proper fix for once.pm bug? hopefully it works :)ivan
2007-09-30this might fix agent-specific invoicing when migrated from 1.7?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