[ckan-changes] [ckan/ckan] defa91: Use g.template_title_deliminater wherever it possi...

GitHub noreply at github.com
Thu Nov 22 13:30:18 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: defa9185e81afde0e74ee0a5b3493817ff1544a2
      https://github.com/ckan/ckan/commit/defa9185e81afde0e74ee0a5b3493817ff1544a2
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
    M ckan/lib/app_globals.py
    M ckan/templates-bs2/base.html
    M ckan/templates-bs2/dataviewer/base.html
    M ckan/templates-bs2/group/about.html
    M ckan/templates-bs2/group/activity_stream.html
    M ckan/templates-bs2/group/admins.html
    M ckan/templates-bs2/group/followers.html
    M ckan/templates-bs2/group/history.html
    M ckan/templates-bs2/group/members.html
    M ckan/templates-bs2/group/read_base.html
    M ckan/templates-bs2/organization/about.html
    M ckan/templates-bs2/organization/activity_stream.html
    M ckan/templates-bs2/organization/admins.html
    M ckan/templates-bs2/organization/bulk_process.html
    M ckan/templates-bs2/organization/edit.html
    M ckan/templates-bs2/organization/edit_base.html
    M ckan/templates-bs2/organization/member_new.html
    M ckan/templates-bs2/organization/members.html
    M ckan/templates-bs2/organization/read_base.html
    M ckan/templates-bs2/package/activity.html
    M ckan/templates-bs2/package/edit_view.html
    M ckan/templates-bs2/package/followers.html
    M ckan/templates-bs2/package/history.html
    M ckan/templates-bs2/package/new_resource_not_draft.html
    M ckan/templates-bs2/package/new_view.html
    M ckan/templates-bs2/package/read_base.html
    M ckan/templates-bs2/package/resource_edit.html
    M ckan/templates-bs2/package/resource_read.html
    M ckan/templates-bs2/package/resource_views.html
    M ckan/templates-bs2/package/resources.html
    M ckan/templates-bs2/user/activity_stream.html
    M ckan/templates-bs2/user/edit_base.html
    M ckan/templates-bs2/user/read_base.html
    M ckan/templates/base.html
    M ckan/templates/dataviewer/base.html
    M ckan/templates/group/about.html
    M ckan/templates/group/activity_stream.html
    M ckan/templates/group/admins.html
    M ckan/templates/group/edit_base.html
    M ckan/templates/group/followers.html
    M ckan/templates/group/history.html
    M ckan/templates/group/members.html
    M ckan/templates/group/read_base.html
    M ckan/templates/organization/about.html
    M ckan/templates/organization/activity_stream.html
    M ckan/templates/organization/admins.html
    M ckan/templates/organization/bulk_process.html
    M ckan/templates/organization/edit.html
    M ckan/templates/organization/edit_base.html
    M ckan/templates/organization/member_new.html
    M ckan/templates/organization/members.html
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/activity.html
    M ckan/templates/package/edit_view.html
    M ckan/templates/package/followers.html
    M ckan/templates/package/history.html
    M ckan/templates/package/new_resource_not_draft.html
    M ckan/templates/package/new_view.html
    M ckan/templates/package/read_base.html
    M ckan/templates/package/resource_edit.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/resource_views.html
    M ckan/templates/package/resources.html
    M ckan/templates/user/activity_stream.html
    M ckan/templates/user/edit_base.html
    M ckan/templates/user/read_base.html
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Use g.template_title_deliminater wherever it possible


  Commit: 332bc573354d1f88d90bb753c91f267669afd774
      https://github.com/ckan/ckan/commit/332bc573354d1f88d90bb753c91f267669afd774
  Author: Ian Ward <ian at excess.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M ckan/lib/app_globals.py
    M ckan/templates-bs2/base.html
    M ckan/templates-bs2/dataviewer/base.html
    M ckan/templates-bs2/group/about.html
    M ckan/templates-bs2/group/activity_stream.html
    M ckan/templates-bs2/group/admins.html
    M ckan/templates-bs2/group/followers.html
    M ckan/templates-bs2/group/history.html
    M ckan/templates-bs2/group/members.html
    M ckan/templates-bs2/group/read_base.html
    M ckan/templates-bs2/organization/about.html
    M ckan/templates-bs2/organization/activity_stream.html
    M ckan/templates-bs2/organization/admins.html
    M ckan/templates-bs2/organization/bulk_process.html
    M ckan/templates-bs2/organization/edit.html
    M ckan/templates-bs2/organization/edit_base.html
    M ckan/templates-bs2/organization/member_new.html
    M ckan/templates-bs2/organization/members.html
    M ckan/templates-bs2/organization/read_base.html
    M ckan/templates-bs2/package/activity.html
    M ckan/templates-bs2/package/edit_view.html
    M ckan/templates-bs2/package/followers.html
    M ckan/templates-bs2/package/history.html
    M ckan/templates-bs2/package/new_resource_not_draft.html
    M ckan/templates-bs2/package/new_view.html
    M ckan/templates-bs2/package/read_base.html
    M ckan/templates-bs2/package/resource_edit.html
    M ckan/templates-bs2/package/resource_read.html
    M ckan/templates-bs2/package/resource_views.html
    M ckan/templates-bs2/package/resources.html
    M ckan/templates-bs2/user/activity_stream.html
    M ckan/templates-bs2/user/edit_base.html
    M ckan/templates-bs2/user/read_base.html
    M ckan/templates/base.html
    M ckan/templates/dataviewer/base.html
    M ckan/templates/group/about.html
    M ckan/templates/group/activity_stream.html
    M ckan/templates/group/admins.html
    M ckan/templates/group/edit_base.html
    M ckan/templates/group/followers.html
    M ckan/templates/group/history.html
    M ckan/templates/group/members.html
    M ckan/templates/group/read_base.html
    M ckan/templates/organization/about.html
    M ckan/templates/organization/activity_stream.html
    M ckan/templates/organization/admins.html
    M ckan/templates/organization/bulk_process.html
    M ckan/templates/organization/edit.html
    M ckan/templates/organization/edit_base.html
    M ckan/templates/organization/member_new.html
    M ckan/templates/organization/members.html
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/activity.html
    M ckan/templates/package/edit_view.html
    M ckan/templates/package/followers.html
    M ckan/templates/package/history.html
    M ckan/templates/package/new_resource_not_draft.html
    M ckan/templates/package/new_view.html
    M ckan/templates/package/read_base.html
    M ckan/templates/package/resource_edit.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/resource_views.html
    M ckan/templates/package/resources.html
    M ckan/templates/user/activity_stream.html
    M ckan/templates/user/edit_base.html
    M ckan/templates/user/read_base.html
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Merge pull request #4555 from smotornyuk/template-title-deliminater

Use g.template_title_delimiter wherever it possible


Compare: https://github.com/ckan/ckan/compare/d79993bbe587...332bc573354d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the ckan-changes mailing list