[ckan-changes] [okfn/ckan] e58e67: initial frontside tracking

GitHub noreply at github.com
Thu Apr 5 17:03:11 UTC 2012


  Branch: refs/heads/enhancement-2251-tracking
  Home:   https://github.com/okfn/ckan
  Commit: e58e672dc31d6f382abb360a3be5e1f73972551c
      https://github.com/okfn/ckan/commit/e58e672dc31d6f382abb360a3be5e1f73972551c
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-03-30 (Fri, 30 Mar 2012)

  Changed paths:
    M ckan/config/middleware.py
  M ckan/templates/layout_base.html

  Log Message:
  -----------
  initial frontside tracking


  Commit: 01fcff72429c7e466f6b89741c19e135fffbd76a
      https://github.com/okfn/ckan/commit/01fcff72429c7e466f6b89741c19e135fffbd76a
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-02 (Mon, 02 Apr 2012)

  Changed paths:
    M ckan/controllers/package.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/public/scripts/templates.js
  R ckan/public/scripts/vendor/ckanjs/1.0.0/ckanjs.js
  M ckan/templates/js_strings.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/edit.html
  M ckan/templates/package/editresources.html
  M ckan/templates/package/new.html
  M ckan/templates/package/new_package_form.html
  M doc/index.rst
  A doc/publishing-datasets.rst

  Log Message:
  -----------
  Merge branch 'master' into enhancement-2251-tracking


  Commit: 5352c84a3e78df6d1844cf8911cad7a5003f97c2
      https://github.com/okfn/ckan/commit/5352c84a3e78df6d1844cf8911cad7a5003f97c2
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-05 (Thu, 05 Apr 2012)

  Changed paths:
    M ckan/config/middleware.py

  Log Message:
  -----------
  finish tracking middleware


  Commit: 8eb77257ed0d46b1f5984403a7c9fc61fe71fa02
      https://github.com/okfn/ckan/commit/8eb77257ed0d46b1f5984403a7c9fc61fe71fa02
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-05 (Thu, 05 Apr 2012)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  add new helper functions for tracking info


  Commit: a5bf58bfa284092f90c4810f592721e91dfdbd19
      https://github.com/okfn/ckan/commit/a5bf58bfa284092f90c4810f592721e91dfdbd19
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-05 (Thu, 05 Apr 2012)

  Changed paths:
    M ckan/templates/_util.html
  M ckan/templates/group/read.html
  M ckan/templates/package/layout.html
  M ckan/templates/package/read.html
  M ckan/templates/package/read_core.html
  M ckan/templates/package/search.html
  M ckan/templates/package/search_form.html

  Log Message:
  -----------
  template changes for tracking plus deduping of code


  Commit: 3229619487e4b3f092a9889ecf6820c5e35124e9
      https://github.com/okfn/ckan/commit/3229619487e4b3f092a9889ecf6820c5e35124e9
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-05 (Thu, 05 Apr 2012)

  Changed paths:
    M ckan/lib/cli.py
  M setup.py

  Log Message:
  -----------
  add tracking command to cli


  Commit: adfa2c2be8e29924cbf30aab2bf9d83723d7ac5c
      https://github.com/okfn/ckan/commit/adfa2c2be8e29924cbf30aab2bf9d83723d7ac5c
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-05 (Thu, 05 Apr 2012)

  Changed paths:
    M ckan/templates/layout_base.html

  Log Message:
  -----------
  javascript changes to allow site root


  Commit: 3454cbd04d0cb0b3b50a6cc49c9b05671f173624
      https://github.com/okfn/ckan/commit/3454cbd04d0cb0b3b50a6cc49c9b05671f173624
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-05 (Thu, 05 Apr 2012)

  Changed paths:
    M ckan/controllers/group.py
  M ckan/controllers/package.py
  M ckan/forms/authorization_group.py
  M ckan/forms/package.py
  M ckan/lib/create_test_data.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/lib/dictization/model_save.py
  M ckan/lib/helpers.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/lib/package_saver.py
  M ckan/lib/plugins.py
  M ckan/lib/search/index.py
  M ckan/logic/action/update.py
  M ckan/logic/auth/publisher/create.py
  M ckan/logic/auth/publisher/delete.py
  M ckan/logic/auth/publisher/get.py
  M ckan/logic/auth/publisher/update.py
  M ckan/migration/versions/047_rename_package_group_member.py
  M ckan/model/group.py
  M ckan/model/package.py
  M ckan/public/scripts/application.js
  M ckan/public/scripts/templates.js
  M ckan/templates/_util_activity_div.html
  M ckan/templates/js_strings.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/search.html
  M ckan/templates/tag/index.html
  M ckan/templates/user/list.html
  M ckan/templates/user/login.html
  M ckan/templates/user/new_user_form.html
  M ckan/tests/functional/api/model/test_vocabulary.py
  M ckan/tests/functional/test_authz.py
  M ckan/tests/functional/test_group.py
  M ckan/tests/functional/test_pagination.py
  M ckan/tests/lib/test_dictization.py
  M ckan/tests/logic/test_member.py
  A ckanext/organizations/__init__.py
  A ckanext/organizations/controllers.py
  A ckanext/organizations/forms.py
  A ckanext/organizations/templates/email/join_publisher_request.txt
  A ckanext/organizations/templates/organization_apply.html
  A ckanext/organizations/templates/organization_apply_form.html
  A ckanext/organizations/templates/organization_form.html
  A ckanext/organizations/templates/organization_index.html
  A ckanext/organizations/templates/organization_layout.html
  A ckanext/organizations/templates/organization_new.html
  A ckanext/organizations/templates/organization_package_form.html
  A ckanext/organizations/templates/organization_read.html
  A ckanext/organizations/templates/organization_users.html
  A ckanext/organizations/templates/organization_users_form.html
  M doc/api-v2.rst
  M doc/publisher-profile.rst
  M setup.py

  Log Message:
  -----------
  Merge branch 'master' into enhancement-2251-tracking


Compare: https://github.com/okfn/ckan/compare/e58e672^...3454cbd


More information about the ckan-changes mailing list