2007-03-23 - work on security subsystem - SQL: properly quote quotechars in schema names - changes to the page fragment support - added a hack to process _aclitem PostgreSQL types - fixed a bug with parsing multiline comments in plists - added auxiliary qualifier to EOArrayDataSource - added 'forceTakeValues' binding to force a WOForm to process its subtemplate - improved foundation utility functions - added WOStylesheet element - added support for format=json query parameter in JOPE rendering - added JoJSONResult object - various minor bugfixes ------------------------------------------------------------------------ r985 | helge | 2007-03-18 13:47:10 +0100 (Sun, 18 Mar 2007) | 1 line bumped version ------------------------------------------------------------------------ r986 | helge | 2007-03-18 14:35:34 +0100 (Sun, 18 Mar 2007) | 1 line cleaned up authentication API ------------------------------------------------------------------------ r987 | helge | 2007-03-18 15:13:13 +0100 (Sun, 18 Mar 2007) | 1 line properly escape quotechars in quoted schema names ------------------------------------------------------------------------ r988 | helge | 2007-03-18 18:58:22 +0100 (Sun, 18 Mar 2007) | 1 line changed code to disable rendering on fragments in the context constructor (was done by the request handler before) ------------------------------------------------------------------------ r989 | helge | 2007-03-18 19:48:13 +0100 (Sun, 18 Mar 2007) | 1 line added convenience function to locate an object in the traversal path based on its class ------------------------------------------------------------------------ r990 | helge | 2007-03-18 22:32:10 +0100 (Sun, 18 Mar 2007) | 1 line added processing of _aclitem PostgreSQL types ------------------------------------------------------------------------ r991 | helge | 2007-03-19 10:17:16 +0100 (Mon, 19 Mar 2007) | 1 line added method to check for alphanumeric strings ------------------------------------------------------------------------ r992 | helge | 2007-03-19 13:04:47 +0100 (Mon, 19 Mar 2007) | 1 line added convenience function to extract a single value from a structured object (extractString/extractValue) ------------------------------------------------------------------------ r993 | helge | 2007-03-19 13:39:19 +0100 (Mon, 19 Mar 2007) | 1 line print warnings if no traversal path is set during auth lookup ------------------------------------------------------------------------ r994 | helge | 2007-03-19 14:51:49 +0100 (Mon, 19 Mar 2007) | 1 line added method to access the JDBC url of an EOAdaptor ------------------------------------------------------------------------ r995 | helge | 2007-03-19 15:32:13 +0100 (Mon, 19 Mar 2007) | 1 line fixed a bug with parsing multiline comments ------------------------------------------------------------------------ r996 | helge | 2007-03-19 16:18:52 +0100 (Mon, 19 Mar 2007) | 1 line improved logging ------------------------------------------------------------------------ r997 | helge | 2007-03-19 16:21:25 +0100 (Mon, 19 Mar 2007) | 1 line improved logging ------------------------------------------------------------------------ r998 | helge | 2007-03-19 18:40:36 +0100 (Mon, 19 Mar 2007) | 1 line added a Format subclass which works using key/value patterns ------------------------------------------------------------------------ r999 | helge | 2007-03-19 18:43:18 +0100 (Mon, 19 Mar 2007) | 1 line added auxiliary qualifier to array datasource ------------------------------------------------------------------------ r1000 | helge | 2007-03-21 11:21:42 +0100 (Wed, 21 Mar 2007) | 1 line ------------------------------------------------------------------------ r1001 | helge | 2007-03-22 12:52:23 +0100 (Thu, 22 Mar 2007) | 1 line added 'forceTakeValues' binding to force a WOForm to process its subtemplate (otherwise it depends on the type and URL of the request) ------------------------------------------------------------------------ r1002 | helge | 2007-03-22 15:21:59 +0100 (Thu, 22 Mar 2007) | 1 line improved/enhanced loading functions ------------------------------------------------------------------------ r1003 | helge | 2007-03-22 15:24:06 +0100 (Thu, 22 Mar 2007) | 1 line added method to load data from a URL ------------------------------------------------------------------------ r1004 | helge | 2007-03-22 15:47:54 +0100 (Thu, 22 Mar 2007) | 1 line use new UString utility function to load script files ------------------------------------------------------------------------ r1005 | helge | 2007-03-22 16:44:42 +0100 (Thu, 22 Mar 2007) | 1 line added a new WOStylesheet tag to embed or link CSS resources ------------------------------------------------------------------------ r1006 | helge | 2007-03-23 12:17:54 +0100 (Fri, 23 Mar 2007) | 3 lines moved traversal path renderer lookup to IJoObjectRendererFactory consider requests with format=json form parameter as JSON ------------------------------------------------------------------------ r1007 | helge | 2007-03-23 12:53:50 +0100 (Fri, 23 Mar 2007) | 2 lines Added JoJSONResult object to wrap objects to be rendered as JSON. Useful in actions which can return multiple types. ------------------------------------------------------------------------ r1008 | helge | 2007-03-23 12:54:18 +0100 (Fri, 23 Mar 2007) | 1 line ------------------------------------------------------------------------ r1009 | helge | 2007-03-23 13:11:04 +0100 (Fri, 23 Mar 2007) | 1 line fixed a bug in 'format' parameter handling ------------------------------------------------------------------------ r1010 | helge | 2007-03-23 15:18:18 +0100 (Fri, 23 Mar 2007) | 1 line fixed an edge condition ------------------------------------------------------------------------ r1011 | helge | 2007-03-23 20:56:46 +0100 (Fri, 23 Mar 2007) | 1 line added UList functions (utility functions which work on arrays/lists) ------------------------------------------------------------------------