[ckan-changes] [okfn/ckan] 3f532a: Removed trailing comma which was breaking within I...

GitHub noreply at github.com
Wed Aug 29 17:12:18 UTC 2012


  Branch: refs/heads/2375-demo-theme-development-ie7-fixes
  Home:   https://github.com/okfn/ckan
  Commit: 3f532a2f15dce3a37d27efe7944c4a438de8efdd
      https://github.com/okfn/ckan/commit/3f532a2f15dce3a37d27efe7944c4a438de8efdd
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-28 (Tue, 28 Aug 2012)

  Changed paths:
    M ckan/public/base/javascript/modules/select-switch.js

  Log Message:
  -----------
  Removed trailing comma which was breaking within Internet Explorer


  Commit: 75c5a52a8a0a25c08aadbacf6893d64f9ed1b125
      https://github.com/okfn/ckan/commit/75c5a52a8a0a25c08aadbacf6893d64f9ed1b125
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-28 (Tue, 28 Aug 2012)

  Changed paths:
    M bin/less

  Log Message:
  -----------
  Changed usage of fs.watch to nodewatch (npm install nodewatch) as it's a more reliable API than fs.watch


  Commit: 9c99c8f1780d5309b7b46c84134afdadc1d1d98e
      https://github.com/okfn/ckan/commit/9c99c8f1780d5309b7b46c84134afdadc1d1d98e
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-28 (Tue, 28 Aug 2012)

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

  Log Message:
  -----------
  Header logo now shows in IE7


  Commit: bc9566c53eb17e4e2fff0e2b31026afdaaa4c044
      https://github.com/okfn/ckan/commit/bc9566c53eb17e4e2fff0e2b31026afdaaa4c044
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

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

  Log Message:
  -----------
  Tags on demo homepage now render nicely in IE7


  Commit: 565a2e9c218d78c0d91d090ba11e2cef70abde34
      https://github.com/okfn/ckan/commit/565a2e9c218d78c0d91d090ba11e2cef70abde34
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

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

  Log Message:
  -----------
  Homepage now is completely styled for IE7


  Commit: 1d385f6bcd213d27a5354cdb228f06a908d0fcca
      https://github.com/okfn/ckan/commit/1d385f6bcd213d27a5354cdb228f06a908d0fcca
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

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

  Log Message:
  -----------
  Fixes to make footer work in Internet Explorer 7


  Commit: b7664781ea3b22a1a27378e55f26600df83bcb5e
      https://github.com/okfn/ckan/commit/b7664781ea3b22a1a27378e55f26600df83bcb5e
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

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

  Log Message:
  -----------
  Couple of minor tweaks to input widths


  Commit: ba9d5bfdc1f6267f1e074092434830c0832dbb58
      https://github.com/okfn/ckan/commit/ba9d5bfdc1f6267f1e074092434830c0832dbb58
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

  Changed paths:
    M ckan/public/base/less/footer.less
    M ckan/public/base/less/layout.less

  Log Message:
  -----------
  Made tags fix a site wide fix (and not just homepage) and removed uneeded whitespace


  Commit: a0bb931777c0dc665e869b0421fab21fcfee6f6a
      https://github.com/okfn/ckan/commit/a0bb931777c0dc665e869b0421fab21fcfee6f6a
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

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

  Log Message:
  -----------
  Change Typography stack so that the site looks much nicer on devices that have better fonts


  Commit: 52efccfacc711649992b51677aaa7556e6c63232
      https://github.com/okfn/ckan/commit/52efccfacc711649992b51677aaa7556e6c63232
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

  Changed paths:
    M ckan/public/base/javascript/module.js

  Log Message:
  -----------
  JavaScript Fix for ckan modules

This fixes a lot of JavaScript issues with ckan modules in Internet Explorer 7. Essentially IE7 doesn't have the subtype window.SyntaxError and the majority of times this is falling through the if statement and still throwing the error (because the error type in IE7 is window.Error). This fix makes a lot of modules work, however since I don't have much visibility on the codebase yet I'm not sure what the implications on changing such a re-used bit of code would be.


  Commit: 5ae3f10844d8d7466ddda0c1539e88e3b8e317ce
      https://github.com/okfn/ckan/commit/5ae3f10844d8d7466ddda0c1539e88e3b8e317ce
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

  Changed paths:
    M ckan/public/base/less/forms.less
    M ckan/public/base/less/module.less
    M ckan/public/base/less/nav.less
    M ckan/templates/package/snippets/package_basic_fields.html

  Log Message:
  -----------
  Fix for license info on add dataset page for IE7


  Commit: d112ac79583ae99a97028cfde2120718cdf6f234
      https://github.com/okfn/ckan/commit/d112ac79583ae99a97028cfde2120718cdf6f234
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

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

  Log Message:
  -----------
  Removed uneeded colon


  Commit: 598f1ec05f33ad486e9f3d4ff61f45ae11b6b55e
      https://github.com/okfn/ckan/commit/598f1ec05f33ad486e9f3d4ff61f45ae11b6b55e
  Author: John Martin <me at johnmart.in>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

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

  Log Message:
  -----------
  Fix for header selected state in IE7


Compare: https://github.com/okfn/ckan/compare/3f532a2f15dc^...598f1ec05f33


More information about the ckan-changes mailing list