[ckan-changes] [okfn/ckan] bbe846: [#2599] Add html5shiv script for IE

GitHub noreply at github.com
Wed Jun 27 11:48:38 UTC 2012


  Branch: refs/heads/feature-2375-demo-theme
  Home:   https://github.com/okfn/ckan
  Commit: bbe8463c7421246ae52bf8d98d22d4905e6c273a
      https://github.com/okfn/ckan/commit/bbe8463c7421246ae52bf8d98d22d4905e6c273a
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    A ckan/public/base/javascript/vendor/html5.js

  Log Message:
  -----------
  [#2599] Add html5shiv script for IE


  Commit: 2d0e8aa365d26127f9def5b667de3fcfd0fd3e4b
      https://github.com/okfn/ckan/commit/2d0e8aa365d26127f9def5b667de3fcfd0fd3e4b
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/templates/base.html

  Log Message:
  -----------
  [#2599] Add html5shiv to the page

This currently uses a hard-coded script tag until the {% resource %}
is improved.


  Commit: ae8c5f70be659da0d6f62ce6dd58c8a3928b4dcd
      https://github.com/okfn/ckan/commit/ae8c5f70be659da0d6f62ce6dd58c8a3928b4dcd
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/templates/base.html

  Log Message:
  -----------
  [#2599] Tweak the classes on the html element

.ie now refers only to the older IE < 9 versions. IE9 gets it's own
.ie9 class just for fixing drop shadows.


  Commit: b91c31dc172b23bd1590674044ae34a16014e8ae
      https://github.com/okfn/ckan/commit/b91c31dc172b23bd1590674044ae34a16014e8ae
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/media.less

  Log Message:
  -----------
  [#2599] Fix display of banners in IE


  Commit: 2db796eb201674531bc2fd5806cfdc7a4fd4b207
      https://github.com/okfn/ckan/commit/2db796eb201674531bc2fd5806cfdc7a4fd4b207
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/module.less

  Log Message:
  -----------
  [#2599] Fix display of homepage content box in IE


  Commit: 5e9cae70872bcedba234d9daacdf9ecb66332060
      https://github.com/okfn/ckan/commit/5e9cae70872bcedba234d9daacdf9ecb66332060
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    A bin/less

  Log Message:
  -----------
  [#2599] Add a utility for generating the CSS files

Requires the less npm package to be installed. This should eventually
be moved into a paster command.

Usage:

    $ npm install less
    $ ./bin/less                # Works in development
    $ ENV=production ./bin/less # Generate production file.


  Commit: e71d474ec6161097cde9639f1d780887d56e1de3
      https://github.com/okfn/ckan/commit/e71d474ec6161097cde9639f1d780887d56e1de3
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/templates/base.html

  Log Message:
  -----------
  [#2599] Remove less JavaScript compiler

This does not work in IE and is generally too slow.


  Commit: f79641853310ab0d84af274eb724ba713583f689
      https://github.com/okfn/ckan/commit/f79641853310ab0d84af274eb724ba713583f689
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/css/.gitignore

  Log Message:
  -----------
  [#2599] Ignore only stylesheets with the .debug.css suffix


  Commit: aeb86f3f7d159d57f056f8e17a9ea70a75d2c103
      https://github.com/okfn/ckan/commit/aeb86f3f7d159d57f056f8e17a9ea70a75d2c103
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    R ckan/public/base/css/ckan.css
    A ckan/public/base/css/main.css

  Log Message:
  -----------
  [#2599] Rename ckan.css to main.css


  Commit: c0783b89981ba9e8005e3a76db3a9f52e3b4a2d2
      https://github.com/okfn/ckan/commit/c0783b89981ba9e8005e3a76db3a9f52e3b4a2d2
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/variables.less

  Log Message:
  -----------
  [#2599] Fix the path to the font directory


  Commit: 7567795b9f9d88a54afb92c01eca221bc2f14145
      https://github.com/okfn/ckan/commit/7567795b9f9d88a54afb92c01eca221bc2f14145
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/toolbar.less

  Log Message:
  -----------
  [#2599] Remove background from toolbar in IE8


  Commit: 09c450b08cfab2f550a469cf61b41f7367fd1d3c
      https://github.com/okfn/ckan/commit/09c450b08cfab2f550a469cf61b41f7367fd1d3c
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/toolbar.less

  Log Message:
  -----------
  [#2599] Fix the display of the breadcrumb in IE8


  Commit: 953145f1e2f310089db391267a31d9b38daf74d8
      https://github.com/okfn/ckan/commit/953145f1e2f310089db391267a31d9b38daf74d8
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/media.less
    M ckan/public/base/less/mixins.less

  Log Message:
  -----------
  [#2599] Remove duplicate transform functions


  Commit: e471c30594139823d3ddf566c44cc8e65816ac4a
      https://github.com/okfn/ckan/commit/e471c30594139823d3ddf566c44cc8e65816ac4a
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/templates/group/snippets/group_item.html
    M ckan/templates/group/snippets/group_list.html

  Log Message:
  -----------
  [#2599] Document some of the group snippets


  Commit: 82d502589456287e213a2c7ae9255479706c59c7
      https://github.com/okfn/ckan/commit/82d502589456287e213a2c7ae9255479706c59c7
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/templates/development/primer.html
    A ckan/templates/development/snippets/media_grid.html

  Log Message:
  -----------
  [#2599] Add media grid to primer


  Commit: 784449ec14d2a7523bb852a1292480f56a2cf330
      https://github.com/okfn/ckan/commit/784449ec14d2a7523bb852a1292480f56a2cf330
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/templates/group/index.html

  Log Message:
  -----------
  [#2599] Pass groups into the group_list snippet


  Commit: 16ef4e88fa680580a37b70a5e838823f63366e97
      https://github.com/okfn/ckan/commit/16ef4e88fa680580a37b70a5e838823f63366e97
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/media.less

  Log Message:
  -----------
  [#2599] Tweak the media grid classes for IE8


  Commit: 4517e513bc3cda74d1e7669ed09a3e59e4480182
      https://github.com/okfn/ckan/commit/4517e513bc3cda74d1e7669ed09a3e59e4480182
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/module.less
    M ckan/templates/development/primer.html
    A ckan/templates/development/snippets/pagination.html

  Log Message:
  -----------
  [#2599] Add pagination items to the primer


  Commit: 87406ec57cb52aca169fe6409d960f49d78262b4
      https://github.com/okfn/ckan/commit/87406ec57cb52aca169fe6409d960f49d78262b4
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/templates/package/read.html

  Log Message:
  -----------
  [#2599] Remove empty li for edit dataset button


  Commit: b790f27dd26d79bb6904cd87aba7ccd6d1bc4fc8
      https://github.com/okfn/ckan/commit/b790f27dd26d79bb6904cd87aba7ccd6d1bc4fc8
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/layout.less
    M ckan/public/base/less/masthead.less
    M ckan/public/base/less/mixins.less

  Log Message:
  -----------
  [#2599] Fix lovely issues with Bootstrap gradients and IE7


  Commit: 00e0568f1b2d3e66985b57f1703b7636d985efa3
      https://github.com/okfn/ckan/commit/00e0568f1b2d3e66985b57f1703b7636d985efa3
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M ckan/public/base/less/masthead.less

  Log Message:
  -----------
  [#2599] Fix navigation display in IE7


  Commit: a4148a1aa3462cdd0ae3a9e219f39352909752b1
      https://github.com/okfn/ckan/commit/a4148a1aa3462cdd0ae3a9e219f39352909752b1
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    A ckan/public/base/css/vendor/font-awesome-ie7.css
    M ckan/templates/base.html

  Log Message:
  -----------
  [#2599] Add IE7 stylesheet to render font icons in IE7


  Commit: cd2014ea62626dbd7aa505f55582786a295bf701
      https://github.com/okfn/ckan/commit/cd2014ea62626dbd7aa505f55582786a295bf701
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    M ckan/config/environment.py
    M ckan/lib/jinja_tags.py

  Log Message:
  -----------
  [#2599] Add {% url_for_static %} Jinja token


  Commit: 27611ea0a499234df7a97fef380904cdfc7225d0
      https://github.com/okfn/ckan/commit/27611ea0a499234df7a97fef380904cdfc7225d0
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    A ckan/templates/snippets/home_breadcrumb_item.html

  Log Message:
  -----------
  [#2599] Add a snippet for the breadcrumb home icon


  Commit: 2a77377464e901f07feca8f03e69c0a38f95a3b4
      https://github.com/okfn/ckan/commit/2a77377464e901f07feca8f03e69c0a38f95a3b4
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    M ckan/templates/development/snippets/breadcrumb.html
    M ckan/templates/page.html

  Log Message:
  -----------
  [#2599] Update breadcrumb code to use home snippet


  Commit: 7bdcafbc0da854ce8bdaa50cfeb64bb033a74464
      https://github.com/okfn/ckan/commit/7bdcafbc0da854ce8bdaa50cfeb64bb033a74464
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    M ckan/templates/base.html

  Log Message:
  -----------
  [#2599] Update base.html to use url_for_static helper


  Commit: e01c6599cfeb98b3b1e0b911457073e5427e87fd
      https://github.com/okfn/ckan/commit/e01c6599cfeb98b3b1e0b911457073e5427e87fd
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    M ckan/public/base/less/main.less
    M ckan/public/base/less/toolbar.less

  Log Message:
  -----------
  [#2599] Fix the display of the breadcrumb in IE7


  Commit: 3d3b8098173d3fc59eccda93e7b4e3ab5d12c9f4
      https://github.com/okfn/ckan/commit/3d3b8098173d3fc59eccda93e7b4e3ab5d12c9f4
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    M ckan/public/base/less/toolbar.less

  Log Message:
  -----------
  [#2599] Fix the toolbar in IE7


  Commit: 543954b61c03875ba95ed587bf893cc1f6f8c8fe
      https://github.com/okfn/ckan/commit/543954b61c03875ba95ed587bf893cc1f6f8c8fe
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    M ckan/public/base/less/forms.less

  Log Message:
  -----------
  [#2599] Fix form output in IE7


Compare: https://github.com/okfn/ckan/compare/bc9a56844800...543954b61c03


More information about the ckan-changes mailing list