[ckan-changes] [okfn/ckan] 58cf43: Removed trailing comma which was breaking within I...
GitHub
noreply at github.com
Tue Sep 4 12:54:08 UTC 2012
Branch: refs/heads/2375-demo-theme-development
Home: https://github.com/okfn/ckan
Commit: 58cf43fe74e2d2db7e357eb65a09db696902adba
https://github.com/okfn/ckan/commit/58cf43fe74e2d2db7e357eb65a09db696902adba
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/javascript/modules/select-switch.js
Log Message:
-----------
Removed trailing comma which was breaking within Internet Explorer
Commit: 46c93f509e4af54f3836e43c008ad5895d7f14bf
https://github.com/okfn/ckan/commit/46c93f509e4af54f3836e43c008ad5895d7f14bf
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 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: 7ea8fe49db6911f767284ec6e398f9e7d839f7a6
https://github.com/okfn/ckan/commit/7ea8fe49db6911f767284ec6e398f9e7d839f7a6
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/masthead.less
Log Message:
-----------
Header logo now shows in IE7
Commit: 4bc9cf640803f5254ffaf286fcb8e5e5716a0065
https://github.com/okfn/ckan/commit/4bc9cf640803f5254ffaf286fcb8e5e5716a0065
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/layout.less
Log Message:
-----------
Tags on demo homepage now render nicely in IE7
Commit: a10d30ad6ed248c6a96c1575f0e6995a520f149d
https://github.com/okfn/ckan/commit/a10d30ad6ed248c6a96c1575f0e6995a520f149d
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 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: b1683adadc313c0dec928a81032c78570f364658
https://github.com/okfn/ckan/commit/b1683adadc313c0dec928a81032c78570f364658
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/footer.less
Log Message:
-----------
Fixes to make footer work in Internet Explorer 7
Commit: 8708e9908e7b85a9812e38e696e889aaefaa4143
https://github.com/okfn/ckan/commit/8708e9908e7b85a9812e38e696e889aaefaa4143
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/forms.less
Log Message:
-----------
Couple of minor tweaks to input widths
Commit: 755aee43d703e56ece64d9302a272f5af4e96cd2
https://github.com/okfn/ckan/commit/755aee43d703e56ece64d9302a272f5af4e96cd2
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 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: 6773f30528ae1c39f842d270c41267492a9e5079
https://github.com/okfn/ckan/commit/6773f30528ae1c39f842d270c41267492a9e5079
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 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: d0d585df5872dcced34e2541cb9afdc1c07b55ed
https://github.com/okfn/ckan/commit/d0d585df5872dcced34e2541cb9afdc1c07b55ed
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 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: 9939013682abb91f88b50e62fc43a3cbf92d232b
https://github.com/okfn/ckan/commit/9939013682abb91f88b50e62fc43a3cbf92d232b
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 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: b2ae13555a406a3f08316bd97d81a3c86db7c302
https://github.com/okfn/ckan/commit/b2ae13555a406a3f08316bd97d81a3c86db7c302
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/templates/user/read.html
Log Message:
-----------
Removed uneeded colon
Commit: 15ad56ccd9aeee24eb6bf65281a31e60040ca654
https://github.com/okfn/ckan/commit/15ad56ccd9aeee24eb6bf65281a31e60040ca654
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/masthead.less
Log Message:
-----------
Fix for header selected state in IE7
Commit: dfccc7dbfcde69d21534a343fb912cd1ad75b6e2
https://github.com/okfn/ckan/commit/dfccc7dbfcde69d21534a343fb912cd1ad75b6e2
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/templates/user/edit_user_form.html
Log Message:
-----------
Fixed unclosed button tag for 'Update Profile' button
Commit: 073ede97df388a49a7f65aeb71970f246cab3730
https://github.com/okfn/ckan/commit/073ede97df388a49a7f65aeb71970f246cab3730
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/profile.less
Log Message:
-----------
Removed margin bottom on nav-tabs on user profile
Commit: 3b6eac501eabc1f9deda2bc5f254e6db49898174
https://github.com/okfn/ckan/commit/3b6eac501eabc1f9deda2bc5f254e6db49898174
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/ckan.less
Log Message:
-----------
Positioned the close button on alerts in a nicer place for IE7
Commit: 667187b54fc54b11e76c359d359d0e34e6a6e148
https://github.com/okfn/ckan/commit/667187b54fc54b11e76c359d359d0e34e6a6e148
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/media.less
Log Message:
-----------
IE7 fix for columns as media-items
Commit: f9d9ea4ad16560ca878ad23e96987f8c7015f544
https://github.com/okfn/ckan/commit/f9d9ea4ad16560ca878ad23e96987f8c7015f544
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/templates/group/snippets/group_form.html
Log Message:
-----------
Added type submit to html
Commit: a25503c2cfb5793ed59a4da7762a879258f838e7
https://github.com/okfn/ckan/commit/a25503c2cfb5793ed59a4da7762a879258f838e7
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
A ckan/public/base/images/background-tag-ie7.png
M ckan/public/base/less/mixins.less
M ckan/public/base/less/nav.less
M ckan/templates/package/search.html
M ckan/templates/package/snippets/search_form.html
Log Message:
-----------
Fixes for close buttons in IE7
Commit: b0340a28972265ff0eda51c3e869b9b5c863762b
https://github.com/okfn/ckan/commit/b0340a28972265ff0eda51c3e869b9b5c863762b
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/forms.less
Log Message:
-----------
Fix to make steps have nice widths on add dataset form
Commit: fdaef9c5be6c558f72fea0294bf0c489266801e1
https://github.com/okfn/ckan/commit/fdaef9c5be6c558f72fea0294bf0c489266801e1
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/forms.less
Log Message:
-----------
oops, shouldn't have removed that
Commit: 65d120e3dbbd3d883ec8509a948522f746033168
https://github.com/okfn/ckan/commit/65d120e3dbbd3d883ec8509a948522f746033168
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/javascript/modules/custom-fields.js
Log Message:
-----------
Removed custom JavaScript for changing custom fields remove checkbox into a button for IE7
It's basically because IE7 doesn't like calling the change event on input that are not visible. It's not an ideal fix... but it does make the form usable.
Commit: 8468d78954521bc5d391addcf98af4cb52ac5ee4
https://github.com/okfn/ckan/commit/8468d78954521bc5d391addcf98af4cb52ac5ee4
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
A ckan/public/base/images/breadcrumb-slash-ie7.png
M ckan/public/base/less/toolbar.less
Log Message:
-----------
Added fix for breadcrumbs in IE7
Commit: f66b3c17e19b6323fb58e164c9770f14d88047f8
https://github.com/okfn/ckan/commit/f66b3c17e19b6323fb58e164c9770f14d88047f8
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/javascript/main.js
M ckan/public/base/javascript/modules/slug-preview.js
Log Message:
-----------
IE7 box model fixes (this is a little hacky)
Commit: 6c451dca51c7e56f05d05b946e9efb031ed4a2c7
https://github.com/okfn/ckan/commit/6c451dca51c7e56f05d05b946e9efb031ed4a2c7
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/ckan.less
M ckan/public/base/less/dataset.less
M ckan/public/base/less/footer.less
M ckan/public/base/less/forms.less
A ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/masthead.less
M ckan/public/base/less/media.less
M ckan/public/base/less/module.less
M ckan/public/base/less/nav.less
M ckan/public/base/less/toolbar.less
Log Message:
-----------
Moved all Internet explorer hacks into one file
Commit: 1e8175f8c7de75b11171c402a6c65f66a57ade33
https://github.com/okfn/ckan/commit/1e8175f8c7de75b11171c402a6c65f66a57ade33
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/templates/package/search.html
M ckan/templates/package/snippets/search_form.html
Log Message:
-----------
Added language support for remove tooltip
Commit: 1ccd6962653283c8bfd85fcd0a81433ad0188d01
https://github.com/okfn/ckan/commit/1ccd6962653283c8bfd85fcd0a81433ad0188d01
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/iehacks.less
Log Message:
-----------
Fix for too many closed brackets in iehacks document
Commit: 2bdcb8ed7937bc8df5e2baae4e3db2b27f26ef55
https://github.com/okfn/ckan/commit/2bdcb8ed7937bc8df5e2baae4e3db2b27f26ef55
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/iehacks.less
Log Message:
-----------
Fix for broken IE7 style (bug introduced due to refactor)
Commit: 869ffb04541adcc11f097de9bb46977013b68942
https://github.com/okfn/ckan/commit/869ffb04541adcc11f097de9bb46977013b68942
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/mixins.less
M ckan/templates/package/search.html
M ckan/templates/package/snippets/search_form.html
Log Message:
-----------
Removed × and replaced with icon-remove as it makes more semantic sense
Commit: 60be5af078f620439794361e7d252dce6ce30020
https://github.com/okfn/ckan/commit/60be5af078f620439794361e7d252dce6ce30020
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/iehacks.less
Log Message:
-----------
Fix for title input on add dataset page for within IE7
Commit: 4251c94512a949bae2963f34e38cc013a170cf15
https://github.com/okfn/ckan/commit/4251c94512a949bae2963f34e38cc013a170cf15
Author: tobes <toby.junk at gmail.com>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M doc/frontend-development.rst
Log Message:
-----------
install nodewatch
Commit: a769f4bdd3c24f92d13341654e6f90555a205711
https://github.com/okfn/ckan/commit/a769f4bdd3c24f92d13341654e6f90555a205711
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/footer.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/variables.less
Log Message:
-----------
Fixes to color variables less from @tobes comments
Commit: 899ca965f1014284be3ac708c2da5e8610bd92fe
https://github.com/okfn/ckan/commit/899ca965f1014284be3ac708c2da5e8610bd92fe
Author: John Martin <me at johnmart.in>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M ckan/public/base/less/footer.less
M ckan/public/base/less/variables.less
Log Message:
-----------
Added extra less variable for language dropdown in footer
Compare: https://github.com/okfn/ckan/compare/4711f5f4ff34...899ca965f101
More information about the ckan-changes
mailing list