[ckan-changes] [okfn/ckan] 52f0ef: [1345] remove all signs of vdm doing state managem...
GitHub
noreply at github.com
Tue Aug 7 22:09:52 UTC 2012
Branch: refs/heads/2733-feature-datastore
Home: https://github.com/okfn/ckan
Commit: 52f0efda25361aebc99db818c5b8322d767ab2ec
https://github.com/okfn/ckan/commit/52f0efda25361aebc99db818c5b8322d767ab2ec
Author: kindly <kindly at gmail.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/lib/create_test_data.py
M ckan/model/package.py
M ckan/model/resource.py
M ckan/tests/forms/test_package.py
M ckan/tests/functional/test_revision.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/models/test_package.py
M ckan/tests/models/test_resource.py
Log Message:
-----------
[1345] remove all signs of vdm doing state management on resources. This commit also removes a lot of old form code that was not worth maintaining.
Commit: a3d61b03e084181f290e631fce6819b67abb5d2d
https://github.com/okfn/ckan/commit/a3d61b03e084181f290e631fce6819b67abb5d2d
Author: kindly <kindly at gmail.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/model/authz.py
Log Message:
-----------
[1345] remove global cache turn to weakref
Commit: 3ee86db592d5717ac426b46b91f16c4bc3efc51a
https://github.com/okfn/ckan/commit/3ee86db592d5717ac426b46b91f16c4bc3efc51a
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/model/license.py
Log Message:
-----------
[#2575] fix license title translation
Commit: 119ebb5db95e40aa230b6e9ebe87c7ee6c05d974
https://github.com/okfn/ckan/commit/119ebb5db95e40aa230b6e9ebe87c7ee6c05d974
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M CHANGELOG.txt
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/lib/helpers.py
M ckan/lib/maintain.py
M ckan/logic/action/get.py
M ckan/templates/facets.html
M ckan/tests/logic/test_action.py
M ckanext/publisher_form/templates/publisher_read.html
Log Message:
-----------
Merge branch 'master' of https://github.com/okfn/ckan
Commit: dbc8766fd20ccc4ff627d6a11604694674e7eb77
https://github.com/okfn/ckan/commit/dbc8766fd20ccc4ff627d6a11604694674e7eb77
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M LICENSE.txt
Log Message:
-----------
[#2693] Update requirements files in LICENSE.txt
Commit: 3e0de2715b93c9f6c243cdf589f7697e36fd35f5
https://github.com/okfn/ckan/commit/3e0de2715b93c9f6c243cdf589f7697e36fd35f5
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M LICENSE.txt
Log Message:
-----------
Merge branch 'master' of https://github.com/okfn/ckan
Commit: 61add9bf6c9530b01c5fddc3062a03a8b5fd2f1f
https://github.com/okfn/ckan/commit/61add9bf6c9530b01c5fddc3062a03a8b5fd2f1f
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M ckan/model/license.py
Log Message:
-----------
Merge branch '2575-license-i18n'
Commit: 40b6cca0a9dd7e6e55819d60c24532cedec3df85
https://github.com/okfn/ckan/commit/40b6cca0a9dd7e6e55819d60c24532cedec3df85
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
Fix double counting of dataset and resource views
Recent dataset views and total and recent resource views were being
double counted by CKAN's internal page view tracking, fix so that each
page view is counted only once (double-counting of total dataset page
views was already fixed by a previous commit)
Commit: 37e02618b4761eb42ab95b815416802b0a796cce
https://github.com/okfn/ckan/commit/37e02618b4761eb42ab95b815416802b0a796cce
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/functional/test_group.py
Log Message:
-----------
Added support for specifying the sort direction
Previously we only allowed the sort direction to be asc for groups names
and desc for packages (package counts). Now users can specify a sort_direction
to have a little more control.
Commit: b4e5cecbc6b340d7615775cc350bafefa5e47c19
https://github.com/okfn/ckan/commit/b4e5cecbc6b340d7615775cc350bafefa5e47c19
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/functional/test_group.py
Log Message:
-----------
change group_list sorting to use sort
Commit: 8cb4e57ac66202646c62b3752de3227c4ff8f178
https://github.com/okfn/ckan/commit/8cb4e57ac66202646c62b3752de3227c4ff8f178
Author: amercader <amercadero at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M ckan/lib/create_test_data.py
M ckan/model/authz.py
M ckan/model/package.py
M ckan/model/resource.py
M ckan/tests/forms/test_package.py
M ckan/tests/functional/test_revision.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/models/test_package.py
M ckan/tests/models/test_resource.py
Log Message:
-----------
Merge branch 'defect-1345-memory-leak'
Commit: 36e30adb240e897be50c7e3165cb43e575519304
https://github.com/okfn/ckan/commit/36e30adb240e897be50c7e3165cb43e575519304
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
re-add comment lost in merge
Commit: f411b79d9eecb734461405722068451371e74394
https://github.com/okfn/ckan/commit/f411b79d9eecb734461405722068451371e74394
Author: kindly <kindly at gmail.com>
Date: 2012-08-07 (Tue, 07 Aug 2012)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_datastore.py
Log Message:
-----------
[#2733] parse and validate sort
Commit: 2fc489dc9913babb7d9d04a08c7f4c9c216850b9
https://github.com/okfn/ckan/commit/2fc489dc9913babb7d9d04a08c7f4c9c216850b9
Author: kindly <kindly at gmail.com>
Date: 2012-08-07 (Tue, 07 Aug 2012)
Changed paths:
M ckanext/datastore/logic/auth.py
Log Message:
-----------
[#2733] make search permission more liberal
Commit: b609677a3c3cd54e0a906380f976f5b8c4fab815
https://github.com/okfn/ckan/commit/b609677a3c3cd54e0a906380f976f5b8c4fab815
Author: kindly <kindly at gmail.com>
Date: 2012-08-07 (Tue, 07 Aug 2012)
Changed paths:
M LICENSE.txt
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/helpers.py
M ckan/logic/action/get.py
M ckan/model/authz.py
M ckan/model/license.py
M ckan/model/package.py
M ckan/model/resource.py
M ckan/tests/forms/test_package.py
M ckan/tests/functional/test_group.py
M ckan/tests/functional/test_revision.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/models/test_package.py
M ckan/tests/models/test_resource.py
Log Message:
-----------
Merge branch 'master' into 2733-feature-datastore
Commit: 7f96408939a1324875f483104f887e1e9e010831
https://github.com/okfn/ckan/commit/7f96408939a1324875f483104f887e1e9e010831
Author: kindly <kindly at gmail.com>
Date: 2012-08-07 (Tue, 07 Aug 2012)
Log Message:
-----------
Merge branch '2733-feature-datastore' of github.com:okfn/ckan into 2733-feature-datastore
Commit: aedb12450977a102be479611044af184ee98e2b9
https://github.com/okfn/ckan/commit/aedb12450977a102be479611044af184ee98e2b9
Author: kindly <kindly at gmail.com>
Date: 2012-08-07 (Tue, 07 Aug 2012)
Changed paths:
M ckanext/datastore/logic/action.py
Log Message:
-----------
[#2733] fix issue with auth change
Compare: https://github.com/okfn/ckan/compare/abd25e415cd4...aedb12450977
More information about the ckan-changes
mailing list