[ckan-changes] [okfn/ckan] e86430: [#853] Fix license facets
GitHub
noreply at github.com
Mon May 6 10:26:23 UTC 2013
Branch: refs/heads/release-v2.0
Home: https://github.com/okfn/ckan
Commit: e86430184c2f5d0d6d5dcf3b328f778e8f8ce3b6
https://github.com/okfn/ckan/commit/e86430184c2f5d0d6d5dcf3b328f778e8f8ce3b6
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/controllers/package.py
M ckan/lib/app_globals.py
M ckan/logic/action/get.py
Log Message:
-----------
[#853] Fix license facets
The current default facets were using a 'license' field which is not present
in the Solr index. Changed it to 'license_id' and added some logic in
package_search to return a display name for them.
Commit: a95ed4cc67cb65260d676a4dda17a5bf4cd7b543
https://github.com/okfn/ckan/commit/a95ed4cc67cb65260d676a4dda17a5bf4cd7b543
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
[#830] Dashboard filter fix
Commit: c9879b790b5da99348ee344bc3a838dfbc628f02
https://github.com/okfn/ckan/commit/c9879b790b5da99348ee344bc3a838dfbc628f02
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#859] Fix default sort ordering
The default sort ordering for dataset searches is supposed to be
most-recently-modified first, but it's actually most-recently-created
first. This appears to have been a typo/accidental change in this
commit: bc496ff. Change it back to most-recently-modified.
Commit: 862fa7089c9058cb3522f3744ebbc7fffcce5aac
https://github.com/okfn/ckan/commit/862fa7089c9058cb3522f3744ebbc7fffcce5aac
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/lib/base.py
M ckan/lib/render.py
Log Message:
-----------
[#808] Fix unicode template 500 error
Compare: https://github.com/okfn/ckan/compare/0ba70abf3ec4...862fa7089c90
More information about the ckan-changes
mailing list