[freeside-commits] branch master updated. 0076a0d790d1385cd2a16472ec2c11528edbc9e3

Ivan ivan at 420.am
Sun Nov 17 15:56:42 PST 2013


The branch, master has been updated
       via  0076a0d790d1385cd2a16472ec2c11528edbc9e3 (commit)
       via  506e9a0e82676ce8141326fbb98972044476168b (commit)
      from  517ad7e0c5bd5a6329dfd3ef9c35f69afea9fc49 (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 0076a0d790d1385cd2a16472ec2c11528edbc9e3
Merge: 506e9a0 517ad7e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 17 15:56:38 2013 -0800

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 506e9a0e82676ce8141326fbb98972044476168b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 17 15:54:35 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 1a88c3a..05deaef 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -42,6 +42,7 @@ our $me = '[FS::Record]';
 our $nowarn_identical = 0;
 our $nowarn_classload = 0;
 our $no_update_diff = 0;
+our $no_history = 0;
 
 our $no_check_foreign = 1; #well, not inefficiently in perl by default anymore
 

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

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




More information about the freeside-commits mailing list