Skip to content

wonder-6.1.4

Compare
Choose a tag to compare
@hprange hprange released this 15 Sep 18:55
· 941 commits to master since this release

Improvements / Additions

  • Improved Apache 2, CGI and IIS adaptors to support big responses (#633) (54359e2) (cbae1c0)
  • Added property er.extensions.ERXApplication.enableERXShutdownHook to disable ERXShutdownHook feature (#645) (263d4c9)
  • Improved documentation of ERXSQLQueryWithBindingsUtilities class (#648) (377416c)
  • The servlet adaptor posts an ApplicationDidFinishLaunchingNotification on servlet environments now (#646) (cb70065)
  • Added the ERXServletAdaptor class to ERExtensions (#646) (098d4db)
  • ERXWOForm generates complete URLs if secure mode changes (#649) (3a01f9d)
  • ERXDisplayGroup, AjaxFlexibleFileUpload, ERXPartial and AjaxProgress are serializable now (#652) (#654) (#656) (#658) (daa2bf9) (b1457e0)
    (0b2e6cc)
    (cdf3977)
  • Added methods to support ERXKey on NSArray class (#567) (7774de1)
  • Added new property type to ERXKey. Possible types are: Attribute, ToOneRelationship, ToManyRelationship, Operator, NonModelAttribute, NonModelToOneRelationship, NonModelToManyRelationship (7774de1)
  • ERProfiling supports Java 8 now (#657) (3bde6de)
  • Enhancements to the markup generated by ERProfiling (#662) (0f57e65)
  • Changed the way ERXEnterpriseObjectCache is initialized (#663) (d83a486)
  • Improved how ERXApplication compress content (#664) (41b320a)
  • Added generics to ERXFetchSpecificationBatchIterator class (#667) (c74c556)
  • Updated Prototype.js to 1.7.2 (#670) (f31c829)
  • Updated slf4j to 1.7.12 (5f6110b)
  • Updated Java Mail to 1.5.4 (#668) (6dcb347)
  • ERXMutableURL will set the port according to the protocol when no port is defined (7ead0b6)
  • Improved support for OGNL expressions in AjaxUpdateTrigger (#674) (9efe29e)
  • ERXLongResponseTask and ERXWOLongResponsePage use a descent object store to prevent blocking the default objects store (#669) (e1cd5c9)

Bugfixes

  • Fixed _servletDispatchRequest to check for non-null WOResponse content (#635) (2c2147e)
  • Fixed Localizable Strings for Dutch in ERModernDirectToWeb (#660) (e1bdefa) (a227db0)
  • Fixed PostgresqlPlugIn.shouldUseBundledJdbcInfo evalutaion when JDBC URL has more than one option (#643) (506de44)
  • Fixed issue with ERXWOForm default submit button on IE (#659) (ad6ac01)
  • Fixed exception during ERXD2WEditRelationship.handleTakeValueForUnboundKey (#673) (0e44219)
  • Fixed error while traversing empty EOOrQualifiers and EOAndQualifiers in ERXPrefixQualifierTraversal (#675) (c12ac94)
  • Fixed external type of Openbase prototypes to eliminate errors like *** JDBCAdaptor : no type info found for VARCHAR (8eed28a)