[freeside-commits] branch FREESIDE_3_BRANCH updated. 9e92a2d4f301066b672be636e51552bbab9d0d27

Ivan ivan at 420.am
Sun Nov 17 15:55:43 PST 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  9e92a2d4f301066b672be636e51552bbab9d0d27 (commit)
       via  497c6d42bba8b650e495737fa8edb0fb6d1cb1b6 (commit)
      from  84919ed60de29dc4ccf42d7930c6178eedc51f36 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e92a2d4f301066b672be636e51552bbab9d0d27
Merge: 497c6d4 84919ed
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 17 15:55:39 2013 -0800

    Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH


commit 497c6d42bba8b650e495737fa8edb0fb6d1cb1b6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 17 15:55:30 2013 -0800

    don't redirect to a GET with sensitive data, RT#26099

diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index e6fbf92..a36256b 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -6,7 +6,7 @@ use vars qw( $AUTOLOAD @ISA @EXPORT_OK $DEBUG
              $conf $conf_encryption $money_char $lat_lower $lon_upper
              $me
              $nowarn_identical $nowarn_classload
-             $no_update_diff $no_check_foreign
+             $no_update_diff $no_history $no_check_foreign
              @encrypt_payby
            );
 use Exporter;
@@ -48,6 +48,7 @@ $me = '[FS::Record]';
 $nowarn_identical = 0;
 $nowarn_classload = 0;
 $no_update_diff = 0;
+$no_history = 0;
 $no_check_foreign = 0;
 
 my $rsa_module;

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Record.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list