[ckan-changes] [okfn/ckan] a71ca8: [2375] Add styles for the main site footer

GitHub noreply at github.com
Thu May 10 16:50:16 UTC 2012


  Branch: refs/heads/feature-2375-demo-theme
  Home:   https://github.com/okfn/ckan
  Commit: a71ca80e6b1beed2552357c23e0ea6fc029407b8
      https://github.com/okfn/ckan/commit/a71ca80e6b1beed2552357c23e0ea6fc029407b8
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-05-10 (Thu, 10 May 2012)

  Changed paths:
    M ckan/public/base/less/ckan.less
    A ckan/public/base/less/footer.less
    M ckan/public/base/less/masthead.less
    M ckan/public/base/test/primer/index.html

  Log Message:
  -----------
  [2375] Add styles for the main site footer


  Commit: aeabdbfb1594c3d0b47815dcac7019a4b05e7701
      https://github.com/okfn/ckan/commit/aeabdbfb1594c3d0b47815dcac7019a4b05e7701
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-05-10 (Thu, 10 May 2012)

  Changed paths:
    M ckan/config/environment.py
    R ckan/templates/__init__.py
    R ckan/templates/_snippet/add-related.html
    R ckan/templates/_snippet/data-api-help.html
    R ckan/templates/_util.html
    R ckan/templates/activity_streams/added_tag.html
    R ckan/templates/activity_streams/changed_group.html
    R ckan/templates/activity_streams/changed_package.html
    R ckan/templates/activity_streams/changed_package_extra.html
    R ckan/templates/activity_streams/changed_resource.html
    R ckan/templates/activity_streams/changed_user.html
    R ckan/templates/activity_streams/deleted_group.html
    R ckan/templates/activity_streams/deleted_package.html
    R ckan/templates/activity_streams/deleted_package_extra.html
    R ckan/templates/activity_streams/deleted_resource.html
    R ckan/templates/activity_streams/new_group.html
    R ckan/templates/activity_streams/new_package.html
    R ckan/templates/activity_streams/new_package_extra.html
    R ckan/templates/activity_streams/new_resource.html
    R ckan/templates/activity_streams/new_user.html
    R ckan/templates/activity_streams/removed_tag.html
    R ckan/templates/admin/authz.html
    R ckan/templates/admin/index.html
    R ckan/templates/admin/layout.html
    R ckan/templates/admin/trash.html
    R ckan/templates/authorization_group/__init__.py
    R ckan/templates/authorization_group/authz.html
    R ckan/templates/authorization_group/edit.html
    R ckan/templates/authorization_group/edit_form.html
    R ckan/templates/authorization_group/index.html
    R ckan/templates/authorization_group/layout.html
    R ckan/templates/authorization_group/new.html
    R ckan/templates/authorization_group/read.html
    R ckan/templates/error_document_template.html
    R ckan/templates/facets.html
    R ckan/templates/group/__init__.py
    R ckan/templates/group/authz.html
    R ckan/templates/group/edit.html
    R ckan/templates/group/edit_form.html
    R ckan/templates/group/history.html
    R ckan/templates/group/index.html
    R ckan/templates/group/layout.html
    R ckan/templates/group/new.html
    R ckan/templates/group/new_group_form.html
    R ckan/templates/group/read.html
    R ckan/templates/home/__init__.py
    R ckan/templates/home/about.html
    R ckan/templates/home/index.html
    R ckan/templates/home/layout.html
    R ckan/templates/importer/__init__.py
    R ckan/templates/importer/importer.html
    R ckan/templates/importer/preview.html
    R ckan/templates/importer/result.html
    R ckan/templates/js_strings.html
    R ckan/templates/layout.html
    R ckan/templates/layout_base.html
    R ckan/templates/package/__init__.py
    R ckan/templates/package/authz.html
    R ckan/templates/package/comments.html
    R ckan/templates/package/edit.html
    R ckan/templates/package/edit_form.html
    R ckan/templates/package/editresources.html
    R ckan/templates/package/form.html
    R ckan/templates/package/form_extra_fields.html
    R ckan/templates/package/form_fields.html
    R ckan/templates/package/form_resources.html
    R ckan/templates/package/history.html
    R ckan/templates/package/layout.html
    R ckan/templates/package/new.html
    R ckan/templates/package/new_package_form.html
    R ckan/templates/package/read.html
    R ckan/templates/package/read.n3
    R ckan/templates/package/read.rdf
    R ckan/templates/package/read_core.html
    R ckan/templates/package/related_list.html
    R ckan/templates/package/resource_embedded_dataviewer.html
    R ckan/templates/package/resource_read.html
    R ckan/templates/package/resources.html
    R ckan/templates/package/search.html
    R ckan/templates/package/search_form.html
    R ckan/templates/rest/__init__.py
    R ckan/templates/revision/__init__.py
    R ckan/templates/revision/diff.html
    R ckan/templates/revision/layout.html
    R ckan/templates/revision/list.html
    R ckan/templates/revision/read.html
    R ckan/templates/snippets/data-viewer-embed-branded-link.html
    R ckan/templates/snippets/data-viewer-embed-dialog.html
    R ckan/templates/snippets/package_list.html
    R ckan/templates/snippets/revision_list.html
    R ckan/templates/storage/index.html
    R ckan/templates/storage/success.html
    R ckan/templates/tag/__init__.py
    R ckan/templates/tag/index.html
    R ckan/templates/tag/layout.html
    R ckan/templates/tag/read.html
    R ckan/templates/user/__init__.py
    R ckan/templates/user/edit.html
    R ckan/templates/user/edit_user_form.html
    R ckan/templates/user/layout.html
    R ckan/templates/user/list.html
    R ckan/templates/user/login.html
    R ckan/templates/user/logout.html
    R ckan/templates/user/logout_first.html
    R ckan/templates/user/new.html
    R ckan/templates/user/new_user_form.html
    R ckan/templates/user/perform_reset.html
    R ckan/templates/user/read.html
    R ckan/templates/user/request_reset.html
    A ckan/templates_legacy/__init__.py
    A ckan/templates_legacy/_snippet/add-related.html
    A ckan/templates_legacy/_snippet/data-api-help.html
    A ckan/templates_legacy/_util.html
    A ckan/templates_legacy/activity_streams/added_tag.html
    A ckan/templates_legacy/activity_streams/changed_group.html
    A ckan/templates_legacy/activity_streams/changed_package.html
    A ckan/templates_legacy/activity_streams/changed_package_extra.html
    A ckan/templates_legacy/activity_streams/changed_resource.html
    A ckan/templates_legacy/activity_streams/changed_user.html
    A ckan/templates_legacy/activity_streams/deleted_group.html
    A ckan/templates_legacy/activity_streams/deleted_package.html
    A ckan/templates_legacy/activity_streams/deleted_package_extra.html
    A ckan/templates_legacy/activity_streams/deleted_resource.html
    A ckan/templates_legacy/activity_streams/new_group.html
    A ckan/templates_legacy/activity_streams/new_package.html
    A ckan/templates_legacy/activity_streams/new_package_extra.html
    A ckan/templates_legacy/activity_streams/new_resource.html
    A ckan/templates_legacy/activity_streams/new_user.html
    A ckan/templates_legacy/activity_streams/removed_tag.html
    A ckan/templates_legacy/admin/authz.html
    A ckan/templates_legacy/admin/index.html
    A ckan/templates_legacy/admin/layout.html
    A ckan/templates_legacy/admin/trash.html
    A ckan/templates_legacy/authorization_group/__init__.py
    A ckan/templates_legacy/authorization_group/authz.html
    A ckan/templates_legacy/authorization_group/edit.html
    A ckan/templates_legacy/authorization_group/edit_form.html
    A ckan/templates_legacy/authorization_group/index.html
    A ckan/templates_legacy/authorization_group/layout.html
    A ckan/templates_legacy/authorization_group/new.html
    A ckan/templates_legacy/authorization_group/read.html
    A ckan/templates_legacy/error_document_template.html
    A ckan/templates_legacy/facets.html
    A ckan/templates_legacy/group/__init__.py
    A ckan/templates_legacy/group/authz.html
    A ckan/templates_legacy/group/edit.html
    A ckan/templates_legacy/group/edit_form.html
    A ckan/templates_legacy/group/history.html
    A ckan/templates_legacy/group/index.html
    A ckan/templates_legacy/group/layout.html
    A ckan/templates_legacy/group/new.html
    A ckan/templates_legacy/group/new_group_form.html
    A ckan/templates_legacy/group/read.html
    A ckan/templates_legacy/home/__init__.py
    A ckan/templates_legacy/home/about.html
    A ckan/templates_legacy/home/index.html
    A ckan/templates_legacy/home/layout.html
    A ckan/templates_legacy/importer/__init__.py
    A ckan/templates_legacy/importer/importer.html
    A ckan/templates_legacy/importer/preview.html
    A ckan/templates_legacy/importer/result.html
    A ckan/templates_legacy/js_strings.html
    A ckan/templates_legacy/layout.html
    A ckan/templates_legacy/layout_base.html
    A ckan/templates_legacy/package/__init__.py
    A ckan/templates_legacy/package/authz.html
    A ckan/templates_legacy/package/comments.html
    A ckan/templates_legacy/package/edit.html
    A ckan/templates_legacy/package/edit_form.html
    A ckan/templates_legacy/package/editresources.html
    A ckan/templates_legacy/package/form.html
    A ckan/templates_legacy/package/form_extra_fields.html
    A ckan/templates_legacy/package/form_fields.html
    A ckan/templates_legacy/package/form_resources.html
    A ckan/templates_legacy/package/history.html
    A ckan/templates_legacy/package/layout.html
    A ckan/templates_legacy/package/new.html
    A ckan/templates_legacy/package/new_package_form.html
    A ckan/templates_legacy/package/read.html
    A ckan/templates_legacy/package/read.n3
    A ckan/templates_legacy/package/read.rdf
    A ckan/templates_legacy/package/read_core.html
    A ckan/templates_legacy/package/related_list.html
    A ckan/templates_legacy/package/resource_embedded_dataviewer.html
    A ckan/templates_legacy/package/resource_read.html
    A ckan/templates_legacy/package/resources.html
    A ckan/templates_legacy/package/search.html
    A ckan/templates_legacy/package/search_form.html
    A ckan/templates_legacy/rest/__init__.py
    A ckan/templates_legacy/revision/__init__.py
    A ckan/templates_legacy/revision/diff.html
    A ckan/templates_legacy/revision/layout.html
    A ckan/templates_legacy/revision/list.html
    A ckan/templates_legacy/revision/read.html
    A ckan/templates_legacy/snippets/data-viewer-embed-branded-link.html
    A ckan/templates_legacy/snippets/data-viewer-embed-dialog.html
    A ckan/templates_legacy/snippets/package_list.html
    A ckan/templates_legacy/snippets/revision_list.html
    A ckan/templates_legacy/storage/index.html
    A ckan/templates_legacy/storage/success.html
    A ckan/templates_legacy/tag/__init__.py
    A ckan/templates_legacy/tag/index.html
    A ckan/templates_legacy/tag/layout.html
    A ckan/templates_legacy/tag/read.html
    A ckan/templates_legacy/user/__init__.py
    A ckan/templates_legacy/user/edit.html
    A ckan/templates_legacy/user/edit_user_form.html
    A ckan/templates_legacy/user/layout.html
    A ckan/templates_legacy/user/list.html
    A ckan/templates_legacy/user/login.html
    A ckan/templates_legacy/user/logout.html
    A ckan/templates_legacy/user/logout_first.html
    A ckan/templates_legacy/user/new.html
    A ckan/templates_legacy/user/new_user_form.html
    A ckan/templates_legacy/user/perform_reset.html
    A ckan/templates_legacy/user/read.html
    A ckan/templates_legacy/user/request_reset.html

  Log Message:
  -----------
  [2375] 
Merge branch 'feature-2375-demo-theme' into feature-2375-demo-theme-working


  Commit: dc1ad2d863aaccfc420a1025a1b775c2fbe1984c
      https://github.com/okfn/ckan/commit/dc1ad2d863aaccfc420a1025a1b775c2fbe1984c
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-05-10 (Thu, 10 May 2012)

  Changed paths:
    A ckan/templates/base.html
    A ckan/templates/footer.html
    A ckan/templates/header.html
    A ckan/templates/package/search.html
    A ckan/templates/page.html

  Log Message:
  -----------
  [2375] Add new base site template, header and footer

This is really basic at the moment and is also using the less JavaScript
compiler which should be removed in the near future.


Compare: https://github.com/okfn/ckan/compare/d6f33c6...dc1ad2d


More information about the ckan-changes mailing list