My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Last 7 days

  • Dec 13, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com   -   Revision r418 Deleted text, and added link to backplanejs version.
    Revision r418 Deleted text, and added link to backplanejs version.

Earlier this year

  • Sep 12, 2009
    issue 8 (multiple attribute values are not supported in @property) reported by scorlosquet   -   Parsing a page containing: <span property="dc:date dc:created" content="2009-09-11T14:42:55+0200" datatype="xsd:dateTime">Fri, 09/11/2009 - 14:42</span> generates: <http://purl.org/dc/elements/1.1/date dc:created> "2009-09-11T14:42:55+0200"^^http://www.w3.org/2001/XMLSchema#dateTime but should instead create 2 triples.
    Parsing a page containing: <span property="dc:date dc:created" content="2009-09-11T14:42:55+0200" datatype="xsd:dateTime">Fri, 09/11/2009 - 14:42</span> generates: <http://purl.org/dc/elements/1.1/date dc:created> "2009-09-11T14:42:55+0200"^^http://www.w3.org/2001/XMLSchema#dateTime but should instead create 2 triples.
  • Aug 15, 2009
    issue 7 (Failing W3C test 0121) Summary changed by mark.birbeck   -   Changing the title to clarify that the test referred to is in the W3C test suite, not our own test suite.
    Summary: Failing W3C test 0121
    Changing the title to clarify that the test referred to is in the W3C test suite, not our own test suite.
    Summary: Failing W3C test 0121
  • Aug 15, 2009
    issue 7 (Failing unit test 0121) reported by mark.birbeck   -   What steps will reproduce the problem? 1. Load test 0121 from http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1- testcases/0121.xhtml. 2. Generate triples using the checker. What is the expected output? What do you see instead? The subject should be set to "http://example.org/" but instead it is set to "http://www.w3.org/1999/xhtml/vocab#". This is because, as of r417, an empty CURIE is being treated as a legitimate token.
    What steps will reproduce the problem? 1. Load test 0121 from http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1- testcases/0121.xhtml. 2. Generate triples using the checker. What is the expected output? What do you see instead? The subject should be set to "http://example.org/" but instead it is set to "http://www.w3.org/1999/xhtml/vocab#". This is because, as of r417, an empty CURIE is being treated as a legitimate token.
  • Aug 15, 2009
    r417 (1. Updated to Ubiquity Backplane version 0.5.1, which provid...) committed by mark.bir...@webBackplane.com   -   1. Updated to Ubiquity Backplane version 0.5.1, which provides support for making prefix mappings readonly. 2. Set all 'internal' prefix mappings to readonly. 3. Added default tokens from RDFa spec.
    1. Updated to Ubiquity Backplane version 0.5.1, which provides support for making prefix mappings readonly. 2. Set all 'internal' prefix mappings to readonly. 3. Added default tokens from RDFa spec.
  • Aug 15, 2009
    issue 2 (about query2 method of jsparql) commented on by xi.bai.ed   -   Hi, sorry for replying this late. Yes, it works now. Thank u for your comments.
    Hi, sorry for replying this late. Yes, it works now. Thank u for your comments.
  • Aug 15, 2009
    issue 6 (Predefined tokens are not being placed into the XHTML vocab ...) reported by mark.birbeck   -   What steps will reproduce the problem? 1. Add some RDFa with @rel="license". 2. Run the document through the parser. What is the expected output? What do you see instead? The parser should create a triple containing the predicate "http://www.w3.org/1999/xhtml/vocab#license", but instead it creates the predicate "license".
    What steps will reproduce the problem? 1. Add some RDFa with @rel="license". 2. Run the document through the parser. What is the expected output? What do you see instead? The parser should create a triple containing the predicate "http://www.w3.org/1999/xhtml/vocab#license", but instead it creates the predicate "license".
  • Aug 15, 2009
    issue 2 (about query2 method of jsparql) Status changed by mark.birbeck   -   Since I haven't heard back on this, I'm assuming that the problem was indeed fixed.
    Status: Fixed
    Since I haven't heard back on this, I'm assuming that the problem was indeed fixed.
    Status: Fixed
  • Aug 11, 2009
    r416 (Changed styling and account information for Twitter example.) committed by mark.bir...@webBackplane.com   -   Changed styling and account information for Twitter example.
    Changed styling and account information for Twitter example.
  • Aug 11, 2009
    r415 (Updated to Ubiquity Backplane version 0.4.9.) committed by mark.bir...@webBackplane.com   -   Updated to Ubiquity Backplane version 0.4.9.
    Updated to Ubiquity Backplane version 0.4.9.
  • Aug 11, 2009
    r414 (If there is no 'head' element then one is added before addin...) committed by mark.bir...@webBackplane.com   -   If there is no 'head' element then one is added before adding the 'script' element.
    If there is no 'head' element then one is added before adding the 'script' element.
  • Jul 09, 2009
    TutorialIntroduction (A basic introduction to using the Ubiquity RDFa Parser in yo...) Wiki page edited by mark.bir...@webBackplane.com
  • Jun 15, 2009
    TutorialUsingJsparql (This tutorial shows how to use jSPARQL, a JSON serialisation...) Wiki page edited by mark.bir...@webBackplane.com
  • May 31, 2009
    issue 5 (multiple attribute values are not supported in @typeof) changed by mark.bir...@webBackplane.com   -   This has been fixed in r411.
    Summary: multiple attribute values are not supported in @typeof
    Status: Fixed
    This has been fixed in r411.
    Summary: multiple attribute values are not supported in @typeof
    Status: Fixed
  • May 31, 2009
    r411 (@typeof now correctly supports multiple values.) committed by mark.bir...@webBackplane.com   -   @typeof now correctly supports multiple values.
    @typeof now correctly supports multiple values.
  • May 29, 2009
    r410 (1. Now using the SelectSingleValue() method to obtain CSS. 2...) committed by mark.bir...@webBackplane.com   -   1. Now using the SelectSingleValue() method to obtain CSS. 2. Set query to return distinct values.
    1. Now using the SelectSingleValue() method to obtain CSS. 2. Set query to return distinct values.
  • May 29, 2009
    r409 (Fixed missing comma in array.) committed by mark.bir...@webBackplane.com   -   Fixed missing comma in array.
    Fixed missing comma in array.
  • May 29, 2009
    r408 (Committing fix for issue 416 ("8.1.10.a - selection attribut...) committed by mark.bir...@webBackplane.com   -   Committing fix for issue 416 ("8.1.10.a - selection attribute of select element") after review at r2748. (Note that the CSS changes were originally made to default.css, but since then, Phil has been reorganising the CSS, ready for theming. This commit therefore makes the changes to the new 'select.css' file, but they are the same changes as before.)
    Committing fix for issue 416 ("8.1.10.a - selection attribute of select element") after review at r2748. (Note that the CSS changes were originally made to default.css, but since then, Phil has been reorganising the CSS, ready for theming. This commit therefore makes the changes to the new 'select.css' file, but they are the same changes as before.)
  • May 29, 2009
    r407 (Added support for retrieving a single value from the triple ...) committed by mark.bir...@webBackplane.com   -   Added support for retrieving a single value from the triple store.
    Added support for retrieving a single value from the triple store.
  • May 29, 2009
    r406 (Slightly modified tests to have two predicates instead of on...) committed by mark.bir...@webBackplane.com   -   Slightly modified tests to have two predicates instead of one. (I thought there was a bug with multiple predicates, but it turned out not to be the case.)
    Slightly modified tests to have two predicates instead of one. (I thought there was a bug with multiple predicates, but it turned out not to be the case.)
  • May 29, 2009
    issue 4 (do not display duplicate statements) Owner changed by mark.bir...@webBackplane.com   -   (But it's a good suggestion...thanks.)
    Owner: mark.bir...@webBackplane.com
    (But it's a good suggestion...thanks.)
    Owner: mark.bir...@webBackplane.com
  • May 29, 2009
    issue 5 (multiple attribute values are not supported) changed by mark.bir...@webBackplane.com   -  
    Status: Accepted
    Owner: mark.bir...@webBackplane.com
    Status: Accepted
    Owner: mark.bir...@webBackplane.com
  • May 29, 2009
    issue 5 (multiple attribute values are not supported) commented on by mark.bir...@webBackplane.com   -   (But it's a good suggestion...thanks.)
    (But it's a good suggestion...thanks.)
  • May 29, 2009
    issue 4 (do not display duplicate statements) changed by mark.bir...@webBackplane.com   -   I'm marking this as a feature rather than a defect, since there really are three triples in the datastore, it's just that we want the query to show unique values.
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
    I'm marking this as a feature rather than a defect, since there really are three triples in the datastore, it's just that we want the query to show unique values.
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
  • May 29, 2009
    issue 2 (about query2 method of jsparql) commented on by mark.bir...@webBackplane.com   -   I didn't realise that email notification of issues was not enabled, so I've only just seen this. :) Anyway, there was a problem at one point with the timing of the loading sequence with the Yahoo! library, and it should be fixed now. Perhaps you could look again to see if that has solved your problem? If not, then a copy of your document would be useful.
    I didn't realise that email notification of issues was not enabled, so I've only just seen this. :) Anyway, there was a problem at one point with the timing of the loading sequence with the Yahoo! library, and it should be fixed now. Perhaps you could look again to see if that has solved your problem? If not, then a copy of your document would be useful.
  • May 26, 2009
    r405 (Changed namespaces from lib-xh-based to argot-based.) committed by mark.bir...@webBackplane.com   -   Changed namespaces from lib-xh-based to argot-based.
    Changed namespaces from lib-xh-based to argot-based.
  • May 26, 2009
    r404 (Corrected path on debug formatter.) committed by mark.bir...@webBackplane.com   -   Corrected path on debug formatter.
    Corrected path on debug formatter.
  • May 26, 2009
    r403 (Debug formatter URI didn't have '<' and '>' around it.) committed by mark.bir...@webBackplane.com   -   Debug formatter URI didn't have '<' and '>' around it.
    Debug formatter URI didn't have '<' and '>' around it.
  • May 26, 2009
    r402 (Fixed error where test URL for debug formatter was still in ...) committed by mark.bir...@webBackplane.com   -   Fixed error where test URL for debug formatter was still in the code.
    Fixed error where test URL for debug formatter was still in the code.
  • May 23, 2009
    r401 (1. Changed namespaces from lib-xh-based to argot-based. 2. C...) committed by mark.bir...@webBackplane.com   -   1. Changed namespaces from lib-xh-based to argot-based. 2. Changed references from fresnel:stylesheet to xh:stylesheet. 3. Added initial support for backward-chaining. 4.
    1. Changed namespaces from lib-xh-based to argot-based. 2. Changed references from fresnel:stylesheet to xh:stylesheet. 3. Added initial support for backward-chaining. 4.
  • May 23, 2009
    r400 (Upgraded YUI from 2.6.0 to 2.7.0.) committed by mark.bir...@webBackplane.com   -   Upgraded YUI from 2.6.0 to 2.7.0.
    Upgraded YUI from 2.6.0 to 2.7.0.
  • May 21, 2009
    issue 5 (multiple attribute values are not supported) reported by scorlosquet   -   An attribute like typeof="foaf:Document sioc:Post" should generate 2 rdf:type triples. The following page contains an example: http://groups.drupal.org/files/article_rdfa.html See wrong output at http://skitch.com/scor/btgeu/my-article-1-localhost
    An attribute like typeof="foaf:Document sioc:Post" should generate 2 rdf:type triples. The following page contains an example: http://groups.drupal.org/files/article_rdfa.html See wrong output at http://skitch.com/scor/btgeu/my-article-1-localhost
  • May 21, 2009
    issue 4 (do not display duplicate statements) reported by scorlosquet   -   When duplicate statements are present on the same page, only one should be displayed. See an example at http://groups.drupal.org/files/article_rdfa.html and the RDFa output at http://skitch.com/scor/btgeb/my-article-1-localhost
    When duplicate statements are present on the same page, only one should be displayed. See an example at http://groups.drupal.org/files/article_rdfa.html and the RDFa output at http://skitch.com/scor/btgeb/my-article-1-localhost
  • May 19, 2009
    issue 3 (improve readibility of triples in the debug module) changed by mark.bir...@webBackplane.com   -   Turns out this was a bug, rather than simply requiring a change to the styling. There was already a CSS class that was supposed to be applied, but it wasn't. To see the changes, make sure to flush your browser cache. This issue is fixed as of r399.
    Summary: improve readibility of triples in the debug module
    Status: Fixed
    Turns out this was a bug, rather than simply requiring a change to the styling. There was already a CSS class that was supposed to be applied, but it wasn't. To see the changes, make sure to flush your browser cache. This issue is fixed as of r399.
    Summary: improve readibility of triples in the debug module
    Status: Fixed
  • May 19, 2009
    r399 (1. Fixed bug where the query for predicate styles was only h...) committed by mark.bir...@webBackplane.com   -   1. Fixed bug where the query for predicate styles was only happening if the object was a URI. 2. Also updated display style for predicate/object nodes, to remove the light blue background.
    1. Fixed bug where the query for predicate styles was only happening if the object was a URI. 2. Also updated display style for predicate/object nodes, to remove the light blue background.
  • May 19, 2009
    r398 (Fixed bug where the query for predicate styles was only happ...) committed by mark.bir...@webBackplane.com   -   Fixed bug where the query for predicate styles was only happening if the object was a URI.
    Fixed bug where the query for predicate styles was only happening if the object was a URI.
  • May 19, 2009
    r397 (Changed default node style to white text, rather than black ...) committed by mark.bir...@webBackplane.com   -   Changed default node style to white text, rather than black text on a light blue background.
    Changed default node style to white text, rather than black text on a light blue background.
  • May 16, 2009
    issue 3 (improve readibility of triples ) reported by scorlosquet   -   The black font on dark background is not good for readibility of the triples. Either change the font of the triples to a lighter shade (white?) or change the background to a lighter shade.
    The black font on dark background is not good for readibility of the triples. Either change the font of the triples to a lighter shade (white?) or change the background to a lighter shade.
  • May 07, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com
  • May 07, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com
  • May 07, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com
  • May 07, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com
  • Apr 20, 2009
    r392 (Added security module which provides a dummy 'netscape.secur...) committed by mark.bir...@webBackplane.com   -   Added security module which provides a dummy 'netscape.security' object, for use in IE.
    Added security module which provides a dummy 'netscape.security' object, for use in IE.
  • Apr 20, 2009
    r391 (Added code to remove the temporary IFRAME that was created i...) committed by mark.bir...@webBackplane.com   -   Added code to remove the temporary IFRAME that was created in parseExternal().
    Added code to remove the temporary IFRAME that was created in parseExternal().
  • Apr 18, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com
  • Apr 18, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com
  • Apr 18, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com
  • Apr 18, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com
  • Apr 18, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page edited by mark.bir...@webBackplane.com
  • Apr 18, 2009
    Rdfj (Description of the RDFj syntax.) Wiki page added by mark.bir...@webBackplane.com
 
Hosted by Google Code