[ckan-changes] [okfn/ckan] d33fca: [#669] Fix member_list call when given valid group...
GitHub
noreply at github.com
Tue Mar 26 10:11:36 UTC 2013
Branch: refs/heads/release-v2.0
Home: https://github.com/okfn/ckan
Commit: d33fca453094885172b962bf119b6760d9df86fb
https://github.com/okfn/ckan/commit/d33fca453094885172b962bf119b6760d9df86fb
Author: John Glover <j at johnglover.net>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/test_member.py
Log Message:
-----------
[#669] Fix member_list call when given valid group name.
Now returns lists of (id, type, capacity) tuples
where type is a string. Previously, type was a
Python class object which could not always be
serialized to JSON in the API controller.
Commit: b88c0c913de782c0cd984cfd06d09be1db14c8d0
https://github.com/okfn/ckan/commit/b88c0c913de782c0cd984cfd06d09be1db14c8d0
Author: John Glover <j at johnglover.net>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/test_member.py
Log Message:
-----------
[#669] PEP8
Commit: 89552bdd9e054c7b2c4e576666a6e7ce7f8be275
https://github.com/okfn/ckan/commit/89552bdd9e054c7b2c4e576666a6e7ce7f8be275
Author: John Glover <j at johnglover.net>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/test_member.py
Log Message:
-----------
[#669] Raise NotFound if group is not found in member_list.
Allows a proper error to be generated in the API
controller instead of just giving a 500 error.
Commit: 85b033c69bcd39a08bb6e5393353a7e5f83ad927
https://github.com/okfn/ckan/commit/85b033c69bcd39a08bb6e5393353a7e5f83ad927
Author: John Glover <j at johnglover.net>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/tests/logic/test_member.py
Log Message:
-----------
[#669] Tidy up imports
Commit: 1f1d95ebb737276281a97b08fd375e2a1a8a3514
https://github.com/okfn/ckan/commit/1f1d95ebb737276281a97b08fd375e2a1a8a3514
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/templates/home/about.html
Log Message:
-----------
[#671] Use render_markdown() for custom about page text
Use render_markdown() not markdown_extract() for custom about page text,
so that the full text gets shown not just an extract. Fixes #671.
Commit: 56a954897d0935b0cf572474bb1c5be220c4ef8c
https://github.com/okfn/ckan/commit/56a954897d0935b0cf572474bb1c5be220c4ef8c
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
R doc/administrative-dashboard.rst
Log Message:
-----------
[#532] remove doc/administrative-datshboard.rst
Commit: 420b6926fa2079bd0d3c819dca85791bfded5826
https://github.com/okfn/ckan/commit/420b6926fa2079bd0d3c819dca85791bfded5826
Author: John Martin <me at johnmart.in>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/public/base/less/forms.less
M ckan/templates/package/new_package_metadata.html
Log Message:
-----------
[#586] Adds error_summary to add stage 3 and tidies up errors after bootstrap upgrade
Commit: 5de4331e6ece5f0751e17a94dba123d9fbaa8d0d
https://github.com/okfn/ckan/commit/5de4331e6ece5f0751e17a94dba123d9fbaa8d0d
Author: tobes <toby.junk at gmail.com>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/lib/app_globals.py
Log Message:
-----------
[#288] Fix for unicode/latin1 .ini values
Commit: 8d2a6f0d5dd245c28727673bc66c492c58db0033
https://github.com/okfn/ckan/commit/8d2a6f0d5dd245c28727673bc66c492c58db0033
Author: John Martin <me at johnmart.in>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
A ckan/templates/tag/index.html
Log Message:
-----------
[#421] Adds tag index page
Commit: a1c28100ab2edbc4c7d52b3d86296031dd23f4ec
https://github.com/okfn/ckan/commit/a1c28100ab2edbc4c7d52b3d86296031dd23f4ec
Author: John Martin <me at johnmart.in>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/controllers/tag.py
Log Message:
-----------
[#421] Redirects old tag redirect page to new package search with tag
Commit: 9ea930587020e9d8e75bba51bde8d9b22f3b82c3
https://github.com/okfn/ckan/commit/9ea930587020e9d8e75bba51bde8d9b22f3b82c3
Author: John Martin <me at johnmart.in>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/controllers/tag.py
Log Message:
-----------
[#421] Fix for checking if we're in legacy templates mode for tests
Commit: f0f027034ddeae026a7400b31f788ef149a5d253
https://github.com/okfn/ckan/commit/f0f027034ddeae026a7400b31f788ef149a5d253
Author: John Martin <me at johnmart.in>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/templates/tag/index.html
Log Message:
-----------
[#421] Update strings for CKAN 2.0 readyness
Commit: 95947b99e58c114454e20a61f4b4fbe006acaf70
https://github.com/okfn/ckan/commit/95947b99e58c114454e20a61f4b4fbe006acaf70
Author: tobes <toby.junk at gmail.com>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
R ckanext/organizations/__init__.py
R ckanext/organizations/controllers.py
R ckanext/organizations/forms.py
R ckanext/organizations/templates/email/join_publisher_request.txt
R ckanext/organizations/templates/organization_edit.html
R ckanext/organizations/templates/organizations/form.html
R ckanext/organizations/templates/organizations/index.html
R ckanext/organizations/templates/organizations/new.html
R ckanext/organizations/templates/organizations/read.html
R ckanext/organizations/templates/organizations/users.html
R ckanext/organizations/templates/organizations/users_form.html
R ckanext/organizations/templates_legacy/organizations/apply.html
R ckanext/organizations/templates_legacy/organizations/apply_form.html
R ckanext/organizations/templates_legacy/organizations/email/join_publisher_request.txt
R ckanext/organizations/templates_legacy/organizations/form.html
R ckanext/organizations/templates_legacy/organizations/history.html
R ckanext/organizations/templates_legacy/organizations/index.html
R ckanext/organizations/templates_legacy/organizations/layout.html
R ckanext/organizations/templates_legacy/organizations/new.html
R ckanext/organizations/templates_legacy/organizations/package_form.html
R ckanext/organizations/templates_legacy/organizations/read.html
R ckanext/organizations/templates_legacy/organizations/users.html
R ckanext/organizations/templates_legacy/organizations/users_form.html
Log Message:
-----------
[#408] Remove organizations (publisher) code
Compare: https://github.com/okfn/ckan/compare/1bbe315777db...95947b99e58c
More information about the ckan-changes
mailing list