summaryrefslogtreecommitdiff
path: root/httemplate/elements
AgeCommit message (Collapse)Author
2012-12-19Merge branch 'patch-6' of https://github.com/gjones2/Freeside (#13854 as ↵Ivan Kohler
this bug cropped up with RT4)
2012-12-19Merge branch 'patch-9' of https://github.com/gjones2/Freeside (#13854 as ↵Ivan Kohler
this bug cropped up with RT4)
2012-12-19Merge branch 'patch-8' of https://github.com/gjones2/Freeside (#13854 as ↵Ivan Kohler
this bug cropped up with RT4)
2012-12-19Merge branch 'patch-7' of https://github.com/gjones2/Freeside (#13854 as ↵Ivan Kohler
this bug cropped up with RT4)
2012-12-17credit application detail report, RT#18676Ivan Kohler
2012-12-17add line item report, RT#18676, add quotation reports & reorganize report menuIvan Kohler
2012-12-14DID selection for fibernetics, RT#19883Ivan Kohler
2012-12-11system log, #18333Mark Wells
2012-12-04add Net 18, RT#17616Ivan Kohler
2012-11-30styling fixes, #16588Mark Wells
2012-11-29broadband_snmp export: better MIB selectionMark Wells
2012-11-20fix a confusing standardization behavior, #13763Mark Wells
2012-11-20Update httemplate/elements/searchbar-ticket.htmlgjones2
Fixed issue where html break tags are being escaped erroneously causing break tags to be displayed in the navigation menu. This issue can be reproduced by doing the following: 1. Change the Freeside user's preference to display the menu on the left. 2. Click "Ticketing Main"
2012-11-20Update httemplate/elements/searchbar-prospect.htmlgjones2
Fixed issue where html break tags are being escaped erroneously causing break tags to be displayed in the navigation menu. This issue can be reproduced by doing the following: 1. Change the Freeside user's preference to display the menu on the left. 2. Click "Ticketing Main"
2012-11-20Update httemplate/elements/searchbar-cust_svc.htmlgjones2
Fixed issue where html break tags are being escaped erroneously causing break tags to be displayed in the navigation menu. This issue can be reproduced by doing the following: 1. Change the Freeside user's preference to display the menu on the left. 2. Click "Ticketing Main"
2012-11-20Update httemplate/elements/searchbar-cust_main.htmlgjones2
Fixed issue where html break tags are being escaped erroneously causing break tags to be displayed in the navigation menu. This issue can be reproduced by doing the following: 1. Change the Freeside user's preference to display the menu on the left. 2. Click "Ticketing Main"
2012-11-20Update httemplate/elements/searchbar-cust_bill.htmlgjones2
Fixed issue where html break tags are being escaped erroneously causing break tags to be displayed in the navigation menu. This issue can be reproduced by doing the following: 1. Change the Freeside user's preference to display the menu on the left. 2. Click "Ticketing Main"
2012-11-20Update httemplate/elements/searchbar-address2.htmlgjones2
Fixed issue where html break tags are being escaped erroneously causing break tags to be displayed in the navigation menu. This issue can be reproduced by doing the following: 1. Change the Freeside user's preference to display the menu on the left. 2. Click "Ticketing Main"
2012-11-20Update httemplate/elements/location.htmlgjones2
Fixed closing tag.
2012-11-20Update httemplate/elements/contact.htmlgjones2
Changed <SELECT> to </SELECT> since it's closing the opening <SELECT> on line 9.
2012-11-20Update httemplate/elements/selectlayers.htmlgjones2
Changed '""' to 'block'. This code was generating "<DIV ID="paybydCARD" STYLE="display: ""; z-index: 1"> This might cause unexpected behavior in some browsers and the display property should be a block element (when displayed).
2012-11-13address standardization/census tract fixesMark Wells
2012-11-11fix XSSIvan Kohler
2012-11-11fix XSSIvan Kohler
2012-11-09various customer location-related fixes, #13763Mark Wells
2012-11-06improved address standardization, #13763Mark Wells
2012-11-03adding pkg_reason_type and pkg_not_reason_type conditions, RT#20084Ivan Kohler
2012-10-30IP address management for svc_acct, #19567Mark Wells
2012-10-30fix ticket display, fallout from #17067Mark Wells
2012-10-27ICS invoice spool format and email delivery, #17620Mark Wells
2012-10-11Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2012-10-10HTML templates for printable form letters, #17349Mark Wells
2012-10-05fix sort of routers (and hardware type, it looks like)Ivan Kohler
2012-10-05work around wacky JSON autoload problem, fallout from #16266 plus probably a ↵Ivan Kohler
JSON vs Mason bug?
2012-10-04Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2012-10-04fix unlinked service display, fallout from RT#17067Ivan Kohler
2012-09-28speed fix for dashboard, from #17067Mark Wells
2012-09-27Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
Conflicts: FS/FS/cust_main/Billing.pm
2012-09-23export host selection per service, RT#17914Ivan Kohler
2012-09-10still prevent inadvertantly losing disabled package/service defs, package ↵Ivan Kohler
classes, but now without incurring the perf overhead of showing all disabled items in config selections
2012-09-06fix 477 part IIB, #18503Mark Wells
2012-08-28only show coordinate fields where necessary, #940Mark Wells
2012-08-17quotation reports, RT#16996Ivan Kohler
2012-08-14unsuspend fees, #6587Mark Wells
2012-08-13clean up various other RT initialization inconsistancy, RT#18719Ivan Kohler
2012-08-10sqlradius data usage report, #18823Mark Wells
2012-08-03selfservice payment fees, RT#18345Ivan Kohler
2012-08-02sales by ad source report: filter by ad source, #17971Mark Wells
2012-07-29more efficient ticket counting on dashboard page, #17067Mark Wells
2012-07-14fix an error message in quick payment entry, from #17356Mark Wells