Activity Not Available

Commits : Listings

  Analyzed 5 months ago based on code collected 5 months ago.
Showing page 1 of 384
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the module documentation to reflect current requirements. Anon32 More... 5 months ago
auto-incrementing of revision Anon32 More... 5 months ago
Reportwriter points are floats, not decimals. Fixed bug when setting vAnchor to middle. Anon32 More... 5 months ago
auto-incrementing of revision Anon32 More... 6 months ago
- Fix UnboundLocalError exception when fetching results on pre Python 2.7 version. - Fix getFields() method issue for empty table name. Anon32 More... 6 months ago
auto-incrementing of revision Anon32 More... 6 months ago
r7257 was wrong; reverted Anon32 More... 6 months ago
auto-incrementing of revision Anon32 More... 6 months ago
Fixed up some code that assumed that a certain font directory would exist. Anon32 More... 6 months ago
Added extended support for character type fields in dBizobj and dCursorMixin DataStructure property. Now fifth tuple field contains size of character field. New global framework setting dTextBox_DeriveTextLengthFromSource has been added (default False), allowing to take benefits of changes in text based controls. Anon32 More... 6 months ago
Fixed the error Paul and Jacek were getting with the latest cursor commit. Stupid mistake on my part. I wasn't return the result of execute, so the biz kept thinking we didn't update anything. I also added back in the setting of dCursorMixinClass to the beginning of the bizobj. It doesn't hurt anything but will help in the odd instance we reference it before setting the connection (at which point we inject the class from the cursor factory). Anon32 More... 7 months ago
Specified a default font on OS X for the dNumericBox. Otherwise it defaults to Monaco and looks rather ugly. Anon32 More... 7 months ago
auto-incrementing of revision Anon32 More... 7 months ago
Fixed a typo in the last commit that broke apps using MySQL connections. Also, removed some prototype code. I did some additional testing with the commit to ensure that it doesn't break any of the other backends. Anon32 More... 7 months ago
auto-incrementing of revision Anon32 More... 7 months ago
MySQL will auto-close connections after a certain period. If you try to execute a statement, it will through a 2006 operational error. You can call the connections ping method to reestablish the connection and try to execute again. I wanted to overwrite the standard dabo cursor (dCursorMixin) with a MySQL specific cursor. However this wasn't possible without a framework change. We already had a facility in place to grab the specific backend dbapi cursor class from the dBackend object. I extended that model so that instead of hardcoding the main dCursorMixin class in the object we can grab it from the dBackend object. It will auto-default to dCursorMixin if we don't override it in the subclass. Anon32 More... 7 months ago
r7130 fixed a problem on Windows displaying the Euro symbol on Windows (UnicodeDecodeError coming up from reportlab). However, it turns out that the fix resulted in other unicode strings not displaying correctly (garbage characters added). Anon32 More... 8 months ago
auto-incrementing of revision Anon32 More... 8 months ago
This should get indenting of the first line in each paragraph working for Memo objects, but I haven't tested it. Anon32 More... 8 months ago
auto-incrementing of revision Anon32 More... 8 months ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.