[ckan-changes] [okfn/ckan] de9884: [#2345] Docstring for package_search action.
GitHub
noreply at github.com
Mon May 21 09:24:04 UTC 2012
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: de98840e0e4d94955ec099ee079b49078e62ba9a
https://github.com/okfn/ckan/commit/de98840e0e4d94955ec099ee079b49078e62ba9a
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#2345] Docstring for package_search action.
Commit: c07fc16fab72dbedfe8139b9c4fcc61b6c3655fa
https://github.com/okfn/ckan/commit/c07fc16fab72dbedfe8139b9c4fcc61b6c3655fa
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M .gitattributes
M .tx/config
M CHANGELOG.txt
M ckan/authz.py
M ckan/config/environment.py
M ckan/config/middleware.py
M ckan/config/routing.py
M ckan/controllers/admin.py
M ckan/controllers/api.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/user.py
M ckan/lib/authztool.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/helpers.py
M ckan/lib/mailer.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/logic/__init__.py
M ckan/logic/action/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/delete.py
M ckan/logic/auth/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
A ckan/migration/versions/058_add_follower_tables.py
M ckan/model/__init__.py
M ckan/model/activity.py
M ckan/model/authorization_group.py
M ckan/model/authz.py
M ckan/model/core.py
M ckan/model/domain_object.py
M ckan/model/extension.py
A ckan/model/follower.py
M ckan/model/group.py
M ckan/model/group_extra.py
M ckan/model/license.py
M ckan/model/meta.py
M ckan/model/misc.py
M ckan/model/modification.py
M ckan/model/package.py
M ckan/model/package_extra.py
R ckan/model/package_mapping.py
M ckan/model/package_relationship.py
M ckan/model/rating.py
M ckan/model/related.py
M ckan/model/resource.py
M ckan/model/tag.py
M ckan/model/task_status.py
M ckan/model/term_translation.py
M ckan/model/test_user.py
M ckan/model/tracking.py
M ckan/model/types.py
M ckan/model/user.py
M ckan/model/vocabulary.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/public/css/style.css
M ckan/public/scripts/application.js
M ckan/templates/_util.html
M ckan/templates/admin/authz.html
M ckan/templates/authorization_group/authz.html
M ckan/templates/authorization_group/edit.html
M ckan/templates/authorization_group/index.html
M ckan/templates/authorization_group/new.html
M ckan/templates/authorization_group/read.html
M ckan/templates/group/authz.html
M ckan/templates/group/edit.html
M ckan/templates/home/about.html
M ckan/templates/home/index.html
M ckan/templates/layout_base.html
M ckan/templates/package/authz.html
M ckan/templates/package/edit.html
M ckan/templates/package/editresources.html
A ckan/templates/package/followers.html
M ckan/templates/package/history.html
M ckan/templates/package/layout.html
M ckan/templates/package/new.html
M ckan/templates/package/read.html
M ckan/templates/package/read.n3
M ckan/templates/package/read.rdf
M ckan/templates/package/related_list.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/search_form.html
M ckan/templates/revision/diff.html
M ckan/templates/revision/list.html
A ckan/templates/user/followers.html
M ckan/templates/user/layout.html
M ckan/templates/user/login.html
M ckan/templates/user/read.html
M ckan/tests/__init__.py
M ckan/tests/functional/api/test_api.py
A ckan/tests/functional/api/test_follow.py
M ckan/tests/functional/api/test_util.py
A ckan/tests/functional/test_follow.py
M ckan/tests/functional/test_user.py
A ckan/tests/lib/test_authztool.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/logic/test_action.py
A ckan/tests/logic/test_tag.py
M ckan/tests/models/test_group.py
M ckan/tests/pylons_controller.py
M ckan_deb/usr/bin/ckan-setup-solr
M ckanext/multilingual/plugin.py
M ckanext/organizations/templates/email/join_publisher_request.txt
M ckanext/stats/controller.py
M ckanext/stats/plugin.py
M ckanext/stats/stats.py
R doc/api-ref.rst
M doc/api-v2.rst
M doc/api.rst
M doc/apiv3.rst
M doc/background-tasks.rst
M doc/commenting.rst
A doc/data-viewer.rst
M doc/deployment.rst
M doc/filestore.rst
M doc/forms.rst
M doc/index.rst
M doc/linked-data-and-rdf.rst
M doc/publisher-profile.rst
A doc/tag-vocabularies.rst
A doc/user-stories-list.rst
A doc/user-stories.rst
M doc/using-data-api.rst
M doc/writing-extensions.rst
M profile_tests.py
M requires/lucid_missing.txt
M setup.py
Log Message:
-----------
Merge remote-tracking branch 'origin/feature-2345-action-api-autodocs' into feature-2345-action-api-autodocs
Conflicts:
ckan/logic/action/get.py
Commit: 9248ce2b508597c034a4fab831af15b66700100b
https://github.com/okfn/ckan/commit/9248ce2b508597c034a4fab831af15b66700100b
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
Tidying package_search docstring
Commit: e5a1ccff8a28bb9979d11525466ae58b94ef7d1c
https://github.com/okfn/ckan/commit/e5a1ccff8a28bb9979d11525466ae58b94ef7d1c
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M doc/apiv3.rst
Log Message:
-----------
Moved section about GETable actions
Commit: 952c90cf4c825602355c1b9cd16b9ae680b67377
https://github.com/okfn/ckan/commit/952c90cf4c825602355c1b9cd16b9ae680b67377
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M ckan/logic/action/get.py
M doc/apiv3.rst
Log Message:
-----------
Merge branch 'feature-2345-action-api-autodocs'
Compare: https://github.com/okfn/ckan/compare/0e28352...952c90c
More information about the ckan-changes
mailing list