Activity
From 03/24/2011 to 04/22/2011
04/22/2011
- 08:35 pm Revision e3ce606c: Add current version of Ext.JS.
- 08:29 pm Revision ef01f07c: Start on conversion of odfedit.html to an Ext.JS UI.
- 10:00 am Revision e24238d1: Update ExtJS version.
- 09:40 am Revision d651f113: Check for more problems with Closure Compiler.
- 09:24 am Revision a848a86b: Merge branch 'master' into changetrackingproposal
- 09:23 am Revision 0626e0c3: Fix small bug: node may be an element and not have getAttributeNS
04/20/2011
- 11:55 am Revision 08294585: Merge branch 'master' into changetrackingproposal
- 11:55 am Revision 8a8c70a1: Compile fixes for new stricter Closure Compiler version.
- 11:37 am Revision 67c47f16: Build tweaking
- - new version of closure compiler
- new version of Node.JS
- fix scanning of directory with JSCoverage with a patch
' - 11:35 am Revision b902c831: Build tweaking
- - new version of closure compiler
- new version of Node.JS
- fix scanning of directory with JSCoverage with a patch
'
04/19/2011
- 09:46 pm Revision 6edab39b: Merge branch 'master' into changetrackingproposal
- 09:46 pm Revision 54d5758f: Add initial support for list styles.
- 07:00 pm Revision 64f189ba: Use inline-block instead of list-item as display type for list-item.
- display: list-item is not very configurable, but with inline-block a similar effect can be achieved.
04/14/2011
04/11/2011
- 04:51 pm Revision 48c34fb8: Disable editing in change tracking branch.
- 04:41 pm Revision 5ce261ad: Simple visualization of insert, delete, merge and split.
- 02:38 pm Revision 691d75e1: Merge branch 'master' into changetrackingproposal
04/08/2011
- 12:53 pm Revision bad77fe6: More memoization, more speed.
- 11:28 am Revision c8a5676f: Small speedup by allowing unordered memoization.
- 10:54 am Revision 3ce410c0: Cleanup debug output and format code.
- 09:38 am Revision feb7ea04: Speed up 10% by elimination duplicate choices.
- 07:57 am Revision a711c268: Fix "anyName" and "xml" namespace related bugs.
- 12:45 am Revision fa5b28cf: Fix bugs related to name resultion and oneOrMore element.
04/07/2011
- 06:20 pm Revision 1b2fc517: Fix choice name pattern and add test.
- 05:53 pm Revision 3c7b7482: Add ability to quickly create a pattern without looking up information in the ...
- 09:33 am Revision aeaa453e: Use memoization on all pattern creating functions.
04/06/2011
- 07:25 pm Revision dd3bf824: Add color to the change that is the same color as the button to toggle the cha...
- 11:36 am Revision 79455adf: Merge branch 'master' into changetrackingproposal
- 11:34 am Revision 53f288ee: Update to Node.JS 0.4.5.
- 11:29 am Revision eb0472eb: Implement toggling of visibility of inserts.
- 09:56 am Revision 3d5b0d8d: First work on a class to visualize the changes in an ODF file.
04/05/2011
- 01:50 pm Revision f4eb06ff: Set element hash to its id value.
- Now all patterns can have a hash value.
- 01:01 pm Revision dba012bc: Change the new implementation to use the refactored reference resolution.
- All unit tests still pass, but validating a huge ODT document still takes longer than I want to wait.
- 10:22 am Revision 595daf85: Resolve references in such a way that each element definition gets a unique id.
- This enables implementation of a hash function for the patterns, which in turn is needed to curb exponential scaling ...
- 09:01 am Revision f98c38ba: Do not create pattern members if they are empty. This should save quite a bit ...
- 12:46 am Revision a3c8bf69: Use JSON.stringify as default hash function.
04/04/2011
- 10:51 pm Revision dd54556f: Start framework for interning patterns
- To avoid exponential blowup, it is needed to be able to compare patterns. This comparison involves tree traversal unl...
- 10:14 pm Revision 69585d8d: Fix unit test.
- 08:49 pm Revision aa7d56cc: Add another test.
- 07:48 pm Revision a3d97b27: Add <choice/> support for element and attribute names to the new implementation.
- 12:58 pm Revision 72d2d3c5: By default hide all tracked changes elements.
- 12:28 pm Revision f83f8714: Use convention of giving directories in HTML indexes a "/" suffix.
- 12:08 pm Revision f81994f9: Fix loading of thumbnails in demo UI.
- 10:23 am Revision 8632c72d: Add tests for parsing of name choices.
- 10:22 am Revision 1059ced3: Fix parsing of name choices.
- 01:02 am Revision 4e0ad1af: Comment out debug output.
- 12:49 am Revision 6af4a406: Fix loading for large rng file and add a few more needed functions.
04/03/2011
- 11:33 pm Revision f0d58e52: Fix latest unit test.
- 10:56 pm Revision 92a80cbf: Add another unit test.
- 10:42 pm Revision 8e519e52: Make circular dependencies possible.
- 07:52 pm Revision e0d15469: snapshot after more tests work with new validator
- 07:30 pm Revision d4ace996: snapshot after a fourth and fifth test work with new validator
- 07:21 pm Revision bf6b67f4: snapshot after a second and third test work with new validator
- 06:51 pm Revision 4335f3af: snapshot after one test works with new validator
- 11:20 am Revision a0d6e35e: snapshot
- 11:18 am Revision 7c50d5e1: snapshot
- 10:05 am Revision 137ea7b0: snapshot
04/02/2011
- 11:02 pm Revision ae3bd192: follow simplication specification more closely
- 09:46 pm Revision 4e89ba03: snapshot
03/31/2011
- 05:39 pm Revision 1307a814: Fix name resultion for attribute names.
- Milestone: we can now validate the ODF 1.2 in the flat XML form. This XML file is nearly 10 megabytes and the specifi...
- 10:21 am Revision 9c4c846c: Add an extra check to make sure an attribute is really not defined.
- If an element is not present, getAttributeNS will return an empty string, but an empty string is possible attribute v...
- 10:00 am Revision 284b0f7f: Add test relating to attribute value.
- 09:39 am Revision 2204858e: Fix bug in interleave that was exposed by test16.xml
- 09:28 am Revision bcf8fbb0: Add yet another test for the interleave element.
- 09:27 am Revision f2c87312: Add yet another test for the interleave element.
- 08:50 am Revision d2c20f2f: If an interleave element has a oneOrMore child, try it every round where the c...
- 08:48 am Revision fa1f5dbf: Yet another test for interleave.
- 08:28 am Revision bcd1b2fe: When in an interleave element, only report an error if there was an error.
- 08:18 am Revision ec71f5bc: Yet another test for interleave.
03/30/2011
- 11:35 am Revision 53ae3b82: Change the way <interleave/> is handled.
- Now all interleave elements that have interleave children, merge their children.
That way it is easier to handle the ... - 01:16 am Revision 5d534c22: Another test.
- 12:21 am Revision b498bdd6: Fix a touch problem with efficiently traversing possibilities for attributes.
03/29/2011
- 10:37 pm Revision 38902ea3: Add another test that covers inefficient validation.
- 10:11 pm Revision 634aaae9: Remove unneeded namespaces.
- 08:19 pm Revision 8e718229: Only try an interleaved pattern twice if it involves subelements and not attri...
- 06:03 pm Revision c186e977: If first entry in interleave element does not advance the walker, try it again...
- 05:32 pm Revision 33474bd7: Add another test.
- 03:50 pm Revision a00c131b: Move on after parsing a text node.
- 02:57 pm Revision ef61d5da: Yet another fix to Relax NG parsing. Do not report an error if an element whic...
- 12:10 pm Revision 6160782e: Add class documentation.
- 11:47 am Revision 34ead2f3: Add fix for attribute value handling and a test for it.
- 10:15 am Revision aa7a3366: Fix parsing of choice and text elements.
- 10:15 am Revision 8b8f2c2a: More tests!
- 12:14 am Revision 03558478: Fix bug in parsing of Relax NG: property "names" was lost when simplifying cer...
03/28/2011
- 11:43 pm Revision 81f0cfa7: Simplify the test case.
- 11:06 pm Revision ecfacf38: More and cleaner tests.
- 05:20 pm Revision a7573447: Add tests for the relax ng validator.
- 10:15 am Revision 9e291299: Add warning if Qt is not present and add more Qt modules in the detection code...
03/24/2011
Also available in: Atom