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
Mon, 25 Mar 2013 13:33:03 +0100 Jaroslav Tulach Merging Lubo's closure work into default branch. Release 0.5 will have (partial) support for effective static compilation
Mon, 25 Mar 2013 13:29:42 +0100 Jaroslav Tulach Adding javadoc to various obfuscation levels. Disabling MEDIUM for the upcoming merge to default, as it is not finished yet. closure
Mon, 25 Mar 2013 13:28:33 +0100 Jaroslav Tulach One can specify --obfuscationlevel when invoking the bck2brwsr compiler from command line. Forking external Java when calling into the compiler to prevent "out of perm gem" errors. closure
Mon, 25 Mar 2013 12:47:25 +0100 Jaroslav Tulach For debugging purposes it is much better to give class constructor functions fully qualified names. Obfuscation will optimize them away later anyway. closure
Mon, 25 Mar 2013 11:50:36 +0100 Jaroslav Tulach Support for callbacks from knockout to Java model
Fri, 22 Mar 2013 17:03:32 +0100 Jaroslav Tulach Need to merge in default branch: It contains automatic conversion of boxed types to primitive values which is needed by Knockout to display elements of arrays properly. model
Fri, 22 Mar 2013 16:59:47 +0100 Jaroslav Tulach Modifying the calculator example to work with array of objects model
Fri, 22 Mar 2013 16:43:51 +0100 Jaroslav Tulach Allow boolean properties model
Fri, 22 Mar 2013 16:39:30 +0100 Jaroslav Tulach Report location where non-primitive type is used model
Fri, 22 Mar 2013 14:46:10 +0100 Jaroslav Tulach Using cummulative factory with the hope to prevent enormous increase in overloaded 'generate' methods closure
Fri, 22 Mar 2013 10:52:51 +0100 Lubomir Nerad Fixed Array methods visibility for obfuscation closure
Fri, 22 Mar 2013 10:49:47 +0100 Lubomir Nerad Updated dynamic calculator closure
Fri, 22 Mar 2013 00:05:41 +0100 Jaroslav Tulach Alas, need to merge into default branch, but without any changes from the accidental commit on default branch
Fri, 22 Mar 2013 00:02:21 +0100 Jaroslav Tulach Separating the archetype into its own module - to give it better name among archetypes
Thu, 21 Mar 2013 18:48:46 +0100 Lubomir Nerad Initial attempt for advanced obfuscation closure
Thu, 21 Mar 2013 17:29:40 +0100 Jaroslav Tulach Moving the version management of dependencies into master pom.xml elements
Thu, 21 Mar 2013 17:00:54 +0100 Jaroslav Tulach Bringing in the most recent advances on the default branch
Thu, 21 Mar 2013 15:45:42 +0100 Jan Horvath Dynamically generate classes representing elements on the HTML @Page
Thu, 21 Mar 2013 15:53:55 +0100 Jaroslav Tulach Switching to NetBeans 7.3
Wed, 20 Mar 2013 21:24:36 +0100 Jaroslav Tulach Jump instructions need to use signed and constant pool referencing instructions unsigned short. Also getting ready for reading signed short composed from (improperly) two unsigned bytes.