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

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



Revision: 5063
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5063&view=rev
Author:   einhverfr
Date:     2012-07-30 06:47:54 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------

Version number changes for 1.3.21

Modified Paths:
--------------
    branches/1.3/LedgerSMB/Form.pm
    branches/1.3/LedgerSMB.pm
    branches/1.3/VERSION
    branches/1.3/dists/rpm/ledgersmb.spec
    branches/1.3/dists/source/build.sh
    branches/1.3/doc/release_notes
    branches/1.3/sql/Pg-database.sql

Modified: branches/1.3/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm	2012-07-30 02:30:29 UTC (rev 5062)
+++ branches/1.3/LedgerSMB/Form.pm	2012-07-30 06:47:54 UTC (rev 5063)
@@ -167,8 +167,8 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) );
 
-    $self->{version}   = "1.3.20";
-    $self->{dbversion} = "1.3.20";
+    $self->{version}   = "1.3.21";
+    $self->{dbversion} = "1.3.21";
 
     bless $self, $type;
 

Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm	2012-07-30 02:30:29 UTC (rev 5062)
+++ branches/1.3/LedgerSMB.pm	2012-07-30 06:47:54 UTC (rev 5063)
@@ -222,7 +222,7 @@
 $CGI::Simple::POST_MAX = -1;
 
 package LedgerSMB;
-our $VERSION = '1.3.20';
+our $VERSION = '1.3.21';
 
 my $logger = Log::Log4perl->get_logger('LedgerSMB');
 
@@ -242,7 +242,7 @@
     $logger->debug("Begin called from \$filename=$filename \$line=$line \$type=$type \$argstr=$argstr ref argstr=".ref $argstr);
 
     $self->{version} = $VERSION;
-    $self->{dbversion} = "1.3.20";
+    $self->{dbversion} = "1.3.21";
     
     bless $self, $type;
 

Modified: branches/1.3/VERSION
===================================================================
--- branches/1.3/VERSION	2012-07-30 02:30:29 UTC (rev 5062)
+++ branches/1.3/VERSION	2012-07-30 06:47:54 UTC (rev 5063)
@@ -1 +1 @@
-1.3.20
+1.3.21

Modified: branches/1.3/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.3/dists/rpm/ledgersmb.spec	2012-07-30 02:30:29 UTC (rev 5062)
+++ branches/1.3/dists/rpm/ledgersmb.spec	2012-07-30 06:47:54 UTC (rev 5063)
@@ -1,7 +1,7 @@
 # RPM spec written for and tested on CentOS 4 and CentOS 5 
 Summary: LedgerSMB - Open Source accounting software
 Name: ledgersmb
-Version: 1.3.20
+Version: 1.3.21
 Release: 1
 License: GPL
 URL: http://www.ledgersmb.org/

Modified: branches/1.3/dists/source/build.sh
===================================================================
--- branches/1.3/dists/source/build.sh	2012-07-30 02:30:29 UTC (rev 5062)
+++ branches/1.3/dists/source/build.sh	2012-07-30 06:47:54 UTC (rev 5063)
@@ -2,7 +2,7 @@
 
 # Simple script to prepare for release
 
-version="1.3.20";
+version="1.3.21";
 build_d="../release";
 
 if test -d $build_d/ledgersmb; then

Modified: branches/1.3/doc/release_notes
===================================================================
--- branches/1.3/doc/release_notes	2012-07-30 02:30:29 UTC (rev 5062)
+++ branches/1.3/doc/release_notes	2012-07-30 06:47:54 UTC (rev 5063)
@@ -1,7 +1,7 @@
 RELEASE NOTES
 LedgerSMB 1.3
 
-Latest Revision:  1.3.20, June 17, 2012.
+Latest Revision:  1.3.21, June 17, 2012.
 
 1:  Welcome to LedgerSMB
 
@@ -119,6 +119,18 @@
 exposed.  The handling of these are module-specific.  The Simple tax module 
 treats these as operating on the subtotal of the invoice.
 
+
+2.8:  New CSS hooks
+
+As of 1.3.21, it is now possible to customize the look and feel of transaction,
+order, and part screens based on the status of the object.  Screens are enclosed
+in a div with an id of statusdiv and a class of either "new" (if no ID is
+present), "saved" (if ID is present but not a posted financial transaction) and
+"posted (if a posted financial transaction).  This can be used to give feedback
+to the user so that it is immediately clear what the status of a given screen
+is.  Future versions will include such hooks in at least the ledgersmb.css
+provided.
+
 3:  Known Issues
 
 3.1:  Reposting Invoices

Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql	2012-07-30 02:30:29 UTC (rev 5062)
+++ branches/1.3/sql/Pg-database.sql	2012-07-30 06:47:54 UTC (rev 5063)
@@ -1019,7 +1019,7 @@
 sonumber|1
 yearend|1
 businessnumber|1
-version|1.3.20
+version|1.3.21
 closedto|\N
 revtrans|1
 ponumber|1

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