[ckan-changes] [okfn/ckan] f98a4b: [model]: #1546/#191 Fix for SOLR indexing of new p...
noreply at github.com
noreply at github.com
Wed Dec 21 12:45:37 UTC 2011
Branch: refs/heads/feature-1478-change-package-group-to-members-table
Home: https://github.com/okfn/ckan
Commit: f98a4b2a5f5013fa4aed475bd8b3237bb7847fcc
https://github.com/okfn/ckan/commit/f98a4b2a5f5013fa4aed475bd8b3237bb7847fcc
Author: David Read <david.read at okfn.org>
Date: 2011-12-15 (Thu, 15 Dec 2011)
Changed paths:
M ckan/model/package.py
Log Message:
-----------
[model]: #1546/#191 Fix for SOLR indexing of new packages, broken in a619.
Commit: bebf7a5ed5ac752f27eef0dfe211f9047434d27d
https://github.com/okfn/ckan/commit/bebf7a5ed5ac752f27eef0dfe211f9047434d27d
Author: David Read <david.read at okfn.org>
Date: 2011-12-15 (Thu, 15 Dec 2011)
Changed paths:
M ckan/lib/dictization/model_dictize.py
M ckan/model/group.py
M ckan/model/package.py
M ckan/tests/functional/api/test_action.py
M ckan/tests/models/test_package.py
M doc/apiv3.rst
Log Message:
-----------
[model,lib,tests]: Added (much needed) tests for calculation of metadata_modified. Fixed up float breakage. If it cannot calculate metadata_modified it returns None instead of now() - this should never happen and if it does it would be good to find out why as its probably an error. Optimised package dictization to avoid calculation metadata_modified and created twice.
Commit: 8657c3d75de1127359965dd17bb91a0f9185e7df
https://github.com/okfn/ckan/commit/8657c3d75de1127359965dd17bb91a0f9185e7df
Author: rgrp <rufus.pollock at okfn.org>
Date: 2011-12-16 (Fri, 16 Dec 2011)
Changed paths:
A README.rst
R README.txt
Log Message:
-----------
[readme][s]: convert to rst so it displays nicely and add a bit more info about CKAN and more links.
Commit: dba8879f335035eb5ca23b527a4f2be674be8e84
https://github.com/okfn/ckan/commit/dba8879f335035eb5ca23b527a4f2be674be8e84
Author: John Glover <john.c.glover at nuim.ie>
Date: 2011-12-19 (Mon, 19 Dec 2011)
Changed paths:
M ckan/lib/dictization/model_dictize.py
M ckan/model/group.py
M ckan/model/package.py
M ckan/tests/functional/api/test_action.py
M ckan/tests/models/test_package.py
M doc/apiv3.rst
Log Message:
-----------
Merge branch 'defect-191-modification-date'
Commit: 21763e64473fddda7be54299b8d1dea8ee61ea47
https://github.com/okfn/ckan/commit/21763e64473fddda7be54299b8d1dea8ee61ea47
Author: kindly <kindly at gmail.com>
Date: 2011-12-19 (Mon, 19 Dec 2011)
Changed paths:
M ckan/lib/dictization/model_save.py
Log Message:
-----------
[model save] allow duplicate capacities per table_id
Commit: 69f2c0503ef1b113de63a546bde39e08a8ef44a5
https://github.com/okfn/ckan/commit/69f2c0503ef1b113de63a546bde39e08a8ef44a5
Author: kindly <kindly at gmail.com>
Date: 2011-12-21 (Wed, 21 Dec 2011)
Changed paths:
A README.rst
R README.txt
M ckan/lib/dictization/model_dictize.py
M ckan/model/group.py
M ckan/model/package.py
M ckan/tests/__init__.py
M ckan/tests/functional/api/base.py
M ckan/tests/functional/api/model/test_group.py
M ckan/tests/functional/api/model/test_licenses.py
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/functional/api/model/test_ratings.py
M ckan/tests/functional/api/model/test_relationships.py
M ckan/tests/functional/api/model/test_revisions.py
M ckan/tests/functional/api/model/test_tag.py
M ckan/tests/functional/api/test_action.py
M ckan/tests/models/test_package.py
M doc/apiv3.rst
M doc/i18n.rst
Log Message:
-----------
[1478] merge master
Compare: https://github.com/okfn/ckan/compare/80ef0e5...69f2c05
More information about the ckan-changes
mailing list