Sun, 07 Apr 2013 19:29:55 +0200 Jaroslav Tulach Can parse JSON array with objects in it model
Sun, 07 Apr 2013 19:28:00 +0200 Jaroslav Tulach Finish the bouncing tests with timeout exception model
Sun, 07 Apr 2013 17:42:50 +0200 Jaroslav Tulach Using InterruptedException to make the JSONTests pass model
Sun, 07 Apr 2013 17:02:14 +0200 Jaroslav Tulach Use setTimeout to be invoked only once model
Sun, 07 Apr 2013 16:11:56 +0200 Jaroslav Tulach @BrwsrTest that throws InterruptedException will be re-executed again later model
Sun, 07 Apr 2013 15:24:45 +0200 Jaroslav Tulach Wrap invoke exceptions into InvocationTargetException model
Sun, 07 Apr 2013 11:38:56 +0200 Jaroslav Tulach Need to use toString(), as valueOf() on array returns array model
Fri, 05 Apr 2013 17:55:23 +0200 Jaroslav Tulach @OnReceive is more ready to receive an array of values model
Fri, 05 Apr 2013 15:17:54 +0200 Jaroslav Tulach Dispatches first array value to single argument receive function model
Fri, 05 Apr 2013 12:43:17 +0200 Jaroslav Tulach @OnReceive annotation can obtain and process single JSON object model
Fri, 05 Apr 2013 10:41:07 +0200 Jaroslav Tulach Any JavaScript array is treated as Java array of Objects model
Fri, 05 Apr 2013 10:12:20 +0200 Jaroslav Tulach Package all non-class files as HTTP resources model
Thu, 04 Apr 2013 13:12:17 +0200 Jaroslav Tulach Knockout.js Twitter client example rewritten to Bck2Brwsr (just missing JSON access to tweets) model
Thu, 04 Apr 2013 13:08:26 +0200 Jaroslav Tulach clone() on model classes model
Thu, 04 Apr 2013 11:45:54 +0200 Jaroslav Tulach Assume the class belongs to the same package if it is not yet resolvable model
Thu, 04 Apr 2013 09:47:35 +0200 Jaroslav Tulach addAll needs to notify change model
Thu, 04 Apr 2013 09:47:03 +0200 Jaroslav Tulach @OnFunction method wrappers should not be visible in code completion. Making private. model
Thu, 04 Apr 2013 09:46:06 +0200 Jaroslav Tulach Implementation of String.replace(CharSeq,CharSeq) model
Thu, 04 Apr 2013 06:12:36 +0200 Jaroslav Tulach Allow models to be (static) inner classes model
Wed, 03 Apr 2013 18:23:49 +0200 Jaroslav Tulach #4858: Let the server provide all resources around the startpage model
Wed, 03 Apr 2013 18:21:42 +0200 Jaroslav Tulach Print out the actual parsing error and check for NPE model
Wed, 03 Apr 2013 13:43:22 +0200 Jaroslav Tulach Keep the console output collapsed until details are requested
Wed, 03 Apr 2013 11:37:52 +0200 Jaroslav Tulach Persists arrays to JSON model
Wed, 03 Apr 2013 10:20:17 +0200 Jaroslav Tulach Convert wild characters to something more sane model
Wed, 03 Apr 2013 10:04:24 +0200 Jaroslav Tulach toString on @Model classes produces JSON model
Wed, 03 Apr 2013 09:19:03 +0200 Jaroslav Tulach Bringing up to date with default branch model
Wed, 03 Apr 2013 09:17:58 +0200 Jaroslav Tulach Merge of recent work on model. @Model classes can have @OnFunction methods and their properties are accessible from the knockout bindings
Tue, 02 Apr 2013 15:52:25 +0200 Jaroslav Tulach Ability to re-run failed tests
Tue, 02 Apr 2013 15:49:42 +0200 Jaroslav Tulach Show usage of @OnFunction on @Model class model
Tue, 02 Apr 2013 15:40:08 +0200 Jaroslav Tulach @OnFunction can be in @Model classes model
Tue, 02 Apr 2013 15:40:51 +0200 Jan Horvath Overriding isSameFile method in Dew Filemanager. It was not needed because until now just one class was compiled. elements
Tue, 02 Apr 2013 12:46:03 +0200 Jaroslav Tulach Hide helper objects in enclosing function
Sun, 31 Mar 2013 13:26:27 +0200 Jaroslav Tulach Allow enums as model properties model
Sun, 31 Mar 2013 12:26:07 +0200 Jaroslav Tulach Introducing History model class with two defined properties and one derived model
Sun, 31 Mar 2013 12:01:38 +0200 Jaroslav Tulach Mutable properties on model classes model
Sun, 31 Mar 2013 06:46:25 +0200 Jaroslav Tulach Exposing properties as functions model
Sun, 31 Mar 2013 05:43:38 +0200 Jaroslav Tulach Guard against NPE model
Sun, 31 Mar 2013 05:34:15 +0200 Jaroslav Tulach @OnFunction can accept model classes model
Sat, 30 Mar 2013 07:58:50 +0100 Jaroslav Tulach Bringing up-to-date with default branch model
Wed, 27 Mar 2013 16:51:21 +0100 Jaroslav Tulach Use the version defined by main pom.xml
Wed, 27 Mar 2013 16:50:46 +0100 Jaroslav Tulach Richer dest of dependencies and plugin section consolidation
Tue, 26 Mar 2013 21:17:28 +0100 Jaroslav Tulach Update to use the most recent libraries from 0.6-SNAPSHOT
Tue, 26 Mar 2013 15:34:26 +0100 Jaroslav Tulach Don't rely on XML conventions. Close tags the HTML way. Allows renaming index.xhtml to index.html
Tue, 26 Mar 2013 12:58:55 +0100 Jaroslav Tulach Removed tag release-${releaseVersion}
Tue, 26 Mar 2013 12:58:34 +0100 Jaroslav Tulach Added tag release-0.4 for changeset caf1e66268fd
Tue, 26 Mar 2013 12:01:37 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Tue, 26 Mar 2013 12:01:04 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.5
Tue, 26 Mar 2013 11:54:21 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-0.5 release-0.5
Tue, 26 Mar 2013 11:42:21 +0100 Jaroslav Tulach Hopefully managed to convince the release plugin to read GPG key from settings.xml
Tue, 26 Mar 2013 09:42:42 +0100 Jaroslav Tulach Manually increasing the version to get ready for 0.5 release
Tue, 26 Mar 2013 09:29:05 +0100 Jaroslav Tulach Richer example showing Knockout operations with arrays/lists and ability to receive parameters from an event
Tue, 26 Mar 2013 09:24:26 +0100 Jaroslav Tulach Keep case of id tag when generating name of the field
Mon, 25 Mar 2013 18:36:50 +0100 Jaroslav Tulach Merging the array/complex type knockout mapping into default branch for version 0.5
Mon, 25 Mar 2013 16:47:17 +0100 Jaroslav Tulach Don't duplicate history values model
Mon, 25 Mar 2013 16:33:39 +0100 Jaroslav Tulach Make the level of obfuscation configurable model
Mon, 25 Mar 2013 16:27:50 +0100 Jaroslav Tulach OnFunction methods need to be package private, so static compilation with full obfuscation does not remove them model
Mon, 25 Mar 2013 16:17:21 +0100 Jaroslav Tulach Better (from a static compilation point of view) to let JavaScript call the basic (non-private) getter and do conversion then model
Mon, 25 Mar 2013 16:16:30 +0100 Jaroslav Tulach Class.isAssignableFrom and primitive types works better now model
Mon, 25 Mar 2013 14:15:09 +0100 Jaroslav Tulach Dynamic calculator sample supports binding of array values. Modified to execute from classes only (again) and not require the built of whole deployed site. model
Mon, 25 Mar 2013 13:48:45 +0100 Jaroslav Tulach Merge from default branch model