[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5093] branches/1.3



Revision: 5093
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5093&view=rev
Author:   einhverfr
Date:     2012-08-04 06:38:39 +0000 (Sat, 04 Aug 2012)
Log Message:
-----------
Merging Turtle's fix in for 1.3

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/common.pl

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-08-04 06:37:21 UTC (rev 5092)
+++ branches/1.3/Changelog	2012-08-04 06:38:39 UTC (rev 5093)
@@ -596,6 +596,13 @@
 Released 2007-04-04
 Currently supported, through at least 2012-03-01
 
+Changelog for 1.2.27
+* Corrected an issue with redirects (Turtle)
+
+Changelog for 1.2.26
+* Corrected is_zero errors updating ar/ap transactions (Chris T)
+* Corrected is_zero errors printing invoices (Chris T)
+
 Changelog for 1.2.25
 * Corrected sql injection issue (Chris T)
 

Modified: branches/1.3/common.pl
===================================================================
--- branches/1.3/common.pl	2012-08-04 06:37:21 UTC (rev 5092)
+++ branches/1.3/common.pl	2012-08-04 06:38:39 UTC (rev 5093)
@@ -29,6 +29,7 @@
 
     my @common_attrs = qw(
       dbh login favicon stylesheet titlebar password custom_db_fields vc header
+      action
     );
 
     if ( !$script ) {    # http redirect to login.pl if called w/no args

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.