Activity
From 02/28/2011 to 03/29/2011
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
- 05:31 pm Revision eb3bcb17: Check for attribute value.
- 05:01 pm Revision 990157a4: Check if an attribute is present on an element.
- 04:29 pm Revision e27565fe: Add active element to the function parameters in the Relax NG validator.
- 09:50 am Revision f0064c81: Work on Relax NG validator.
03/23/2011
- 11:07 pm Revision b57d35e1: Refactor RelaxNG validator to match more closely the grammar for the Relax NG ...
- 06:59 pm Revision 0ca9d79f: Add small application that shows editing of odf documents.
- 12:48 pm Revision c2b4880c: Do not serialize any dom node from the http://www.w3.org/2000/xmlns/ and http:...
- xhtml is more specific and handled by the filter. xmlns should never be serialized and is hence excluded in the seria...
- 12:03 pm Revision e640f79f: Do not serialize a namespace declaration for "xmlns".
- 11:54 am Revision 00b0d891: Add a save function.
- 11:54 am Revision 8f0b6f56: Fix conversion to utf8 array. The last part was left out of the converted arra...
- Now required length is calculated first.
03/22/2011
- 11:07 pm Revision 0624bcc3: Make the cursor appear on first click in Firefox.
- 10:27 pm Revision 160f3693: Make a paragraph editable when it is clicked. In firefox (4) activating a para...
- 07:26 pm Revision 9fd8c6ba: Fix Runtime so it can use native arrays in Firefox 4 and still send binary data.
- 05:33 pm Revision a0c0937e: Remove erroneous "new".
- 11:45 am Revision 4855ef6e: Do not store font face declarations in content.xml at all.
- 11:30 am Revision bf4a6de7: When writing content.xml or styles.xml only write the automatic styles that ar...
- 11:27 am Revision dd737d75: Filter out child nodes that are meant to be filtered out.
03/21/2011
- 08:14 pm Revision fc3de133: Load and save font-face-decls and make serializing of namespaces prettier.
- 08:13 pm Revision 25e6fdf6: Fix retrieving the of styles that are used.
- 02:00 pm Revision 50f07417: Load document relative to the main xml file.
- 11:56 am Revision 0b9526a7: Fix bug in transformation and comment out functions that are not needed in val...
- 12:24 am Revision 2d363d2e: Merge branch 'master' of gitorious.org:odfkit/webodf
- 12:24 am Revision 50a2cfa3: Rewrite using the Relax NG simplification transformations. Still work in progr...
03/20/2011
- 01:35 pm Revision 711b5536: Work on Relax NG validation. Can now partially validate simple documents.
- 01:35 pm Revision 4fc84e45: Add class for determining to which style key group a style reference belongs. ...
03/17/2011
- 06:29 pm Revision ccc69670: Add class for determining to which style key group a style reference belongs. ...
- 10:40 am Revision c7b163d7: Add snapshot of class for Relax NG validation. Work in progress.
- 09:18 am Revision ab1e325b: Add TreeWalker interface.
- 08:33 am Revision 1d99d3b1: Fix errors reported by closure compiler.
03/16/2011
- 11:34 pm Revision 8ade9637: Fix implementation to signature for loadXML.
- 11:17 pm Revision 1e7aeebe: Some work on splitting office:automatic-styles when saving.
- 11:17 pm Revision 0035ec6a: Small fix.
- 11:12 pm Revision a06c90ed: Fix order of compilation due to added dependencies.
- 09:10 am Revision 46f20a34: Add parent/child checks for all style families.
- 08:08 am Revision 6a4c33f8: Add checks for data styles.
- 12:13 am Revision af35a294: Add "extends" attribute to make style key file more compact.
03/15/2011
- 09:48 pm Revision bcf2e3cb: Add checking for list styles.
- 05:56 pm Revision 5244ca82: Add checks for presentation-page-layout and page-layout names.
- 05:34 pm Revision 1ce0bebb: Add checks for master page names.
03/06/2011
- Android port of WebODF
- 01:55 pm Revision 692c742f: Add command on how to retrieve part of the data from the rng file in a comment.
03/05/2011
03/02/2011
- 11:10 pm Revision 7b78c853: Listing of the places each type of style can be referenced.
- 09:43 pm Bug #10: It doesnt load the images from the attached odp file
- Actually the images are not inside the odp file, but they are referenced using the local path. Maybe it would be nice...
- 09:38 pm Bug #10 (New): It doesnt load the images from the attached odp file
- When using webodf to see the presentation attached, we can't see any of the pictures that are used in this presentati...
- 12:30 pm Revision 4b2a9fd4: Fix two bugs for easier WebODF deployment.
- Use the directory with odf.html as root for the tree with odf documents in the browser and run
git submodule init w... - 09:14 am Revision f637d0d9: Remove redundant file.
- The code in this file has been implemented in the odf.OdfContainer class.
03/01/2011
- 12:28 am Revision 4331dff7: Send binary data via an ArrayBuffer if that is available.
- ArrayBuffer is part of http://www.khronos.org/registry/typedarray/specs/latest/ and http://dev.w3.org/2006/webapi/XML...
02/28/2011
- 10:00 pm Revision 41989109: Fix writeFile unit test in Firefox.
- 08:40 pm Revision eade448b: Disable test that is failing and is not used anyway.
- 03:03 pm Revision f7e162b7: Fix concatByteArrays so it works with native byte arrays.
- 02:43 pm Revision 0a4e9c1e: Rewrite convertUTF8ArrayToBase64 such that the source array is unmodified.
- 12:11 pm Revision f15261c9: A few small JSDoc improvments.
- 09:46 am Revision b40dc50e: Fix unit tests on Rhino runtime.
- Also fix closure compiler error.
Also available in: Atom