[ckan-changes] [okfn/ckan] c33030: [2467] Do not load excanvas.js in IE 9
GitHub
noreply at github.com
Tue Jun 26 11:44:02 UTC 2012
Branch: refs/heads/defect-2467-fix-stats-frontend
Home: https://github.com/okfn/ckan
Commit: c3303077f6bdf50d45fcb5abd50bb0386e80cafa
https://github.com/okfn/ckan/commit/c3303077f6bdf50d45fcb5abd50bb0386e80cafa
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckanext/stats/templates/ckanext/stats/index.html
Log Message:
-----------
[2467] Do not load excanvas.js in IE 9
IE 9 natively supports the canvas element and loading this fallback
will break Flot.
Commit: b507582a0fe4c09449827d22e84e7ccc6980cebd
https://github.com/okfn/ckan/commit/b507582a0fe4c09449827d22e84e7ccc6980cebd
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
A ckan/public/scripts/vendor/flot/0.7/excanvas.js
Log Message:
-----------
[2467] Add excanvas to flot vendor directory
Commit: 578408c478792856ea98c65a038d070ee41ebeb9
https://github.com/okfn/ckan/commit/578408c478792856ea98c65a038d070ee41ebeb9
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckanext/stats/templates/ckanext/stats/index.html
Log Message:
-----------
[2467] Load flot locally rather than from CDN
Commit: e8af9c1e65df313a03c1bced323c1172e86c51c1
https://github.com/okfn/ckan/commit/e8af9c1e65df313a03c1bced323c1172e86c51c1
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/public/scripts/vendor/html5shiv/html5.js
Log Message:
-----------
[2467] Upgrade html5shiv to latest release candidate
This includes nice functionality for overriding the default behaviour
which is required to use excanvas.js.
Commit: 8187df4a6993da48f79ded50543b886ae9442319
https://github.com/okfn/ckan/commit/8187df4a6993da48f79ded50543b886ae9442319
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckanext/stats/templates/ckanext/stats/index.html
Log Message:
-----------
[2467] Disable html5shiv overriding method on stats page
This was conflicting with the excanvas library used to render the
flot graphs in IE.
Commit: f55f4ad56620987eb477620bb342656174c976ab
https://github.com/okfn/ckan/commit/f55f4ad56620987eb477620bb342656174c976ab
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckanext/stats/templates/ckanext/stats/index.html
Log Message:
-----------
[2467] Remove trailing commas from all objects in stats page
These choke IE and cause the graphs not to render.
Commit: 94f404df383ff66c3012c8f56b068a9e208518c5
https://github.com/okfn/ckan/commit/94f404df383ff66c3012c8f56b068a9e208518c5
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckanext/stats/templates/ckanext/stats/index.html
Log Message:
-----------
[2467] Add link to excanvas thread on the net
Commit: f585d84345890bc0c26fe0934ea13e457484e6df
https://github.com/okfn/ckan/commit/f585d84345890bc0c26fe0934ea13e457484e6df
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/public/scripts/application.js
Log Message:
-----------
[2467] Fix trailing commas in application.js
This prevents exceptions being thrown in IE
Compare: https://github.com/okfn/ckan/compare/79fc848a006a...f585d8434589
More information about the ckan-changes
mailing list