fix net sales amount (credits were being applied in wrong month), RT#7502
[freeside.git] / ChangeLog
index 01d7dee..82836c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,323 @@
+2010-03-12 16:39  ivan
+
+       * ChangeLog: 1.7.4
+
+2010-03-12 02:52  mark
+
+       * FS/FS/cust_main.pm: RT#7180: backport
+         ECHECK_void_requires_account
+
+2010-02-26 19:15  ivan
+
+       * httemplate/edit/cust_refund.cgi: expiration date not meaningful
+         for non-CARD, RT#7419
+
+2010-02-26 18:59  ivan
+
+       * FS/FS/cust_bill_ApplicationCommon.pm: fix rare "Illegal division
+         by zero" error applying things when using weights, RT#7491
+
+2010-02-17 19:48  mark
+
+       * FS/bin/freeside-void-payments: Documentation cleanup
+
+2010-01-16 19:10  jeff
+
+       * FS/FS/cust_pkg.pm: work around bug in pre-perl5.10 which is at
+         best noisy and at worst missorting
+
+2010-01-09 02:38  ivan
+
+       * FS/FS/Record.pm: backport DBIx::DBSchema 0.38 usage from
+         1.9/HEAD... the alternative is breakage w/ 0.38+ on 1.7
+
+2009-12-31 05:06  ivan
+
+       * ChangeLog: 1.7.4 fo real
+
+2009-12-28 20:44  ivan
+
+       * FS/FS/Conf.pm: oops, syntax error adding queued-sleep_time
+
+2009-12-28 17:40  ivan
+
+       * FS/bin/freeside-daily: don't skip vacuuming when using -k,
+         RT#5258
+
+2009-12-28 16:38  ivan
+
+       * FS/: FS/Conf.pm, bin/freeside-queued: add queued-sleep_time
+
+2009-12-23 15:32  jeff
+
+       * bin/monitor: remove debugging
+
+2009-12-23 15:29  jeff
+
+       * bin/: monitor: add non-forking one machine monitor program
+
+2009-12-23 15:29  jeff
+
+       * bin/monitor: file monitor was added on branch FREESIDE_1_7_BRANCH
+         on 2009-12-23 23:29:49 +0000
+
+2009-12-23 15:14  jeff
+
+       * FS/FS/Yori.pm: teach yori to do some load monitoring
+
+2009-12-19 22:52  ivan
+
+       * httemplate/search/cust_pkg.cgi: fix address fields on advanced
+         package search, RT#6609
+
+2009-12-13 23:48  ivan
+
+       * FS/FS/: Conf.pm, svc_acct.pm: 1.7 has no per_agent config
+
+2009-12-13 23:36  ivan
+
+       * FS/FS/Conf.pm: fix misapplication of patch
+
+2009-12-13 23:15  ivan
+
+       * FS/FS/: Conf.pm, svc_acct.pm, part_export/sqlradius.pm: add
+         overlimit_groups agent-specific config, overriding
+         export-specific overlimit_groups, RT#6622
+
+2009-12-12 17:57  ivan
+
+       * ChangeLog, install/rpm/freeside.spec, debian/changelog: Updated
+         for 1.7.4
+
+2009-12-12 17:38  ivan
+
+       * Makefile: 1.7.4
+
+2009-12-12 17:30  ivan
+
+       * ChangeLog: 1.7.4
+
+2009-11-06 15:39  ivan
+
+       * FS/FS/cust_main.pm: backport using
+         business-onlinepayment-description in all cases to 1.7
+
+2009-11-02 13:21  ivan
+
+       * httemplate/edit/payment_gateway.html: add Elavon, SagePay,
+         WorldPay
+
+2009-10-29 14:46  mark
+
+       * httemplate/edit/payment_gateway.html: add Jety to the list
+
+2009-10-28 12:04  ivan
+
+       * FS/FS/: svc_Common.pm, svc_acct.pm, svc_domain.pm,
+         svc_forward.pm, svc_www.pm: fix problems using inventory for UID
+         (and other fields controlled by check in svc_acct and also
+         svc_www, svc_domain and svc_forward), RT#6366
+
+2009-10-28 10:26  ivan
+
+       * httemplate/misc/inventory_item-import.html: fix inventory upload,
+         RT#6366
+
+2009-10-27 11:11  ivan
+
+       * FS/FS/Conf.pm, FS/FS/cust_main.pm,
+         httemplate/elements/header.html: address1 search, RT#5060
+
+2009-10-25 18:11  ivan
+
+       * FS/FS/part_pkg/flat.pm: eliminiate noisy but harmless "Use of
+         uninitialized value in numeric gt (>)" warning
+
+2009-10-25 16:30  ivan
+
+       * FS/FS/: cust_main.pm, ClientAPI/MyAccount.pm: add apply option to
+         realtime_collect, RT#5071
+
+2009-10-25 15:59  ivan
+
+       * FS/FS/ClientAPI/MyAccount.pm, FS/FS/cust_main.pm,
+         fs_selfservice/FS-SelfService/SelfService.pm: backport
+         realtime_collect to 1.7 for SG to use instead of calling collect,
+         RT#5071
+
+2009-10-05 19:43  ivan
+
+       * ChangeLog, install/rpm/freeside.spec, debian/changelog: Updated
+         for 1.7.4rc3
+
+2009-10-05 18:41  ivan
+
+       * ChangeLog: 1.7.4rc3
+
+2009-10-05 09:57  ivan
+
+       * httemplate/view/cust_main/payment_history/voided_payment.html:
+         doh, fix error viewing voided payments, RT#6382
+
+2009-10-04 16:36  ivan
+
+       * fs_selfservice/FS-SelfService/cgi/selfservice.cgi: fix the same
+         problem with processing payments & masked ACH amounts, RT#6374
+
+2009-10-04 16:31  ivan
+
+       * FS/FS/ClientAPI/MyAccount.pm: fix problems "re-saving" a masked
+         card.  hopefully the last of it!
+
+2009-10-03 19:09  ivan
+
+       * httemplate/misc/: delete-cust_bill.html: delete invoices, RT#4048
+
+2009-10-03 19:09  ivan
+
+       * httemplate/misc/delete-cust_bill.html: file delete-cust_bill.html
+         was added on branch FREESIDE_1_7_BRANCH on 2009-10-04 02:09:15
+         +0000
+
+2009-10-03 19:04  ivan
+
+       * FS/FS/Conf.pm, FS/FS/Setup.pm, FS/FS/cust_bill.pm,
+         FS/FS/AccessRight.pm, FS/FS/cust_bill_pkg.pm,
+         FS/bin/freeside-addgroup, bin/mapsecrets2access_user,
+         httemplate/view/cust_bill.cgi,
+         httemplate/view/cust_main/payment_history/invoice.html: delete
+         invoices, RT#4048
+
+2009-10-03 17:08  ivan
+
+       * httemplate/view/cust_main.cgi: more room for cancellation reason
+
+2009-10-03 17:07  ivan
+
+       * httemplate/elements/popup_link-cust_main.html: doc
+
+2009-10-03 15:09  ivan
+
+       * httemplate/edit/part_bill_event.cgi: cancel to 80, comp @ 90,
+         RT#5674
+
+2009-10-03 15:06  ivan
+
+       * httemplate/edit/part_bill_event.cgi: in old invoice events,
+         chance default weight of cancel event to 90 so you can place it
+         at the same time as a realtime event, RT#5674
+
+2009-10-01 16:48  ivan
+
+       * FS/FS/cust_main.pm: hopefully fully fix bulk email errors when
+         selecting a single payby
+
+2009-10-01 15:02  ivan
+
+       * httemplate/view/cust_main/payment_history/voided_payment.html:
+         consistency with un-voided payments wrt display
+
+2009-09-30 17:52  ivan
+
+       * fs_selfservice/FS-SelfService/cgi/selfservice.cgi: hopefully the
+         really final fix for the problems using remembered cards in
+         self-service. *sigh*
+
+2009-09-30 17:29  ivan
+
+       * FS/: FS/Conf.pm, FS/Cron/check.pm, bin/freeside-check: add login
+         check to FS::ClientAPI::SG/SGNG checks. RT#4610
+
+2009-09-30 12:33  ivan
+
+       * fs_selfservice/FS-SelfService/cgi/selfservice.cgi: hopefully the
+         final fix for the problems using remembered cards in self-service
+
+2009-09-29 15:08  ivan
+
+       * httemplate/misc/email-customers.html: should fix newsletter
+         sending error when you select a single payby only
+
+2009-09-28 15:45  ivan
+
+       * FS/FS/Cron/check.pm: more accurate SG check, RT#4610
+
+2009-09-28 15:35  ivan
+
+       * FS/: FS/Cron/check.pm, bin/freeside-check: correct place for use
+         Email::Send, RT#4610
+
+2009-09-28 15:23  ivan
+
+       * FS/FS/Cron/check.pm: oops, hopefully fix sg cron check, RT#4610
+
+2009-09-25 08:41  ivan
+
+       * ChangeLog: meta
+
+2009-09-24 12:59  ivan
+
+       * FS/FS/: Cron/check.pm, Conf.pm: get the ping username/pass from a
+         config, good enough, RT#4610
+
+2009-09-23 20:14  ivan
+
+       * FS/FS/ClientAPI/SGNG.pm, FS/FS/Cron/check.pm,
+         FS/bin/freeside-check,
+         fs_selfservice/FS-SelfService/SelfService.pm: add SG and SGNG
+         ping, RT#4610
+
+2009-09-23 16:47  ivan
+
+       * FS/FS/TicketSystem/RT_External.pm: this should fix the occasional
+         extra ticket showing up on wrong customer record
+
+2009-09-21 20:08  ivan
+
+       * Makefile, htetc/handler.pl: add addl_comp_root.pl and
+         addl_handler_use.pl config files, RT#4743
+
+2009-09-17 16:55  mark
+
+       * FS/bin/freeside-void-payments: Add option to
+         freeside-void-payments to cancel customers
+
+2009-09-14 18:24  ivan
+
+       * ChangeLog, Makefile, debian/changelog: 1.7.4rc3
+
+2009-08-26 13:55  jeff
+
+       * fs_selfservice/FS-SelfService/cgi/selfservice.cgi: improve
+         testing need for invoicing list
+
+2009-08-25 17:45  ivan
+
+       * fs_selfservice/FS-SelfService/cgi/selfservice.cgi: should fix
+         processing payment with remembered/masked card info, hopefully,
+         RT#5799
+
+2009-08-21 17:27  ivan
+
+       * FS/FS/Cron/check.pm: fewer false positives
+
+2009-08-13 08:18  jeff
+
+       * FS/FS/cust_pkg.pm: fix fix multiple pkgpart search (need sanity
+         check): don't let empty set limit search
+
+2009-08-12 19:32  ivan
+
+       * ChangeLog, debian/changelog: Updated for 1.7.4rc2
+
+2009-08-12 19:24  ivan
+
+       * debian/changelog: doh, let make release do it
+
+2009-08-12 19:23  ivan
+
+       * ChangeLog, install/rpm/freeside.spec: Updated for 1.7.4rc2
+
 2009-08-12 17:26  ivan
 
        * init.d/freeside-init: useful stuff for webdemo & profiling