[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5982] trunk
- Subject: SF.net SVN: ledger-smb:[5982] trunk
- From: ..hidden..
- Date: Thu, 29 Aug 2013 14:45:53 +0000
Revision: 5982
http://sourceforge.net/p/ledger-smb/code/5982
Author: einhverfr
Date: 2013-08-29 14:45:52 +0000 (Thu, 29 Aug 2013)
Log Message:
-----------
fixing spurious connection failures in logs, ticket 858, updating changelog for 1.3:
Modified Paths:
--------------
trunk/Changelog
trunk/LedgerSMB/Auth.pm
trunk/LedgerSMB.pm
Modified: trunk/Changelog
===================================================================
--- trunk/Changelog 2013-08-29 14:44:33 UTC (rev 5981)
+++ trunk/Changelog 2013-08-29 14:45:52 UTC (rev 5982)
@@ -87,6 +87,13 @@
Initial Release: Monday, Oct 12 2011
Supported Presently
+Changelog for 1.3.35
+* Fixed uninitialized value warnings when cached template enabled (Chris T)
+* Fixed error in logs about failed login during initial login (Chris T, 858)
+* Updated gnome2 stylesheet (Pongracz I)
+* Updated Hungarian translation (Pongracz I)
+
+
Changelog for 1.3.34
* Fixed some SQL syntax issues on using overpayments (Chris T)
* Fixed date range when clicking through income statement to gl (Chris T, 836)
Modified: trunk/LedgerSMB/Auth.pm
===================================================================
--- trunk/LedgerSMB/Auth.pm 2013-08-29 14:44:33 UTC (rev 5981)
+++ trunk/LedgerSMB/Auth.pm 2013-08-29 14:45:52 UTC (rev 5982)
@@ -77,7 +77,6 @@
my ($unknown,$errcode, $msg_plus) = @_;#tshvr4 called as LedgerSMB::Auth->http_error('401');
$msg_plus = '' if not defined $msg_plus;
my $cgi = CGI::Simple->new();
- print STDERR localtime()." tshvr4 Auth.pm http_error \$errcode=$errcode\n";
my $err = {
'500' => {status => '500 Internal Server Error',
Modified: trunk/LedgerSMB.pm
===================================================================
--- trunk/LedgerSMB.pm 2013-08-29 14:44:33 UTC (rev 5981)
+++ trunk/LedgerSMB.pm 2013-08-29 14:45:52 UTC (rev 5982)
@@ -859,6 +859,7 @@
}
my $creds = LedgerSMB::Auth::get_credentials();
+ return unless $creds->{login};
$self->{login} = $creds->{login};
if (!$self->{company}){
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits