forked from wocommunity/wonder
-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog v6
darkv edited this page Jan 6, 2013
·
1 revision
This changelog highlights some of the major changes. For the full list of updates have a look at the commit logs or use the compare link of a specific Wonder version below.
- moved old/deprecated Eclipse projects to /Archives (You will probably need to reimport projects into Eclipse due to changed project paths!)
- AjaxLook
- AjaxLookExample
- DevStudio
- DocsByExample
- DRGroupingTest
- DynaReporter
- ERCaching
- ERDirectToRest
- ERDivaliteExample
- ERDivaliteLook
- ERDivaLook
- ERDivaLookExample
- ERIUI
- ERIUIExample
- EROpenID
- EROpenIDExample
- ERWorkerChannel
- JavaRESTAdaptor
- JavaRESTAdaptorExample
- RestExample
- Validity
- ValidityExample
- ValidityModeler
- YUI
- YUIExample
- Neo4JAdaptor has been refactored/updated and prototypes added (#340, #343)
- JasperReport has been updated to v4.7.0 (#309)
- ERXStringUtilities.distance() has been deprecated in favor of ERXStringUtilities.levenshteinDistance() which has a better name and returns int instead of double (#312, #314)
- ERAttachment was missing an icon for video/mp4 (97fb57b)
- using ERXResponse and ERXHttpStatusCodes instead of WOResponse and simple integers (e9302a0)
- switched from NSTimestampFormatter to SimpleDateFormatter in PostgresqlExpression (baa7229, 889e454, 6eb39a6)
- localize noSelectionString in ERXBooleanSelector (#321)
- added MTAjaxAutoCompleteTestPage to MooToolsExample (#322)
- ERXAdaptorOperationWrapper now uses a ReentrantLock instead of the deprecated NSRecursiveLock (d9b2502)
- several fixes and improvements to ERXStatisticsStore where you can set a custom IERXEOExecutionListener (1758a8b, 7edd825, 496d108, 5917b0f, 8326f88, fab851e)
- new class ERXShutdownHook to use for cleanup tasks during application shutdown (#329)
- fixed bug in ERXSequence.DatabaseSequence (#330, ddf1ae9)
- fixed bug in ERXBatchingDisplayGroup.rowCount when used with an object array (#332, 1e318ba)
- optimization of ERXEOAccessUtilities.batchFetchRelationship (0172f97)
- drop support of WO 5.3.3 and previous (#336, 40bc9da, 65205bb)
- adding startup scripts for JavaMonitor and wotaskd on RedHat/CentOS/Fedora and Ubuntu (#337)
- ERXProperties.versionStringForApplication and ERXProperties.versionStringForFrameworkNamed returned wrong version (6776b2b)
- preserve query string in generated long response URLs if present (91318cc)
- ERXRandomGUID now uses log4j for loggin (326fee1)
- added support for joda LocalDateTime class in ERRest (477a9e0)
- new tool for running WO Apps under Windows (#345)
- updates to jQueryMobile (#346)
- ERXPartialBaseModel, ERXPartialsExampleModel and ERXPartialsExampleApp are now built by ant (a2f3acb)
- many of other improvements and many minor code/documentation fixes