[ckan-changes] [okfn/ckan] 7a0329: [#2484] move follower functionality into helpers
GitHub
noreply at github.com
Thu Jun 21 16:48:25 UTC 2012
Branch: refs/heads/feature-2375-demo-theme
Home: https://github.com/okfn/ckan
Commit: 7a032998ed052c6f8c3795bc1cb10f7b904f650d
https://github.com/okfn/ckan/commit/7a032998ed052c6f8c3795bc1cb10f7b904f650d
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/user.py
M ckan/lib/helpers.py
M ckan/public/scripts/application.js
M ckan/templates/js_strings.html
M ckan/templates/package/layout.html
A ckan/templates/snippets/follow_button.html
M ckan/templates/user/layout.html
Log Message:
-----------
[#2484] move follower functionality into helpers
This stops the need for repeating code in the controllers
and helps de-couple the follower functionality
It also fixes the translation of the updated buttons
Commit: 6d3b56b42c67f6837b346df41bc405ad2728c5f8
https://github.com/okfn/ckan/commit/6d3b56b42c67f6837b346df41bc405ad2728c5f8
Author: David Read <david.read at hackneyworkshop.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M doc/solr-setup.rst
Log Message:
-----------
Helpful SOLR hint.
Commit: ebd836504ff2e323eb93de4dd89a3c579e724c1a
https://github.com/okfn/ckan/commit/ebd836504ff2e323eb93de4dd89a3c579e724c1a
Author: David Read <david.read at hackneyworkshop.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/lib/create_test_data.py
Log Message:
-----------
Fix minor bug that caused create_users to not commit changes.
Commit: 0ed19599772213631c627614383fe6d1d9dea2fa
https://github.com/okfn/ckan/commit/0ed19599772213631c627614383fe6d1d9dea2fa
Author: David Read <david.read at hackneyworkshop.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/package.py
M ckan/lib/authenticator.py
M ckan/lib/base.py
M ckan/lib/search/__init__.py
Log Message:
-----------
Improve logging in useful places.
Commit: 84d674dac775f93f50b35436c38b6d0c5d0dc2fd
https://github.com/okfn/ckan/commit/84d674dac775f93f50b35436c38b6d0c5d0dc2fd
Author: David Read <david.read at hackneyworkshop.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/lib/create_test_data.py
Log Message:
-----------
Comment required, else Toby would just delete the method out of hand.
Commit: 496ee0504907ed1f60d45cbcdfec927303adbdb7
https://github.com/okfn/ckan/commit/496ee0504907ed1f60d45cbcdfec927303adbdb7
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#2484] Improve docstrings of follow helper functions
Commit: b9d5051e0f074a23fae3531397e6ec7c3bd9b0ed
https://github.com/okfn/ckan/commit/b9d5051e0f074a23fae3531397e6ec7c3bd9b0ed
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M CHANGELOG.txt
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/user.py
A ckan/i18n/check_po_files.py
M ckan/lib/authenticator.py
M ckan/lib/base.py
M ckan/lib/create_test_data.py
M ckan/lib/repoze_patch.py
M ckan/lib/search/__init__.py
M ckan/logic/action/create.py
M ckan/logic/auth/create.py
M ckan/logic/auth/publisher/create.py
M ckan/public/css/style.css
M ckan/public/scripts/application.js
M ckan/tests/functional/test_group.py
M ckan/tests/logic/test_action.py
M ckanext/multilingual/tests/test_multilingual_plugin.py
M ckanext/organizations/templates/organization_read.html
M doc/coding-standards.rst
M doc/configuration.rst
M doc/geospatial.rst
A doc/harvesting.rst
M doc/index.rst
A doc/install-from-package-amazon.rst
A doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
M doc/post-installation.rst
M doc/solr-setup.rst
M doc/test.rst
M pip-requirements-docs.txt
M requires/lucid_missing.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into feature-2484-followers-as-helper
Commit: 1d4f02a3aa886c012937e681fb48e66ca5e8e854
https://github.com/okfn/ckan/commit/1d4f02a3aa886c012937e681fb48e66ca5e8e854
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/user.py
M ckan/lib/helpers.py
M ckan/public/scripts/application.js
M ckan/templates/js_strings.html
M ckan/templates/package/layout.html
A ckan/templates/snippets/follow_button.html
M ckan/templates/user/layout.html
Log Message:
-----------
Merge branch 'feature-2484-followers-as-helper'
Commit: 374887a5168e8eebc51938eaeace1ac309ad349b
https://github.com/okfn/ckan/commit/374887a5168e8eebc51938eaeace1ac309ad349b
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
[#2375] mark dataset state as draft - currently ignored
Commit: 4e12b5df6cfddd89840868e6d2f9a73aeffb8ae7
https://github.com/okfn/ckan/commit/4e12b5df6cfddd89840868e6d2f9a73aeffb8ae7
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/helpers.py
Log Message:
-----------
[#2579] move some functions into helpers
Commit: eabd99dbdf76a79ec97931c353ac0aaa8b534193
https://github.com/okfn/ckan/commit/eabd99dbdf76a79ec97931c353ac0aaa8b534193
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/helpers.py
Log Message:
-----------
[#2579] bugfixes
Commit: 59f2d1a56ecdc516c096932ad70a83f2ffc31465
https://github.com/okfn/ckan/commit/59f2d1a56ecdc516c096932ad70a83f2ffc31465
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/user.py
M ckan/lib/authenticator.py
M ckan/lib/base.py
M ckan/lib/create_test_data.py
M ckan/lib/helpers.py
M ckan/lib/search/__init__.py
M ckan/public/scripts/application.js
A ckan/templates/snippets/follow_button.html
M ckan/templates_legacy/js_strings.html
M ckan/templates_legacy/package/layout.html
M ckan/templates_legacy/user/layout.html
M doc/solr-setup.rst
Log Message:
-----------
Merge branch 'feature-2579-sort-functions-to-helpers' into feature-2375-demo-theme
Conflicts:
ckan/controllers/group.py
fix function clash trivial
ckan/controllers/package.py
fix function clash trivial
ckan/lib/helpers.py
fix function clash trivial
Commit: 9ee742466213e38981e5d50e3a329132ecb6c567
https://github.com/okfn/ckan/commit/9ee742466213e38981e5d50e3a329132ecb6c567
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/lib/helpers.py
Log Message:
-----------
[#2579] fixes to group read
group read needs to pass the id of the group
Commit: b8f2a7088d2787e2fa2da6605d5adac7e751fcfc
https://github.com/okfn/ckan/commit/b8f2a7088d2787e2fa2da6605d5adac7e751fcfc
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#2579] some refactoring comments etc
Commit: 20eb92dc64a3e890d3e8fb0b58a605de17010cac
https://github.com/okfn/ckan/commit/20eb92dc64a3e890d3e8fb0b58a605de17010cac
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/helpers.py
Log Message:
-----------
[#2579] rename new helper functions
Commit: 858835c82b56ab55f14e70d0d47010c7eb06a0fa
https://github.com/okfn/ckan/commit/858835c82b56ab55f14e70d0d47010c7eb06a0fa
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/helpers.py
Log Message:
-----------
[#2579] some refactoring
Commit: 449bf03d25f18bb2f1dadbca4c1f251339d598cb
https://github.com/okfn/ckan/commit/449bf03d25f18bb2f1dadbca4c1f251339d598cb
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/helpers.py
Log Message:
-----------
Merge branch 'feature-2579-sort-functions-to-helpers' into feature-2375-demo-theme
Commit: 4fca2792aa7a49477eec0885cb9eacec253fb1b9
https://github.com/okfn/ckan/commit/4fca2792aa7a49477eec0885cb9eacec253fb1b9
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M ckan/templates/snippets/facet_list.html
Log Message:
-----------
[#2375] changes due to helper function rename
Compare: https://github.com/okfn/ckan/compare/7abf9c617971...4fca2792aa7a
More information about the ckan-changes
mailing list