summaryrefslogtreecommitdiff
path: root/httemplate
AgeCommit message (Collapse)Author
2008-04-01Missing % causes closing brace to be omitted from Perl compilation.rsiddall
2008-04-01probably doesn't matter now, but better error reporting anywayivan
2008-04-01popup iframes don't have predictable names anymore, so locate submit buttons ↵ivan
by id instead
2008-04-01doc height paramivan
2008-04-01append a random number to the iframe name on-the-fly to keep safari from ↵ivan
caching it under all circumstances
2008-04-01finish component-izing overlib linksivan
2008-04-01use popup_link...ivan
2008-04-01can't run include() sub at <%once> timeivan
2008-04-01component-ize overlib init and popup linkivan
2008-04-01component-ize overlib initivan
2008-04-01use popup_link element for phonenumber.html silly vonage popupivan
2008-03-31overlib includeivan
2008-03-31fix examples to use elements/init_overlib.htmlivan
2008-03-31overlib includeivan
2008-03-31clean up overlib usage for customer notesivan
2008-03-31overlib cleanup: easy static CVV2/echeck popupsivan
2008-03-31update overlibmws to current codeivan
2008-03-31fix safari weirdness with caching iframes and auto-submitting them (in tax ↵ivan
editor at least)
2008-03-31clean up popup link elements a bit, have the iframe name autogenerate to ↵ivan
work around safari fuckery
2008-03-31update overlibmws to current code before delving into safari problem... ↵ivan
hopefully no disasterous side effects :)
2008-03-30don't show invoice resend and payment posting links if you can't do that anywayivan
2008-03-29add quick links for unprocessed and processed CDRs to svc_phone viewivan
2008-03-29hmm... think this is right for 1.7ivan
2008-03-29fix quick pkg order redirectivan
2008-03-27fixes edit if routing code only, closes: #3085ivan
2008-03-27fix for ACH info maskingivan
2008-03-27fix for ACH info maskingivan
2008-03-27mask ACH info in payment historyivan
2008-03-27add back raw SQL query (it had an appropriate ACL)ivan
2008-03-27resolve minor ACL glitch linking to paymentsivan
2008-03-26fixup per call billingjeff
2008-03-26add ability to query ranges of duration & billable seconds to CDR reportivan
2008-03-26UI nit: separate search & display optionsivan
2008-03-26quick shortcut for easier adding of new 1.7-style invoice eventsivan
2008-03-24this probably never worked. ->send isn't at all what is wanted, that sends ↵ivan
the original invoice, not the new one with the late charge
2008-03-19quick fix for deep recursion (RT#3267)jeff
2008-03-16componentize conflicting %once subroutines (rt#3250)jeff
2008-03-16dohjeff
2008-03-16clean up and agent-virtualize svc_broadband searchingivan
2008-03-16finish bringing sanity to svc_broadband service definition blocknum editivan
2008-03-16drag address & router browse into this centiryivan
2008-03-16hide customer search if user does not have "List customers" ACL, closes: RT#3105ivan
2008-03-15slightly better voip_cdr package edit: use radio buttons for selecting long ↵ivan
things
2008-03-15check on invoice re-printing newest percust... can't reproduce any problem, ↵ivan
prints newest per cust fine, closes: #3161
2008-03-15fix harmless code leaking out onto the page, hehe, closes: Bug#3253, also ↵ivan
remove silly formatting on catchall edit
2008-03-14whew, glad that change package bugfix was easy to find, closes: Bug#3241ivan
2008-03-14add net credits to sales/credits/receipts reportivan
2008-03-13minor oopsjeff
2008-03-12allow exports to add links to customer view (#1407)jeff
2008-03-04fix edit/process/cust_pkg getting confused about the two different places ↵ivan
that would be calling it... i.e. with an empty new_pkgnum it would redirect the popup back the customer view, hehe