[ckan-changes] commit/ckanext-rdf: 2 new changesets
Bitbucket
commits-noreply at bitbucket.org
Mon Jun 13 13:02:08 UTC 2011
2 new changesets in ckanext-rdf:
http://bitbucket.org/okfn/ckanext-rdf/changeset/be2ed6ec7534/
changeset: be2ed6ec7534
user: pudo
date: 2011-06-10 19:05:58
summary: remove logging
affected #: 2 files (9 bytes)
--- a/ckanext/rdf/plugin.py Wed Jun 08 10:25:16 2011 +0200
+++ b/ckanext/rdf/plugin.py Fri Jun 10 19:05:58 2011 +0200
@@ -2,7 +2,7 @@
class DCatApi(SingletonPlugin):
implements(IRoutes)
-
+
def before_map(self, route_map):
controller = "ckanext.rdf.controllers:DCatApiController"
route_map.connect("/rdf/package/{id}", controller=controller,
--- a/ckanext/rdf/update.py Wed Jun 08 10:25:16 2011 +0200
+++ b/ckanext/rdf/update.py Fri Jun 10 19:05:58 2011 +0200
@@ -20,7 +20,7 @@
self._store_url = config.get('rdf.store_url')
def update(self, update_message):
- log.debug("Query: %s" % update_message)
+ #log.debug("Query: %s" % update_message)
if self._store_url is None:
log.warn("No 'rdf.store_url' is given in config, cannot update triple store.")
return
http://bitbucket.org/okfn/ckanext-rdf/changeset/17a53a52f0ec/
changeset: 17a53a52f0ec
user: pudo
date: 2011-06-13 15:02:01
summary: fix import
affected #: 1 file (5 bytes)
--- a/ckanext/rdf/util.py Fri Jun 10 19:05:58 2011 +0200
+++ b/ckanext/rdf/util.py Mon Jun 13 15:02:01 2011 +0200
@@ -1,6 +1,6 @@
from time import strptime
from datetime import date, datetime
-from vocab import Literal
+from vocab import Literal, XSD
def parse_date(value):
try:
Repository URL: https://bitbucket.org/okfn/ckanext-rdf/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list