dabowebsite Commit
Revision 143
Date: 2010-09-13 06:20:03 -0700 (Mon, 13 Sep 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/143

Changed:
A   trunk/blog/Announcements/Web_Update_revision_6020_Posted.txt

Log:
auto-commit

Diff:
Added: trunk/blog/Announcements/Web_Update_revision_6020_Posted.txt
===================================================================
--- trunk/blog/Announcements/Web_Update_revision_6020_Posted.txt                
                (rev 0)
+++ trunk/blog/Announcements/Web_Update_revision_6020_Posted.txt        
2010-09-13 13:20:03 UTC (rev 143)
@@ -0,0 +1,26 @@
+Web Update revision 6020 Posted
+<p>+ Cleaned up the code base by removing all trailing whitespace.<br />
+<br />
++ Removed the ref to md5 and replaced with hashlib.  haslib is currently 
already being used in dDataSet.py and md5 has been deprecated (those users of 
python 2.4 or less need to install the hashlib.py)<br />
+<br />
++ Added dabo.lib.reportUtils.printPDF(), and added a print button to 
FrmReportBase in the AppWizard generated code.<br />
+<br />
++ On Windows, where the status text can go to the main frame, hidden forms 
were writing their current record text to the status bar on update. This fixes 
that awkwardness.<br />
+<br />
++ Eliminated (or at least greatly reduced) the grid header flickering on 
Windows.<br />
+<br />
++ Fixed a bug reported by Mark Rajcok in which the WordWrap property grid 
columns was only affecting those with str DataType, and was ignoring unicode 
DataType.<br />
+<br />
++ Switched all of Dabo's logging to use standard Python logging.<br />
+<br />
++ Switched from os.system() and os.popen2() to subprocess.call() in 
previewPDF() and printPDF(). Removes DeprecationWarnings in Python 2.6 and 
above.<br />
+<br />
++ Added some logic to prevent infinite loops when using field-level 
validation.<br />
+<br />
++ Added a fix so that previewing and printing should be modeless by 
default.<br />
+<br />
++ Updated the internal cache code to handle permissions better when running 
under mod_wsgi.<br />
+<br />
++ Added the 'SelectedText' and 'Text' read-only properties to dHtmlBox.<br />
+<br />
++ Added the reports folder to the resolvePathAndUpdate method in the utils 
module.  Added a conditional check in the reportWriter to call the 
resolvePathAndUpdate method if the path is a valid absolute path.  So, now you 
can specify the ReportFormFile property of the ReportWriter object is a 
relative path.</p>
\ No newline at end of file


Property changes on: 
trunk/blog/Announcements/Web_Update_revision_6020_Posted.txt
___________________________________________________________________
Name: svn:eol-style
   + native



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to