2007-05-05 - added some common XML namespaces - improved initial redirect (Main vs DirectAction) - rewrote KVCWrapper to use ConcurrentHashMap, reduced synchronized sections - changed KVC to support getXyz style accessors - properly filter with auxiliaryQualifier when no fetchspec is set - implemented ComparisonSupport for Date/Calendar objects. - added UDate class with utility functions for dealing with dates/calendars - WOQuerySession is now an own object which is attached to WOContext - The WOQuerySession dynamic element got renamed to WOChangeQuerySession - Read LC form parameter to set WOContext locale - added aggregate GNUstep makefiles - added UData.md5HashForData() - properly cache products on fully qualified name - moved linking of default frameworks to WOApplication object - added an ivar which tracks the number of currently active dispatches - properly process query parameters in multipart/form-data requests - simplified main() - added an example which demonstrates database connectivity in JOPE - various minor bugfixes ------------------------------------------------------------------------ r1056 | helge | 2007-03-28 17:25:50 +0200 (Wed, 28 Mar 2007) | 1 line bumped version after release ------------------------------------------------------------------------ r1057 | helge | 2007-03-28 17:27:29 +0200 (Wed, 28 Mar 2007) | 1 line bumped version after release ------------------------------------------------------------------------ r1058 | helge | 2007-03-28 19:20:57 +0200 (Wed, 28 Mar 2007) | 1 line improved error logging ------------------------------------------------------------------------ r1059 | helge | 2007-03-29 15:05:07 +0200 (Thu, 29 Mar 2007) | 1 line fixed constructor ------------------------------------------------------------------------ r1060 | helge | 2007-04-01 10:08:29 +0200 (Sun, 01 Apr 2007) | 1 line added MXML namespace ------------------------------------------------------------------------ r1061 | helge | 2007-04-01 12:01:44 +0200 (Sun, 01 Apr 2007) | 1 line fixed setup of default adaptor parameters ------------------------------------------------------------------------ r1062 | helge | 2007-04-10 10:43:27 +0200 (Tue, 10 Apr 2007) | 1 line Improved initial redirect (redirect to Main if no DirectAction class is available, do nothing if none of the two is available) ------------------------------------------------------------------------ r1063 | helge | 2007-04-10 12:10:35 +0200 (Tue, 10 Apr 2007) | 2 lines Rewrote KVCWrapper to use ConcurrentHashMap for caches. Reduced synchronized sections. Changed property detection to allow for getXyz style get accessors (instead of just xyz style). ------------------------------------------------------------------------ r1064 | helge | 2007-04-10 15:49:56 +0200 (Tue, 10 Apr 2007) | 1 line properly filter with auxiliaryQualifier when no fetchspec is set ------------------------------------------------------------------------ r1065 | helge | 2007-04-11 19:49:48 +0200 (Wed, 11 Apr 2007) | 1 line Implemented ComparisonSupport for Date/Calendar objects. Does some coercion between the two (reduces Calendar objects to their Date value) ------------------------------------------------------------------------ r1066 | helge | 2007-04-11 21:22:43 +0200 (Wed, 11 Apr 2007) | 1 line added UDate class with utility functions for dealing with dates/calendars ------------------------------------------------------------------------ r1067 | helge | 2007-04-11 21:25:11 +0200 (Wed, 11 Apr 2007) | 1 line ------------------------------------------------------------------------ r1068 | helge | 2007-04-11 22:24:05 +0200 (Wed, 11 Apr 2007) | 1 line added some documentation ------------------------------------------------------------------------ r1069 | helge | 2007-04-11 22:33:44 +0200 (Wed, 11 Apr 2007) | 1 line ------------------------------------------------------------------------ r1070 | helge | 2007-04-11 22:42:05 +0200 (Wed, 11 Apr 2007) | 1 line use stringRepresentation of qualifier in fetchspec description ------------------------------------------------------------------------ r1071 | helge | 2007-04-12 00:13:49 +0200 (Thu, 12 Apr 2007) | 1 line use stringRepresentation of qualifier in dg description ------------------------------------------------------------------------ r1072 | helge | 2007-04-13 08:48:08 +0200 (Fri, 13 Apr 2007) | 1 line minor improvements to date utility functions ------------------------------------------------------------------------ r1073 | helge | 2007-04-15 11:28:19 +0200 (Sun, 15 Apr 2007) | 1 line just added a comment ------------------------------------------------------------------------ r1074 | helge | 2007-04-15 14:14:28 +0200 (Sun, 15 Apr 2007) | 6 lines WOQuerySession is now an own object which is attached to WOContext and gets instantiated by WOApplication. Applications can use a custom query session class by defining a class named QuerySession in the application page (or overriding the restoration method). The WOQuerySession dynamic element got renamed to WOChangeQuerySession to avoid confusion. ------------------------------------------------------------------------ r1075 | helge | 2007-04-15 14:36:27 +0200 (Sun, 15 Apr 2007) | 1 line improved WOQuerySession API ------------------------------------------------------------------------ r1076 | helge | 2007-04-15 15:12:36 +0200 (Sun, 15 Apr 2007) | 1 line ------------------------------------------------------------------------ r1077 | helge | 2007-04-16 00:12:13 +0200 (Mon, 16 Apr 2007) | 1 line Read LC form parameter to set WOContext locale ------------------------------------------------------------------------ r1078 | helge | 2007-04-17 20:06:13 +0200 (Tue, 17 Apr 2007) | 1 line Documented some methods. ------------------------------------------------------------------------ r1079 | helge | 2007-04-18 20:26:39 +0200 (Wed, 18 Apr 2007) | 2 lines added aggregate GNUstep makefiles ------------------------------------------------------------------------ r1080 | helge | 2007-04-19 12:52:04 +0200 (Thu, 19 Apr 2007) | 3 lines added UData.md5HashForData() prepared more makefiles ------------------------------------------------------------------------ r1081 | helge | 2007-04-22 00:41:08 +0200 (Sun, 22 Apr 2007) | 1 line improved description ------------------------------------------------------------------------ r1082 | helge | 2007-04-22 00:46:32 +0200 (Sun, 22 Apr 2007) | 1 line properly cache products on fully qualified name ------------------------------------------------------------------------ r1083 | znek | 2007-04-23 10:36:02 +0200 (Mon, 23 Apr 2007) | 2 lines Fixed ant buildfile ------------------------------------------------------------------------ r1084 | helge | 2007-04-23 13:27:43 +0200 (Mon, 23 Apr 2007) | 1 line Added a few comments. ------------------------------------------------------------------------ r1085 | helge | 2007-04-23 13:41:35 +0200 (Mon, 23 Apr 2007) | 1 line moved linking of default frameworks to WOApplication object (can now be overridden by subclasses) ------------------------------------------------------------------------ r1086 | helge | 2007-04-23 14:32:11 +0200 (Mon, 23 Apr 2007) | 1 line added an ivar which tracks the number of currently active dispatches ------------------------------------------------------------------------ r1087 | helge | 2007-04-23 15:21:49 +0200 (Mon, 23 Apr 2007) | 1 line Added a few comments. ------------------------------------------------------------------------ r1088 | helge | 2007-04-23 15:55:18 +0200 (Mon, 23 Apr 2007) | 1 line implemented clone() ------------------------------------------------------------------------ r1090 | helge | 2007-04-26 22:23:23 +0200 (Thu, 26 Apr 2007) | 1 line properly process query parameters in multipart/form-data requests ------------------------------------------------------------------------ r1091 | helge | 2007-05-04 12:06:55 +0200 (Fri, 04 May 2007) | 1 line simplified main() ------------------------------------------------------------------------ r1092 | helge | 2007-05-04 13:02:14 +0200 (Fri, 04 May 2007) | 1 line Added a bit of JavaDoc documentation ------------------------------------------------------------------------ r1093 | helge | 2007-05-05 17:53:09 +0200 (Sat, 05 May 2007) | 1 line Added model() method. Added some comments. ------------------------------------------------------------------------ r1094 | helge | 2007-05-05 18:01:55 +0200 (Sat, 05 May 2007) | 2 lines added an example which demonstrates database connectivity in JOPE ------------------------------------------------------------------------