All releases of Ravenous


Release Notes: A connectiontimeout parameter was added to the configuration file.


Release Notes: Newly created DataRow objects will get their guid or luid IDs set when the row is saved. Sorting a flexible list will now use numerical ordering for purely numerical elements. A bug in flexiblehash that prevented an int value from returning a float or double representation has been fixed.


Release Notes: A bug related to cookies under redirects was fixed. expandTags was added to FlexibleList and FlexibleHash to provide easy templating.


Release Notes: Error reporting for SMTP sessions was improved. Debug information for connections closed during a transaction was removed. A bug in the handling of form data encodings was fixed.


Release Notes: An issue with boolean values in DatabaseModel was fixed. Mail encoding was improved. subList and addAll were added to FlexibleList. Variable length arg constructors were added to FlexibleList. FlexibleList was made iterable over FlexibleHash objects.


Release Notes: New form tags were added. redirect was added as a convenience method for setRedirectAction. Handling of null values in DatabaseModel was improved. Support for was added parameters to index methods on controllers.


Release Notes: This release fixes yet another bug related to JDK1.5 in JDBCModel, and a few minor issues regarding to search in FlexibleList and FlexibleHash.


Release Notes: <?rav=foo?> was added as shorthand notation for print(foo); in pages.


Release Notes: A bug related to running Ravenous under Windows was fixed. Handling of null values in databasemodel was changed. Support for generics in class variables was added. A major bug in JDBCModel related to JDK1.5 was fixed.


Release Notes: Several bugs in SmartForm related to textarea and selection fields were fixed. Support was added for default values in SmartForms. JSON parsers were added to FledxibleList and FlexibleHash. Error handling for the CLASSPATH preference in ravenous.conf was changed. DataModel support was added to SubViews. An issue related to path separators under Windows was fixed. The behavior of the SmartForm framework was altered to return a new form for every request. moveUp and moveDown were added to FlexibleList.