root/trunk/dabo/biz


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4724 [4724] 11/27/08 15:19:33 ed Refactored the code so that the cache directory is only created when …
(edit) @4688 [4688] 11/12/08 10:46:08 ed Removed the profilehooks import statement.
(edit) @4687 [4687] 11/11/08 17:59:05 ed Little too hasty on that last commit. This preserves the temporary PKs for …
(edit) @4686 [4686] 11/11/08 17:55:30 ed Added the method 'appendDataSet()'.
(edit) @4680 [4680] 11/11/08 15:35:03 ed Switched from a SQLite storage for storing state via pickled objects, to …
(edit) @4679 [4679] 11/11/08 15:33:09 ed Lots of tweaks to improve the way web apps worked with parent-child …
(edit) @4663 [4663] 11/07/08 18:42:40 ed Reverted one of the changes I made trying to get the decorated methods to …
(edit) @4660 [4660] 11/06/08 17:56:04 ed Removed the @remote decorators, and replaced them with a _RemoteProxy …
(edit) @4659 [4659] 11/05/08 09:35:30 paul I came up with a test case that shows the problem I'm having with my …
(edit) @4621 [4621] 10/28/08 18:56:26 ed Fixed a bug that prevented child bizobjs from being able to consistently …
(edit) @4606 [4606] 10/26/08 08:13:39 ed Added doctrings to all public methods that were missing them, as per Trac …
(edit) @4579 [4579] 10/22/08 19:51:10 ed Added an optional alias parameter to the addFrom() method.
(edit) @4554 [4554] 10/05/08 19:52:47 ed Updates to work with the changes to the server files posted earlier today.
(edit) @4547 [4547] 10/04/08 08:55:23 ed These are the changes to the framework required to create web-enabled …
(edit) @4512 [4512] 09/08/08 14:37:23 paul Removed the setting of UserSQL when setSql() called without arguments. …
(edit) @4498 [4498] 09/01/08 16:19:25 ed Deprecated the SQL property. It now issues a deprecation warning, and then …
(edit) @4193 [4193] 06/26/08 07:15:03 ed Fixed an error when using a bizobj without a data connection.
(edit) @4182 [4182] 06/25/08 16:09:08 ed Removed bare 'except:' lines.
(edit) @4057 [4057] 05/02/08 07:21:25 ed This commit contains many changes related to the way that child bizobjs …
(edit) @4055 [4055] 04/27/08 11:48:03 ed Attempt to correct a bug that was reported by Karsten Weinert when …
(edit) @4046 [4046] 04/17/08 08:53:01 ed Added 'beginTransaction()', 'commitTransaction()', and …
(edit) @4043 [4043] 04/16/08 11:05:44 paul Flipped seek()'s runRequery() default argument to True, per discussion on …
(edit) @4042 [4042] 04/16/08 11:03:55 paul Ooh this was a subtle bug. I was scanning through my subopenings, and …
(edit) @4040 [4040] 04/15/08 16:16:04 paul Commented out the raising of ValueError? in getDataTypeForField(), as I was …
(edit) @4031 [4031] 04/06/08 09:02:35 ed Added the getDataTypeForField() method. This will return the Python data …
(edit) @4025 [4025] 04/03/08 16:57:55 paul Found and fixed (admittedly a bit hackishly) a problem with virtual …
(edit) @4024 [4024] 04/03/08 11:02:43 paul Converted the recent reverse sorting to be compatible with …
(edit) @4021 [4021] 04/03/08 10:20:10 paul Found and fixed the problem I reported earlier today. I was creating new …
(edit) @4020 [4020] 04/03/08 05:17:42 ed Fixed an anomoly revealed by the unittest. After a scan operation, child …
(edit) @4018 [4018] 04/02/08 17:38:06 paul Hey Ed, I was debugging some corner cases in my app, and discovered this …
(edit) @3999 [3999] 03/25/08 16:53:50 paul biz.getFieldVal() accepts a row argument, but setFieldVal() does not, …
(edit) @3952 [3952] 03/12/08 23:20:58 nate The indentation of the pass statement on the onNew bizobj function was not …
(edit) @3950 [3950] 03/11/08 08:37:51 ed Modified the code that syncs newly-created cursors with the bizobj.
(edit) @3942 [3942] 03/04/08 04:53:50 paul Added docstring to dBizobj.addJoin().
(edit) @3925 [3925] 02/18/08 07:09:01 ed Changed the order in which defaults are set so that the LinkField? is …
(edit) @3912 [3912] 02/11/08 08:21:33 ed Added the 'dataToXML()' method to dBizobj. This will return an XML …
(edit) @3853 [3853] 01/09/08 09:15:10 paul Added a test case to attempt to get to the bottom of the current …
(edit) @3784 [3784] 12/11/07 07:20:50 paul Filled out documentation of the remaining dBizobj hook methods. See ticket …
(edit) @3774 [3774] 12/05/07 21:13:13 paul First swat at trying to get docstrings in all the bizobj hook methods, …
(edit) @3744 [3744] 11/23/07 14:36:12 ed Fixed an incorrect assertion in the bizobj test. An empty cursor will have …
(edit) @3660 [3660] 11/11/07 13:45:09 ed Modifed the executeSafe() method to accept an optional 'params' …
(edit) @3658 [3658] 11/11/07 13:25:36 ed Added 'self._connection' as an alias to 'self._cursorFactory'. Normally …
(edit) @3636 [3636] 11/07/07 13:59:19 paul Added docstring for biz.beforeNew(). Are you a lurker looking for …
(edit) @3596 [3596] 10/28/07 10:40:26 ed Added some preventative code to handle situations where Dabo is running …
(edit) @3546 [3546] 10/22/07 10:23:21 paul Removed explicitly setting UserSQL in the biz tests. All tests pass now.
(edit) @3538 [3538] 10/21/07 07:27:06 ed Refactored to make the code more efficient when running inside of an …
(edit) @3536 [3536] 10/20/07 22:35:21 paul Tests were failing due to lack of Application object since the calls to …
(edit) @3378 [3378] 09/17/07 11:51:28 ed Fixed a bug in the last change.
(edit) @3376 [3376] 09/17/07 11:06:22 ed Changed the getTempCursor() call to return a true AuxCursor?.
(edit) @3350 [3350] 09/05/07 19:24:20 ed Fixed a missing UserSQL setting in createCursor(). Also fixed a copy/paste …
(edit) @3338 [3338] 09/02/07 16:42:56 ed Changed the test for UserSQL to check for empty statements instead of just …
(edit) @3337 [3337] 09/02/07 16:10:55 ed Fixed typo in attribute name.
(edit) @3336 [3336] 09/02/07 11:34:15 ed Added UserSQL to the properties that are synced with the bizobj's cursors.
(edit) @3314 [3314] 08/19/07 12:07:48 ed Major re-write to the way that transactions are handled in the bizobj and …
(edit) @3303 [3303] 08/04/07 14:05:15 paul Reverted the behavior of _ to how we had it originally: you must …
(edit) @3300 [3300] 07/31/07 10:09:49 ed Corrected an incorrect capitalization of save() in the docstring for the …
(edit) @3290 [3290] 07/28/07 01:46:09 paul I was reading up on Python's gettext module, trying to get my head around …
(edit) @3272 [3272] 07/21/07 14:00:52 paul Fixed ticket #1089: we were skipping the child requery if …
(edit) @3271 [3271] 07/21/07 13:33:52 paul Added a test case to the dBizobj test that shows a bug I found last …
(edit) @3239 [3239] 07/11/07 21:31:27 paul I believe this fixes ticket #1078, the issue with requerying children when …
(edit) @3210 [3210] 06/23/07 12:12:27 ed Added the _syncWithCursors() method that should ensure that all cursors …
(edit) @3209 [3209] 06/23/07 10:22:52 ed John Fabiani noticed a problem that was due to an incomplete chain of …
(edit) @3202 [3202] 06/22/07 12:36:45 paul Added a test for John and Larry's case, which proves that Dabo isn't doing …
(edit) @3201 [3201] 06/22/07 11:11:02 ed Handled the NoRecordsException? in the bizobj without aborting the process. …
(edit) @3127 [3127] 05/11/07 17:06:17 ed Odd - I merged Paul's changes with mine during a normal svn update, but it …
(edit) @3126 [3126] 05/11/07 16:59:38 ed Updated the bizIterator() method to return an iterator object. This code …
(edit) @3125 [3125] 05/11/07 10:29:30 paul Made changes to dBizobj.scan to keep it working with current code, and to …
(edit) @3122 [3122] 05/10/07 12:51:17 ed Experimental implementation of a generator expression that can be used to …
(edit) @3117 [3117] 05/09/07 16:43:44 ed Fixed the problem with setParentFK() not working with the new reverse …
(edit) @3115 [3115] 05/09/07 06:02:49 ed Removed self.scanRestorePosition and self.scanReverse. Replaced the …
(edit) @3093 [3093] 04/27/07 12:53:21 ed Factored out the code that handles connections from init() to a …
(edit) @3074 [3074] 04/21/07 05:49:42 ed Added the 'SaveNewUnchanged?' property to dBizobj. When this is True, new …
(edit) @3070 [3070] 04/19/07 13:57:31 ed This fixes the problem with cancel() not seeing changed child bizobjs. …
(edit) @3069 [3069] 04/19/07 10:07:56 paul Added a failing test case to the dBizobj test to show that adding a …
(edit) @3068 [3068] 04/19/07 03:14:28 ed This fixes the problem described in Ticket #[1049]: cancel() wasn't …
(edit) @3054 [3054] 04/11/07 17:11:18 ed Added the source encoding declaration to all source files. Each file now …
(edit) @3045 [3045] 04/10/07 09:19:44 ed Removed stray debug output.
(edit) @3044 [3044] 04/10/07 09:17:53 ed Changed the logic surrounding field-level validation to distinguish when a …
(edit) @3043 [3043] 04/09/07 11:08:52 paul Fixed the dCursor and dBizobj tests to assume negative integer …
(edit) @3038 [3038] 04/06/07 09:21:50 ed Fixed a problem where canceling a bizobj that had no records caused an …
(edit) @3029 [3029] 04/04/07 17:14:16 ed This should fix the problem with getChangedRows() returning every row …
(edit) @3028 [3028] 04/04/07 14:28:00 ed Fixed a bug that was preventing new child records from being saved.
(edit) @3027 [3027] 04/04/07 11:52:16 ed Doh!!!
(edit) @3026 [3026] 04/04/07 11:50:11 ed Fixed a bug in scanChangedRows() that was inadvertantly changing the …
(edit) @3025 [3025] 04/04/07 10:36:44 ed This commit fixes several problems that happened when you added a child …
(edit) @3022 [3022] 04/03/07 13:18:06 ed Modified requeryAllChildren() to only set the parent PK to None if the …
(edit) @3020 [3020] 04/02/07 15:16:41 ed Fixed the docstring for the FillLinkFromParent? property.
(edit) @3016 [3016] 04/02/07 04:14:04 ed Replaced the missing 'setWhereClause()' command.
(edit) @3015 [3015] 04/01/07 17:43:12 ed This gets around a nasty bug that prevented adding new records when the …
(edit) @2995 [2995] 03/28/07 03:59:10 ed Renamed the old '_moveToPK()' method to '_positionUsingPK()' to avoid …
(edit) @2994 [2994] 03/28/07 00:07:53 paul Added moveToPK() method in dBizobj, which does what it says. Also …
(edit) @2940 [2940] 03/20/07 12:35:10 paul Added docstrings for biz.onNew() and biz.afterNew(), attempting to explain …
(edit) @2939 [2939] 03/20/07 08:44:38 paul Followed through with the saving-blank-new-record thing. I didn't take …
(edit) @2938 [2938] 03/20/07 05:51:54 paul Added a test to make sure that auto-filled fk values have their …
(edit) @2937 [2937] 03/19/07 20:10:49 paul Fixed dCursorMixin to not take into account brand-new records in …
(edit) @2906 [2906] 03/13/07 08:51:36 ed Renamed the 'self._conn' property of dBizobj to 'self._cursorFactory' in …
(edit) @2905 [2905] 03/13/07 08:42:05 paul Deprecated dBizobj.addChildByRelationDict(), as it is part of the …
(edit) @2875 [2875] 03/05/07 08:44:23 ed Added the 'afterDeleteAllChildren()' hook method, which was never called …
(edit) @2874 [2874] 03/05/07 05:55:42 uwe_grauer added missing beforeDeleteAllChildren()
(edit) @2873 [2873] 03/04/07 16:33:58 ed Added the method 'deleteAllChildren()'. This will delete all child records …
Note: See TracRevisionLog for help on using the revision log.