Improvements / Additions
- Added
er.extensions.ERXDatabaseContextDelegate.Exceptions.regex
property to ERXDatabaseContextDelegate
to check database exception message. (7a43065)
- Improved documentation and refactoring in some
ERAttachment.framework
classes. (083f592)
ERAttachmentRequestHandler
now throws a SecurityException
when unable to return an attachment. (dd07dc3)
- Added some EmberJS integration in
ERRest.framework
. (c7b083e) (ae39dc4)
- Added
ERXPartial.init()
and deprecated ERXPartial.awakeFromInsertion()
. (ddd34c2) (42407eb) (#602)
ERXApplication
now ignores SOAP web service setup error if not using SOAP. (21a9dd3)
- Removed
ERXServletApplication
dependency on servlet-api-3.0
until Java 6 is required. (d2c8a86)
- Fixed issue preventing compilation of Wonder using Java 1.8. (#615) (5798292)
- Fixed issue with remote file browser in JavaMonitor. (#617)
- Make header "x-forwarded-proto" configurable by property. (#619)
- Add commons-lang to v3.1. (12195db)
- Update commons logging to v1.2, HTTPClient to v4.3.6 and slf4j to v1.7.10. (#625)
- Added support for correct SQL left joins for H2. (#577)
- Updated Derby to 10.11.1.1 and added index creation in
ERXSQLHelper.java
. (634c3d5) (1d07bc8)
- Fixed
ERXMigrator
to treat the skipModelNames
property as the definitive list of models to skip. (22ef050)
- Deprecated
ERXRandomGUID
in favour of Java's UUID
. (4af3979)
- Added update container support for
ERJQMobile.framework
links and buttons. (8d3735b)
- Added local array support to
ERQMAutoComplete
component in ERJQMobile.framework
. (9b939e5)
- Added basic authentication handling while performing REST actions. (ef680a9)
- Added new
JqueryMobileExample
project. (2586a5a)
Bugfixes
- Fixed a bug in
ERMDDeleteButton
where the EOEditingContext
of a new object didn't need to be saved. (d0ee79f)
- Fixed
ERAttachmentRequestHandler
to not throw (false) SecurityException
for filename with %20
in it. (d8c49c3)
- Fixed issue in connection setup in
ERXSequence
. (b151239) (#587)
- Fixed bug in regex matching in
ERXDatabaseContextDelegate
. (c11dd99)
- Fixed issue in
ERXJDBCMigrationLock
where beginTransaction()
wasn't being called. (0b49d00)
- Fixed loading of properties from JAR bundles. (1027548)
- Fixed Ajax submits when deploying as servlet. (ad6a032)
- Fixed loading
Resources/server.wsdd
from a JAR framework. (220d0e8)
- Fixed wrong
data-rel
attribute values for ERQMButtonDialog
ERQMButtonExternal
. (7d68117)
- Added missing
data-theme
binding to ERQMListView
component. (b8df275)
- Fixed bug with change event binding in
ERQMAjaxObserveField
. (dbba449)
- Fixed bug in
ERXRestFetchSpecification
. (0de7d48)
- Fixed bug in
ERQMSessionPing
where the session ping timer was installed and started multiple times on every page load. (2104363)
- Disabled ClickToOpen in
ERD2WGraphVizPage
. (58855e0)
- Fixed issue with JavaMonitor's
FileBrowser
component: now show file listing only when we have a valid path. (bdcd30e)
- Allow subclasses of
ERXModelGroup
to override property related methods. (#620)
- Fix maven configuration. (#611)
- Fix starting value of H2 sequences. (#621)
- Fix
ERQMAjaxUpdateContainer
for generated HTML. (#622)
- ERComponentTour had missing principal settings. (#623)
- Removed language switching in Javadocs as it did not work correctly. (0e014a1)
- Fixed an edge case in
ERXStringUtilities.safeIdentifierName()
to avoid a NullPointerException
. (5bb806a)
- Fixed the version of
commons-httpclient
in Maven configuration. (9b90f9a)
» see all changes since 6.1.2