Changes to sparqlhttp: Tue Aug 7 20:08:31 PDT 2007 drewp@bigasterisk.com * release sparqlhttp version 1.1 Wed Jul 25 22:54:43 PDT 2007 Drew Perttula * comment Wed Jun 20 22:16:03 PDT 2007 Drew Perttula * fix server stats page error when you haven't made any queries yet Sat May 26 22:13:38 PDT 2007 drewp@bigasterisk.com * Graph2.remove was ignoring the context argument and removing in all contexts! refac tored syncimport a little Sat May 26 18:01:03 PDT 2007 drewp@bigasterisk.com * syncimport now removes contexts whose input files disappear (this will not take effect on existing databases until they have to do a reload of their files. Then those input files will be watched for deletion) Sat May 5 20:57:19 PDT 2007 drewp@bigasterisk.com * add 'default' arg to remoteLabel Sun Apr 22 15:21:31 PDT 2007 drewp@bigasterisk.com * print rdflib version in sparqlhttp test Sun Apr 22 15:16:37 PDT 2007 drewp@bigasterisk.com * logging changes to sparqlhttp, which seem to be breaking a date test Wed Apr 18 23:58:23 PDT 2007 Drew Perttula * add remove support to sparqlhttp Sat Apr 7 12:42:22 PDT 2007 drewp@bigasterisk.com * sparqlhttp add notes Sun Mar 11 21:50:27 PDT 2007 Drew Perttula * fix misparsed articles and add guards against further SPARQL corruption The issue was that "?foo;" wouldn't get expanded in sparql because it was confused with . So I changed all the "?foo;" to "?foo ;" (which is still legal sparql) and even added a trap to find cases like that. Until my sparql analyzer is a lot better, you don't want to have "?foo;" go unexpanded, which will cause your initBinding for ?foo not to be used Sun Mar 4 16:17:27 PST 2007 drewp@bigasterisk.com * comment Sun Mar 4 15:33:23 PST 2007 drewp@bigasterisk.com * minor improvement to the still-crummy interpolateSparql function to handle urls/wit h?question=marksInside Thu Mar 1 00:08:12 PST 2007 Drew Perttula * fix description metadata