You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(11) |
Mar
(17) |
Apr
(12) |
May
(2) |
Jun
(20) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(5) |
2011 |
Jan
(4) |
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
(5) |
Jun
|
Jul
(12) |
Aug
(4) |
Sep
(5) |
Oct
(1) |
Nov
(38) |
Dec
(27) |
2012 |
Jan
(46) |
Feb
(182) |
Mar
(83) |
Apr
(22) |
May
(68) |
Jun
(47) |
Jul
(135) |
Aug
(84) |
Sep
(57) |
Oct
(45) |
Nov
(27) |
Dec
(61) |
2013 |
Jan
(59) |
Feb
(78) |
Mar
(66) |
Apr
(107) |
May
(27) |
Jun
(56) |
Jul
(53) |
Aug
(3) |
Sep
(19) |
Oct
(41) |
Nov
(44) |
Dec
(54) |
2014 |
Jan
(49) |
Feb
(72) |
Mar
(22) |
Apr
(41) |
May
(63) |
Jun
(27) |
Jul
(45) |
Aug
(12) |
Sep
(3) |
Oct
(8) |
Nov
(27) |
Dec
(16) |
2015 |
Jan
(3) |
Feb
(20) |
Mar
(6) |
Apr
(4) |
May
(15) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(16) |
May
(9) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <tr...@do...> - 2012-02-04 00:01:07
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-04 12:00 AM Comment: The main remaining update to be made pertains to the treatment of SPARQL Update in the SPARQL protocol -http://www.w3.org/TR/sparql11-protocol/#update-operation In particular it now allows for using-graph-uri and using-named-graph-uri parameters, these add USING and USING NAMED clauses to the updates. But if these are used with updates that contain USING, USING NAMED or WITH clauses this is not permitted. Also we need to take care of the fact that the protocol now requires that updates must be made via a POST request (GET is not permissible) and take into account the option of submitting the POST request with Content-Type application/sparql-update instead of form encoding the request parameters More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 23:52:59
|
The following issue has been updated by Rob Vesse: Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) - Percent complete changed from "50%" to "85%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 23:52:52
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 11:52 PM Comment: SVN revision 2054 added CSV parsing support, SVN revision 2055 adds aggregates in ORDER BY support Not closing this issue yet as there are still non-query changes that may need to be made which I have yet to research fully, will add further comments once Ive determined what further changes are needed More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 23:44:45
|
The following issue has been updated by Rob Vesse: Title: Add a SPARQL CSV Parser Project: Core Library (dotNetRDF.dll) - Status changed from "In Progress" to "Completed" - Resolution changed from "none" to "Completed" - Percent complete changed from "0%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=165 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 23:44:44
|
A new comment has been added to the following issue. Title: Add a SPARQL CSV Parser Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 11:43 PM Comment: SVN revision 2054 adds this parser and amends the SPARQL 1.1 DAWG test rig to be aware it needs to lossify local results for correct comparison with expected results in CSV format More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=165 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 22:33:44
|
The following issue has been added to a project that you are monitoring. Title: Add a SPARQL CSV Parser Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Milestone: 0.6.0 Beta Category: Parsing Priority: High Type: New Feature Description: Although the SPARQL CSV format is lossy we still require a parser for it particularly as some of the DAWG tests require us to have this functionality More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=165 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 22:31:36
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 10:30 PM Comment: SVN revision 2053 makes the requisite QName escape syntax changes Remaining work to do: We need a SPARQL CSV parser to pass all the new tests, this will be tracked as a sub-issue Aggregates in ORDER BY are not yet supported More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 18:00:17
|
The following issue has been updated by Rob Vesse: Title: Provide an improved RDFa 1.1 Parser Project: Core Library (dotNetRDF.dll) - Milestone changed from "0.6.0 Beta" to "0.6.1 Beta" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=29 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 18:00:15
|
A new comment has been added to the following issue. Title: Provide an improved RDFa 1.1 Parser Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 05:59 PM Comment: Bumped to 0.6.1 because RDFa is just annoying to parse correctly and the 1.1 spec has changed from when I last coded on this and I cant bring myself to read the damn thing again More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=29 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:58:53
|
The following issue has been updated by Rob Vesse: Title: Provide an abstract ISparqlDataset implementation more suited to out of memory quad stores Project: Core Library (dotNetRDF.dll) - Status changed from "In Progress" to "Completed" - Resolution changed from "none" to "Completed" - Percent complete changed from "80%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=159 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:58:50
|
A new comment has been added to the following issue. Title: Provide an abstract ISparqlDataset implementation more suited to out of memory quad stores Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 05:57 PM Comment: SVN revision 2052 fixes a bug in the DAWG test rig which accounted for the Update test failures when the InMemoryQuadDataset was used More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=159 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:49:25
|
A new comment has been added to the following issue. Title: Provide an abstract ISparqlDataset implementation more suited to out of memory quad stores Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 05:48 PM Comment: Initial implementation is completed and mostly tested, provided an in-memory quad dataset implementation which works correctly Confirmed fully correct for query for SPARQL DAWG Tests for Query but there are some issues with the Update tests still to be resolved More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=159 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:49:21
|
The following issue has been updated by Rob Vesse: Title: Provide an abstract ISparqlDataset implementation more suited to out of memory quad stores Project: Core Library (dotNetRDF.dll) - Percent complete changed from "35%" to "80%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=159 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:42:39
|
The following issue has been updated by Rob Vesse: Title: Add an ISet.IsCompatibleWith() method Project: Core Library (dotNetRDF.dll) - Status changed from "In Progress" to "Completed" - Resolution changed from "none" to "Completed" - Percent complete changed from "60%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=54 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:42:37
|
A new comment has been added to the following issue. Title: Add an ISet.IsCompatibleWith() method Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 05:41 PM Comment: Used in the new fast join algorithm and works great More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=54 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:41:59
|
The following issue has been updated by Rob Vesse: Title: Support .Net serialization on Silverlight/Windows Phone 7 Project: Core Library (dotNetRDF.dll) - Milestone changed from "0.6.0 Beta" to "0.6.1 Beta" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=69 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:41:37
|
The following issue has been updated by Rob Vesse: Title: Add Data Streaming to ASP.Net Handlers wherever possible Project: Core Library (dotNetRDF.dll) - Milestone changed from "0.6.0 Beta" to "0.6.1 Beta" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=93 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:41:31
|
A new comment has been added to the following issue. Title: Add Data Streaming to ASP.Net Handlers wherever possible Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 05:40 PM Comment: Pushed back to 0.6.1 release as requires more complicated refactoring than initially thought and this is not a high priority currently More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=93 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:35:43
|
The following issue has been updated by Rob Vesse: Title: Experiment with improving load speed by changing implementation of HashTable Project: Core Library (dotNetRDF.dll) - Status changed from "In Progress" to "Completed" - Affected Milestone changed from "none" to "0.5.1 Beta" - Resolution changed from "none" to "Completed" - Percent complete changed from "50%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=77 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:35:08
|
The following issue has been updated by Rob Vesse: Title: Investigate whether Joins can be sped up by using ContainsValue() Project: Core Library (dotNetRDF.dll) - Status changed from "In Progress" to "Closed" - Resolution changed from "none" to "Invalid" - Percent complete changed from "50%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=73 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:35:01
|
A new comment has been added to the following issue. Title: Investigate whether Joins can be sped up by using ContainsValue() Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 05:34 PM Comment: Now we have the fast join algorithm in 0.6.0 this optimisation is irrelevant and not required so closed as Invalid More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=73 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:33:44
|
The following issue has been updated by Rob Vesse: Title: RDF/XML parser may behave incorrectly if the RDF namespace is not defined with the lower case prefix 'rdf' Project: Core Library (dotNetRDF.dll) - Status changed from "In Progress" to "Completed" - Resolution changed from "none" to "Fixed" - Percent complete changed from "0%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=164 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:33:40
|
A new comment has been added to the following issue. Title: RDF/XML parser may behave incorrectly if the RDF namespace is not defined with the lower case prefix 'rdf' Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 05:32 PM Comment: SVN revision 2051 fixes the issue, checks for rdf:RDF element more intelligently so it drops into the correct grammar production even when the RDF namespace is defined with a non-standard prefix More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=164 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 17:28:45
|
The following issue has been added to a project that you are monitoring. Title: RDF/XML parser may behave incorrectly if the RDF namespace is not defined with the lower case prefix 'rdf' Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Milestone: 0.6.0 Beta Category: Parsing Priority: High Type: Bug Description: This bug was reported on the support list by Volker Helms -http://sourceforge.net/mailarchive/forum.php?thread_name=57147194-D2CD-4244-B2C3-1476654779FF%40dotnetrdf.orgforum_name=dotnetrdf-support The RDF/XML parser may give misleading error messages if the RDF namespace is defined with a prefix other than lower case rdf The different namespace definition causes the parser to drop into the wrong grammar production and so may parse correctly or fail to parse at all More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=164 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-01-31 22:26:15
|
The following issue has been updated by Rob Vesse: Title: Provide an abstract ISparqlDataset implementation more suited to out of memory quad stores Project: Core Library (dotNetRDF.dll) - Status changed from "Planned" to "In Progress" - Percent complete changed from "0%" to "35%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=159 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |