[ckan-changes] [okfn/ckan] d73e07: Update API Docs links wiki -> sphinx

GitHub noreply at github.com
Thu Apr 12 09:05:28 UTC 2012


  Branch: refs/heads/feature-2204-related
  Home:   https://github.com/okfn/ckan
  Commit: d73e07c6aa8af8e3b385ca9ecf6ca38e79028549
      https://github.com/okfn/ckan/commit/d73e07c6aa8af8e3b385ca9ecf6ca38e79028549
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-04-05 (Thu, 05 Apr 2012)

  Changed paths:
    M ckan/templates/layout_base.html
    M ckan/templates/package/search.html

  Log Message:
  -----------
  Update API Docs links wiki -> sphinx


  Commit: 46f06bda95d79261210589abb54fed0c054d5096
      https://github.com/okfn/ckan/commit/46f06bda95d79261210589abb54fed0c054d5096
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    R MIGRATE.txt
    R RELEASE.txt

  Log Message:
  -----------
  [master,docs][xs]: remove very obsolete MIGRATE.txt and RELEASE.txt.


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

  Changed paths:
    M ckan/config/routing.py
    M ckan/controllers/user.py
    M ckan/lib/helpers.py
    M ckan/public/scripts/application.js
    M ckan/templates/layout_base.html

  Log Message:
  -----------
  i18n user log in/out fixes


  Commit: 521ad8605e7a54fbd1fa672d2909e8ade39e1018
      https://github.com/okfn/ckan/commit/521ad8605e7a54fbd1fa672d2909e8ade39e1018
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-04-10 (Tue, 10 Apr 2012)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/_util.html
    R ckan/templates/_util_activity_div.html
    M ckan/templates/activity_streams/added_tag.html
    M ckan/templates/activity_streams/changed_group.html
    M ckan/templates/activity_streams/changed_package.html
    M ckan/templates/activity_streams/changed_package_extra.html
    M ckan/templates/activity_streams/changed_resource.html
    M ckan/templates/activity_streams/changed_user.html
    M ckan/templates/activity_streams/deleted_group.html
    M ckan/templates/activity_streams/deleted_package.html
    M ckan/templates/activity_streams/deleted_package_extra.html
    M ckan/templates/activity_streams/deleted_resource.html
    M ckan/templates/activity_streams/new_group.html
    M ckan/templates/activity_streams/new_package.html
    M ckan/templates/activity_streams/new_package_extra.html
    M ckan/templates/activity_streams/new_resource.html
    M ckan/templates/activity_streams/new_user.html
    M ckan/templates/activity_streams/removed_tag.html
    M ckan/tests/functional/test_activity.py

  Log Message:
  -----------
  Refactor activity streams templates for i18n

The strings in the activity streams templates were not i18n-friendly.
Replaced the activity_div Genshi util function with an activity_div
Python function in helpers.py, and refactored it to make the strings
able to be marked for translation.


  Commit: 7ac1b5d177d2a6f95c68ae495e0a8e98c18b7c16
      https://github.com/okfn/ckan/commit/7ac1b5d177d2a6f95c68ae495e0a8e98c18b7c16
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-04-10 (Tue, 10 Apr 2012)

  Changed paths:
    M ckan/config/routing.py
    M ckan/controllers/user.py
    M ckan/lib/helpers.py
    M ckan/public/scripts/application.js
    M ckan/templates/layout_base.html

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan


  Commit: 1943b7b97f3a48b41b55e2ca07d5a315699c3089
      https://github.com/okfn/ckan/commit/1943b7b97f3a48b41b55e2ca07d5a315699c3089
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
    M ckan/templates/user/login.html

  Log Message:
  -----------
  Fix broken password reset link on login page


  Commit: 200533643dc183933789c39634b6714f0cecc924
      https://github.com/okfn/ckan/commit/200533643dc183933789c39634b6714f0cecc924
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
    M ckan/lib/base.py
    M ckan/public/scripts/application.js

  Log Message:
  -----------
  [xs] i18n fixes


  Commit: 222ad71bc590821742b3fc8b79430ce831bd4c3c
      https://github.com/okfn/ckan/commit/222ad71bc590821742b3fc8b79430ce831bd4c3c
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-04-12 (Thu, 12 Apr 2012)

  Changed paths:
    R MIGRATE.txt
    R RELEASE.txt
    M ckan/config/routing.py
    M ckan/controllers/package.py
    M ckan/controllers/user.py
    M ckan/forms/authorization_group.py
    M ckan/lib/base.py
    M ckan/lib/helpers.py
    M ckan/lib/package_saver.py
    M ckan/public/scripts/application.js
    M ckan/public/scripts/templates.js
    M ckan/templates/_util.html
    R ckan/templates/_util_activity_div.html
    M ckan/templates/activity_streams/added_tag.html
    M ckan/templates/activity_streams/changed_group.html
    M ckan/templates/activity_streams/changed_package.html
    M ckan/templates/activity_streams/changed_package_extra.html
    M ckan/templates/activity_streams/changed_resource.html
    M ckan/templates/activity_streams/changed_user.html
    M ckan/templates/activity_streams/deleted_group.html
    M ckan/templates/activity_streams/deleted_package.html
    M ckan/templates/activity_streams/deleted_package_extra.html
    M ckan/templates/activity_streams/deleted_resource.html
    M ckan/templates/activity_streams/new_group.html
    M ckan/templates/activity_streams/new_package.html
    M ckan/templates/activity_streams/new_package_extra.html
    M ckan/templates/activity_streams/new_resource.html
    M ckan/templates/activity_streams/new_user.html
    M ckan/templates/activity_streams/removed_tag.html
    M ckan/templates/js_strings.html
    M ckan/templates/layout_base.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/test_activity.py
    M doc/api-v2.rst

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/okfn/ckan


  Commit: bdb801fc64faa968fac4b1d069ed47c457f0e7bd
      https://github.com/okfn/ckan/commit/bdb801fc64faa968fac4b1d069ed47c457f0e7bd
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-04-12 (Thu, 12 Apr 2012)

  Changed paths:
    R MIGRATE.txt
    R RELEASE.txt
    M ckan/config/routing.py
    M ckan/controllers/package.py
    M ckan/controllers/user.py
    M ckan/forms/authorization_group.py
    M ckan/lib/base.py
    M ckan/lib/helpers.py
    M ckan/lib/package_saver.py
    M ckan/public/scripts/application.js
    M ckan/public/scripts/templates.js
    M ckan/templates/_util.html
    R ckan/templates/_util_activity_div.html
    M ckan/templates/activity_streams/added_tag.html
    M ckan/templates/activity_streams/changed_group.html
    M ckan/templates/activity_streams/changed_package.html
    M ckan/templates/activity_streams/changed_package_extra.html
    M ckan/templates/activity_streams/changed_resource.html
    M ckan/templates/activity_streams/changed_user.html
    M ckan/templates/activity_streams/deleted_group.html
    M ckan/templates/activity_streams/deleted_package.html
    M ckan/templates/activity_streams/deleted_package_extra.html
    M ckan/templates/activity_streams/deleted_resource.html
    M ckan/templates/activity_streams/new_group.html
    M ckan/templates/activity_streams/new_package.html
    M ckan/templates/activity_streams/new_package_extra.html
    M ckan/templates/activity_streams/new_resource.html
    M ckan/templates/activity_streams/new_user.html
    M ckan/templates/activity_streams/removed_tag.html
    M ckan/templates/js_strings.html
    M ckan/templates/layout_base.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/test_activity.py
    M doc/api-v2.rst

  Log Message:
  -----------
  Merge branch 'master' into feature-2204-related


  Commit: c9d12a0fb94e01be735a783bc1cdbf2990eb7ba8
      https://github.com/okfn/ckan/commit/c9d12a0fb94e01be735a783bc1cdbf2990eb7ba8
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-04-12 (Thu, 12 Apr 2012)

  Changed paths:
    M ckan/config/routing.py
    M ckan/tests/functional/api/base.py
    M ckan/tests/functional/test_related.py

  Log Message:
  -----------
  [2204] Action API tests


Compare: https://github.com/okfn/ckan/compare/dd0b2c3...c9d12a0


More information about the ckan-changes mailing list