[ckan-changes] [okfn/ckan] 3ee68f: Update version number
GitHub
noreply at github.com
Fri May 31 15:31:51 UTC 2013
Branch: refs/heads/release-v2.0.1
Home: https://github.com/okfn/ckan
Commit: 3ee68f15721f04a12aa403538c758f8890bbff0d
https://github.com/okfn/ckan/commit/3ee68f15721f04a12aa403538c758f8890bbff0d
Author: amercader <amercadero at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/__init__.py
Log Message:
-----------
Update version number
Commit: 082310f4cdff328aeb7b60704112b8b3629629c6
https://github.com/okfn/ckan/commit/082310f4cdff328aeb7b60704112b8b3629629c6
Author: Ian Ward <ian at excess.org>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
[#897] use IDatasetForm schema for resource_update
Conflicts:
ckan/logic/action/update.py
Commit: 28c3d2bb853db4a9567be75c07fb7fe002af97eb
https://github.com/okfn/ckan/commit/28c3d2bb853db4a9567be75c07fb7fe002af97eb
Author: kindly <kindly at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/lib/search/query.py
Log Message:
-----------
739 add extra options to solr query
Commit: 729233f616a119965c2027ec9bd9cf50849c97d5
https://github.com/okfn/ckan/commit/729233f616a119965c2027ec9bd9cf50849c97d5
Author: kindly <kindly at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/controllers/group.py
Log Message:
-----------
#739 remove whitespace between : and term for comaptibility with edismax search
Commit: f5862e01c19fd767529f44dfc279495c795bee88
https://github.com/okfn/ckan/commit/f5862e01c19fd767529f44dfc279495c795bee88
Author: amercader <amercadero at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#739] Document new search parameters
Commit: 2596695b0cf4e44159531fae17670c4628695d43
https://github.com/okfn/ckan/commit/2596695b0cf4e44159531fae17670c4628695d43
Author: amercader <amercadero at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/lib/search/query.py
Log Message:
-----------
[#739] Add support for boost parameter in queries
Commit: bff26928ac074e2e551b32082744aa4415620233
https://github.com/okfn/ckan/commit/bff26928ac074e2e551b32082744aa4415620233
Author: amercader <amercadero at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/lib/search/query.py
M ckan/logic/action/get.py
Log Message:
-----------
[#739] Pop extras from query parameters before sending them to Solr
Also move them from the root search params dict to 'extras', so they can
be also be used on GET requests, eg:
http://ckan/api/action/package_search?q=dogs&ext_bbox=1.36,41.13,1.38,41.15
gets transformed to:
{
'q': 'dogs',
'extras': {
'ext_bbox': '1.36,41.13,1.38,41.15'
}
}
Commit: 820f7fac3a288f63dabdaf3d96ac76eba84e968d
https://github.com/okfn/ckan/commit/820f7fac3a288f63dabdaf3d96ac76eba84e968d
Author: amercader <amercadero at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/lib/search/query.py
M ckan/logic/action/get.py
Log Message:
-----------
[#739] Partially revert 7d1266 as extensions needs 'extras' on after_search
Commit: 617c942d1edde27ba45bf7b23f13d6ed7ee46a29
https://github.com/okfn/ckan/commit/617c942d1edde27ba45bf7b23f13d6ed7ee46a29
Author: amercader <amercadero at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
Log Message:
-----------
[#900] Fix Czech translation
There were wrong keys in some of the strings that raised an exception on
the resource page. Also updated the translations on Transifex.
Commit: f1b3ceda09ab65e5ab282154409c36dac670759a
https://github.com/okfn/ckan/commit/f1b3ceda09ab65e5ab282154409c36dac670759a
Author: amercader <amercadero at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckanext/datastore/logic/action.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#917] Decode datastore_search filters JSON object if a string
Otherwise it can not be used from GET requests
Commit: f0c79953dd6d211acb12c350a4b8de2e38b7ef9c
https://github.com/okfn/ckan/commit/f0c79953dd6d211acb12c350a4b8de2e38b7ef9c
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/related/snippets/related_item.html
Log Message:
-----------
[#948] Use h.url_for_static for placeholder images
Placeholder images in 3 templates were not using h.url_for_static,
causing placeholder images to be broken when CKAN is mounted on
non-root URL.
Commit: 3c7c658c04b541089e2fa96dd758ab2dacd7a705
https://github.com/okfn/ckan/commit/3c7c658c04b541089e2fa96dd758ab2dacd7a705
Author: amercader <amercadero at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M pip-requirements.txt
Log Message:
-----------
[#764] Install vdm from the Python Package Index
Makes easier to install CKAN on offline environments
Compare: https://github.com/okfn/ckan/compare/3ee68f15721f^...3c7c658c04b5
More information about the ckan-changes
mailing list