[ckan-changes] [okfn/ckan] 55cc4f: [#255] First part of API docs update for CKAN 2.0
GitHub
noreply at github.com
Tue Mar 12 18:18:02 UTC 2013
Branch: refs/heads/release-v2.0
Home: https://github.com/okfn/ckan
Commit: 55cc4f72ecc6f2ac6a2d852756511cfa4dab3796
https://github.com/okfn/ckan/commit/55cc4f72ecc6f2ac6a2d852756511cfa4dab3796
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
A doc/api-search.rst
M doc/api-util.rst
R doc/api-v2.rst
M doc/api.rst
R doc/apiv3.rst
M doc/architecture.rst
M doc/index.rst
A doc/legacy-api.rst
M doc/tag-vocabularies.rst
Log Message:
-----------
[#255] First part of API docs update for CKAN 2.0
The action API is now the default API.
Moved apiv3.rst -> api.rst.
Edited and rearranged apiv3.rst.
Removed the API quickstart tutorial as superfluous.
Removed the Tools for Accessing the API section as these tools
(particularly ckanclient) are out of date and unmaintained.
Moved what was in api.rst and api-v2.rst into legacy-api.rst.
Moved the Search API docs (which were mixed into apiv3.rst with the
Action API docs) into api-search.rst. The old version of the search API
is still documented in legacy-api.rst.
Commit: 35282c33b059105523b6d30b9acdf96cbb0bd701
https://github.com/okfn/ckan/commit/35282c33b059105523b6d30b9acdf96cbb0bd701
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/lib/base.py
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 255-update-api-docs
Commit: b25df3db38b7ac28f64033399920a492b9411fe1
https://github.com/okfn/ckan/commit/b25df3db38b7ac28f64033399920a492b9411fe1
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-07 (Thu, 07 Feb 2013)
Changed paths:
R doc/api-search.rst
M doc/index.rst
Log Message:
-----------
[#255] Move the Search API docs into Legacy API chapter
There was actuallt already a copy of the Search API docs in the
legacy-api.rst file, so just delete the api-search.rst file and remove
it from the index.
Commit: a413d8354408fc413c7a91066d57f4622841ed66
https://github.com/okfn/ckan/commit/a413d8354408fc413c7a91066d57f4622841ed66
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-07 (Thu, 07 Feb 2013)
Changed paths:
R doc/api-util.rst
M doc/index.rst
M doc/legacy-api.rst
Log Message:
-----------
[#255] Move Util API docs into Legacy API chapter
Commit: 98d9296584fedb362ffaff1224e2b3043bb8b487
https://github.com/okfn/ckan/commit/98d9296584fedb362ffaff1224e2b3043bb8b487
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-07 (Thu, 07 Feb 2013)
Changed paths:
M doc/legacy-api.rst
Log Message:
-----------
[#255] Legacy API docs tweaks
Just tweak a couple of section headings and the introductory text
Commit: 9da6bb83b8071f73a3b44cc832d3a7ce22918112
https://github.com/okfn/ckan/commit/9da6bb83b8071f73a3b44cc832d3a7ce22918112
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-07 (Thu, 07 Feb 2013)
Changed paths:
M doc/api.rst
Log Message:
-----------
[#255] Rename API v3 -> Action API in docs
This is the correct name, because other named APIs (Datastore API, etc.)
may also have a v3, and the Action API may one day have a v4.
Commit: 6f15064ec0acfab223f46f2933670e35d5b7ccbe
https://github.com/okfn/ckan/commit/6f15064ec0acfab223f46f2933670e35d5b7ccbe
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-07 (Thu, 07 Feb 2013)
Changed paths:
M doc/api.rst
Log Message:
-----------
[#255] Tweak Action API docs intro
Mention RPC-style, and add lots of links to demo.ckan.org as examples.
Commit: a6c5236350ec81b741fcff81b506f56d1dcd61a9
https://github.com/okfn/ckan/commit/a6c5236350ec81b741fcff81b506f56d1dcd61a9
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-07 (Thu, 07 Feb 2013)
Changed paths:
M doc/datastore-api.rst
Log Message:
-----------
[#255] Rename DataStore Data API -> DataStore API in docs
Commit: ea68b96a974f138b77c924d8880b54a0a91c0cb1
https://github.com/okfn/ckan/commit/ea68b96a974f138b77c924d8880b54a0a91c0cb1
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
A doc/filestore-api.rst
M doc/filestore.rst
M doc/index.rst
Log Message:
-----------
[#255] Edit FileStore API docs
Move the FileStore API docs into its own file (filestore-api.rst) same
as the Action API and DataStore API, and move it to the CKAN API section
in the table of contents.
Also renamed it Storage API -> FileStore API (since the feature is
called the FileStore), and added a link to the ckanclient code that
shows how to use it (since the documentation is hopeless).
On the FileStore page, where the FileStore API docs used to be put a
link to the new FileStore API page.
Edited the FileStore feature docs: rename Storage Web Interface ->
FileStore Web Interface (the feature seems to change names, from
FileStore to just Storage, half-way down the page).
Commit: 9a485846b10bbd488e3b95e45a1466eb00bb39f3
https://github.com/okfn/ckan/commit/9a485846b10bbd488e3b95e45a1466eb00bb39f3
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/index.rst
Log Message:
-----------
[#255] Simplify API documentation table of contents
Only list the top-level sections, not subsesctions.
Commit: d272661793d5abdf021e4d2cb36a915e37ac90a6
https://github.com/okfn/ckan/commit/d272661793d5abdf021e4d2cb36a915e37ac90a6
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/api.rst
A doc/ckan.logic.action.create.rst
A doc/ckan.logic.action.delete.rst
A doc/ckan.logic.action.get.rst
A doc/ckan.logic.action.rst
A doc/ckan.logic.action.update.rst
Log Message:
-----------
[#255] Break Action API reference into multiple pages
Commit: e60fc6c6988b8185907727c62fc1ffe88f4426f0
https://github.com/okfn/ckan/commit/e60fc6c6988b8185907727c62fc1ffe88f4426f0
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/conf.py
Log Message:
-----------
[#255] Autodoc API functions in source order
Put autodoc function listings in source order (was previously
alphabetical order) in docs.
Commit: 19346cbe462efc03b14f13c0507e99931423892c
https://github.com/okfn/ckan/commit/19346cbe462efc03b14f13c0507e99931423892c
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/loading-data.rst
Log Message:
-----------
[#255] Replace ckanclient Loading Data example
Replace the example of loading data using ckanclient in the docs with
one using the action api.
The rest of the Load Datasets page of the docs still looks pretty out of date.
Commit: 013640c5c058e93206a10ef59db005b9949b7090
https://github.com/okfn/ckan/commit/013640c5c058e93206a10ef59db005b9949b7090
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/api.rst
Log Message:
-----------
[#255] Add an assert to an api example in the docs
Commit: fd89e039d6506723de635ee48b0b1d5d5136f0b8
https://github.com/okfn/ckan/commit/fd89e039d6506723de635ee48b0b1d5d5136f0b8
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
R doc/api-tutorial.rst
Log Message:
-----------
[#255] Remove API Quickstart Tutorial file
It had already been removed from the table of contents
Commit: 849db01412ac998023bc3e41c2c3e26c63b8545c
https://github.com/okfn/ckan/commit/849db01412ac998023bc3e41c2c3e26c63b8545c
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/datastore-api.rst
Log Message:
-----------
[#255] Edit DataStore API docs intro
Remove some unnecessary explanation, just refer to the Action API docs
instead.
Commit: 0df95446a57508a0aca3a9a0a5d827cc3629a07d
https://github.com/okfn/ckan/commit/0df95446a57508a0aca3a9a0a5d827cc3629a07d
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/datastore-api.rst
Log Message:
-----------
[#255] Tweak some DataStore API example URLs
You don't actually have to put the version number in the URL, since it
defaults to 3 and 3 is the only possible version number.
Commit: 9d468ae2ea0aadbfebcf0e0995cd2dc1df8cfe54
https://github.com/okfn/ckan/commit/9d468ae2ea0aadbfebcf0e0995cd2dc1df8cfe54
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/datastore-api.rst
Log Message:
-----------
[#255] Update an example API URL
Use action api not rest api
Commit: 3939de636349abcb3c61f016d3ca3c178120ad25
https://github.com/okfn/ckan/commit/3939de636349abcb3c61f016d3ca3c178120ad25
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M ckan/lib/helpers.py
M ckan/model/meta.py
M ckan/public/base/css/main.css
M ckan/public/base/less/forms.less
M ckan/templates/admin/authz.html
M ckan/templates/ajax_snippets/api_info.html
M ckan/templates/group/read_base.html
M ckan/templates/organization/members.html
M ckan/templates/organization/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/snippets/additional_info.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/related.html
M ckan/templates/user/read.html
M ckanext/datastore/plugin.py
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 255-update-api-docs
Commit: edbdd31b0b0e4bf2bacbbbe6e82bff80465a586a
https://github.com/okfn/ckan/commit/edbdd31b0b0e4bf2bacbbbe6e82bff80465a586a
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/api.rst
Log Message:
-----------
[#255] Fix a broken link in the API docs
Commit: d5eb41b50f7a351d874ff2a06a16bbc06c2cc4cd
https://github.com/okfn/ckan/commit/d5eb41b50f7a351d874ff2a06a16bbc06c2cc4cd
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M doc/api.rst
M doc/architecture.rst
R doc/ckan.logic.action.rst
M doc/datastore-api.rst
M doc/install-from-source.rst
M doc/python-coding-standards.rst
Log Message:
-----------
[#255] Fix lots of sphinx warnings when building the docs
Commit: 85b5b110371f0a276c1aec503c8d84f0b693a183
https://github.com/okfn/ckan/commit/85b5b110371f0a276c1aec503c8d84f0b693a183
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
M doc/datastore-api.rst
Log Message:
-----------
[#255] Remove "Using the Data API" from Datastore docs, add section about internal database structure
Commit: 584f764fad2bcf22b9f8e0c4820fdf1f2f0e4153
https://github.com/okfn/ckan/commit/584f764fad2bcf22b9f8e0c4820fdf1f2f0e4153
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
M doc/api.rst
Log Message:
-----------
[#255] Link to datastore docs in api docs
Commit: cb47bcaedfe4c834d99309db2f6797e96456977e
https://github.com/okfn/ckan/commit/cb47bcaedfe4c834d99309db2f6797e96456977e
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
M doc/datastore-api.rst
Log Message:
-----------
[#255] Removed Quickstart section from datastore docs
Commit: 737baf4260f209d06807621e50b55b26f18e2db2
https://github.com/okfn/ckan/commit/737baf4260f209d06807621e50b55b26f18e2db2
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
M doc/install-from-source.rst
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 255-update-api-docs
Commit: d8717b395a8801db6f329382d7e62da450f260c8
https://github.com/okfn/ckan/commit/d8717b395a8801db6f329382d7e62da450f260c8
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
M doc/datastore-api.rst
Log Message:
-----------
[#255] Remove a little repetition from datastore api docs
Commit: e051bfd8be56223b38d41c92e411053e900b3c0f
https://github.com/okfn/ckan/commit/e051bfd8be56223b38d41c92e411053e900b3c0f
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
M doc/datastore-api.rst
Log Message:
-----------
[#255] Fixed syntax error in docs
Commit: 936c6dacfc76bf14fd882954461c74ba2d9028dc
https://github.com/okfn/ckan/commit/936c6dacfc76bf14fd882954461c74ba2d9028dc
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
M doc/datastore-api.rst
M doc/install-from-source.rst
Log Message:
-----------
Merge branch '255-update-api-docs' of github.com:okfn/ckan into 255-update-api-docs
Commit: 755b91faa61c6a275db97971ba3d3d7692165e43
https://github.com/okfn/ckan/commit/755b91faa61c6a275db97971ba3d3d7692165e43
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-12 (Tue, 12 Feb 2013)
Changed paths:
M doc/datastore-api.rst
Log Message:
-----------
[#255] Remove unnecessary rows from datastore docs
Commit: 2600f57f403c2aa279366d017542e0a78dbed4fb
https://github.com/okfn/ckan/commit/2600f57f403c2aa279366d017542e0a78dbed4fb
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-14 (Thu, 14 Feb 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/user.py
M ckan/lib/app_globals.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/logic/schema.py
M ckan/model/activity.py
M ckan/plugins/core.py
M ckan/public/base/css/main.css
A ckan/public/base/images/dashboard-followee-related.png
A ckan/public/base/images/full-width-nav-right.png
M ckan/public/base/javascript/modules/dashboard.js
M ckan/public/base/javascript/modules/data-viewer.js
M ckan/public/base/javascript/modules/popover-context.js
M ckan/public/base/less/dashboard.less
M ckan/public/base/less/masthead.less
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/ajax_snippets/api_info.html
M ckan/templates/ajax_snippets/popover_context_group.html
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/home/index.html
A ckan/templates/snippets/popover_context.html
M ckan/templates/user/dashboard.html
A ckan/templates/user/snippets/followee_dropdown.html
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_follow.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_dictization_schema.py
M ckanext/reclinepreview/theme/public/preview_recline.js
M ckanext/reclinepreview/theme/public/resource.config
A ckanext/reclinepreview/theme/public/vendor/backbone/0.9.2/backbone.js
R ckanext/reclinepreview/theme/public/vendor/backbone/backbone.js
R ckanext/reclinepreview/theme/public/vendor/backbone/backbone.min.js
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/bootstrap.js
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/css/bootstrap-responsive.css
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/css/bootstrap.css
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/img/glyphicons-halflings-white.png
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/img/glyphicons-halflings.png
R ckanext/reclinepreview/theme/public/vendor/bootstrap/bootstrap.js
R ckanext/reclinepreview/theme/public/vendor/bootstrap/bootstrap.min.js
R ckanext/reclinepreview/theme/public/vendor/bootstrap/css/bootstrap.css
R ckanext/reclinepreview/theme/public/vendor/bootstrap/css/bootstrap.min.css
R ckanext/reclinepreview/theme/public/vendor/bootstrap/img/glyphicons-halflings-white.png
R ckanext/reclinepreview/theme/public/vendor/bootstrap/img/glyphicons-halflings.png
A ckanext/reclinepreview/theme/public/vendor/flot/excanvas.js
A ckanext/reclinepreview/theme/public/vendor/flot/jquery.flot.js
R ckanext/reclinepreview/theme/public/vendor/flotr2/excanvas.js
R ckanext/reclinepreview/theme/public/vendor/flotr2/excanvas.min.js
M ckanext/reclinepreview/theme/public/vendor/flotr2/flotr2.js
R ckanext/reclinepreview/theme/public/vendor/flotr2/flotr2.min.js
R ckanext/reclinepreview/theme/public/vendor/jquery.mustache/jquery.mustache.js
R ckanext/reclinepreview/theme/public/vendor/jquery.mustache/jquery.mustache.min.js
A ckanext/reclinepreview/theme/public/vendor/jquery/1.7.1/jquery.js
A ckanext/reclinepreview/theme/public/vendor/json/json2.js
R ckanext/reclinepreview/theme/public/vendor/leaflet.markercluster/MarkerCluster.Default.ie.min.css
R ckanext/reclinepreview/theme/public/vendor/leaflet.markercluster/MarkerCluster.Default.min.css
R ckanext/reclinepreview/theme/public/vendor/leaflet.markercluster/MarkerCluster.min.css
A ckanext/reclinepreview/theme/public/vendor/leaflet.markercluster/leaflet.markercluster-src.js
M ckanext/reclinepreview/theme/public/vendor/leaflet.markercluster/leaflet.markercluster.js
R ckanext/reclinepreview/theme/public/vendor/leaflet.markercluster/leaflet.markercluster.min.js
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/layers.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/marker-icon.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/marker-shadow.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/zoom-in.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/zoom-out.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet-src.js
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet.css
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet.ie.css
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet.js
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/layers.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/marker-icon.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/marker-shadow.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/zoom-in.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/zoom-out.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.css
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.ie.css
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.ie.min.css
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.js
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.min.css
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.min.js
A ckanext/reclinepreview/theme/public/vendor/moment/1.6.2/moment.js
R ckanext/reclinepreview/theme/public/vendor/moment/moment.js
R ckanext/reclinepreview/theme/public/vendor/moment/moment.min.js
A ckanext/reclinepreview/theme/public/vendor/mustache/0.5.0-dev/mustache.js
R ckanext/reclinepreview/theme/public/vendor/mustache/mustache.js
R ckanext/reclinepreview/theme/public/vendor/mustache/mustache.min.js
R ckanext/reclinepreview/theme/public/vendor/recline/css/recline.css
R ckanext/reclinepreview/theme/public/vendor/recline/css/recline.min.css
A ckanext/reclinepreview/theme/public/vendor/recline/recline.css
A ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
R ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
A ckanext/reclinepreview/theme/public/vendor/showdown/20120615/showdown.js
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/MIT-LICENSE.txt
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/README.txt
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/images/calendar.gif
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/images/sort-asc.gif
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/images/sort-desc.gif
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/jquery-ui-1.8.16.custom.js
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/jquery.event.drag-2.0.js
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/slick.grid.css
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/slick.grid.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/MIT-LICENSE.txt
R ckanext/reclinepreview/theme/public/vendor/slickgrid/README.txt
R ckanext/reclinepreview/theme/public/vendor/slickgrid/images/sort-asc.gif
R ckanext/reclinepreview/theme/public/vendor/slickgrid/images/sort-desc.gif
R ckanext/reclinepreview/theme/public/vendor/slickgrid/jquery-ui-1.8.16.custom.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/jquery-ui-1.8.16.custom.min.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/jquery.event.drag-2.0.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/jquery.event.drag-2.0.min.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/slick.grid.css
R ckanext/reclinepreview/theme/public/vendor/slickgrid/slick.grid.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/slick.grid.min.css
R ckanext/reclinepreview/theme/public/vendor/slickgrid/slick.grid.min.js
A ckanext/reclinepreview/theme/public/vendor/timeline/20120520/css/timeline.css
A ckanext/reclinepreview/theme/public/vendor/timeline/20120520/css/timeline.png
A ckanext/reclinepreview/theme/public/vendor/timeline/20120520/js/timeline.js
A ckanext/reclinepreview/theme/public/vendor/underscore.deferred/0.4.0/underscore.deferred.js
A ckanext/reclinepreview/theme/public/vendor/underscore/1.4.2/underscore.js
R ckanext/reclinepreview/theme/public/vendor/underscore/underscore.js
R ckanext/reclinepreview/theme/public/vendor/underscore/underscore.min.js
M ckanext/reclinepreview/theme/templates/recline.html
M doc/writing-extensions.rst
M test-core.ini
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 255-update-api-docs
Commit: 434b736e0405341f5064542f70728b8dc23d2198
https://github.com/okfn/ckan/commit/434b736e0405341f5064542f70728b8dc23d2198
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-14 (Thu, 14 Feb 2013)
Changed paths:
M doc/api.rst
M doc/datastore-api.rst
Log Message:
-----------
[#255] Add API Versions to Action API docs
Add a section explaining api versions to the action api docs, and also
add version 3 to all example api urls.
Commit: ce6df11d2dc50f46ffa867604afff03149f44479
https://github.com/okfn/ckan/commit/ce6df11d2dc50f46ffa867604afff03149f44479
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M ckan/plugins/interfaces.py
Log Message:
-----------
[#255] Fix unclear sentence in IResourcePreview docstring
Commit: 517114924b058e9af92b780d37269c5e323d2a3e
https://github.com/okfn/ckan/commit/517114924b058e9af92b780d37269c5e323d2a3e
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M doc/api.rst
Log Message:
-----------
[#255] Remove docs about having to put empty json dicts in api requests
It seems that you no longer need to provide an empty json dict or param
list when making an api request that has no params.
Commit: 4d32986a28dffad08fd5a62c8a8b1968c63c0205
https://github.com/okfn/ckan/commit/4d32986a28dffad08fd5a62c8a8b1968c63c0205
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M doc/api.rst
Log Message:
-----------
[#255] Fix unversioned API URL mistake
This one is _supposed_ to be an example of an unversioned API URL, so
make it unversioned
Commit: a8159b0665648bfa9fe63d8f4863cbe3c4e60b7a
https://github.com/okfn/ckan/commit/a8159b0665648bfa9fe63d8f4863cbe3c4e60b7a
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
Skip datastore sql tests in legacy mode
Commit: 39e8a23b243b5326f2cde4c232fc87100146771b
https://github.com/okfn/ckan/commit/39e8a23b243b5326f2cde4c232fc87100146771b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
Pep8
Commit: 7fe4e14552a0aa156508cafb17cee0edcb419820
https://github.com/okfn/ckan/commit/7fe4e14552a0aa156508cafb17cee0edcb419820
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
Do not ensure separate read and write urls in legacy mode
Commit: 40773a4a4f63ef52d6dc2f245d51ccd841893c4c
https://github.com/okfn/ckan/commit/40773a4a4f63ef52d6dc2f245d51ccd841893c4c
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
Refactor _is_read_only_database
Commit: 3e028bd6c64b00394a0b282cd279fddf82145f9b
https://github.com/okfn/ckan/commit/3e028bd6c64b00394a0b282cd279fddf82145f9b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
A ckanext/datastore/tests/test_configure.py
Log Message:
-----------
Test datastore configuration
Commit: 4a4ca6418097d435d70126845a1b16db9827c1c7
https://github.com/okfn/ckan/commit/4a4ca6418097d435d70126845a1b16db9827c1c7
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
Create indexes with names if on PG prior to 9.0 because automatic naming is not supported there
Commit: 3a1a57bed304ffedcd91d6124356bba11e91a865
https://github.com/okfn/ckan/commit/3a1a57bed304ffedcd91d6124356bba11e91a865
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
Return True, instead of printing it
Commit: 0c22a7bb40ff20f6360ed6957ac123a8af92836d
https://github.com/okfn/ckan/commit/0c22a7bb40ff20f6360ed6957ac123a8af92836d
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
Correct version comparison
Commit: eebc51b53e355b852cf04836e681fdedba9104f9
https://github.com/okfn/ckan/commit/eebc51b53e355b852cf04836e681fdedba9104f9
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckanext/datastore/tests/test_unit.py
Log Message:
-----------
Compare with bool with is instead of ==
Commit: 26ed1b2204f6e2f3691b6ce24e0645325f9f6511
https://github.com/okfn/ckan/commit/26ed1b2204f6e2f3691b6ce24e0645325f9f6511
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckanext/datastore/tests/test_unit.py
Log Message:
-----------
Test pg version comparison
Commit: 7677d69e5e72694263e4648734027e5fa822ce3f
https://github.com/okfn/ckan/commit/7677d69e5e72694263e4648734027e5fa822ce3f
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M ckan/migration/versions/067_turn_extras_to_strings.py
Log Message:
-----------
Remove usage of postgres' function that's not available in < 9.1
The function left() was only added in Postgres 9.1, but we can easily use
substr() to achieve the same effect.
Fixes #542.
Commit: 88f4d151de089056f8cf8a7a54354233b7e429bd
https://github.com/okfn/ckan/commit/88f4d151de089056f8cf8a7a54354233b7e429bd
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M .travis.yml
A bin/travis-build
Log Message:
-----------
Run tests with Postgres 8.4 and 9.1 on Travis
Commit: 2e9366224e22d7bad52348eb043cbe70ffd3a040
https://github.com/okfn/ckan/commit/2e9366224e22d7bad52348eb043cbe70ffd3a040
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M doc/legacy-api.rst
Log Message:
-----------
[#255] Add warning to top of legacy API docs page
Commit: 466182159d0b7c9c2cdf73ca33845239c01cf1af
https://github.com/okfn/ckan/commit/466182159d0b7c9c2cdf73ca33845239c01cf1af
Author: amercader <amercadero at gmail.com>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M doc/api.rst
M doc/architecture.rst
M doc/multilingual.rst
Log Message:
-----------
[#255] Minor tweaks on API related docs
Commit: 8def262c949d848a9a53b865c7d0d46f6bb90c59
https://github.com/okfn/ckan/commit/8def262c949d848a9a53b865c7d0d46f6bb90c59
Author: amercader <amercadero at gmail.com>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/plugins/interfaces.py
R doc/api-tutorial.rst
R doc/api-util.rst
R doc/api-v2.rst
M doc/api.rst
R doc/apiv3.rst
M doc/architecture.rst
A doc/ckan.logic.action.create.rst
A doc/ckan.logic.action.delete.rst
A doc/ckan.logic.action.get.rst
A doc/ckan.logic.action.update.rst
M doc/conf.py
M doc/datastore-api.rst
A doc/filestore-api.rst
M doc/filestore.rst
M doc/index.rst
M doc/install-from-source.rst
A doc/legacy-api.rst
M doc/loading-data.rst
M doc/multilingual.rst
M doc/python-coding-standards.rst
M doc/tag-vocabularies.rst
Log Message:
-----------
Merge branch '255-update-api-docs' into release-v2.0
Commit: 4b7f2c90f361139d29d165d4bec2f0666b78e011
https://github.com/okfn/ckan/commit/4b7f2c90f361139d29d165d4bec2f0666b78e011
Author: amercader <amercadero at gmail.com>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M .tx/config
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
Log Message:
-----------
Merge branch 'release-v2.0' of github.com:okfn/ckan into release-v2.0
Compare: https://github.com/okfn/ckan/compare/09e7648ef554...4b7f2c90f361
More information about the ckan-changes
mailing list