Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-17 | add line item report, RT#18676 | Ivan Kohler | |
2012-12-17 | add line item report, RT#18676, add quotation reports & reorganize report menu | Ivan Kohler | |
2012-12-17 | fix XSS | Ivan Kohler | |
2012-12-14 | DID selection for fibernetics, RT#19883 | Ivan Kohler | |
2012-12-14 | DID selection for fibernetics, RT#19883 | Ivan Kohler | |
2012-12-13 | better error message when export_links can't find a service | Mark Wells | |
2012-12-12 | fix bad race condition | Mark Wells | |
2012-12-12 | fix warning | Mark Wells | |
2012-12-12 | fix svcpart changes when usergroup is a fixed field, #20458 | Mark Wells | |
2012-12-12 | rt 4.0.8 | Ivan Kohler | |
2012-12-12 | whitespace | Ivan Kohler | |
2012-12-11 | promo code form, RT#20582 | Ivan Kohler | |
2012-12-11 | create credits by selecting line items, RT#18676 | Ivan Kohler | |
2012-12-11 | system log, #18333 | Mark Wells | |
2012-12-11 | auto-create package classes in ipifony download, #18333 | Mark Wells | |
2012-12-11 | cleanup | Mark Wells | |
2012-12-09 | add PerlChildInitHandler which calls srand to avoid collision problems with ↵ | Ivan Kohler | |
B:OP processors which generate a random number, RT#19188 | |||
2012-12-09 | fix suspension report, RT#20529, fallout from #16534 | Ivan Kohler | |
2012-12-09 | create credits by selecting line items, RT#18676 | Ivan Kohler | |
2012-12-09 | create credits by selecting line items, RT#18676 | Ivan Kohler | |
2012-12-09 | create credits by selecting line items, RT#18676 | Ivan Kohler | |
2012-12-09 | create credits by selecting line items, RT#18676 | Ivan Kohler | |
2012-12-08 | fix part_pkg.comment xss | Ivan Kohler | |
2012-12-05 | support custnum param even though we wound up not using it here, RT#18676 | Ivan Kohler | |
2012-12-04 | add $email to acct_xmlrpc export, RT#17622 | Ivan Kohler | |
2012-12-04 | add Net 18, RT#17616 | Ivan Kohler | |
2012-12-04 | add IO::String as a proper web interface dep, RT#19732 | Ivan Kohler | |
2012-12-04 | prepaid API respects pkg-balances config, RT#19560 | Ivan Kohler | |
2012-12-03 | add suspend/unsuspend to http exports, RT#20054 | Ivan Kohler | |
2012-12-03 | don't queue spool_upload jobs until all queued_bill jobs are finished, #6802 | Mark Wells | |
2012-12-01 | eliminate Argument "" isn't numeric in numeric le (<=) warning | Ivan Kohler | |
2012-11-30 | have freeside-monthly take and pass a -m flag so it can tell the upload to ↵ | Ivan Kohler | |
wait for billing jobs, RT#6802 | |||
2012-11-30 | styling fixes, #16588 | Mark Wells | |
2012-11-29 | broadband_snmp export: better MIB selection | Mark Wells | |
2012-11-27 | remove trailing junk from XLSX files, #20337 | Mark Wells | |
2012-11-27 | adjustments to ipifony download script, #18333 | Mark Wells | |
2012-11-27 | fixes for spool_upload in multiprocess mode, #6802, #18333 | Mark Wells | |
2012-11-27 | ICS invoice batch: send batch and summary report in the same message, #17620 | Mark Wells | |
2012-11-24 | IPifony charge download script, stage 1, #18333 | Mark Wells | |
2012-11-24 | typo | Mark Wells | |
2012-11-20 | fix a confusing standardization behavior, #13763 | Mark Wells | |
2012-11-20 | Update httemplate/elements/searchbar-ticket.html | gjones2 | |
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-20 | Update httemplate/elements/searchbar-prospect.html | gjones2 | |
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-20 | Update httemplate/elements/searchbar-cust_svc.html | gjones2 | |
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-20 | Update httemplate/elements/searchbar-cust_main.html | gjones2 | |
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-20 | Update httemplate/elements/searchbar-cust_bill.html | gjones2 | |
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-20 | Update httemplate/elements/searchbar-address2.html | gjones2 | |
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-20 | Update httemplate/elements/location.html | gjones2 | |
Fixed closing tag. | |||
2012-11-20 | Update httemplate/elements/contact.html | gjones2 | |
Changed <SELECT> to </SELECT> since it's closing the opening <SELECT> on line 9. | |||
2012-11-20 | Update httemplate/elements/selectlayers.html | gjones2 | |
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). |