Changeset 2079

Show
Ignore:
Timestamp:
04/03/06 09:05:14 (3 years ago)
Author:
paul
Message:

New stable version 0.6.3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable/ChangeLog

    r2060 r2079  
    11See the Subversion log for all the details. 
     2 
     3Dabo 0.6.3 (2006-04-03) (Revision 2079): 
     4Added exception handling to requerying, with calls to rollbackTransaction() if an exception is encountered. 
     5 
     6Modified the process used to determine field types. Formerly we relied on an empty cursor supplying all of the information, but with the recent switch to depending on self._fieldTypes, if new() is run before a query that returns data is run, all the default values are set to empty strings. Now if there is no _fieldTypes for a cursor, the structure-only query returns a maximum of one record, and that is now used to set the _fieldTypes dict. 
     7 
     8Fixed a problem where setting AutoPopulatePK on the bizobj didn't propagate the setting to the cursor. 
     9 
     10Added Alt+Up and Alt+Down hotkeys for navigating AppWizard apps. These keys 
     11bring you to the first and last records in the dataset. 
     12 
    213 
    314Dabo 0.6.2 (2006-03-28) (Revision 2060): 
     
    516BugFix: Make Tab/Shift+Tab work as nav keys in searchable dGrids. 
    617 
     18 
    719Dabo 0.6.1 (2006-03-27) (Revision 2051): 
    820BugFix: Double select-page entries in datanav apps. 
     21 
    922 
    1023Dabo 0.6 (2006-03-27) (Revision 2043): 
  • branches/stable/dabo/__version__.py

    r2061 r2079  
    22import dabo 
    33 
    4 _version = "0.6.2s" 
     4_version = "0.6.3s" 
    55 
    66# If dabo is a subversion working copy, we'll try to get the current revision