Skip to content

wonder-7.3

Compare
Choose a tag to compare
@hprange hprange released this 18 Jan 01:07
· 71 commits to master since this release

Improvements/Additions

  • Added er.rest.format16BytesDataAsUUID property to encode 16 bytes #965
  • Added a helper method (ERXEOControlUtilities.aggregateStringWithQualifier()) to create an aggregate function for string #964
  • Added ERMODEditableListTemplate for editing all items in a list #803
  • ERXPropertyListSerialization goes UTF-8 #959
  • Replaced blacklist and whitelist with denylist and allowlist in ERJavaMail classes and documentation #931
  • Localized AjaxFlexibleFileUpload cancellingText and uploadStarting bindings #967
  • Added observeDescendentFields support in AjaxUpdateContainer #966
  • Improved EOAttribute's value factory method to accept numeric arguments #962
  • New ERAjaxTagField tag editing component #802
  • ERXConfigurationManager.isDeployedAsServlet() relies now on the configured WOContext class name #956
  • Added the ability to customize Java date/time formats while coercing values on ERRest requests #963
  • ERPDFExamples default encoding is now UTF-8 #947
  • Added utility method to turn objects into dictionaries with custom keys #957
  • AjaxFlickrBatchNavigation needs to override selectBatchSize() #946
  • Added null check to observeField() function #950
  • Added target binding to ERAttachmentViewer #949

Bug fixes

  • Fixed ERJavaMail defaultSession initialization when er.javamail.sessionConfigViaJNDI is set to true #960
  • Fixed ERAttachment Illegal group reference exception when filename contains a dollar sign #941
  • Fixed NullPointerException when calling the EOModel.createPrototypeCache method from the wrong EOModel #958
  • Fixed ERMailDelivery.sendMail() does not allow for null returned from Message.getAllRecipients() #954
  • Fixed ERXCopyable nullify handling when copying toMany relationships #945

Library Updates

  • Bumped poi from 3.14 to 3.17 #940
  • Bumped junit from 4.12 to 4.13.1 #936
  • Bumped commons-beanutils from 1.8.3 to 1.9.4 #938
  • Bumped httpclient from 4.5.6 to 4.5.13 #953
  • Bumped commons-io from 2.6 to 2.7 #948