= = = = = = = = = = = 1.116 200901141707 - - - - - - - - - - - + fix for the date and time helper to find the correct ends of the week. = = = = = = = = = = = 1.117 200901210857 - - - - - - - - - - - + fix for CSV print writer writing numerics. = = = = = = = = = = = 1.118 200901211105 - - - - - - - - - - - + blocking AJAX for Safari 3.0.X versions due to JS bug. = = = = = = = = = = = 1.119 200901281029 - - - - - - - - - - - + fixes for splitting string up into components with quote escaping + fixes for the interpreted timestamp for timezone issues. + support for month start/end in the interpreted timestamp. = = = = = = = = = = = 1.120 200902051159 - - - - - - - - - - - + fix for the CSV print writer so that it can handle null numerics being written. = = = = = = = = = = = 1.121 200903181633 - - - - - - - - - - - + additional localisation message. = = = = = = = = = = = 1.122 200903241524 - - - - - - - - - - - + added a runtime UUID object to provide singleton access to a UUID for an instance (mostly for messaging) + messaging receivers will receive messages destined for all or only destined for self - avoiding extraneous processing. = = = = = = = = = = = 1.123 200903251649 - - - - - - - - - - - + fixed some error messages around CSV parse errors. + fix to avoid a race condition with messaging based distributed processing. + new sublist iterator = = = = = = = = = = = 1.124 200904241039 - - - - - - - - - - - + support for named arguments in the JSON-RPC proxy + support for annotations to supply names for parameters in JSON-RPC target methods + some changes to the logging helper class to support eventless logging + some changes to the generics in the logging helper class + changes to the way that the JSON-RPC format factory finds out what class to load. + removed the old print material which is now replaced with java API standards compliant equivalents. = = = = = = = = = = = 1.125 200904281917 - - - - - - - - - - - + small API change for the log line formatting. = = = = = = = = = = = 1.126 200905052247 - - - - - - - - - - - + user agent detection of Windows 7 and Vista = = = = = = = = = = = 1.127 200905120928 - - - - - - - - - - - + log helper factory = = = = = = = = = = = 1.128 200905250958 - - - - - - - - - - - + added pagination system to replace the navigation helpers. + removed navigation helpers. = = = = = = = = = = = 1.129 200905251025 - - - - - - - - - - - + fix for pagination = = = = = = = = = = = 1.130 200906101702 - - - - - - - - - - - + new date formatted subclassed off the SDF to replace the date and time format. + migrated some material from the BRG classes into the "managed task" classes and inserted them into here. + removed old date and time formatters. + removed all geography classes and associated resources. + removed IP address detection functionality. + localisation moved to use Locale based lookups. + broad move to use american rather than british spellings + date and time helper correction for start of week to be millisecond accurate. = = = = = = = = = = = 1.131 200906151514 - - - - - - - - - - - + major overhaul of JSON-RPC = = = = = = = = = = = 1.132 200906220918 - - - - - - - - - - - + some changes for JSON-RPC authentication + further refactoring for JSON-RPC. = = = = = = = = = = = 1.133 200906222329 - - - - - - - - - - - *** MAJOR OVERHAUL *** = = = = = = = = = = = 1.134 200906231226 - - - - - - - - - - - + added a doclet for automatically producing user-doco for RPC. = = = = = = = = = = = 1.135 200906242201 - - - - - - - - - - - + user agent able to detect ability to handle SVG. + SVG for progress bar. = = = = = = = = = = = 1.136 200907041250 - - - - - - - - - - - + spacer image does not output XHTML if the response is not XHTML. + JSON format is now able to do indentation. = = = = = = = = = = = 1.137 200907080942 - - - - - - - - - - - + string escaper for LaTeX + doclet for outputting JSON documentation as LaTeX = = = = = = = = = = = 1.138 200907101334 - - - - - - - - - - - + property list format supports indented and non-indented forms for both OPENSTEP and XML formats. + = = = = = = = = = = = 1.139 200907260902 - - - - - - - - - - - + changes to support named parameters = = = = = = = = = = = 1.140 200907260943 - - - - - - - - - - - + fixes for JSON-RPC = = = = = = = = = = = 1.141 200907281312 - - - - - - - - - - - + fix for user agent. + extra validation for integral. = = = = = = = = = = = 1.142 200907290953 - - - - - - - - - - - + minor change for a SQL bug which occur in the blob store. = = = = = = = = = = = 1.143 200907311441 - - - - - - - - - - - + additional information when the connection pool fails to connect. = = = = = = = = = = = 1.144 200908101506 - - - - - - - - - - - + improvement to IPV4 validation. = = = = = = = = = = = 1.145 200908181027 - - - - - - - - - - - + data source or JDBC connections will only warn on failed connections if the connection is newish otherwise info log. = = = = = = = = = = = 1.146 200908211204 - - - - - - - - - - - + better handling of exception-chaining in the blobs input stream. = = = = = = = = = = = 1.147 200909022206 - - - - - - - - - - - + bug fixes and improvements around pagination. = = = = = = = = = = = 1.148 200909071056 - - - - - - - - - - - + fix for pagination iterator. = = = = = = = = = = = 1.149 200909090840 - - - - - - - - - - - + removed legacy logging functions. = = = = = = = = = = = 1.150 200909111232 - - - - - - - - - - - + remove checks for UTF-8 problems in specific browser models + remove checks for GZIP problems in specific browser models. = = = = = = = = = = = 1.151 200910081430 - - - - - - - - - - - + config refactored with a factory.