[ckan-changes] [okfn/ckan] 7a0329: [#2484] move follower functionality into helpers

GitHub noreply at github.com
Thu Jun 21 13:01:57 UTC 2012


  Branch: refs/heads/master
  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: 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'


Compare: https://github.com/okfn/ckan/compare/84d674dac775...1d4f02a3aa88


More information about the ckan-changes mailing list