[ckan-changes] [okfn/ckan] fca35e: [#1387] fix resource urls with no protocols
GitHub
noreply at github.com
Wed Jul 11 07:57:40 UTC 2012
Branch: refs/heads/feature-2347-related-dashboard
Home: https://github.com/okfn/ckan
Commit: fca35e5f6929e3008640be1d1c2460dbc2a2ba32
https://github.com/okfn/ckan/commit/fca35e5f6929e3008640be1d1c2460dbc2a2ba32
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-28 (Thu, 28 Jun 2012)
Changed paths:
M ckan/lib/dictization/model_dictize.py
Log Message:
-----------
[#1387] fix resource urls with no protocols
Commit: 85d88059e921deb93025d9d8ef55dc551f1f788d
https://github.com/okfn/ckan/commit/85d88059e921deb93025d9d8ef55dc551f1f788d
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-28 (Thu, 28 Jun 2012)
Changed paths:
M ckan/tests/lib/test_dictization.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
[#1387] fix tests with bad urls
Commit: 528d27bf699b8df85edf8c55f7cb91b8fcf64c7c
https://github.com/okfn/ckan/commit/528d27bf699b8df85edf8c55f7cb91b8fcf64c7c
Author: amercader <amercadero at gmail.com>
Date: 2012-07-02 (Mon, 02 Jul 2012)
Changed paths:
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
M doc/configuration.rst
Log Message:
-----------
[#1678] Make synchronous search the default behaviour
Unless already loaded or explicitly disabled via the
`ckan.search.automatic_index` configuration option, the synchronous
search plugin will be loaded during startup time.
Commit: 67d7135ed8c2494279dbe00b67cfea20ed2bfc6c
https://github.com/okfn/ckan/commit/67d7135ed8c2494279dbe00b67cfea20ed2bfc6c
Author: amercader <amercadero at gmail.com>
Date: 2012-07-02 (Mon, 02 Jul 2012)
Changed paths:
M ckan/config/environment.py
Log Message:
-----------
PEP8 environment.py
Commit: 10f8cdee61d6dd72330b0f68be1824796c0b064a
https://github.com/okfn/ckan/commit/10f8cdee61d6dd72330b0f68be1824796c0b064a
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-02 (Mon, 02 Jul 2012)
Changed paths:
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
M ckan/config/middleware.py
M ckan/controllers/user.py
M ckan/lib/i18n.py
M doc/configuration.rst
Log Message:
-----------
Merge branch '1678-sync-search-by-default' of https://github.com/okfn/ckan
Commit: 428c9ff756739e4eddc5b5e9e9e794df3726cdc3
https://github.com/okfn/ckan/commit/428c9ff756739e4eddc5b5e9e9e794df3726cdc3
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-02 (Mon, 02 Jul 2012)
Changed paths:
M CHANGELOG.txt
M ckan/controllers/datastore.py
M ckan/lib/search/query.py
M ckan/logic/action/get.py
M ckan/logic/auth/publisher/create.py
M ckan/public/scripts/application.js
M ckan/public/scripts/templates.js
M ckan/public/scripts/vendor/recline/recline.js
M ckan/templates/group/read.html
M ckan/templates/js_strings.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
A ckan/templates/snippets/recline-extra-footer.html
A ckan/templates/snippets/recline-extra-header.html
M ckan/tests/functional/test_authz.py
M ckan/tests/functional/test_datastore.py
M ckan/tests/functional/test_group.py
M ckan/tests/functional/test_package.py
M ckan/tests/lib/test_tag_search.py
M ckan/tests/logic/test_action.py
M ckan/tests/logic/test_tag.py
M ckanext/organizations/controllers.py
M ckanext/organizations/forms.py
M ckanext/organizations/templates/organization_package_form.html
M doc/apiv3.rst
M doc/datastore.rst
M setup.py
Log Message:
-----------
Merge branch 'master' of https://github.com/okfn/ckan
Commit: a1e392f9a3fb89e54afafa339c12bb97134ca26e
https://github.com/okfn/ckan/commit/a1e392f9a3fb89e54afafa339c12bb97134ca26e
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)
Changed paths:
M ckan/lib/plugins.py
M ckan/logic/schema.py
M ckan/templates/package/read.html
M ckan/tests/schema/test_schema.py
M ckanext/publisher_form/forms.py
M ckanext/test_tag_vocab_plugin.py
M doc/coding-standards.rst
A doc/release-cycle.rst
M doc/writing-extensions.rst
M pip-requirements.txt
Log Message:
-----------
Merge branch 'master' of https://github.com/okfn/ckan
Commit: 3a518547e18a1b9d2177db9243620272c58f3ba9
https://github.com/okfn/ckan/commit/3a518547e18a1b9d2177db9243620272c58f3ba9
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)
Changed paths:
M ckanext/organizations/forms.py
Log Message:
-----------
Fixes 2624, where tags were not saved with organization_dataset
Added tag_convert_string to the validators for the form_to_db_schema
so that it correctly converted the string to tags in the DB.
Commit: 4f32c46e50d2c9767faf6768ac013248d83d8d82
https://github.com/okfn/ckan/commit/4f32c46e50d2c9767faf6768ac013248d83d8d82
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)
Changed paths:
M ckanext/organizations/forms.py
Log Message:
-----------
[#2624] Base organizations form_to_db_schema() off form_to_db_package_schema()
Commit: 5d13781be3f7834a178698ae53deaa3ff56bc071
https://github.com/okfn/ckan/commit/5d13781be3f7834a178698ae53deaa3ff56bc071
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)
Changed paths:
M ckanext/organizations/forms.py
Log Message:
-----------
Merge branch '2624-organization-tags'
Commit: 870f980c35792d0510de649c8db416795edd9008
https://github.com/okfn/ckan/commit/870f980c35792d0510de649c8db416795edd9008
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M ckan/controllers/package.py
M ckan/templates/package/resource_read.html
Log Message:
-----------
Fixed missing markdown on the resource read page.
Changed the read_resource method in package controller to generate the
notes from the dictionary and use the dataset notes if no resource
description is available
Commit: f07c75b3c0d0f0ed0909acf0482051cdfb8e5c3f
https://github.com/okfn/ckan/commit/f07c75b3c0d0f0ed0909acf0482051cdfb8e5c3f
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M ckanext/organizations/forms.py
Log Message:
-----------
Merge branch 'master' of https://github.com/okfn/ckan
Commit: d57be835330f6dd2b1be27099148e0e3e7c83902
https://github.com/okfn/ckan/commit/d57be835330f6dd2b1be27099148e0e3e7c83902
Author: John Glover <glover.john at gmail.com>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M ckan/controllers/package.py
M ckan/templates/package/resource_read.html
Log Message:
-----------
Merge pull request #58 from okfn/2650-markdown-resource-description
Fixed missing markdown on the resource read page.
Commit: 737d8234ed654fd53e8422205bd23cd824961a0f
https://github.com/okfn/ckan/commit/737d8234ed654fd53e8422205bd23cd824961a0f
Author: John Glover <j at johnglover.net>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M ckan/templates/package/resource_read.html
Log Message:
-----------
Whitespace cleanup.
Commit: f417be9d35a2d3bd17da654a2c9f04f5cbba89d2
https://github.com/okfn/ckan/commit/f417be9d35a2d3bd17da654a2c9f04f5cbba89d2
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M ckan/public/scripts/application.js
Log Message:
-----------
Add support for TSV files on dataproxy
Commit: 6d4452391e7fb8d9f728f8e9e0f21fef802d7c0f
https://github.com/okfn/ckan/commit/6d4452391e7fb8d9f728f8e9e0f21fef802d7c0f
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M ckan/controllers/package.py
M ckan/templates/package/resource_read.html
Log Message:
-----------
Merge branch 'master' of https://github.com/okfn/ckan
Commit: 096a414efd3ef4fb6fc8c48635be12d0f4ee7e73
https://github.com/okfn/ckan/commit/096a414efd3ef4fb6fc8c48635be12d0f4ee7e73
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M ckan/lib/dictization/model_dictize.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
Merge branch '1387-fix-resource-urls'
Commit: fea646fc610c96ae9ff34d38a6dc4f8aa153f4e9
https://github.com/okfn/ckan/commit/fea646fc610c96ae9ff34d38a6dc4f8aa153f4e9
Author: Toby <toby.junk at gmail.com>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M ckan/controllers/package.py
M ckan/lib/helpers.py
M ckan/templates/package/resource_read.html
Log Message:
-----------
[#2651] rival patch to keep controller clean
Commit: 16a689555807cd37a66c11340a0201de47ea8e07
https://github.com/okfn/ckan/commit/16a689555807cd37a66c11340a0201de47ea8e07
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M ckan/controllers/package.py
M ckan/lib/helpers.py
M ckan/templates/package/resource_read.html
Log Message:
-----------
Merge branch '2651-rival-patch'
Commit: 66aa4f1587ec1d86864bd0ee419fbf4c216462d7
https://github.com/okfn/ckan/commit/66aa4f1587ec1d86864bd0ee419fbf4c216462d7
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-11 (Wed, 11 Jul 2012)
Changed paths:
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/public/scripts/application.js
M ckan/templates/package/resource_read.html
M ckan/tests/lib/test_dictization.py
M ckan/tests/logic/test_action.py
M ckanext/organizations/forms.py
Log Message:
-----------
Merge branch 'master' into feature-2347-related-dashboard
Compare: https://github.com/okfn/ckan/compare/cab9e7ddb8ef...66aa4f1587ec
More information about the ckan-changes
mailing list