rails_modular_admin 0.3.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/list.txt +23 -0
- data/app/assets/javascripts/rails_modular_admin/vendor.js +60351 -60351
- data/app/assets/javascripts/rails_modular_admin.js +1 -0
- data/app/assets/node_modules/animate.css/LICENSE +21 -0
- data/app/assets/node_modules/animate.css/README.md +233 -0
- data/app/assets/node_modules/animate.css/animate-config.json +120 -0
- data/app/assets/node_modules/animate.css/animate.css +3494 -0
- data/app/assets/node_modules/animate.css/animate.min.css +11 -0
- data/app/assets/node_modules/animate.css/bower.json +5 -0
- data/app/assets/node_modules/animate.css/gulpfile.js +107 -0
- data/app/assets/node_modules/animate.css/package.json +54 -0
- data/app/assets/node_modules/animate.css/source/_base.css +8 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/bounce.css +30 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/flash.css +16 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/headShake.css +30 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/jello.css +40 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/pulse.css +19 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/rubberBand.css +33 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/shake.css +25 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/swing.css +26 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/tada.css +31 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/wobble.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceIn.css +42 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInDown.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInLeft.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInRight.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInUp.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOut.css +21 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutDown.css +20 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutLeft.css +15 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutRight.css +15 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutUp.css +20 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeIn.css +13 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDown.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDownBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeft.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeftBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRight.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRightBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUp.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUpBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOut.css +13 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDownBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRightBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUpBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/flippers/flip.css +31 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipInX.css +30 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipInY.css +30 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipOutX.css +21 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipOutY.css +21 -0
- data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedIn.css +26 -0
- data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedOut.css +15 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateIn.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOut.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/specials/hinge.css +31 -0
- data/app/assets/node_modules/animate.css/source/specials/jackInTheBox.css +24 -0
- data/app/assets/node_modules/animate.css/source/specials/rollIn.css +17 -0
- data/app/assets/node_modules/animate.css/source/specials/rollOut.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomIn.css +14 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInDown.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInUp.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOut.css +18 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutDown.css +18 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutUp.css +18 -0
- data/app/assets/node_modules/bootstrap/LICENSE +22 -0
- data/app/assets/node_modules/bootstrap/README.md +171 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css +1912 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +7 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css +330 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +8 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css +8981 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css +7 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js +6444 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js +3927 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js +7 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/alert.js +178 -0
- data/app/assets/node_modules/bootstrap/js/dist/alert.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/button.js +167 -0
- data/app/assets/node_modules/bootstrap/js/dist/button.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/carousel.js +508 -0
- data/app/assets/node_modules/bootstrap/js/dist/carousel.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/collapse.js +367 -0
- data/app/assets/node_modules/bootstrap/js/dist/collapse.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/dropdown.js +489 -0
- data/app/assets/node_modules/bootstrap/js/dist/dropdown.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/index.js +23 -0
- data/app/assets/node_modules/bootstrap/js/dist/index.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/modal.js +585 -0
- data/app/assets/node_modules/bootstrap/js/dist/modal.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/popover.js +206 -0
- data/app/assets/node_modules/bootstrap/js/dist/popover.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js +319 -0
- data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/tab.js +251 -0
- data/app/assets/node_modules/bootstrap/js/dist/tab.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/tooltip.js +674 -0
- data/app/assets/node_modules/bootstrap/js/dist/tooltip.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/util.js +132 -0
- data/app/assets/node_modules/bootstrap/js/dist/util.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/src/alert.js +183 -0
- data/app/assets/node_modules/bootstrap/js/src/button.js +175 -0
- data/app/assets/node_modules/bootstrap/js/src/carousel.js +517 -0
- data/app/assets/node_modules/bootstrap/js/src/collapse.js +394 -0
- data/app/assets/node_modules/bootstrap/js/src/dropdown.js +487 -0
- data/app/assets/node_modules/bootstrap/js/src/index.js +50 -0
- data/app/assets/node_modules/bootstrap/js/src/modal.js +579 -0
- data/app/assets/node_modules/bootstrap/js/src/popover.js +188 -0
- data/app/assets/node_modules/bootstrap/js/src/scrollspy.js +329 -0
- data/app/assets/node_modules/bootstrap/js/src/tab.js +263 -0
- data/app/assets/node_modules/bootstrap/js/src/tooltip.js +723 -0
- data/app/assets/node_modules/bootstrap/js/src/util.js +153 -0
- data/app/assets/node_modules/bootstrap/package.json +218 -0
- data/app/assets/node_modules/bootstrap/scss/_alert.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/_badge.scss +47 -0
- data/app/assets/node_modules/bootstrap/scss/_breadcrumb.scss +41 -0
- data/app/assets/node_modules/bootstrap/scss/_button-group.scss +172 -0
- data/app/assets/node_modules/bootstrap/scss/_buttons.scss +144 -0
- data/app/assets/node_modules/bootstrap/scss/_card.scss +301 -0
- data/app/assets/node_modules/bootstrap/scss/_carousel.scss +236 -0
- data/app/assets/node_modules/bootstrap/scss/_close.scss +34 -0
- data/app/assets/node_modules/bootstrap/scss/_code.scss +48 -0
- data/app/assets/node_modules/bootstrap/scss/_custom-forms.scss +421 -0
- data/app/assets/node_modules/bootstrap/scss/_dropdown.scss +166 -0
- data/app/assets/node_modules/bootstrap/scss/_forms.scss +335 -0
- data/app/assets/node_modules/bootstrap/scss/_functions.scss +86 -0
- data/app/assets/node_modules/bootstrap/scss/_grid.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/_images.scss +42 -0
- data/app/assets/node_modules/bootstrap/scss/_input-group.scss +158 -0
- data/app/assets/node_modules/bootstrap/scss/_jumbotron.scss +16 -0
- data/app/assets/node_modules/bootstrap/scss/_list-group.scss +115 -0
- data/app/assets/node_modules/bootstrap/scss/_media.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/_mixins.scss +41 -0
- data/app/assets/node_modules/bootstrap/scss/_modal.scss +168 -0
- data/app/assets/node_modules/bootstrap/scss/_nav.scss +118 -0
- data/app/assets/node_modules/bootstrap/scss/_navbar.scss +299 -0
- data/app/assets/node_modules/bootstrap/scss/_pagination.scss +78 -0
- data/app/assets/node_modules/bootstrap/scss/_popover.scss +183 -0
- data/app/assets/node_modules/bootstrap/scss/_print.scss +141 -0
- data/app/assets/node_modules/bootstrap/scss/_progress.scss +34 -0
- data/app/assets/node_modules/bootstrap/scss/_reboot.scss +480 -0
- data/app/assets/node_modules/bootstrap/scss/_root.scss +19 -0
- data/app/assets/node_modules/bootstrap/scss/_tables.scss +188 -0
- data/app/assets/node_modules/bootstrap/scss/_tooltip.scss +115 -0
- data/app/assets/node_modules/bootstrap/scss/_transitions.scss +22 -0
- data/app/assets/node_modules/bootstrap/scss/_type.scss +125 -0
- data/app/assets/node_modules/bootstrap/scss/_utilities.scss +15 -0
- data/app/assets/node_modules/bootstrap/scss/_variables.scss +929 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap-grid.scss +32 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap-reboot.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap.scss +42 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_alert.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_background-variant.scss +21 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_badge.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_border-radius.scss +35 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss +5 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_buttons.scss +109 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_caret.scss +66 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_clearfix.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_float.scss +11 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_forms.scss +147 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_grid-framework.scss +67 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_grid.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_image.scss +36 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_list-group.scss +21 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_nav-divider.scss +10 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_pagination.scss +22 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_screen-reader.scss +33 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_size.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_table-row.scss +30 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +14 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-hide.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_transition.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_visibility.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_align.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_borders.scss +59 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_clearfix.scss +3 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_display.scss +38 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_embed.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_flex.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_float.scss +9 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_position.scss +37 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_screenreaders.scss +11 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_shadows.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_sizing.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_spacing.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_text.scss +58 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_visibility.scss +11 -0
- data/app/assets/node_modules/clone/LICENSE +18 -0
- data/app/assets/node_modules/clone/README.md +178 -0
- data/app/assets/node_modules/clone/clone.iml +10 -0
- data/app/assets/node_modules/clone/clone.js +251 -0
- data/app/assets/node_modules/clone/package.json +56 -0
- data/app/assets/node_modules/deep-equal/LICENSE +18 -0
- data/app/assets/node_modules/deep-equal/example/cmp.js +11 -0
- data/app/assets/node_modules/deep-equal/index.js +94 -0
- data/app/assets/node_modules/deep-equal/lib/is_arguments.js +20 -0
- data/app/assets/node_modules/deep-equal/lib/keys.js +9 -0
- data/app/assets/node_modules/deep-equal/package.json +58 -0
- data/app/assets/node_modules/deep-equal/readme.markdown +61 -0
- data/app/assets/node_modules/deep-equal/test/cmp.js +95 -0
- data/app/assets/node_modules/dropzone/CONTRIBUTING.md +6 -0
- data/app/assets/node_modules/dropzone/LICENSE +12 -0
- data/app/assets/node_modules/dropzone/README.md +36 -0
- data/app/assets/node_modules/dropzone/bower.json +16 -0
- data/app/assets/node_modules/dropzone/component.json +10 -0
- data/app/assets/node_modules/dropzone/composer.json +18 -0
- data/app/assets/node_modules/dropzone/dist/basic.css +39 -0
- data/app/assets/node_modules/dropzone/dist/dropzone-amd-module.js +3541 -0
- data/app/assets/node_modules/dropzone/dist/dropzone.css +388 -0
- data/app/assets/node_modules/dropzone/dist/dropzone.js +3526 -0
- data/app/assets/node_modules/dropzone/dist/min/basic.min.css +1 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone-amd-module.min.js +2 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone.min.css +1 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone.min.js +2 -0
- data/app/assets/node_modules/dropzone/dist/readme.md +10 -0
- data/app/assets/node_modules/dropzone/index.js +1 -0
- data/app/assets/node_modules/dropzone/package.json +40 -0
- data/app/assets/node_modules/eve-raphael/LICENSE +202 -0
- data/app/assets/node_modules/eve-raphael/README.md +5 -0
- data/app/assets/node_modules/eve-raphael/bower.json +17 -0
- data/app/assets/node_modules/eve-raphael/component.json +13 -0
- data/app/assets/node_modules/eve-raphael/e.html +66 -0
- data/app/assets/node_modules/eve-raphael/eve.js +426 -0
- data/app/assets/node_modules/eve-raphael/package.json +15 -0
- data/app/assets/node_modules/eventemitter3/LICENSE +21 -0
- data/app/assets/node_modules/eventemitter3/README.md +105 -0
- data/app/assets/node_modules/eventemitter3/index.d.ts +50 -0
- data/app/assets/node_modules/eventemitter3/index.js +311 -0
- data/app/assets/node_modules/eventemitter3/package.json +51 -0
- data/app/assets/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
- data/app/assets/node_modules/extend/CHANGELOG.md +77 -0
- data/app/assets/node_modules/extend/LICENSE +23 -0
- data/app/assets/node_modules/extend/README.md +81 -0
- data/app/assets/node_modules/extend/component.json +32 -0
- data/app/assets/node_modules/extend/index.js +86 -0
- data/app/assets/node_modules/extend/package.json +43 -0
- data/app/assets/node_modules/fast-diff/README.md +24 -0
- data/app/assets/node_modules/fast-diff/diff.js +738 -0
- data/app/assets/node_modules/fast-diff/package.json +24 -0
- data/app/assets/node_modules/fast-diff/test.js +91 -0
- data/app/assets/node_modules/jquery/AUTHORS.txt +313 -0
- data/app/assets/node_modules/jquery/LICENSE.txt +36 -0
- data/app/assets/node_modules/jquery/README.md +67 -0
- data/app/assets/node_modules/jquery/bower.json +14 -0
- data/app/assets/node_modules/jquery/dist/core.js +399 -0
- data/app/assets/node_modules/jquery/dist/jquery.js +10364 -0
- data/app/assets/node_modules/jquery/dist/jquery.min.js +2 -0
- data/app/assets/node_modules/jquery/dist/jquery.min.map +1 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.js +8269 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.min.js +2 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.min.map +1 -0
- data/app/assets/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.js +2272 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
- data/app/assets/node_modules/jquery/package.json +108 -0
- data/app/assets/node_modules/jquery/src/ajax/jsonp.js +103 -0
- data/app/assets/node_modules/jquery/src/ajax/load.js +77 -0
- data/app/assets/node_modules/jquery/src/ajax/parseXML.js +30 -0
- data/app/assets/node_modules/jquery/src/ajax/script.js +77 -0
- data/app/assets/node_modules/jquery/src/ajax/var/location.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/var/rquery.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/xhr.js +170 -0
- data/app/assets/node_modules/jquery/src/ajax.js +856 -0
- data/app/assets/node_modules/jquery/src/attributes/attr.js +141 -0
- data/app/assets/node_modules/jquery/src/attributes/classes.js +186 -0
- data/app/assets/node_modules/jquery/src/attributes/prop.js +143 -0
- data/app/assets/node_modules/jquery/src/attributes/support.js +33 -0
- data/app/assets/node_modules/jquery/src/attributes/val.js +191 -0
- data/app/assets/node_modules/jquery/src/attributes.js +13 -0
- data/app/assets/node_modules/jquery/src/callbacks.js +236 -0
- data/app/assets/node_modules/jquery/src/core/DOMEval.js +30 -0
- data/app/assets/node_modules/jquery/src/core/access.js +72 -0
- data/app/assets/node_modules/jquery/src/core/camelCase.js +23 -0
- data/app/assets/node_modules/jquery/src/core/init.js +129 -0
- data/app/assets/node_modules/jquery/src/core/nodeName.js +13 -0
- data/app/assets/node_modules/jquery/src/core/parseHTML.js +65 -0
- data/app/assets/node_modules/jquery/src/core/ready-no-deferred.js +97 -0
- data/app/assets/node_modules/jquery/src/core/ready.js +86 -0
- data/app/assets/node_modules/jquery/src/core/readyException.js +13 -0
- data/app/assets/node_modules/jquery/src/core/stripAndCollapse.js +14 -0
- data/app/assets/node_modules/jquery/src/core/support.js +20 -0
- data/app/assets/node_modules/jquery/src/core/toType.js +20 -0
- data/app/assets/node_modules/jquery/src/core/var/rsingleTag.js +6 -0
- data/app/assets/node_modules/jquery/src/core.js +399 -0
- data/app/assets/node_modules/jquery/src/css/addGetHookIf.js +26 -0
- data/app/assets/node_modules/jquery/src/css/adjustCSS.js +73 -0
- data/app/assets/node_modules/jquery/src/css/curCSS.js +65 -0
- data/app/assets/node_modules/jquery/src/css/hiddenVisibleSelectors.js +15 -0
- data/app/assets/node_modules/jquery/src/css/showHide.js +105 -0
- data/app/assets/node_modules/jquery/src/css/support.js +102 -0
- data/app/assets/node_modules/jquery/src/css/var/cssExpand.js +5 -0
- data/app/assets/node_modules/jquery/src/css/var/getStyles.js +17 -0
- data/app/assets/node_modules/jquery/src/css/var/isHiddenWithinTree.js +34 -0
- data/app/assets/node_modules/jquery/src/css/var/rboxStyle.js +7 -0
- data/app/assets/node_modules/jquery/src/css/var/rnumnonpx.js +7 -0
- data/app/assets/node_modules/jquery/src/css/var/swap.js +26 -0
- data/app/assets/node_modules/jquery/src/css.js +481 -0
- data/app/assets/node_modules/jquery/src/data/Data.js +162 -0
- data/app/assets/node_modules/jquery/src/data/var/acceptData.js +19 -0
- data/app/assets/node_modules/jquery/src/data/var/dataPriv.js +7 -0
- data/app/assets/node_modules/jquery/src/data/var/dataUser.js +7 -0
- data/app/assets/node_modules/jquery/src/data.js +180 -0
- data/app/assets/node_modules/jquery/src/deferred/exceptionHook.js +21 -0
- data/app/assets/node_modules/jquery/src/deferred.js +399 -0
- data/app/assets/node_modules/jquery/src/deprecated.js +98 -0
- data/app/assets/node_modules/jquery/src/dimensions.js +57 -0
- data/app/assets/node_modules/jquery/src/effects/Tween.js +123 -0
- data/app/assets/node_modules/jquery/src/effects/animatedSelector.js +15 -0
- data/app/assets/node_modules/jquery/src/effects.js +702 -0
- data/app/assets/node_modules/jquery/src/event/ajax.js +22 -0
- data/app/assets/node_modules/jquery/src/event/alias.js +29 -0
- data/app/assets/node_modules/jquery/src/event/focusin.js +55 -0
- data/app/assets/node_modules/jquery/src/event/support.js +11 -0
- data/app/assets/node_modules/jquery/src/event/trigger.js +199 -0
- data/app/assets/node_modules/jquery/src/event.js +748 -0
- data/app/assets/node_modules/jquery/src/exports/amd.js +26 -0
- data/app/assets/node_modules/jquery/src/exports/global.js +34 -0
- data/app/assets/node_modules/jquery/src/jquery.js +40 -0
- data/app/assets/node_modules/jquery/src/manipulation/_evalUrl.js +23 -0
- data/app/assets/node_modules/jquery/src/manipulation/buildFragment.js +105 -0
- data/app/assets/node_modules/jquery/src/manipulation/getAll.js +32 -0
- data/app/assets/node_modules/jquery/src/manipulation/setGlobalEval.js +22 -0
- data/app/assets/node_modules/jquery/src/manipulation/support.js +35 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rcheckableType.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rscriptType.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rtagName.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/wrapMap.js +29 -0
- data/app/assets/node_modules/jquery/src/manipulation.js +486 -0
- data/app/assets/node_modules/jquery/src/offset.js +233 -0
- data/app/assets/node_modules/jquery/src/queue/delay.js +24 -0
- data/app/assets/node_modules/jquery/src/queue.js +145 -0
- data/app/assets/node_modules/jquery/src/selector-native.js +237 -0
- data/app/assets/node_modules/jquery/src/selector-sizzle.js +19 -0
- data/app/assets/node_modules/jquery/src/selector.js +3 -0
- data/app/assets/node_modules/jquery/src/serialize.js +132 -0
- data/app/assets/node_modules/jquery/src/traversing/findFilter.js +97 -0
- data/app/assets/node_modules/jquery/src/traversing/var/dir.js +22 -0
- data/app/assets/node_modules/jquery/src/traversing/var/rneedsContext.js +8 -0
- data/app/assets/node_modules/jquery/src/traversing/var/siblings.js +17 -0
- data/app/assets/node_modules/jquery/src/traversing.js +191 -0
- data/app/assets/node_modules/jquery/src/var/ObjectFunctionString.js +7 -0
- data/app/assets/node_modules/jquery/src/var/arr.js +5 -0
- data/app/assets/node_modules/jquery/src/var/class2type.js +6 -0
- data/app/assets/node_modules/jquery/src/var/concat.js +7 -0
- data/app/assets/node_modules/jquery/src/var/document.js +5 -0
- data/app/assets/node_modules/jquery/src/var/documentElement.js +7 -0
- data/app/assets/node_modules/jquery/src/var/fnToString.js +7 -0
- data/app/assets/node_modules/jquery/src/var/getProto.js +5 -0
- data/app/assets/node_modules/jquery/src/var/hasOwn.js +7 -0
- data/app/assets/node_modules/jquery/src/var/indexOf.js +7 -0
- data/app/assets/node_modules/jquery/src/var/isFunction.js +13 -0
- data/app/assets/node_modules/jquery/src/var/isWindow.js +8 -0
- data/app/assets/node_modules/jquery/src/var/pnum.js +5 -0
- data/app/assets/node_modules/jquery/src/var/push.js +7 -0
- data/app/assets/node_modules/jquery/src/var/rcssNum.js +9 -0
- data/app/assets/node_modules/jquery/src/var/rnothtmlwhite.js +8 -0
- data/app/assets/node_modules/jquery/src/var/slice.js +7 -0
- data/app/assets/node_modules/jquery/src/var/support.js +6 -0
- data/app/assets/node_modules/jquery/src/var/toString.js +7 -0
- data/app/assets/node_modules/jquery/src/wrap.js +78 -0
- data/app/assets/node_modules/jquery-flot/API.md +1498 -0
- data/app/assets/node_modules/jquery-flot/CONTRIBUTING.md +98 -0
- data/app/assets/node_modules/jquery-flot/FAQ.md +75 -0
- data/app/assets/node_modules/jquery-flot/LICENSE.txt +22 -0
- data/app/assets/node_modules/jquery-flot/Makefile +12 -0
- data/app/assets/node_modules/jquery-flot/NEWS.md +1026 -0
- data/app/assets/node_modules/jquery-flot/PLUGINS.md +143 -0
- data/app/assets/node_modules/jquery-flot/README.md +110 -0
- data/app/assets/node_modules/jquery-flot/component.json +8 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-1.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-2.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-3.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-4.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-5.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-japan-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-usa-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/index.html +173 -0
- data/app/assets/node_modules/jquery-flot/examples/annotating/index.html +87 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-interacting/index.html +97 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-multiple/index.html +77 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time/index.html +137 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/date.js +893 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/index.html +114 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/africa +1181 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/antarctica +413 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/asia +2717 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/australasia +1719 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/backward +117 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/etcetera +81 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/europe +2856 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/factory +10 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/iso3166.tab +276 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/leapseconds +100 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/northamerica +3235 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/pacificnew +28 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar87 +390 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar88 +390 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar89 +395 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/southamerica +1711 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/systemv +38 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/yearistype.sh +38 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/zone.tab +441 -0
- data/app/assets/node_modules/jquery-flot/examples/background.png +0 -0
- data/app/assets/node_modules/jquery-flot/examples/basic-options/index.html +91 -0
- data/app/assets/node_modules/jquery-flot/examples/basic-usage/index.html +57 -0
- data/app/assets/node_modules/jquery-flot/examples/canvas/index.html +75 -0
- data/app/assets/node_modules/jquery-flot/examples/categories/index.html +64 -0
- data/app/assets/node_modules/jquery-flot/examples/examples.css +97 -0
- data/app/assets/node_modules/jquery-flot/examples/image/hs-2004-27-a-large-web.jpg +0 -0
- data/app/assets/node_modules/jquery-flot/examples/image/index.html +69 -0
- data/app/assets/node_modules/jquery-flot/examples/index.html +80 -0
- data/app/assets/node_modules/jquery-flot/examples/interacting/index.html +118 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-down.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-left.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-right.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-up.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/index.html +153 -0
- data/app/assets/node_modules/jquery-flot/examples/percentiles/index.html +79 -0
- data/app/assets/node_modules/jquery-flot/examples/realtime/index.html +122 -0
- data/app/assets/node_modules/jquery-flot/examples/resize/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/selection/index.html +152 -0
- data/app/assets/node_modules/jquery-flot/examples/series-errorbars/index.html +150 -0
- data/app/assets/node_modules/jquery-flot/examples/series-pie/index.html +818 -0
- data/app/assets/node_modules/jquery-flot/examples/series-toggle/index.html +121 -0
- data/app/assets/node_modules/jquery-flot/examples/series-types/index.html +90 -0
- data/app/assets/node_modules/jquery-flot/examples/shared/jquery-ui/jquery-ui.min.css +6 -0
- data/app/assets/node_modules/jquery-flot/examples/stacking/index.html +107 -0
- data/app/assets/node_modules/jquery-flot/examples/symbols/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/threshold/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/tracking/index.html +135 -0
- data/app/assets/node_modules/jquery-flot/examples/visitors/index.html +147 -0
- data/app/assets/node_modules/jquery-flot/examples/zooming/index.html +144 -0
- data/app/assets/node_modules/jquery-flot/excanvas.js +1428 -0
- data/app/assets/node_modules/jquery-flot/excanvas.min.js +1 -0
- data/app/assets/node_modules/jquery-flot/flot.jquery.json +27 -0
- data/app/assets/node_modules/jquery-flot/jquery.colorhelpers.js +180 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.canvas.js +345 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.categories.js +190 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.crosshair.js +176 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.errorbars.js +353 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.fillbetween.js +226 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.image.js +241 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.js +3168 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.navigate.js +346 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.pie.js +820 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.resize.js +59 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.selection.js +360 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.stack.js +188 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.symbol.js +71 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.threshold.js +142 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.time.js +432 -0
- data/app/assets/node_modules/jquery-flot/jquery.js +9472 -0
- data/app/assets/node_modules/jquery-flot/package.json +11 -0
- data/app/assets/node_modules/jquery-sparkline/Changelog.txt +324 -0
- data/app/assets/node_modules/jquery-sparkline/README.md +19 -0
- data/app/assets/node_modules/jquery-sparkline/build.js +13 -0
- data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.js +3068 -0
- data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.min.js +2 -0
- data/app/assets/node_modules/jquery-sparkline/package.json +32 -0
- data/app/assets/node_modules/jquery-sparkline/src/base.js +415 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-bar.js +256 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-box.js +186 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-bullet.js +131 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-discrete.js +66 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-line.js +350 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-pie.js +117 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-tristate.js +98 -0
- data/app/assets/node_modules/jquery-sparkline/src/defaults.js +156 -0
- data/app/assets/node_modules/jquery-sparkline/src/footer.js +1 -0
- data/app/assets/node_modules/jquery-sparkline/src/header.js +222 -0
- data/app/assets/node_modules/jquery-sparkline/src/interact.js +247 -0
- data/app/assets/node_modules/jquery-sparkline/src/rangemap.js +39 -0
- data/app/assets/node_modules/jquery-sparkline/src/simpledraw.js +55 -0
- data/app/assets/node_modules/jquery-sparkline/src/utils.js +224 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-base.js +147 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-canvas.js +193 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-vml.js +165 -0
- data/app/assets/node_modules/jquery-touchswipe/LICENSE +24 -0
- data/app/assets/node_modules/jquery-touchswipe/README.md +81 -0
- data/app/assets/node_modules/jquery-touchswipe/bower.json +8 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Any_finger_swipe.html +49 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Basic_swipe.html +48 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Enable_and_destroy.html +95 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Excluded_children.html +82 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Finger_swipe.html +61 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Handlers_and_events.html +128 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Hold.html +61 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Image_gallery_example.html +148 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Options.html +90 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Page_scrolling.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Page_zoom.html +50 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch.html +57 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_and_Swipe.html +81 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_status.html +51 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Single_swipe.html +51 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Stop_propegation.html +57 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Swipe_status.html +82 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Tap_vs_swipe.html +114 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Thresholds.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Trigger_handlers.html +158 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/css/main.css +110 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/index.html +74 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/js/jquery.ui.ipad.js +223 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/js/main.js +240 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/tutorials.json +22 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.html +188 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.defaults.html +1174 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.directions.html +311 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.fingers.html +319 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.html +4205 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.pageScroll.html +272 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.phases.html +265 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.html +186 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/css/main.css +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/index.html +101 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/jquery.touchSwipe.js.html +2168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/js/jquery.ui.ipad.js +223 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/js/main.js +85 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/linenumber.js +25 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/lang-css.js +2 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/prettify.js +28 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/styles/jsdoc.css +625 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/styles/prettify.css +79 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Any_finger_swipe.html +108 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Basic_swipe.html +107 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Enable_and_destroy.html +154 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Excluded_children.html +141 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Finger_swipe.html +120 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Handlers_and_events.html +187 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Hold.html +120 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Image_gallery_example.html +207 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Options.html +149 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_scrolling.html +168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_zoom.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch.html +116 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_and_Swipe.html +140 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_status.html +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Single_swipe.html +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Stop_propegation.html +116 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Swipe_status.html +141 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Tap_vs_swipe.html +173 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Thresholds.html +168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Trigger_handlers.html +217 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-index_.html +133 -0
- data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.js +2109 -0
- data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.min.js +14 -0
- data/app/assets/node_modules/jquery-touchswipe/package.json +47 -0
- data/app/assets/node_modules/jquery-validation/LICENSE.md +22 -0
- data/app/assets/node_modules/jquery-validation/README.md +76 -0
- data/app/assets/node_modules/jquery-validation/changelog.md +639 -0
- data/app/assets/node_modules/jquery-validation/dist/additional-methods.js +1158 -0
- data/app/assets/node_modules/jquery-validation/dist/jquery.validate.js +1601 -0
- data/app/assets/node_modules/jquery-validation/dist/jquery.validate.min.js +4 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ar.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_az.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_bg.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_bn_BD.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ca.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_cs.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_da.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_de.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_el.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es.js +38 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_AR.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_PE.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_et.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_eu.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fa.js +38 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fi.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fr.js +63 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ge.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_gl.js +40 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_he.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hr.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hu.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hy_AM.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_id.js +34 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_is.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_it.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ja.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ka.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_kk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ko.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_lt.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_lv.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_mk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_my.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_nl.js +46 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_no.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pl.js +37 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_BR.js +88 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_PT.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ro.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ru.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sd.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_si.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sk.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sl.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr_lat.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sv.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_th.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_tj.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_tr.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_uk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ur.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_vi.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh_TW.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_de.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_es_CL.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_fi.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_nl.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_pt.js +21 -0
- data/app/assets/node_modules/jquery-validation/package.json +61 -0
- data/app/assets/node_modules/jquery.browser/Gruntfile.js +62 -0
- data/app/assets/node_modules/jquery.browser/MIT-LICENSE.txt +21 -0
- data/app/assets/node_modules/jquery.browser/README.md +117 -0
- data/app/assets/node_modules/jquery.browser/bower.json +13 -0
- data/app/assets/node_modules/jquery.browser/browser.jquery.json +37 -0
- data/app/assets/node_modules/jquery.browser/dist/jquery.browser.js +193 -0
- data/app/assets/node_modules/jquery.browser/dist/jquery.browser.min.js +14 -0
- data/app/assets/node_modules/jquery.browser/package.json +30 -0
- data/app/assets/node_modules/jquery.browser/test/casperserver.js +257 -0
- data/app/assets/node_modules/jquery.browser/test/index.html +13 -0
- data/app/assets/node_modules/jquery.browser/test/src/jquery-1.10.2.min.js +6 -0
- data/app/assets/node_modules/jquery.browser/test/src/require/test.js +21 -0
- data/app/assets/node_modules/jquery.browser/test/test.js +962 -0
- data/app/assets/node_modules/jquery.flot.tooltip/CONTRIBUTING.md +9 -0
- data/app/assets/node_modules/jquery.flot.tooltip/Gruntfile.js +72 -0
- data/app/assets/node_modules/jquery.flot.tooltip/README.md +267 -0
- data/app/assets/node_modules/jquery.flot.tooltip/bower.json +13 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/basic.html +45 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/curved-lines.html +59 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/custom-label-text.html +114 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/custom_ticks.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/dollar_in_tickformatter.html +68 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/index.html +36 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/curvedLines.js +483 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/excanvas.min.js +1 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.js +3168 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.pie.js +820 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.stack.js +184 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.threshold.js +142 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.time.js +432 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/many_series.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/multiple-axes.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/pie.html +87 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/real_data.html +133 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/stacking.html +97 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/threshold.html +97 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/time_bars.html +77 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/two_chars.html +63 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.js +606 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.min.js +12 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.source.js +595 -0
- data/app/assets/node_modules/jquery.flot.tooltip/package.json +37 -0
- data/app/assets/node_modules/jqvmap/CHANGELOG.md +118 -0
- data/app/assets/node_modules/jqvmap/CONTRIBUTING.md +118 -0
- data/app/assets/node_modules/jqvmap/LICENSE +43 -0
- data/app/assets/node_modules/jqvmap/README.md +495 -0
- data/app/assets/node_modules/jqvmap/REGIONS.md +405 -0
- data/app/assets/node_modules/jqvmap/bower.json +32 -0
- data/app/assets/node_modules/jqvmap/create/README.md +207 -0
- data/app/assets/node_modules/jqvmap/create/config/continent.json +64 -0
- data/app/assets/node_modules/jqvmap/create/config/new-york.json +16 -0
- data/app/assets/node_modules/jqvmap/create/config/syria.json +16 -0
- data/app/assets/node_modules/jqvmap/create/jqvmap.py +573 -0
- data/app/assets/node_modules/jqvmap/dist/jquery.vmap.js +1281 -0
- data/app/assets/node_modules/jqvmap/dist/jquery.vmap.min.js +10 -0
- data/app/assets/node_modules/jqvmap/dist/jqvmap.css +50 -0
- data/app/assets/node_modules/jqvmap/dist/jqvmap.min.css +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.africa.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.asia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.australia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.europe.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.north-america.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.south-america.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.algeria.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.argentina.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.brazil.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.canada.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.europe.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.france.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.germany.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.greece.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iran.js +6 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iraq.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.russia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.tunisia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.turkey.js +11 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.usa.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.world.js +2 -0
- data/app/assets/node_modules/jqvmap/examples/algeria.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/argentina.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/brazil.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/continents.html +172 -0
- data/app/assets/node_modules/jqvmap/examples/europe.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/france.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/germany.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/greece.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/images/background.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/flag.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/globe.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/black.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/blue.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/green.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/grey.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/orange.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/purple.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/red.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/white.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/yellow.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/thumb.jpg +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/tip.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/inactive_regions.html +62 -0
- data/app/assets/node_modules/jqvmap/examples/iran.html +44 -0
- data/app/assets/node_modules/jqvmap/examples/iraq.html +44 -0
- data/app/assets/node_modules/jqvmap/examples/js/jquery.vmap.sampledata.js +1 -0
- data/app/assets/node_modules/jqvmap/examples/labels.html +146 -0
- data/app/assets/node_modules/jqvmap/examples/mobile.html +59 -0
- data/app/assets/node_modules/jqvmap/examples/multi.html +29 -0
- data/app/assets/node_modules/jqvmap/examples/pins.html +236 -0
- data/app/assets/node_modules/jqvmap/examples/pins_custom.html +127 -0
- data/app/assets/node_modules/jqvmap/examples/responsive.html +45 -0
- data/app/assets/node_modules/jqvmap/examples/russia.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/touch_detect.html +46 -0
- data/app/assets/node_modules/jqvmap/examples/tunisia.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/turkey.html +26 -0
- data/app/assets/node_modules/jqvmap/examples/usa.html +37 -0
- data/app/assets/node_modules/jqvmap/examples/world.html +35 -0
- data/app/assets/node_modules/jqvmap/grunt/bump.js +22 -0
- data/app/assets/node_modules/jqvmap/grunt/changelog.js +14 -0
- data/app/assets/node_modules/jqvmap/grunt/clean.js +5 -0
- data/app/assets/node_modules/jqvmap/grunt/concat.js +23 -0
- data/app/assets/node_modules/jqvmap/grunt/index.js +2 -0
- data/app/assets/node_modules/jqvmap/grunt/qunit.js +3 -0
- data/app/assets/node_modules/jqvmap/grunt/shell.js +6 -0
- data/app/assets/node_modules/jqvmap/grunt/uglify.js +19 -0
- data/app/assets/node_modules/jqvmap/gruntfile.js +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/AUTHORS.txt +217 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/CONTRIBUTING.md +214 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/MIT-LICENSE.txt +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/README.md +368 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/bower.json +28 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.js +10351 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.js +6 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.map +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/package.json +54 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/jsonp.js +89 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/load.js +75 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseJSON.js +51 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseXML.js +31 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/script.js +93 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/rquery.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/xhr.js +197 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax.js +801 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/attr.js +271 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/classes.js +157 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/prop.js +134 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/support.js +62 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/val.js +178 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes.js +11 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/callbacks.js +205 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/access.js +60 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/init.js +132 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/parseHTML.js +39 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/ready.js +152 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/var/rsingleTag.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core.js +540 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/addGetHookIf.js +32 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/curCSS.js +124 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/defaultDisplay.js +69 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/hiddenVisibleSelectors.js +20 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/support.js +151 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/swap.js +28 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/cssExpand.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/isHidden.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rmargin.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css.js +504 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/accepts.js +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/support.js +25 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data.js +335 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deferred.js +150 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deprecated.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/dimensions.js +50 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/Tween.js +114 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/animatedSelector.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/support.js +55 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects.js +656 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/ajax.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/alias.js +39 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/support.js +26 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event.js +1037 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/amd.js +24 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/global.js +32 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/intro.js +44 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/jquery.js +38 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/_evalUrl.js +18 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/support.js +76 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation.js +744 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/offset.js +211 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/outro.js +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue/delay.js +22 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue.js +142 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector-sizzle.js +14 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector.js +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/serialize.js +110 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.js +2067 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.map +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/empty.js +0 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/mixed_sort.html +22 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/testinit.js +136 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/index.html +242 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/jquery.js +9597 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/extending.js +95 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/selector.js +1149 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/utilities.js +169 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/support.js +58 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/findFilter.js +100 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing.js +200 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/class2type.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/concat.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/deletedIds.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/hasOwn.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/indexOf.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/pnum.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/push.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/rnotwhite.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/slice.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/strundefined.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/support.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/toString.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/wrap.js +76 -0
- data/app/assets/node_modules/jqvmap/package.json +45 -0
- data/app/assets/node_modules/jqvmap/src/Base.js +80 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/arrayToRgb.js +9 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/getColor.js +41 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/rgbToArray.js +4 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setColors.js +6 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setMax.js +8 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setMin.js +9 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setNormalizeFunction.js +13 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorAdd.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorLength.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorMult.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorSubtract.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorToNum.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/applyTransform.js +31 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/bindZoomButtons.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/deselect.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getCountryId.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPin.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPinId.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPins.js +11 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/highlight.js +12 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/isSelected.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/makeDraggable.js +159 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/placePins.js +46 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/positionPins.js +19 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/removePin.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/removePins.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/reset.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/resize.js +13 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/select.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/selectIndex.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setBackgroundColor.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setColors.js +15 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setNormalizeFunction.js +7 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setScale.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setScaleColors.js +7 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setValues.js +36 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/unhighlight.js +8 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/zoomIn.js +17 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/zoomOut.js +17 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap.js +243 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/applyTransformParams.js +8 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/createGroup.js +19 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/createPath.js +75 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/pathSvgToVml.js +103 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/setSize.js +24 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas.js +42 -0
- data/app/assets/node_modules/jqvmap/tests/index.html +32 -0
- data/app/assets/node_modules/jqvmap/tests/qunit/qunit.css +291 -0
- data/app/assets/node_modules/jqvmap/tests/qunit/qunit.js +3828 -0
- data/app/assets/node_modules/jqvmap/tests/tests.js +422 -0
- data/app/assets/node_modules/metismenu/LICENSE +20 -0
- data/app/assets/node_modules/metismenu/README.md +361 -0
- data/app/assets/node_modules/metismenu/changelog.md +22 -0
- data/app/assets/node_modules/metismenu/dist/cjs/index.js +327 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.css +132 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.css.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.js +332 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.js.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.css +9 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.css.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.js +10 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.js.map +1 -0
- data/app/assets/node_modules/metismenu/dist/modules/index.js +323 -0
- data/app/assets/node_modules/metismenu/package.json +122 -0
- data/app/assets/node_modules/metismenu/src/index.js +260 -0
- data/app/assets/node_modules/metismenu/src/metisMenu.css +116 -0
- data/app/assets/node_modules/metismenu/src/util.js +61 -0
- data/app/assets/node_modules/metismenu/types/metismenu.d.ts +25 -0
- data/app/assets/node_modules/morris.js/Gruntfile.js +90 -0
- data/app/assets/node_modules/morris.js/README.md +234 -0
- data/app/assets/node_modules/morris.js/bower.json +20 -0
- data/app/assets/node_modules/morris.js/bower.travis.json +20 -0
- data/app/assets/node_modules/morris.js/examples/_template.html +18 -0
- data/app/assets/node_modules/morris.js/examples/area-as-line.html +31 -0
- data/app/assets/node_modules/morris.js/examples/area.html +34 -0
- data/app/assets/node_modules/morris.js/examples/bar-colors.html +44 -0
- data/app/assets/node_modules/morris.js/examples/bar-no-axes.html +31 -0
- data/app/assets/node_modules/morris.js/examples/bar.html +32 -0
- data/app/assets/node_modules/morris.js/examples/days.html +37 -0
- data/app/assets/node_modules/morris.js/examples/decimal-custom-hover.html +37 -0
- data/app/assets/node_modules/morris.js/examples/diagonal-xlabels-bar.html +38 -0
- data/app/assets/node_modules/morris.js/examples/diagonal-xlabels.html +38 -0
- data/app/assets/node_modules/morris.js/examples/donut-colors.html +38 -0
- data/app/assets/node_modules/morris.js/examples/donut-formatter.html +27 -0
- data/app/assets/node_modules/morris.js/examples/donut.html +29 -0
- data/app/assets/node_modules/morris.js/examples/dst.html +30 -0
- data/app/assets/node_modules/morris.js/examples/events.html +57 -0
- data/app/assets/node_modules/morris.js/examples/goals.html +33 -0
- data/app/assets/node_modules/morris.js/examples/lib/example.css +13 -0
- data/app/assets/node_modules/morris.js/examples/lib/example.js +4 -0
- data/app/assets/node_modules/morris.js/examples/months-no-smooth.html +38 -0
- data/app/assets/node_modules/morris.js/examples/negative.html +36 -0
- data/app/assets/node_modules/morris.js/examples/no-grid.html +38 -0
- data/app/assets/node_modules/morris.js/examples/non-continuous.html +42 -0
- data/app/assets/node_modules/morris.js/examples/non-date.html +37 -0
- data/app/assets/node_modules/morris.js/examples/quarters.html +54 -0
- data/app/assets/node_modules/morris.js/examples/resize.html +42 -0
- data/app/assets/node_modules/morris.js/examples/stacked_bars.html +31 -0
- data/app/assets/node_modules/morris.js/examples/timestamps.html +38 -0
- data/app/assets/node_modules/morris.js/examples/updating.html +49 -0
- data/app/assets/node_modules/morris.js/examples/weeks.html +53 -0
- data/app/assets/node_modules/morris.js/examples/years.html +37 -0
- data/app/assets/node_modules/morris.js/less/morris.core.less +27 -0
- data/app/assets/node_modules/morris.js/lib/morris.area.coffee +66 -0
- data/app/assets/node_modules/morris.js/lib/morris.bar.coffee +208 -0
- data/app/assets/node_modules/morris.js/lib/morris.coffee +43 -0
- data/app/assets/node_modules/morris.js/lib/morris.donut.coffee +213 -0
- data/app/assets/node_modules/morris.js/lib/morris.grid.coffee +499 -0
- data/app/assets/node_modules/morris.js/lib/morris.hover.coffee +44 -0
- data/app/assets/node_modules/morris.js/lib/morris.line.coffee +405 -0
- data/app/assets/node_modules/morris.js/morris.css +2 -0
- data/app/assets/node_modules/morris.js/morris.js +1892 -0
- data/app/assets/node_modules/morris.js/morris.min.js +7 -0
- data/app/assets/node_modules/morris.js/package.json +36 -0
- data/app/assets/node_modules/morris.js/spec/lib/area/area_spec.coffee +60 -0
- data/app/assets/node_modules/morris.js/spec/lib/bar/bar_spec.coffee +127 -0
- data/app/assets/node_modules/morris.js/spec/lib/bar/colours.coffee +36 -0
- data/app/assets/node_modules/morris.js/spec/lib/commas_spec.coffee +38 -0
- data/app/assets/node_modules/morris.js/spec/lib/donut/donut_spec.coffee +76 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/auto_grid_lines_spec.coffee +25 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/set_data_spec.coffee +208 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/y_label_format_spec.coffee +15 -0
- data/app/assets/node_modules/morris.js/spec/lib/hover_spec.coffee +64 -0
- data/app/assets/node_modules/morris.js/spec/lib/label_series_spec.coffee +186 -0
- data/app/assets/node_modules/morris.js/spec/lib/line/line_spec.coffee +211 -0
- data/app/assets/node_modules/morris.js/spec/lib/pad_spec.coffee +17 -0
- data/app/assets/node_modules/morris.js/spec/lib/parse_time_spec.coffee +35 -0
- data/app/assets/node_modules/morris.js/spec/specs.html +34 -0
- data/app/assets/node_modules/morris.js/spec/support/placeholder.coffee +6 -0
- data/app/assets/node_modules/morris.js/spec/viz/examples.js +56 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/area0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/bar0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/line0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/stacked_bar0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/run.sh +32 -0
- data/app/assets/node_modules/morris.js/spec/viz/test.html +34 -0
- data/app/assets/node_modules/morris.js/spec/viz/visual_specs.js +66 -0
- data/app/assets/node_modules/nprogress/History.md +110 -0
- data/app/assets/node_modules/nprogress/License.md +19 -0
- data/app/assets/node_modules/nprogress/Notes.md +25 -0
- data/app/assets/node_modules/nprogress/Readme.md +197 -0
- data/app/assets/node_modules/nprogress/bower.json +27 -0
- data/app/assets/node_modules/nprogress/component.json +19 -0
- data/app/assets/node_modules/nprogress/nprogress.css +74 -0
- data/app/assets/node_modules/nprogress/nprogress.js +476 -0
- data/app/assets/node_modules/nprogress/package.json +47 -0
- data/app/assets/node_modules/nprogress/test/component.html +26 -0
- data/app/assets/node_modules/nprogress/test/test.js +175 -0
- data/app/assets/node_modules/parchment/LICENSE +29 -0
- data/app/assets/node_modules/parchment/README.md +274 -0
- data/app/assets/node_modules/parchment/dist/parchment.js +1749 -0
- data/app/assets/node_modules/parchment/dist/parchment.js.map +1 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/attributor.d.ts +17 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/class.d.ts +8 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/store.d.ts +15 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/style.d.ts +8 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/blot.d.ts +63 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/container.d.ts +40 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/format.d.ts +18 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/leaf.d.ts +11 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/parent.d.ts +41 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/shadow.d.ts +38 -0
- data/app/assets/node_modules/parchment/dist/src/blot/block.d.ts +15 -0
- data/app/assets/node_modules/parchment/dist/src/blot/embed.d.ts +11 -0
- data/app/assets/node_modules/parchment/dist/src/blot/inline.d.ts +14 -0
- data/app/assets/node_modules/parchment/dist/src/blot/scroll.d.ts +24 -0
- data/app/assets/node_modules/parchment/dist/src/blot/text.d.ts +26 -0
- data/app/assets/node_modules/parchment/dist/src/collection/linked-list.d.ts +19 -0
- data/app/assets/node_modules/parchment/dist/src/collection/linked-node.d.ts +6 -0
- data/app/assets/node_modules/parchment/dist/src/parchment.d.ts +35 -0
- data/app/assets/node_modules/parchment/dist/src/registry.d.ts +31 -0
- data/app/assets/node_modules/parchment/package.json +44 -0
- data/app/assets/node_modules/parchment/src/attributor/attributor.ts +61 -0
- data/app/assets/node_modules/parchment/src/attributor/class.ts +44 -0
- data/app/assets/node_modules/parchment/src/attributor/store.ts +73 -0
- data/app/assets/node_modules/parchment/src/attributor/style.ts +44 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/blot.ts +58 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/container.ts +268 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/format.ts +71 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/leaf.ts +33 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/shadow.ts +174 -0
- data/app/assets/node_modules/parchment/src/blot/block.ts +53 -0
- data/app/assets/node_modules/parchment/src/blot/embed.ts +29 -0
- data/app/assets/node_modules/parchment/src/blot/inline.ts +64 -0
- data/app/assets/node_modules/parchment/src/blot/scroll.ts +166 -0
- data/app/assets/node_modules/parchment/src/blot/text.ts +93 -0
- data/app/assets/node_modules/parchment/src/collection/linked-list.ts +143 -0
- data/app/assets/node_modules/parchment/src/collection/linked-node.ts +8 -0
- data/app/assets/node_modules/parchment/src/parchment.ts +46 -0
- data/app/assets/node_modules/parchment/src/registry.ts +133 -0
- data/app/assets/node_modules/parchment/tsconfig.json +9 -0
- data/app/assets/node_modules/popper.js/README.md +219 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js +1093 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.js +2520 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.js +1042 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper.js +2372 -0
- data/app/assets/node_modules/popper.js/dist/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js +1131 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.js +2528 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/index.d.ts +159 -0
- data/app/assets/node_modules/popper.js/package.json +54 -0
- data/app/assets/node_modules/quill/CHANGELOG.md +734 -0
- data/app/assets/node_modules/quill/LICENSE +30 -0
- data/app/assets/node_modules/quill/README.md +109 -0
- data/app/assets/node_modules/quill/assets/base.styl +304 -0
- data/app/assets/node_modules/quill/assets/bubble/toolbar.styl +14 -0
- data/app/assets/node_modules/quill/assets/bubble/tooltip.styl +49 -0
- data/app/assets/node_modules/quill/assets/bubble.styl +45 -0
- data/app/assets/node_modules/quill/assets/core.styl +183 -0
- data/app/assets/node_modules/quill/assets/favicon.png +0 -0
- data/app/assets/node_modules/quill/assets/icons/align-center.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-justify.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-left.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-right.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/attachment.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/audio.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/authorship.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/background.svg +52 -0
- data/app/assets/node_modules/quill/assets/icons/blockquote.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/bold.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/clean.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/code.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/color.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/comment.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/direction-ltr.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/direction-rtl.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/dropdown.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/embed.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/emoji.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/float-center.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/float-full.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/float-left.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/float-right.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/font.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/formula.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/hashtag.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/header-2.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-3.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-4.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-5.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-6.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/horizontal-rule.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/image.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/indent.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/italic.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/link.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/list-bullet.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/list-check.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/list-ordered.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/map.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/mention.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/more.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/outdent.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/redo.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/size-decrease.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/size-increase.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/size.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/spacing.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/speech.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/strike.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/subscript.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/superscript.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-all.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-bottom.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-left.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-none.svg +25 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-outside.svg +35 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-right.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-top.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-cells.svg +13 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-columns.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-rows.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-cells.svg +13 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-columns.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-rows.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/table-merge-cells.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/table-unmerge-cells.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/table.svg +11 -0
- data/app/assets/node_modules/quill/assets/icons/underline.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/undo.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/video.svg +14 -0
- data/app/assets/node_modules/quill/assets/snow/toolbar.styl +26 -0
- data/app/assets/node_modules/quill/assets/snow/tooltip.styl +53 -0
- data/app/assets/node_modules/quill/assets/snow.styl +18 -0
- data/app/assets/node_modules/quill/blots/block.js +174 -0
- data/app/assets/node_modules/quill/blots/break.js +29 -0
- data/app/assets/node_modules/quill/blots/container.js +9 -0
- data/app/assets/node_modules/quill/blots/cursor.js +116 -0
- data/app/assets/node_modules/quill/blots/embed.js +79 -0
- data/app/assets/node_modules/quill/blots/inline.js +50 -0
- data/app/assets/node_modules/quill/blots/scroll.js +173 -0
- data/app/assets/node_modules/quill/blots/text.js +5 -0
- data/app/assets/node_modules/quill/core/editor.js +267 -0
- data/app/assets/node_modules/quill/core/emitter.js +63 -0
- data/app/assets/node_modules/quill/core/logger.js +22 -0
- data/app/assets/node_modules/quill/core/module.js +10 -0
- data/app/assets/node_modules/quill/core/polyfill.js +63 -0
- data/app/assets/node_modules/quill/core/quill.js +506 -0
- data/app/assets/node_modules/quill/core/selection.js +355 -0
- data/app/assets/node_modules/quill/core/theme.js +30 -0
- data/app/assets/node_modules/quill/core.js +36 -0
- data/app/assets/node_modules/quill/dist/quill.bubble.css +952 -0
- data/app/assets/node_modules/quill/dist/quill.core.css +397 -0
- data/app/assets/node_modules/quill/dist/quill.core.js +8522 -0
- data/app/assets/node_modules/quill/dist/quill.js +11489 -0
- data/app/assets/node_modules/quill/dist/quill.min.js +8 -0
- data/app/assets/node_modules/quill/dist/quill.min.js.map +1 -0
- data/app/assets/node_modules/quill/dist/quill.snow.css +945 -0
- data/app/assets/node_modules/quill/formats/align.js +12 -0
- data/app/assets/node_modules/quill/formats/background.js +11 -0
- data/app/assets/node_modules/quill/formats/blockquote.js +9 -0
- data/app/assets/node_modules/quill/formats/bold.js +22 -0
- data/app/assets/node_modules/quill/formats/code.js +118 -0
- data/app/assets/node_modules/quill/formats/color.js +21 -0
- data/app/assets/node_modules/quill/formats/direction.js +12 -0
- data/app/assets/node_modules/quill/formats/font.js +18 -0
- data/app/assets/node_modules/quill/formats/header.js +13 -0
- data/app/assets/node_modules/quill/formats/image.js +57 -0
- data/app/assets/node_modules/quill/formats/indent.js +31 -0
- data/app/assets/node_modules/quill/formats/italic.js +7 -0
- data/app/assets/node_modules/quill/formats/link.js +41 -0
- data/app/assets/node_modules/quill/formats/list.js +130 -0
- data/app/assets/node_modules/quill/formats/script.js +23 -0
- data/app/assets/node_modules/quill/formats/size.js +12 -0
- data/app/assets/node_modules/quill/formats/strike.js +7 -0
- data/app/assets/node_modules/quill/formats/underline.js +7 -0
- data/app/assets/node_modules/quill/formats/video.js +53 -0
- data/app/assets/node_modules/quill/modules/clipboard.js +358 -0
- data/app/assets/node_modules/quill/modules/formula.js +42 -0
- data/app/assets/node_modules/quill/modules/history.js +120 -0
- data/app/assets/node_modules/quill/modules/keyboard.js +494 -0
- data/app/assets/node_modules/quill/modules/syntax.js +81 -0
- data/app/assets/node_modules/quill/modules/toolbar.js +261 -0
- data/app/assets/node_modules/quill/package.json +99 -0
- data/app/assets/node_modules/quill/quill.js +104 -0
- data/app/assets/node_modules/quill/themes/base.js +264 -0
- data/app/assets/node_modules/quill/themes/bubble.js +111 -0
- data/app/assets/node_modules/quill/themes/snow.js +120 -0
- data/app/assets/node_modules/quill/ui/color-picker.js +35 -0
- data/app/assets/node_modules/quill/ui/icon-picker.js +23 -0
- data/app/assets/node_modules/quill/ui/icons.js +49 -0
- data/app/assets/node_modules/quill/ui/picker.js +186 -0
- data/app/assets/node_modules/quill/ui/tooltip.js +53 -0
- data/app/assets/node_modules/quill-delta/CHANGELOG.md +48 -0
- data/app/assets/node_modules/quill-delta/LICENSE +21 -0
- data/app/assets/node_modules/quill-delta/README.md +639 -0
- data/app/assets/node_modules/quill-delta/lib/delta.js +325 -0
- data/app/assets/node_modules/quill-delta/lib/op.js +139 -0
- data/app/assets/node_modules/quill-delta/package.json +40 -0
- data/app/assets/node_modules/raphael/CONTRIBUTING.md +22 -0
- data/app/assets/node_modules/raphael/Gruntfile.js +72 -0
- data/app/assets/node_modules/raphael/README.md +75 -0
- data/app/assets/node_modules/raphael/bower.json +31 -0
- data/app/assets/node_modules/raphael/dev/banner.txt +8 -0
- data/app/assets/node_modules/raphael/dev/raphael.amd.js +5 -0
- data/app/assets/node_modules/raphael/dev/raphael.core.js +5405 -0
- data/app/assets/node_modules/raphael/dev/raphael.svg.js +1424 -0
- data/app/assets/node_modules/raphael/dev/raphael.vml.js +999 -0
- data/app/assets/node_modules/raphael/dev/raphaelTest.html +39 -0
- data/app/assets/node_modules/raphael/dev/test/index.html +31 -0
- data/app/assets/node_modules/raphael/dev/test/svg/dom.js +317 -0
- data/app/assets/node_modules/raphael/dev/test/vml/dom.js +5 -0
- data/app/assets/node_modules/raphael/history.md +155 -0
- data/app/assets/node_modules/raphael/license.txt +21 -0
- data/app/assets/node_modules/raphael/package.json +47 -0
- data/app/assets/node_modules/raphael/raphael.js +8353 -0
- data/app/assets/node_modules/raphael/raphael.min.js +3 -0
- data/app/assets/node_modules/raphael/raphael.no-deps.js +7927 -0
- data/app/assets/node_modules/raphael/raphael.no-deps.min.js +3 -0
- data/app/assets/node_modules/raphael/webpack.config.js +64 -0
- data/app/assets/node_modules/raphael/yarn.lock +2012 -0
- data/app/assets/node_modules/responsive-toolkit/CHANGELOG.md +70 -0
- data/app/assets/node_modules/responsive-toolkit/LICENSE +21 -0
- data/app/assets/node_modules/responsive-toolkit/README.md +155 -0
- data/app/assets/node_modules/responsive-toolkit/bower.json +22 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/index.html +53 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/main.js +42 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/style.css +109 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/index.html +23 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/main.js +36 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/style.css +19 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/index.html +25 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/main.js +28 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/style.css +3 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.js +49 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.min.js +8 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.js +238 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.min.js +8 -0
- data/app/assets/node_modules/responsive-toolkit/gulpfile.js +38 -0
- data/app/assets/node_modules/responsive-toolkit/package.json +28 -0
- data/app/assets/node_modules/responsive-toolkit/src/bootstrap-toolkit.js +238 -0
- data/app/assets/node_modules/sortablejs/README.md +636 -0
- data/app/assets/node_modules/sortablejs/Sortable.js +1540 -0
- data/app/assets/node_modules/sortablejs/Sortable.min.js +2 -0
- data/app/assets/node_modules/sortablejs/package.json +48 -0
- data/app/assets/node_modules/tether/CHANGELOG.md +13 -0
- data/app/assets/node_modules/tether/CONTRIBUTING.md +59 -0
- data/app/assets/node_modules/tether/LICENSE +8 -0
- data/app/assets/node_modules/tether/README.md +116 -0
- data/app/assets/node_modules/tether/bower.json +26 -0
- data/app/assets/node_modules/tether/component.json +22 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.css +150 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.css +153 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-basic.css +21 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-basic.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether.css +8 -0
- data/app/assets/node_modules/tether/dist/css/tether.min.css +1 -0
- data/app/assets/node_modules/tether/dist/js/tether.js +1813 -0
- data/app/assets/node_modules/tether/dist/js/tether.min.js +1 -0
- data/app/assets/node_modules/tether/docs/1-Overview/1-why_you_should_use_tether.md +43 -0
- data/app/assets/node_modules/tether/docs/1-Overview/2-repositioning.md +46 -0
- data/app/assets/node_modules/tether/docs/1-Overview/3-why_we_dont_support_IE_8.md +47 -0
- data/app/assets/node_modules/tether/docs/2-Examples/1-list_of_examples.md +27 -0
- data/app/assets/node_modules/tether/docs/2-Examples/2-projects_using_tether.md +45 -0
- data/app/assets/node_modules/tether/docs/3-Advanced/1-embedding_tether.md +9 -0
- data/app/assets/node_modules/tether/docs/3-Advanced/2-extending_tether.md +54 -0
- data/app/assets/node_modules/tether/docs/coffee/intro.coffee +113 -0
- data/app/assets/node_modules/tether/docs/css/intro.css +218 -0
- data/app/assets/node_modules/tether/docs/intro.md +591 -0
- data/app/assets/node_modules/tether/docs/js/intro.js +117 -0
- data/app/assets/node_modules/tether/docs/js/markAttachment.js +51 -0
- data/app/assets/node_modules/tether/docs/sass/intro.sass +233 -0
- data/app/assets/node_modules/tether/docs/welcome/browser-demo.html +76 -0
- data/app/assets/node_modules/tether/docs/welcome/coffee/welcome.coffee +212 -0
- data/app/assets/node_modules/tether/docs/welcome/css/browser-demo.css +86 -0
- data/app/assets/node_modules/tether/docs/welcome/css/prism.css +2 -0
- data/app/assets/node_modules/tether/docs/welcome/css/welcome.css +247 -0
- data/app/assets/node_modules/tether/docs/welcome/index.html +226 -0
- data/app/assets/node_modules/tether/docs/welcome/js/drop.js +239 -0
- data/app/assets/node_modules/tether/docs/welcome/js/jquery.js +9597 -0
- data/app/assets/node_modules/tether/docs/welcome/js/log.js +134 -0
- data/app/assets/node_modules/tether/docs/welcome/js/tether-v0.1.3.js +2 -0
- data/app/assets/node_modules/tether/docs/welcome/js/welcome.js +193 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/_inline-block.sass +6 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/browser-demo.sass +93 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/welcome.sass +285 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen-sprite.png +0 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen-sprite@2x.png +0 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen.css +430 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen.js +1166 -0
- data/app/assets/node_modules/tether/examples/chosen/index.html +110 -0
- data/app/assets/node_modules/tether/examples/common/css/style.css +48 -0
- data/app/assets/node_modules/tether/examples/content-visible/index.html +64 -0
- data/app/assets/node_modules/tether/examples/dolls/dolls.css +18 -0
- data/app/assets/node_modules/tether/examples/dolls/dolls.js +83 -0
- data/app/assets/node_modules/tether/examples/dolls/index.html +7 -0
- data/app/assets/node_modules/tether/examples/element-scroll/index.html +499 -0
- data/app/assets/node_modules/tether/examples/enable-disable/index.html +37 -0
- data/app/assets/node_modules/tether/examples/facebook/facebook.css +86 -0
- data/app/assets/node_modules/tether/examples/facebook/index.html +209 -0
- data/app/assets/node_modules/tether/examples/out-of-bounds/index.html +38 -0
- data/app/assets/node_modules/tether/examples/pin/index.html +30 -0
- data/app/assets/node_modules/tether/examples/resources/css/base.css +10 -0
- data/app/assets/node_modules/tether/examples/resources/js/jquery.js +9597 -0
- data/app/assets/node_modules/tether/examples/resources/js/log.js +134 -0
- data/app/assets/node_modules/tether/examples/scroll/index.html +922 -0
- data/app/assets/node_modules/tether/examples/simple/index.html +30 -0
- data/app/assets/node_modules/tether/examples/testbed/index.html +36 -0
- data/app/assets/node_modules/tether/examples/tooltip/index.html +86 -0
- data/app/assets/node_modules/tether/examples/viewport/colors.css +145 -0
- data/app/assets/node_modules/tether/examples/viewport/index.html +70 -0
- data/app/assets/node_modules/tether/gulpfile.js +97 -0
- data/app/assets/node_modules/tether/package.json +40 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-arrows.sass +192 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-basic.sass +14 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether.sass +12 -0
- data/app/assets/node_modules/tether/src/css/mixins/_inline-block.sass +6 -0
- data/app/assets/node_modules/tether/src/css/mixins/_pie-clearfix.sass +7 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-arrows-dark.sass +12 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-arrows.sass +12 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-basic.sass +10 -0
- data/app/assets/node_modules/tether/src/css/tether.sass +5 -0
- data/app/assets/node_modules/tether/src/js/abutment.js +61 -0
- data/app/assets/node_modules/tether/src/js/constraint.js +366 -0
- data/app/assets/node_modules/tether/src/js/markAttachment.js +46 -0
- data/app/assets/node_modules/tether/src/js/shift.js +32 -0
- data/app/assets/node_modules/tether/src/js/tether.js +811 -0
- data/app/assets/node_modules/tether/src/js/utils.js +370 -0
- data/app/assets/node_modules/tinycolor2/Gruntfile.js +59 -0
- data/app/assets/node_modules/tinycolor2/LICENSE +20 -0
- data/app/assets/node_modules/tinycolor2/README.md +469 -0
- data/app/assets/node_modules/tinycolor2/bower.json +9 -0
- data/app/assets/node_modules/tinycolor2/demo/demo.css +23 -0
- data/app/assets/node_modules/tinycolor2/demo/jquery-1.9.1.js +9597 -0
- data/app/assets/node_modules/tinycolor2/dist/tinycolor-min.js +4 -0
- data/app/assets/node_modules/tinycolor2/docs/docco.css +192 -0
- data/app/assets/node_modules/tinycolor2/docs/tinycolor.html +1023 -0
- data/app/assets/node_modules/tinycolor2/index.html +207 -0
- data/app/assets/node_modules/tinycolor2/package.json +31 -0
- data/app/assets/node_modules/tinycolor2/test/index.html +19 -0
- data/app/assets/node_modules/tinycolor2/test/qunit.css +244 -0
- data/app/assets/node_modules/tinycolor2/test/qunit.js +2152 -0
- data/app/assets/node_modules/tinycolor2/test/test.js +791 -0
- data/app/assets/node_modules/tinycolor2/tinycolor.js +1195 -0
- data/app/assets/stylesheets/rails_modular_admin/application.scss +2 -3
- data/app/assets/stylesheets/rails_modular_admin.scss +0 -1
- data/config/initializers/assets.rb +4 -29
- data/lib/rails_modular_admin/engine.rb +30 -2
- data/lib/rails_modular_admin/version.rb +1 -1
- metadata +1419 -8
- data/app/controllers/rails_modular_admin/application_controller.rb +0 -5
- data/app/helpers/rails_modular_admin/application_helper.rb +0 -4
- data/app/jobs/rails_modular_admin/application_job.rb +0 -4
- data/app/mailers/rails_modular_admin/application_mailer.rb +0 -6
- data/app/models/rails_modular_admin/application_record.rb +0 -5
@@ -0,0 +1,1719 @@
|
|
1
|
+
# <pre>
|
2
|
+
# This file is in the public domain, so clarified as of
|
3
|
+
# 2009-05-17 by Arthur David Olson.
|
4
|
+
|
5
|
+
# This file also includes Pacific islands.
|
6
|
+
|
7
|
+
# Notes are at the end of this file
|
8
|
+
|
9
|
+
###############################################################################
|
10
|
+
|
11
|
+
# Australia
|
12
|
+
|
13
|
+
# Please see the notes below for the controversy about "EST" versus "AEST" etc.
|
14
|
+
|
15
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
16
|
+
Rule Aus 1917 only - Jan 1 0:01 1:00 -
|
17
|
+
Rule Aus 1917 only - Mar 25 2:00 0 -
|
18
|
+
Rule Aus 1942 only - Jan 1 2:00 1:00 -
|
19
|
+
Rule Aus 1942 only - Mar 29 2:00 0 -
|
20
|
+
Rule Aus 1942 only - Sep 27 2:00 1:00 -
|
21
|
+
Rule Aus 1943 1944 - Mar lastSun 2:00 0 -
|
22
|
+
Rule Aus 1943 only - Oct 3 2:00 1:00 -
|
23
|
+
# Go with Whitman and the Australian National Standards Commission, which
|
24
|
+
# says W Australia didn't use DST in 1943/1944. Ignore Whitman's claim that
|
25
|
+
# 1944/1945 was just like 1943/1944.
|
26
|
+
|
27
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
28
|
+
# Northern Territory
|
29
|
+
Zone Australia/Darwin 8:43:20 - LMT 1895 Feb
|
30
|
+
9:00 - CST 1899 May
|
31
|
+
9:30 Aus CST
|
32
|
+
# Western Australia
|
33
|
+
#
|
34
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
35
|
+
Rule AW 1974 only - Oct lastSun 2:00s 1:00 -
|
36
|
+
Rule AW 1975 only - Mar Sun>=1 2:00s 0 -
|
37
|
+
Rule AW 1983 only - Oct lastSun 2:00s 1:00 -
|
38
|
+
Rule AW 1984 only - Mar Sun>=1 2:00s 0 -
|
39
|
+
Rule AW 1991 only - Nov 17 2:00s 1:00 -
|
40
|
+
Rule AW 1992 only - Mar Sun>=1 2:00s 0 -
|
41
|
+
Rule AW 2006 only - Dec 3 2:00s 1:00 -
|
42
|
+
Rule AW 2007 2009 - Mar lastSun 2:00s 0 -
|
43
|
+
Rule AW 2007 2008 - Oct lastSun 2:00s 1:00 -
|
44
|
+
Zone Australia/Perth 7:43:24 - LMT 1895 Dec
|
45
|
+
8:00 Aus WST 1943 Jul
|
46
|
+
8:00 AW WST
|
47
|
+
Zone Australia/Eucla 8:35:28 - LMT 1895 Dec
|
48
|
+
8:45 Aus CWST 1943 Jul
|
49
|
+
8:45 AW CWST
|
50
|
+
|
51
|
+
# Queensland
|
52
|
+
#
|
53
|
+
# From Alex Livingston (1996-11-01):
|
54
|
+
# I have heard or read more than once that some resort islands off the coast
|
55
|
+
# of Queensland chose to keep observing daylight-saving time even after
|
56
|
+
# Queensland ceased to.
|
57
|
+
#
|
58
|
+
# From Paul Eggert (1996-11-22):
|
59
|
+
# IATA SSIM (1993-02/1994-09) say that the Holiday Islands (Hayman, Lindeman,
|
60
|
+
# Hamilton) observed DST for two years after the rest of Queensland stopped.
|
61
|
+
# Hamilton is the largest, but there is also a Hamilton in Victoria,
|
62
|
+
# so use Lindeman.
|
63
|
+
#
|
64
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
65
|
+
Rule AQ 1971 only - Oct lastSun 2:00s 1:00 -
|
66
|
+
Rule AQ 1972 only - Feb lastSun 2:00s 0 -
|
67
|
+
Rule AQ 1989 1991 - Oct lastSun 2:00s 1:00 -
|
68
|
+
Rule AQ 1990 1992 - Mar Sun>=1 2:00s 0 -
|
69
|
+
Rule Holiday 1992 1993 - Oct lastSun 2:00s 1:00 -
|
70
|
+
Rule Holiday 1993 1994 - Mar Sun>=1 2:00s 0 -
|
71
|
+
Zone Australia/Brisbane 10:12:08 - LMT 1895
|
72
|
+
10:00 Aus EST 1971
|
73
|
+
10:00 AQ EST
|
74
|
+
Zone Australia/Lindeman 9:55:56 - LMT 1895
|
75
|
+
10:00 Aus EST 1971
|
76
|
+
10:00 AQ EST 1992 Jul
|
77
|
+
10:00 Holiday EST
|
78
|
+
|
79
|
+
# South Australia
|
80
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
81
|
+
Rule AS 1971 1985 - Oct lastSun 2:00s 1:00 -
|
82
|
+
Rule AS 1986 only - Oct 19 2:00s 1:00 -
|
83
|
+
Rule AS 1987 2007 - Oct lastSun 2:00s 1:00 -
|
84
|
+
Rule AS 1972 only - Feb 27 2:00s 0 -
|
85
|
+
Rule AS 1973 1985 - Mar Sun>=1 2:00s 0 -
|
86
|
+
Rule AS 1986 1990 - Mar Sun>=15 2:00s 0 -
|
87
|
+
Rule AS 1991 only - Mar 3 2:00s 0 -
|
88
|
+
Rule AS 1992 only - Mar 22 2:00s 0 -
|
89
|
+
Rule AS 1993 only - Mar 7 2:00s 0 -
|
90
|
+
Rule AS 1994 only - Mar 20 2:00s 0 -
|
91
|
+
Rule AS 1995 2005 - Mar lastSun 2:00s 0 -
|
92
|
+
Rule AS 2006 only - Apr 2 2:00s 0 -
|
93
|
+
Rule AS 2007 only - Mar lastSun 2:00s 0 -
|
94
|
+
Rule AS 2008 max - Apr Sun>=1 2:00s 0 -
|
95
|
+
Rule AS 2008 max - Oct Sun>=1 2:00s 1:00 -
|
96
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
97
|
+
Zone Australia/Adelaide 9:14:20 - LMT 1895 Feb
|
98
|
+
9:00 - CST 1899 May
|
99
|
+
9:30 Aus CST 1971
|
100
|
+
9:30 AS CST
|
101
|
+
|
102
|
+
# Tasmania
|
103
|
+
#
|
104
|
+
# From Paul Eggert (2005-08-16):
|
105
|
+
# <http://www.bom.gov.au/climate/averages/tables/dst_times.shtml>
|
106
|
+
# says King Island didn't observe DST from WWII until late 1971.
|
107
|
+
#
|
108
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
109
|
+
Rule AT 1967 only - Oct Sun>=1 2:00s 1:00 -
|
110
|
+
Rule AT 1968 only - Mar lastSun 2:00s 0 -
|
111
|
+
Rule AT 1968 1985 - Oct lastSun 2:00s 1:00 -
|
112
|
+
Rule AT 1969 1971 - Mar Sun>=8 2:00s 0 -
|
113
|
+
Rule AT 1972 only - Feb lastSun 2:00s 0 -
|
114
|
+
Rule AT 1973 1981 - Mar Sun>=1 2:00s 0 -
|
115
|
+
Rule AT 1982 1983 - Mar lastSun 2:00s 0 -
|
116
|
+
Rule AT 1984 1986 - Mar Sun>=1 2:00s 0 -
|
117
|
+
Rule AT 1986 only - Oct Sun>=15 2:00s 1:00 -
|
118
|
+
Rule AT 1987 1990 - Mar Sun>=15 2:00s 0 -
|
119
|
+
Rule AT 1987 only - Oct Sun>=22 2:00s 1:00 -
|
120
|
+
Rule AT 1988 1990 - Oct lastSun 2:00s 1:00 -
|
121
|
+
Rule AT 1991 1999 - Oct Sun>=1 2:00s 1:00 -
|
122
|
+
Rule AT 1991 2005 - Mar lastSun 2:00s 0 -
|
123
|
+
Rule AT 2000 only - Aug lastSun 2:00s 1:00 -
|
124
|
+
Rule AT 2001 max - Oct Sun>=1 2:00s 1:00 -
|
125
|
+
Rule AT 2006 only - Apr Sun>=1 2:00s 0 -
|
126
|
+
Rule AT 2007 only - Mar lastSun 2:00s 0 -
|
127
|
+
Rule AT 2008 max - Apr Sun>=1 2:00s 0 -
|
128
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
129
|
+
Zone Australia/Hobart 9:49:16 - LMT 1895 Sep
|
130
|
+
10:00 - EST 1916 Oct 1 2:00
|
131
|
+
10:00 1:00 EST 1917 Feb
|
132
|
+
10:00 Aus EST 1967
|
133
|
+
10:00 AT EST
|
134
|
+
Zone Australia/Currie 9:35:28 - LMT 1895 Sep
|
135
|
+
10:00 - EST 1916 Oct 1 2:00
|
136
|
+
10:00 1:00 EST 1917 Feb
|
137
|
+
10:00 Aus EST 1971 Jul
|
138
|
+
10:00 AT EST
|
139
|
+
|
140
|
+
# Victoria
|
141
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
142
|
+
Rule AV 1971 1985 - Oct lastSun 2:00s 1:00 -
|
143
|
+
Rule AV 1972 only - Feb lastSun 2:00s 0 -
|
144
|
+
Rule AV 1973 1985 - Mar Sun>=1 2:00s 0 -
|
145
|
+
Rule AV 1986 1990 - Mar Sun>=15 2:00s 0 -
|
146
|
+
Rule AV 1986 1987 - Oct Sun>=15 2:00s 1:00 -
|
147
|
+
Rule AV 1988 1999 - Oct lastSun 2:00s 1:00 -
|
148
|
+
Rule AV 1991 1994 - Mar Sun>=1 2:00s 0 -
|
149
|
+
Rule AV 1995 2005 - Mar lastSun 2:00s 0 -
|
150
|
+
Rule AV 2000 only - Aug lastSun 2:00s 1:00 -
|
151
|
+
Rule AV 2001 2007 - Oct lastSun 2:00s 1:00 -
|
152
|
+
Rule AV 2006 only - Apr Sun>=1 2:00s 0 -
|
153
|
+
Rule AV 2007 only - Mar lastSun 2:00s 0 -
|
154
|
+
Rule AV 2008 max - Apr Sun>=1 2:00s 0 -
|
155
|
+
Rule AV 2008 max - Oct Sun>=1 2:00s 1:00 -
|
156
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
157
|
+
Zone Australia/Melbourne 9:39:52 - LMT 1895 Feb
|
158
|
+
10:00 Aus EST 1971
|
159
|
+
10:00 AV EST
|
160
|
+
|
161
|
+
# New South Wales
|
162
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
163
|
+
Rule AN 1971 1985 - Oct lastSun 2:00s 1:00 -
|
164
|
+
Rule AN 1972 only - Feb 27 2:00s 0 -
|
165
|
+
Rule AN 1973 1981 - Mar Sun>=1 2:00s 0 -
|
166
|
+
Rule AN 1982 only - Apr Sun>=1 2:00s 0 -
|
167
|
+
Rule AN 1983 1985 - Mar Sun>=1 2:00s 0 -
|
168
|
+
Rule AN 1986 1989 - Mar Sun>=15 2:00s 0 -
|
169
|
+
Rule AN 1986 only - Oct 19 2:00s 1:00 -
|
170
|
+
Rule AN 1987 1999 - Oct lastSun 2:00s 1:00 -
|
171
|
+
Rule AN 1990 1995 - Mar Sun>=1 2:00s 0 -
|
172
|
+
Rule AN 1996 2005 - Mar lastSun 2:00s 0 -
|
173
|
+
Rule AN 2000 only - Aug lastSun 2:00s 1:00 -
|
174
|
+
Rule AN 2001 2007 - Oct lastSun 2:00s 1:00 -
|
175
|
+
Rule AN 2006 only - Apr Sun>=1 2:00s 0 -
|
176
|
+
Rule AN 2007 only - Mar lastSun 2:00s 0 -
|
177
|
+
Rule AN 2008 max - Apr Sun>=1 2:00s 0 -
|
178
|
+
Rule AN 2008 max - Oct Sun>=1 2:00s 1:00 -
|
179
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
180
|
+
Zone Australia/Sydney 10:04:52 - LMT 1895 Feb
|
181
|
+
10:00 Aus EST 1971
|
182
|
+
10:00 AN EST
|
183
|
+
Zone Australia/Broken_Hill 9:25:48 - LMT 1895 Feb
|
184
|
+
10:00 - EST 1896 Aug 23
|
185
|
+
9:00 - CST 1899 May
|
186
|
+
9:30 Aus CST 1971
|
187
|
+
9:30 AN CST 2000
|
188
|
+
9:30 AS CST
|
189
|
+
|
190
|
+
# Lord Howe Island
|
191
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
192
|
+
Rule LH 1981 1984 - Oct lastSun 2:00 1:00 -
|
193
|
+
Rule LH 1982 1985 - Mar Sun>=1 2:00 0 -
|
194
|
+
Rule LH 1985 only - Oct lastSun 2:00 0:30 -
|
195
|
+
Rule LH 1986 1989 - Mar Sun>=15 2:00 0 -
|
196
|
+
Rule LH 1986 only - Oct 19 2:00 0:30 -
|
197
|
+
Rule LH 1987 1999 - Oct lastSun 2:00 0:30 -
|
198
|
+
Rule LH 1990 1995 - Mar Sun>=1 2:00 0 -
|
199
|
+
Rule LH 1996 2005 - Mar lastSun 2:00 0 -
|
200
|
+
Rule LH 2000 only - Aug lastSun 2:00 0:30 -
|
201
|
+
Rule LH 2001 2007 - Oct lastSun 2:00 0:30 -
|
202
|
+
Rule LH 2006 only - Apr Sun>=1 2:00 0 -
|
203
|
+
Rule LH 2007 only - Mar lastSun 2:00 0 -
|
204
|
+
Rule LH 2008 max - Apr Sun>=1 2:00 0 -
|
205
|
+
Rule LH 2008 max - Oct Sun>=1 2:00 0:30 -
|
206
|
+
Zone Australia/Lord_Howe 10:36:20 - LMT 1895 Feb
|
207
|
+
10:00 - EST 1981 Mar
|
208
|
+
10:30 LH LHST
|
209
|
+
|
210
|
+
# Australian miscellany
|
211
|
+
#
|
212
|
+
# Ashmore Is, Cartier
|
213
|
+
# no indigenous inhabitants; only seasonal caretakers
|
214
|
+
# no times are set
|
215
|
+
#
|
216
|
+
# Coral Sea Is
|
217
|
+
# no indigenous inhabitants; only meteorologists
|
218
|
+
# no times are set
|
219
|
+
#
|
220
|
+
# Macquarie
|
221
|
+
# permanent occupation (scientific station) since 1948;
|
222
|
+
# sealing and penguin oil station operated 1888/1917
|
223
|
+
# like Australia/Hobart
|
224
|
+
|
225
|
+
# Christmas
|
226
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
227
|
+
Zone Indian/Christmas 7:02:52 - LMT 1895 Feb
|
228
|
+
7:00 - CXT # Christmas Island Time
|
229
|
+
|
230
|
+
# Cook Is
|
231
|
+
# From Shanks & Pottenger:
|
232
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
233
|
+
Rule Cook 1978 only - Nov 12 0:00 0:30 HS
|
234
|
+
Rule Cook 1979 1991 - Mar Sun>=1 0:00 0 -
|
235
|
+
Rule Cook 1979 1990 - Oct lastSun 0:00 0:30 HS
|
236
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
237
|
+
Zone Pacific/Rarotonga -10:39:04 - LMT 1901 # Avarua
|
238
|
+
-10:30 - CKT 1978 Nov 12 # Cook Is Time
|
239
|
+
-10:00 Cook CK%sT
|
240
|
+
|
241
|
+
# Cocos
|
242
|
+
# These islands were ruled by the Ross family from about 1830 to 1978.
|
243
|
+
# We don't know when standard time was introduced; for now, we guess 1900.
|
244
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
245
|
+
Zone Indian/Cocos 6:27:40 - LMT 1900
|
246
|
+
6:30 - CCT # Cocos Islands Time
|
247
|
+
|
248
|
+
# Fiji
|
249
|
+
# From Alexander Krivenyshev (2009-11-10):
|
250
|
+
# According to Fiji Broadcasting Corporation, Fiji plans to re-introduce DST
|
251
|
+
# from November 29th 2009 to April 25th 2010.
|
252
|
+
#
|
253
|
+
# "Daylight savings to commence this month"
|
254
|
+
# <a href="http://www.radiofiji.com.fj/fullstory.php?id=23719">
|
255
|
+
# http://www.radiofiji.com.fj/fullstory.php?id=23719
|
256
|
+
# </a>
|
257
|
+
# or
|
258
|
+
# <a href="http://www.worldtimezone.com/dst_news/dst_news_fiji01.html">
|
259
|
+
# http://www.worldtimezone.com/dst_news/dst_news_fiji01.html
|
260
|
+
# </a>
|
261
|
+
|
262
|
+
# From Steffen Thorsen (2009-11-10):
|
263
|
+
# The Fiji Government has posted some more details about the approved
|
264
|
+
# amendments:
|
265
|
+
# <a href="http://www.fiji.gov.fj/publish/page_16198.shtml">
|
266
|
+
# http://www.fiji.gov.fj/publish/page_16198.shtml
|
267
|
+
# </a>
|
268
|
+
|
269
|
+
# From Steffen Thorsen (2010-03-03):
|
270
|
+
# The Cabinet in Fiji has decided to end DST about a month early, on
|
271
|
+
# 2010-03-28 at 03:00.
|
272
|
+
# The plan is to observe DST again, from 2010-10-24 to sometime in March
|
273
|
+
# 2011 (last Sunday a good guess?).
|
274
|
+
#
|
275
|
+
# Official source:
|
276
|
+
# <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=1096:3310-cabinet-approves-change-in-daylight-savings-dates&catid=49:cabinet-releases&Itemid=166">
|
277
|
+
# http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=1096:3310-cabinet-approves-change-in-daylight-savings-dates&catid=49:cabinet-releases&Itemid=166
|
278
|
+
# </a>
|
279
|
+
#
|
280
|
+
# A bit more background info here:
|
281
|
+
# <a href="http://www.timeanddate.com/news/time/fiji-dst-ends-march-2010.html">
|
282
|
+
# http://www.timeanddate.com/news/time/fiji-dst-ends-march-2010.html
|
283
|
+
# </a>
|
284
|
+
|
285
|
+
# From Alexander Krivenyshev (2010-10-24):
|
286
|
+
# According to Radio Fiji and Fiji Times online, Fiji will end DST 3
|
287
|
+
# weeks earlier than expected - on March 6, 2011, not March 27, 2011...
|
288
|
+
# Here is confirmation from Government of the Republic of the Fiji Islands,
|
289
|
+
# Ministry of Information (fiji.gov.fj) web site:
|
290
|
+
# <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=2608:daylight-savings&catid=71:press-releases&Itemid=155">
|
291
|
+
# http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=2608:daylight-savings&catid=71:press-releases&Itemid=155
|
292
|
+
# </a>
|
293
|
+
# or
|
294
|
+
# <a href="http://www.worldtimezone.com/dst_news/dst_news_fiji04.html">
|
295
|
+
# http://www.worldtimezone.com/dst_news/dst_news_fiji04.html
|
296
|
+
# </a>
|
297
|
+
|
298
|
+
# From Steffen Thorsen (2011-10-03):
|
299
|
+
# Now the dates have been confirmed, and at least our start date
|
300
|
+
# assumption was correct (end date was one week wrong).
|
301
|
+
#
|
302
|
+
# <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=4966:daylight-saving-starts-in-fiji&catid=71:press-releases&Itemid=155">
|
303
|
+
# www.fiji.gov.fj/index.php?option=com_content&view=article&id=4966:daylight-saving-starts-in-fiji&catid=71:press-releases&Itemid=155
|
304
|
+
# </a>
|
305
|
+
# which says
|
306
|
+
# Members of the public are reminded to change their time to one hour in
|
307
|
+
# advance at 2am to 3am on October 23, 2011 and one hour back at 3am to
|
308
|
+
# 2am on February 26 next year.
|
309
|
+
|
310
|
+
# From Ken Rylander (2011-10-24)
|
311
|
+
# Another change to the Fiji DST end date. In the TZ database the end date for
|
312
|
+
# Fiji DST 2012, is currently Feb 26. This has been changed to Jan 22.
|
313
|
+
#
|
314
|
+
# <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=5017:amendments-to-daylight-savings&catid=71:press-releases&Itemid=155">
|
315
|
+
# http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=5017:amendments-to-daylight-savings&catid=71:press-releases&Itemid=155
|
316
|
+
# </a>
|
317
|
+
# states:
|
318
|
+
#
|
319
|
+
# The end of daylight saving scheduled initially for the 26th of February 2012
|
320
|
+
# has been brought forward to the 22nd of January 2012.
|
321
|
+
# The commencement of daylight saving will remain unchanged and start
|
322
|
+
# on the 23rd of October, 2011.
|
323
|
+
|
324
|
+
# From the Fiji Government Online Portal (2012-08-21) via Steffen Thorsen:
|
325
|
+
# The Minister for Labour, Industrial Relations and Employment Mr Jone Usamate
|
326
|
+
# today confirmed that Fiji will start daylight savings at 2 am on Sunday 21st
|
327
|
+
# October 2012 and end at 3 am on Sunday 20th January 2013.
|
328
|
+
# http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=6702&catid=71&Itemid=155
|
329
|
+
#
|
330
|
+
# From Paul Eggert (2012-08-31):
|
331
|
+
# For now, guess a pattern of the penultimate Sundays in October and January.
|
332
|
+
|
333
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
334
|
+
Rule Fiji 1998 1999 - Nov Sun>=1 2:00 1:00 S
|
335
|
+
Rule Fiji 1999 2000 - Feb lastSun 3:00 0 -
|
336
|
+
Rule Fiji 2009 only - Nov 29 2:00 1:00 S
|
337
|
+
Rule Fiji 2010 only - Mar lastSun 3:00 0 -
|
338
|
+
Rule Fiji 2010 max - Oct Sun>=18 2:00 1:00 S
|
339
|
+
Rule Fiji 2011 only - Mar Sun>=1 3:00 0 -
|
340
|
+
Rule Fiji 2012 max - Jan Sun>=18 3:00 0 -
|
341
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
342
|
+
Zone Pacific/Fiji 11:53:40 - LMT 1915 Oct 26 # Suva
|
343
|
+
12:00 Fiji FJ%sT # Fiji Time
|
344
|
+
|
345
|
+
# French Polynesia
|
346
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
347
|
+
Zone Pacific/Gambier -8:59:48 - LMT 1912 Oct # Rikitea
|
348
|
+
-9:00 - GAMT # Gambier Time
|
349
|
+
Zone Pacific/Marquesas -9:18:00 - LMT 1912 Oct
|
350
|
+
-9:30 - MART # Marquesas Time
|
351
|
+
Zone Pacific/Tahiti -9:58:16 - LMT 1912 Oct # Papeete
|
352
|
+
-10:00 - TAHT # Tahiti Time
|
353
|
+
# Clipperton (near North America) is administered from French Polynesia;
|
354
|
+
# it is uninhabited.
|
355
|
+
|
356
|
+
# Guam
|
357
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
358
|
+
Zone Pacific/Guam -14:21:00 - LMT 1844 Dec 31
|
359
|
+
9:39:00 - LMT 1901 # Agana
|
360
|
+
10:00 - GST 2000 Dec 23 # Guam
|
361
|
+
10:00 - ChST # Chamorro Standard Time
|
362
|
+
|
363
|
+
# Kiribati
|
364
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
365
|
+
Zone Pacific/Tarawa 11:32:04 - LMT 1901 # Bairiki
|
366
|
+
12:00 - GILT # Gilbert Is Time
|
367
|
+
Zone Pacific/Enderbury -11:24:20 - LMT 1901
|
368
|
+
-12:00 - PHOT 1979 Oct # Phoenix Is Time
|
369
|
+
-11:00 - PHOT 1995
|
370
|
+
13:00 - PHOT
|
371
|
+
Zone Pacific/Kiritimati -10:29:20 - LMT 1901
|
372
|
+
-10:40 - LINT 1979 Oct # Line Is Time
|
373
|
+
-10:00 - LINT 1995
|
374
|
+
14:00 - LINT
|
375
|
+
|
376
|
+
# N Mariana Is
|
377
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
378
|
+
Zone Pacific/Saipan -14:17:00 - LMT 1844 Dec 31
|
379
|
+
9:43:00 - LMT 1901
|
380
|
+
9:00 - MPT 1969 Oct # N Mariana Is Time
|
381
|
+
10:00 - MPT 2000 Dec 23
|
382
|
+
10:00 - ChST # Chamorro Standard Time
|
383
|
+
|
384
|
+
# Marshall Is
|
385
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
386
|
+
Zone Pacific/Majuro 11:24:48 - LMT 1901
|
387
|
+
11:00 - MHT 1969 Oct # Marshall Islands Time
|
388
|
+
12:00 - MHT
|
389
|
+
Zone Pacific/Kwajalein 11:09:20 - LMT 1901
|
390
|
+
11:00 - MHT 1969 Oct
|
391
|
+
-12:00 - KWAT 1993 Aug 20 # Kwajalein Time
|
392
|
+
12:00 - MHT
|
393
|
+
|
394
|
+
# Micronesia
|
395
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
396
|
+
Zone Pacific/Chuuk 10:07:08 - LMT 1901
|
397
|
+
10:00 - CHUT # Chuuk Time
|
398
|
+
Zone Pacific/Pohnpei 10:32:52 - LMT 1901 # Kolonia
|
399
|
+
11:00 - PONT # Pohnpei Time
|
400
|
+
Zone Pacific/Kosrae 10:51:56 - LMT 1901
|
401
|
+
11:00 - KOST 1969 Oct # Kosrae Time
|
402
|
+
12:00 - KOST 1999
|
403
|
+
11:00 - KOST
|
404
|
+
|
405
|
+
# Nauru
|
406
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
407
|
+
Zone Pacific/Nauru 11:07:40 - LMT 1921 Jan 15 # Uaobe
|
408
|
+
11:30 - NRT 1942 Mar 15 # Nauru Time
|
409
|
+
9:00 - JST 1944 Aug 15
|
410
|
+
11:30 - NRT 1979 May
|
411
|
+
12:00 - NRT
|
412
|
+
|
413
|
+
# New Caledonia
|
414
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
415
|
+
Rule NC 1977 1978 - Dec Sun>=1 0:00 1:00 S
|
416
|
+
Rule NC 1978 1979 - Feb 27 0:00 0 -
|
417
|
+
Rule NC 1996 only - Dec 1 2:00s 1:00 S
|
418
|
+
# Shanks & Pottenger say the following was at 2:00; go with IATA.
|
419
|
+
Rule NC 1997 only - Mar 2 2:00s 0 -
|
420
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
421
|
+
Zone Pacific/Noumea 11:05:48 - LMT 1912 Jan 13
|
422
|
+
11:00 NC NC%sT
|
423
|
+
|
424
|
+
|
425
|
+
###############################################################################
|
426
|
+
|
427
|
+
# New Zealand
|
428
|
+
|
429
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
430
|
+
Rule NZ 1927 only - Nov 6 2:00 1:00 S
|
431
|
+
Rule NZ 1928 only - Mar 4 2:00 0 M
|
432
|
+
Rule NZ 1928 1933 - Oct Sun>=8 2:00 0:30 S
|
433
|
+
Rule NZ 1929 1933 - Mar Sun>=15 2:00 0 M
|
434
|
+
Rule NZ 1934 1940 - Apr lastSun 2:00 0 M
|
435
|
+
Rule NZ 1934 1940 - Sep lastSun 2:00 0:30 S
|
436
|
+
Rule NZ 1946 only - Jan 1 0:00 0 S
|
437
|
+
# Since 1957 Chatham has been 45 minutes ahead of NZ, but there's no
|
438
|
+
# convenient notation for this so we must duplicate the Rule lines.
|
439
|
+
Rule NZ 1974 only - Nov Sun>=1 2:00s 1:00 D
|
440
|
+
Rule Chatham 1974 only - Nov Sun>=1 2:45s 1:00 D
|
441
|
+
Rule NZ 1975 only - Feb lastSun 2:00s 0 S
|
442
|
+
Rule Chatham 1975 only - Feb lastSun 2:45s 0 S
|
443
|
+
Rule NZ 1975 1988 - Oct lastSun 2:00s 1:00 D
|
444
|
+
Rule Chatham 1975 1988 - Oct lastSun 2:45s 1:00 D
|
445
|
+
Rule NZ 1976 1989 - Mar Sun>=1 2:00s 0 S
|
446
|
+
Rule Chatham 1976 1989 - Mar Sun>=1 2:45s 0 S
|
447
|
+
Rule NZ 1989 only - Oct Sun>=8 2:00s 1:00 D
|
448
|
+
Rule Chatham 1989 only - Oct Sun>=8 2:45s 1:00 D
|
449
|
+
Rule NZ 1990 2006 - Oct Sun>=1 2:00s 1:00 D
|
450
|
+
Rule Chatham 1990 2006 - Oct Sun>=1 2:45s 1:00 D
|
451
|
+
Rule NZ 1990 2007 - Mar Sun>=15 2:00s 0 S
|
452
|
+
Rule Chatham 1990 2007 - Mar Sun>=15 2:45s 0 S
|
453
|
+
Rule NZ 2007 max - Sep lastSun 2:00s 1:00 D
|
454
|
+
Rule Chatham 2007 max - Sep lastSun 2:45s 1:00 D
|
455
|
+
Rule NZ 2008 max - Apr Sun>=1 2:00s 0 S
|
456
|
+
Rule Chatham 2008 max - Apr Sun>=1 2:45s 0 S
|
457
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
458
|
+
Zone Pacific/Auckland 11:39:04 - LMT 1868 Nov 2
|
459
|
+
11:30 NZ NZ%sT 1946 Jan 1
|
460
|
+
12:00 NZ NZ%sT
|
461
|
+
Zone Pacific/Chatham 12:13:48 - LMT 1957 Jan 1
|
462
|
+
12:45 Chatham CHA%sT
|
463
|
+
|
464
|
+
|
465
|
+
# Auckland Is
|
466
|
+
# uninhabited; Maori and Moriori, colonial settlers, pastoralists, sealers,
|
467
|
+
# and scientific personnel have wintered
|
468
|
+
|
469
|
+
# Campbell I
|
470
|
+
# minor whaling stations operated 1909/1914
|
471
|
+
# scientific station operated 1941/1995;
|
472
|
+
# previously whalers, sealers, pastoralists, and scientific personnel wintered
|
473
|
+
# was probably like Pacific/Auckland
|
474
|
+
|
475
|
+
###############################################################################
|
476
|
+
|
477
|
+
|
478
|
+
# Niue
|
479
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
480
|
+
Zone Pacific/Niue -11:19:40 - LMT 1901 # Alofi
|
481
|
+
-11:20 - NUT 1951 # Niue Time
|
482
|
+
-11:30 - NUT 1978 Oct 1
|
483
|
+
-11:00 - NUT
|
484
|
+
|
485
|
+
# Norfolk
|
486
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
487
|
+
Zone Pacific/Norfolk 11:11:52 - LMT 1901 # Kingston
|
488
|
+
11:12 - NMT 1951 # Norfolk Mean Time
|
489
|
+
11:30 - NFT # Norfolk Time
|
490
|
+
|
491
|
+
# Palau (Belau)
|
492
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
493
|
+
Zone Pacific/Palau 8:57:56 - LMT 1901 # Koror
|
494
|
+
9:00 - PWT # Palau Time
|
495
|
+
|
496
|
+
# Papua New Guinea
|
497
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
498
|
+
Zone Pacific/Port_Moresby 9:48:40 - LMT 1880
|
499
|
+
9:48:32 - PMMT 1895 # Port Moresby Mean Time
|
500
|
+
10:00 - PGT # Papua New Guinea Time
|
501
|
+
|
502
|
+
# Pitcairn
|
503
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
504
|
+
Zone Pacific/Pitcairn -8:40:20 - LMT 1901 # Adamstown
|
505
|
+
-8:30 - PNT 1998 Apr 27 00:00
|
506
|
+
-8:00 - PST # Pitcairn Standard Time
|
507
|
+
|
508
|
+
# American Samoa
|
509
|
+
Zone Pacific/Pago_Pago 12:37:12 - LMT 1879 Jul 5
|
510
|
+
-11:22:48 - LMT 1911
|
511
|
+
-11:30 - SAMT 1950 # Samoa Time
|
512
|
+
-11:00 - NST 1967 Apr # N=Nome
|
513
|
+
-11:00 - BST 1983 Nov 30 # B=Bering
|
514
|
+
-11:00 - SST # S=Samoa
|
515
|
+
|
516
|
+
# Samoa
|
517
|
+
|
518
|
+
# From Steffen Thorsen (2009-10-16):
|
519
|
+
# We have been in contact with the government of Samoa again, and received
|
520
|
+
# the following info:
|
521
|
+
#
|
522
|
+
# "Cabinet has now approved Daylight Saving to be effected next year
|
523
|
+
# commencing from the last Sunday of September 2010 and conclude first
|
524
|
+
# Sunday of April 2011."
|
525
|
+
#
|
526
|
+
# Background info:
|
527
|
+
# <a href="http://www.timeanddate.com/news/time/samoa-dst-plan-2009.html">
|
528
|
+
# http://www.timeanddate.com/news/time/samoa-dst-plan-2009.html
|
529
|
+
# </a>
|
530
|
+
#
|
531
|
+
# Samoa's Daylight Saving Time Act 2009 is available here, but does not
|
532
|
+
# contain any dates:
|
533
|
+
# <a href="http://www.parliament.gov.ws/documents/acts/Daylight%20Saving%20Act%20%202009%20%28English%29%20-%20Final%207-7-091.pdf">
|
534
|
+
# http://www.parliament.gov.ws/documents/acts/Daylight%20Saving%20Act%20%202009%20%28English%29%20-%20Final%207-7-091.pdf
|
535
|
+
# </a>
|
536
|
+
|
537
|
+
# From Laupue Raymond Hughes (2010-10-07):
|
538
|
+
# Please see
|
539
|
+
# <a href="http://www.mcil.gov.ws">
|
540
|
+
# http://www.mcil.gov.ws
|
541
|
+
# </a>,
|
542
|
+
# the Ministry of Commerce, Industry and Labour (sideframe) "Last Sunday
|
543
|
+
# September 2010 (26/09/10) - adjust clocks forward from 12:00 midnight
|
544
|
+
# to 01:00am and First Sunday April 2011 (03/04/11) - adjust clocks
|
545
|
+
# backwards from 1:00am to 12:00am"
|
546
|
+
|
547
|
+
# From Laupue Raymond Hughes (2011-03-07):
|
548
|
+
# I believe this will be posted shortly on the website
|
549
|
+
# <a href="http://www.mcil.gov.ws">
|
550
|
+
# www.mcil.gov.ws
|
551
|
+
# </a>
|
552
|
+
#
|
553
|
+
# PUBLIC NOTICE ON DAYLIGHT SAVING TIME
|
554
|
+
#
|
555
|
+
# Pursuant to the Daylight Saving Act 2009 and Cabinets decision,
|
556
|
+
# businesses and the general public are hereby advised that daylight
|
557
|
+
# saving time is on the first Saturday of April 2011 (02/04/11).
|
558
|
+
#
|
559
|
+
# The public is therefore advised that when the standard time strikes
|
560
|
+
# the hour of four oclock (4.00am or 0400 Hours) on the 2nd April 2011,
|
561
|
+
# then all instruments used to measure standard time are to be
|
562
|
+
# adjusted/changed to three oclock (3:00am or 0300Hrs).
|
563
|
+
#
|
564
|
+
# Margaret Fruean ACTING CHIEF EXECUTIVE OFFICER MINISTRY OF COMMERCE,
|
565
|
+
# INDUSTRY AND LABOUR 28th February 2011
|
566
|
+
|
567
|
+
# From David Zuelke (2011-05-09):
|
568
|
+
# Subject: Samoa to move timezone from east to west of international date line
|
569
|
+
#
|
570
|
+
# <a href="http://www.morningstar.co.uk/uk/markets/newsfeeditem.aspx?id=138501958347963">
|
571
|
+
# http://www.morningstar.co.uk/uk/markets/newsfeeditem.aspx?id=138501958347963
|
572
|
+
# </a>
|
573
|
+
|
574
|
+
# From Mark Sim-Smith (2011-08-17):
|
575
|
+
# I have been in contact with Leilani Tuala Warren from the Samoa Law
|
576
|
+
# Reform Commission, and she has sent me a copy of the Bill that she
|
577
|
+
# confirmed has been passed...Most of the sections are about maps rather
|
578
|
+
# than the time zone change, but I'll paste the relevant bits below. But
|
579
|
+
# the essence is that at midnight 29 Dec (UTC-11 I suppose), Samoa
|
580
|
+
# changes from UTC-11 to UTC+13:
|
581
|
+
#
|
582
|
+
# International Date Line Bill 2011
|
583
|
+
#
|
584
|
+
# AN ACT to provide for the change to standard time in Samoa and to make
|
585
|
+
# consequential amendments to the position of the International Date
|
586
|
+
# Line, and for related purposes.
|
587
|
+
#
|
588
|
+
# BE IT ENACTED by the Legislative Assembly of Samoa in Parliament
|
589
|
+
# assembled as follows:
|
590
|
+
#
|
591
|
+
# 1. Short title and commencement-(1) This Act may be cited as the
|
592
|
+
# International Date Line Act 2011. (2) Except for section 5(3) this Act
|
593
|
+
# commences at 12 o'clock midnight, on Thursday 29th December 2011. (3)
|
594
|
+
# Section 5(3) commences on the date of assent by the Head of State.
|
595
|
+
#
|
596
|
+
# [snip]
|
597
|
+
#
|
598
|
+
# 3. Interpretation - [snip] "Samoa standard time" in this Act and any
|
599
|
+
# other statute of Samoa which refers to 'Samoa standard time' means the
|
600
|
+
# time 13 hours in advance of Co-ordinated Universal Time.
|
601
|
+
#
|
602
|
+
# 4. Samoa standard time - (1) Upon the commencement of this Act, Samoa
|
603
|
+
# standard time shall be set at 13 hours in advance of Co-ordinated
|
604
|
+
# Universal Time for the whole of Samoa. (2) All references to Samoa's
|
605
|
+
# time zone and to Samoa standard time in Samoa in all legislation and
|
606
|
+
# instruments after the commencement of this Act shall be references to
|
607
|
+
# Samoa standard time as provided for in this Act. (3) Nothing in this
|
608
|
+
# Act affects the provisions of the Daylight Saving Act 2009, except that
|
609
|
+
# it defines Samoa standard time....
|
610
|
+
|
611
|
+
# From Laupue Raymond Hughes (2011-09-02):
|
612
|
+
# <a href="http://www.mcil.gov.ws/mcil_publications.html">
|
613
|
+
# http://www.mcil.gov.ws/mcil_publications.html
|
614
|
+
# </a>
|
615
|
+
#
|
616
|
+
# here is the official website publication for Samoa DST and dateline change
|
617
|
+
#
|
618
|
+
# DST
|
619
|
+
# Year End Time Start Time
|
620
|
+
# 2011 - - - - - - 24 September 3:00am to 4:00am
|
621
|
+
# 2012 01 April 4:00am to 3:00am - - - - - -
|
622
|
+
#
|
623
|
+
# Dateline Change skip Friday 30th Dec 2011
|
624
|
+
# Thursday 29th December 2011 23:59:59 Hours
|
625
|
+
# Saturday 31st December 2011 00:00:00 Hours
|
626
|
+
#
|
627
|
+
# Clarification by Tim Parenti (2012-01-03):
|
628
|
+
# Although Samoa has used Daylight Saving Time in the 2010-2011 and 2011-2012
|
629
|
+
# seasons, there is not yet any indication that this trend will continue on
|
630
|
+
# a regular basis. For now, we have explicitly listed the transitions below.
|
631
|
+
#
|
632
|
+
# From Nicky (2012-09-10):
|
633
|
+
# Daylight Saving Time commences on Sunday 30th September 2012 and
|
634
|
+
# ends on Sunday 7th of April 2013.
|
635
|
+
#
|
636
|
+
# Please find link below for more information.
|
637
|
+
# http://www.mcil.gov.ws/mcil_publications.html
|
638
|
+
#
|
639
|
+
# That publication also includes dates for Summer of 2013/4 as well
|
640
|
+
# which give the impression of a pattern in selecting dates for the
|
641
|
+
# future, so for now, we will guess this will continue.
|
642
|
+
|
643
|
+
# Western Samoa
|
644
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
645
|
+
Rule WS 2012 max - Sep lastSun 3:00 1 D
|
646
|
+
Rule WS 2012 max - Apr Sun>=1 4:00 0 -
|
647
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
648
|
+
Zone Pacific/Apia 12:33:04 - LMT 1879 Jul 5
|
649
|
+
-11:26:56 - LMT 1911
|
650
|
+
-11:30 - SAMT 1950 # Samoa Time
|
651
|
+
-11:00 - WST 2010 Sep 26
|
652
|
+
-11:00 1:00 WSDT 2011 Apr 2 4:00
|
653
|
+
-11:00 - WST 2011 Sep 24 3:00
|
654
|
+
-11:00 1:00 WSDT 2011 Dec 30
|
655
|
+
13:00 1:00 WSDT 2012 Apr Sun>=1 4:00
|
656
|
+
13:00 WS WS%sT
|
657
|
+
|
658
|
+
# Solomon Is
|
659
|
+
# excludes Bougainville, for which see Papua New Guinea
|
660
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
661
|
+
Zone Pacific/Guadalcanal 10:39:48 - LMT 1912 Oct # Honiara
|
662
|
+
11:00 - SBT # Solomon Is Time
|
663
|
+
|
664
|
+
# Tokelau Is
|
665
|
+
#
|
666
|
+
# From Gwillim Law (2011-12-29)
|
667
|
+
# A correspondent informed me that Tokelau, like Samoa, will be skipping
|
668
|
+
# December 31 this year ...
|
669
|
+
#
|
670
|
+
# From Steffen Thorsen (2012-07-25)
|
671
|
+
# ... we double checked by calling hotels and offices based in Tokelau asking
|
672
|
+
# about the time there, and they all told a time that agrees with UTC+13....
|
673
|
+
# Shanks says UTC-10 from 1901 [but] ... there is a good chance the change
|
674
|
+
# actually was to UTC-11 back then.
|
675
|
+
#
|
676
|
+
# From Paul Eggert (2012-07-25)
|
677
|
+
# A Google Books snippet of Appendix to the Journals of the House of
|
678
|
+
# Representatives of New Zealand, Session 1948,
|
679
|
+
# <http://books.google.com/books?id=ZaVCAQAAIAAJ>, page 65, says Tokelau
|
680
|
+
# was "11 hours slow on G.M.T." Go with Thorsen and assume Shanks & Pottenger
|
681
|
+
# are off by an hour starting in 1901.
|
682
|
+
|
683
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
684
|
+
Zone Pacific/Fakaofo -11:24:56 - LMT 1901
|
685
|
+
-11:00 - TKT 2011 Dec 30 # Tokelau Time
|
686
|
+
13:00 - TKT
|
687
|
+
|
688
|
+
# Tonga
|
689
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
690
|
+
Rule Tonga 1999 only - Oct 7 2:00s 1:00 S
|
691
|
+
Rule Tonga 2000 only - Mar 19 2:00s 0 -
|
692
|
+
Rule Tonga 2000 2001 - Nov Sun>=1 2:00 1:00 S
|
693
|
+
Rule Tonga 2001 2002 - Jan lastSun 2:00 0 -
|
694
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
695
|
+
Zone Pacific/Tongatapu 12:19:20 - LMT 1901
|
696
|
+
12:20 - TOT 1941 # Tonga Time
|
697
|
+
13:00 - TOT 1999
|
698
|
+
13:00 Tonga TO%sT
|
699
|
+
|
700
|
+
# Tuvalu
|
701
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
702
|
+
Zone Pacific/Funafuti 11:56:52 - LMT 1901
|
703
|
+
12:00 - TVT # Tuvalu Time
|
704
|
+
|
705
|
+
|
706
|
+
# US minor outlying islands
|
707
|
+
|
708
|
+
# Howland, Baker
|
709
|
+
# Howland was mined for guano by American companies 1857-1878 and British
|
710
|
+
# 1886-1891; Baker was similar but exact dates are not known.
|
711
|
+
# Inhabited by civilians 1935-1942; U.S. military bases 1943-1944;
|
712
|
+
# uninhabited thereafter.
|
713
|
+
# Howland observed Hawaii Standard Time (UTC-10:30) in 1937;
|
714
|
+
# see page 206 of Elgen M. Long and Marie K. Long,
|
715
|
+
# Amelia Earhart: the Mystery Solved, Simon & Schuster (2000).
|
716
|
+
# So most likely Howland and Baker observed Hawaii Time from 1935
|
717
|
+
# until they were abandoned after the war.
|
718
|
+
|
719
|
+
# Jarvis
|
720
|
+
# Mined for guano by American companies 1857-1879 and British 1883?-1891?.
|
721
|
+
# Inhabited by civilians 1935-1942; IGY scientific base 1957-1958;
|
722
|
+
# uninhabited thereafter.
|
723
|
+
# no information; was probably like Pacific/Kiritimati
|
724
|
+
|
725
|
+
# Johnston
|
726
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
727
|
+
Zone Pacific/Johnston -10:00 - HST
|
728
|
+
|
729
|
+
# Kingman
|
730
|
+
# uninhabited
|
731
|
+
|
732
|
+
# Midway
|
733
|
+
#
|
734
|
+
# From Mark Brader (2005-01-23):
|
735
|
+
# [Fallacies and Fantasies of Air Transport History, by R.E.G. Davies,
|
736
|
+
# published 1994 by Paladwr Press, McLean, VA, USA; ISBN 0-9626483-5-3]
|
737
|
+
# reproduced a Pan American Airways timeables from 1936, for their weekly
|
738
|
+
# "Orient Express" flights between San Francisco and Manila, and connecting
|
739
|
+
# flights to Chicago and the US East Coast. As it uses some time zone
|
740
|
+
# designations that I've never seen before:....
|
741
|
+
# Fri. 6:30A Lv. HONOLOLU (Pearl Harbor), H.I. H.L.T. Ar. 5:30P Sun.
|
742
|
+
# " 3:00P Ar. MIDWAY ISLAND . . . . . . . . . M.L.T. Lv. 6:00A "
|
743
|
+
#
|
744
|
+
Zone Pacific/Midway -11:49:28 - LMT 1901
|
745
|
+
-11:00 - NST 1956 Jun 3
|
746
|
+
-11:00 1:00 NDT 1956 Sep 2
|
747
|
+
-11:00 - NST 1967 Apr # N=Nome
|
748
|
+
-11:00 - BST 1983 Nov 30 # B=Bering
|
749
|
+
-11:00 - SST # S=Samoa
|
750
|
+
|
751
|
+
# Palmyra
|
752
|
+
# uninhabited since World War II; was probably like Pacific/Kiritimati
|
753
|
+
|
754
|
+
# Wake
|
755
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
756
|
+
Zone Pacific/Wake 11:06:28 - LMT 1901
|
757
|
+
12:00 - WAKT # Wake Time
|
758
|
+
|
759
|
+
|
760
|
+
# Vanuatu
|
761
|
+
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
762
|
+
Rule Vanuatu 1983 only - Sep 25 0:00 1:00 S
|
763
|
+
Rule Vanuatu 1984 1991 - Mar Sun>=23 0:00 0 -
|
764
|
+
Rule Vanuatu 1984 only - Oct 23 0:00 1:00 S
|
765
|
+
Rule Vanuatu 1985 1991 - Sep Sun>=23 0:00 1:00 S
|
766
|
+
Rule Vanuatu 1992 1993 - Jan Sun>=23 0:00 0 -
|
767
|
+
Rule Vanuatu 1992 only - Oct Sun>=23 0:00 1:00 S
|
768
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
769
|
+
Zone Pacific/Efate 11:13:16 - LMT 1912 Jan 13 # Vila
|
770
|
+
11:00 Vanuatu VU%sT # Vanuatu Time
|
771
|
+
|
772
|
+
# Wallis and Futuna
|
773
|
+
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
774
|
+
Zone Pacific/Wallis 12:15:20 - LMT 1901
|
775
|
+
12:00 - WFT # Wallis & Futuna Time
|
776
|
+
|
777
|
+
###############################################################################
|
778
|
+
|
779
|
+
# NOTES
|
780
|
+
|
781
|
+
# This data is by no means authoritative; if you think you know better,
|
782
|
+
# go ahead and edit the file (and please send any changes to
|
783
|
+
# tz@iana.org for general use in the future).
|
784
|
+
|
785
|
+
# From Paul Eggert (2006-03-22):
|
786
|
+
# A good source for time zone historical data outside the U.S. is
|
787
|
+
# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
|
788
|
+
# San Diego: ACS Publications, Inc. (2003).
|
789
|
+
#
|
790
|
+
# Gwillim Law writes that a good source
|
791
|
+
# for recent time zone data is the International Air Transport
|
792
|
+
# Association's Standard Schedules Information Manual (IATA SSIM),
|
793
|
+
# published semiannually. Law sent in several helpful summaries
|
794
|
+
# of the IATA's data after 1990.
|
795
|
+
#
|
796
|
+
# Except where otherwise noted, Shanks & Pottenger is the source for
|
797
|
+
# entries through 1990, and IATA SSIM is the source for entries afterwards.
|
798
|
+
#
|
799
|
+
# Another source occasionally used is Edward W. Whitman, World Time Differences,
|
800
|
+
# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
|
801
|
+
# I found in the UCLA library.
|
802
|
+
#
|
803
|
+
# A reliable and entertaining source about time zones is
|
804
|
+
# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
|
805
|
+
#
|
806
|
+
# I invented the abbreviations marked `*' in the following table;
|
807
|
+
# the rest are from earlier versions of this file, or from other sources.
|
808
|
+
# Corrections are welcome!
|
809
|
+
# std dst
|
810
|
+
# LMT Local Mean Time
|
811
|
+
# 8:00 WST WST Western Australia
|
812
|
+
# 8:45 CWST CWST Central Western Australia*
|
813
|
+
# 9:00 JST Japan
|
814
|
+
# 9:30 CST CST Central Australia
|
815
|
+
# 10:00 EST EST Eastern Australia
|
816
|
+
# 10:00 ChST Chamorro
|
817
|
+
# 10:30 LHST LHST Lord Howe*
|
818
|
+
# 11:30 NZMT NZST New Zealand through 1945
|
819
|
+
# 12:00 NZST NZDT New Zealand 1946-present
|
820
|
+
# 12:45 CHAST CHADT Chatham*
|
821
|
+
# -11:00 SST Samoa
|
822
|
+
# -10:00 HST Hawaii
|
823
|
+
# - 8:00 PST Pitcairn*
|
824
|
+
#
|
825
|
+
# See the `northamerica' file for Hawaii.
|
826
|
+
# See the `southamerica' file for Easter I and the Galapagos Is.
|
827
|
+
|
828
|
+
###############################################################################
|
829
|
+
|
830
|
+
# Australia
|
831
|
+
|
832
|
+
# From Paul Eggert (2005-12-08):
|
833
|
+
# <a href="http://www.bom.gov.au/climate/averages/tables/dst_times.shtml">
|
834
|
+
# Implementation Dates of Daylight Saving Time within Australia
|
835
|
+
# </a> summarizes daylight saving issues in Australia.
|
836
|
+
|
837
|
+
# From Arthur David Olson (2005-12-12):
|
838
|
+
# <a href="http://www.lawlink.nsw.gov.au/lawlink/Corporate/ll_agdinfo.nsf/pages/community_relations_daylight_saving">
|
839
|
+
# Lawlink NSW:Daylight Saving in New South Wales
|
840
|
+
# </a> covers New South Wales in particular.
|
841
|
+
|
842
|
+
# From John Mackin (1991-03-06):
|
843
|
+
# We in Australia have _never_ referred to DST as `daylight' time.
|
844
|
+
# It is called `summer' time. Now by a happy coincidence, `summer'
|
845
|
+
# and `standard' happen to start with the same letter; hence, the
|
846
|
+
# abbreviation does _not_ change...
|
847
|
+
# The legislation does not actually define abbreviations, at least
|
848
|
+
# in this State, but the abbreviation is just commonly taken to be the
|
849
|
+
# initials of the phrase, and the legislation here uniformly uses
|
850
|
+
# the phrase `summer time' and does not use the phrase `daylight
|
851
|
+
# time'.
|
852
|
+
# Announcers on the Commonwealth radio network, the ABC (for Australian
|
853
|
+
# Broadcasting Commission), use the phrases `Eastern Standard Time'
|
854
|
+
# or `Eastern Summer Time'. (Note, though, that as I say in the
|
855
|
+
# current australasia file, there is really no such thing.) Announcers
|
856
|
+
# on its overseas service, Radio Australia, use the same phrases
|
857
|
+
# prefixed by the word `Australian' when referring to local times;
|
858
|
+
# time announcements on that service, naturally enough, are made in UTC.
|
859
|
+
|
860
|
+
# From Arthur David Olson (1992-03-08):
|
861
|
+
# Given the above, what's chosen for year-round use is:
|
862
|
+
# CST for any place operating at a GMTOFF of 9:30
|
863
|
+
# WST for any place operating at a GMTOFF of 8:00
|
864
|
+
# EST for any place operating at a GMTOFF of 10:00
|
865
|
+
|
866
|
+
# From Chuck Soper (2006-06-01):
|
867
|
+
# I recently found this Australian government web page on time zones:
|
868
|
+
# <http://www.australia.gov.au/about-australia-13time>
|
869
|
+
# And this government web page lists time zone names and abbreviations:
|
870
|
+
# <http://www.bom.gov.au/climate/averages/tables/daysavtm.shtml>
|
871
|
+
|
872
|
+
# From Paul Eggert (2001-04-05), summarizing a long discussion about "EST"
|
873
|
+
# versus "AEST" etc.:
|
874
|
+
#
|
875
|
+
# I see the following points of dispute:
|
876
|
+
#
|
877
|
+
# * How important are unique time zone abbreviations?
|
878
|
+
#
|
879
|
+
# Here I tend to agree with the point (most recently made by Chris
|
880
|
+
# Newman) that unique abbreviations should not be essential for proper
|
881
|
+
# operation of software. We have other instances of ambiguity
|
882
|
+
# (e.g. "IST" denoting both "Israel Standard Time" and "Indian
|
883
|
+
# Standard Time"), and they are not likely to go away any time soon.
|
884
|
+
# In the old days, some software mistakenly relied on unique
|
885
|
+
# abbreviations, but this is becoming less true with time, and I don't
|
886
|
+
# think it's that important to cater to such software these days.
|
887
|
+
#
|
888
|
+
# On the other hand, there is another motivation for unambiguous
|
889
|
+
# abbreviations: it cuts down on human confusion. This is
|
890
|
+
# particularly true for Australia, where "EST" can mean one thing for
|
891
|
+
# time T and a different thing for time T plus 1 second.
|
892
|
+
#
|
893
|
+
# * Does the relevant legislation indicate which abbreviations should be used?
|
894
|
+
#
|
895
|
+
# Here I tend to think that things are a mess, just as they are in
|
896
|
+
# many other countries. We Americans are currently disagreeing about
|
897
|
+
# which abbreviation to use for the newly legislated Chamorro Standard
|
898
|
+
# Time, for example.
|
899
|
+
#
|
900
|
+
# Personally, I would prefer to use common practice; I would like to
|
901
|
+
# refer to legislation only for examples of common practice, or as a
|
902
|
+
# tiebreaker.
|
903
|
+
#
|
904
|
+
# * Do Australians more often use "Eastern Daylight Time" or "Eastern
|
905
|
+
# Summer Time"? Do they typically prefix the time zone names with
|
906
|
+
# the word "Australian"?
|
907
|
+
#
|
908
|
+
# My own impression is that both "Daylight Time" and "Summer Time" are
|
909
|
+
# common and are widely understood, but that "Summer Time" is more
|
910
|
+
# popular; and that the leading "A" is also common but is omitted more
|
911
|
+
# often than not. I just used AltaVista advanced search and got the
|
912
|
+
# following count of page hits:
|
913
|
+
#
|
914
|
+
# 1,103 "Eastern Summer Time" AND domain:au
|
915
|
+
# 971 "Australian Eastern Summer Time" AND domain:au
|
916
|
+
# 613 "Eastern Daylight Time" AND domain:au
|
917
|
+
# 127 "Australian Eastern Daylight Time" AND domain:au
|
918
|
+
#
|
919
|
+
# Here "Summer" seems quite a bit more popular than "Daylight",
|
920
|
+
# particularly when we know the time zone is Australian and not US,
|
921
|
+
# say. The "Australian" prefix seems to be popular for Eastern Summer
|
922
|
+
# Time, but unpopular for Eastern Daylight Time.
|
923
|
+
#
|
924
|
+
# For abbreviations, tools like AltaVista are less useful because of
|
925
|
+
# ambiguity. Many hits are not really time zones, unfortunately, and
|
926
|
+
# many hits denote US time zones and not Australian ones. But here
|
927
|
+
# are the hit counts anyway:
|
928
|
+
#
|
929
|
+
# 161,304 "EST" and domain:au
|
930
|
+
# 25,156 "EDT" and domain:au
|
931
|
+
# 18,263 "AEST" and domain:au
|
932
|
+
# 10,416 "AEDT" and domain:au
|
933
|
+
#
|
934
|
+
# 14,538 "CST" and domain:au
|
935
|
+
# 5,728 "CDT" and domain:au
|
936
|
+
# 176 "ACST" and domain:au
|
937
|
+
# 29 "ACDT" and domain:au
|
938
|
+
#
|
939
|
+
# 7,539 "WST" and domain:au
|
940
|
+
# 68 "AWST" and domain:au
|
941
|
+
#
|
942
|
+
# This data suggest that Australians tend to omit the "A" prefix in
|
943
|
+
# practice. The situation for "ST" versus "DT" is less clear, given
|
944
|
+
# the ambiguities involved.
|
945
|
+
#
|
946
|
+
# * How do Australians feel about the abbreviations in the tz database?
|
947
|
+
#
|
948
|
+
# If you just count Australians on this list, I count 2 in favor and 3
|
949
|
+
# against. One of the "against" votes (David Keegel) counseled delay,
|
950
|
+
# saying that both AEST/AEDT and EST/EST are widely used and
|
951
|
+
# understood in Australia.
|
952
|
+
|
953
|
+
# From Paul Eggert (1995-12-19):
|
954
|
+
# Shanks & Pottenger report 2:00 for all autumn changes in Australia and NZ.
|
955
|
+
# Mark Prior writes that his newspaper
|
956
|
+
# reports that NSW's fall 1995 change will occur at 2:00,
|
957
|
+
# but Robert Elz says it's been 3:00 in Victoria since 1970
|
958
|
+
# and perhaps the newspaper's `2:00' is referring to standard time.
|
959
|
+
# For now we'll continue to assume 2:00s for changes since 1960.
|
960
|
+
|
961
|
+
# From Eric Ulevik (1998-01-05):
|
962
|
+
#
|
963
|
+
# Here are some URLs to Australian time legislation. These URLs are stable,
|
964
|
+
# and should probably be included in the data file. There are probably more
|
965
|
+
# relevant entries in this database.
|
966
|
+
#
|
967
|
+
# NSW (including LHI and Broken Hill):
|
968
|
+
# <a href="http://www.austlii.edu.au/au/legis/nsw/consol_act/sta1987137/index.html">
|
969
|
+
# Standard Time Act 1987 (updated 1995-04-04)
|
970
|
+
# </a>
|
971
|
+
# ACT
|
972
|
+
# <a href="http://www.austlii.edu.au/au/legis/act/consol_act/stasta1972279/index.html">
|
973
|
+
# Standard Time and Summer Time Act 1972
|
974
|
+
# </a>
|
975
|
+
# SA
|
976
|
+
# <a href="http://www.austlii.edu.au/au/legis/sa/consol_act/sta1898137/index.html">
|
977
|
+
# Standard Time Act, 1898
|
978
|
+
# </a>
|
979
|
+
|
980
|
+
# From David Grosz (2005-06-13):
|
981
|
+
# It was announced last week that Daylight Saving would be extended by
|
982
|
+
# one week next year to allow for the 2006 Commonwealth Games.
|
983
|
+
# Daylight Saving is now to end for next year only on the first Sunday
|
984
|
+
# in April instead of the last Sunday in March.
|
985
|
+
#
|
986
|
+
# From Gwillim Law (2005-06-14):
|
987
|
+
# I did some Googling and found that all of those states (and territory) plan
|
988
|
+
# to extend DST together in 2006.
|
989
|
+
# ACT: http://www.cmd.act.gov.au/mediareleases/fileread.cfm?file=86.txt
|
990
|
+
# New South Wales: http://www.thecouriermail.news.com.au/common/story_page/0,5936,15538869%255E1702,00.html
|
991
|
+
# South Australia: http://www.news.com.au/story/0,10117,15555031-1246,00.html
|
992
|
+
# Tasmania: http://www.media.tas.gov.au/release.php?id=14772
|
993
|
+
# Victoria: I wasn't able to find anything separate, but the other articles
|
994
|
+
# allude to it.
|
995
|
+
# But not Queensland
|
996
|
+
# http://www.news.com.au/story/0,10117,15564030-1248,00.html.
|
997
|
+
|
998
|
+
# Northern Territory
|
999
|
+
|
1000
|
+
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
|
1001
|
+
# # The NORTHERN TERRITORY.. [ Courtesy N.T. Dept of the Chief Minister ]
|
1002
|
+
# # [ Nov 1990 ]
|
1003
|
+
# # N.T. have never utilised any DST due to sub-tropical/tropical location.
|
1004
|
+
# ...
|
1005
|
+
# Zone Australia/North 9:30 - CST
|
1006
|
+
|
1007
|
+
# From Bradley White (1991-03-04):
|
1008
|
+
# A recent excerpt from an Australian newspaper...
|
1009
|
+
# the Northern Territory do[es] not have daylight saving.
|
1010
|
+
|
1011
|
+
# Western Australia
|
1012
|
+
|
1013
|
+
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
|
1014
|
+
# # The state of WESTERN AUSTRALIA.. [ Courtesy W.A. dept Premier+Cabinet ]
|
1015
|
+
# # [ Nov 1990 ]
|
1016
|
+
# # W.A. suffers from a great deal of public and political opposition to
|
1017
|
+
# # DST in principle. A bill is brought before parliament in most years, but
|
1018
|
+
# # usually defeated either in the upper house, or in party caucus
|
1019
|
+
# # before reaching parliament.
|
1020
|
+
# ...
|
1021
|
+
# Zone Australia/West 8:00 AW %sST
|
1022
|
+
# ...
|
1023
|
+
# Rule AW 1974 only - Oct lastSun 2:00 1:00 D
|
1024
|
+
# Rule AW 1975 only - Mar Sun>=1 3:00 0 W
|
1025
|
+
# Rule AW 1983 only - Oct lastSun 2:00 1:00 D
|
1026
|
+
# Rule AW 1984 only - Mar Sun>=1 3:00 0 W
|
1027
|
+
|
1028
|
+
# From Bradley White (1991-03-04):
|
1029
|
+
# A recent excerpt from an Australian newspaper...
|
1030
|
+
# Western Australia...do[es] not have daylight saving.
|
1031
|
+
|
1032
|
+
# From John D. Newman via Bradley White (1991-11-02):
|
1033
|
+
# Western Australia is still on "winter time". Some DH in Sydney
|
1034
|
+
# rang me at home a few days ago at 6.00am. (He had just arrived at
|
1035
|
+
# work at 9.00am.)
|
1036
|
+
# W.A. is switching to Summer Time on Nov 17th just to confuse
|
1037
|
+
# everybody again.
|
1038
|
+
|
1039
|
+
# From Arthur David Olson (1992-03-08):
|
1040
|
+
# The 1992 ending date used in the rules is a best guess;
|
1041
|
+
# it matches what was used in the past.
|
1042
|
+
|
1043
|
+
# <a href="http://www.bom.gov.au/faq/faqgen.htm">
|
1044
|
+
# The Australian Bureau of Meteorology FAQ
|
1045
|
+
# </a> (1999-09-27) writes that Giles Meteorological Station uses
|
1046
|
+
# South Australian time even though it's located in Western Australia.
|
1047
|
+
|
1048
|
+
# Queensland
|
1049
|
+
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
|
1050
|
+
# # The state of QUEENSLAND.. [ Courtesy Qld. Dept Premier Econ&Trade Devel ]
|
1051
|
+
# # [ Dec 1990 ]
|
1052
|
+
# ...
|
1053
|
+
# Zone Australia/Queensland 10:00 AQ %sST
|
1054
|
+
# ...
|
1055
|
+
# Rule AQ 1971 only - Oct lastSun 2:00 1:00 D
|
1056
|
+
# Rule AQ 1972 only - Feb lastSun 3:00 0 E
|
1057
|
+
# Rule AQ 1989 max - Oct lastSun 2:00 1:00 D
|
1058
|
+
# Rule AQ 1990 max - Mar Sun>=1 3:00 0 E
|
1059
|
+
|
1060
|
+
# From Bradley White (1989-12-24):
|
1061
|
+
# "Australia/Queensland" now observes daylight time (i.e. from
|
1062
|
+
# October 1989).
|
1063
|
+
|
1064
|
+
# From Bradley White (1991-03-04):
|
1065
|
+
# A recent excerpt from an Australian newspaper...
|
1066
|
+
# ...Queensland...[has] agreed to end daylight saving
|
1067
|
+
# at 3am tomorrow (March 3)...
|
1068
|
+
|
1069
|
+
# From John Mackin (1991-03-06):
|
1070
|
+
# I can certainly confirm for my part that Daylight Saving in NSW did in fact
|
1071
|
+
# end on Sunday, 3 March. I don't know at what hour, though. (It surprised
|
1072
|
+
# me.)
|
1073
|
+
|
1074
|
+
# From Bradley White (1992-03-08):
|
1075
|
+
# ...there was recently a referendum in Queensland which resulted
|
1076
|
+
# in the experimental daylight saving system being abandoned. So, ...
|
1077
|
+
# ...
|
1078
|
+
# Rule QLD 1989 1991 - Oct lastSun 2:00 1:00 D
|
1079
|
+
# Rule QLD 1990 1992 - Mar Sun>=1 3:00 0 S
|
1080
|
+
# ...
|
1081
|
+
|
1082
|
+
# From Arthur David Olson (1992-03-08):
|
1083
|
+
# The chosen rules the union of the 1971/1972 change and the 1989-1992 changes.
|
1084
|
+
|
1085
|
+
# From Christopher Hunt (2006-11-21), after an advance warning
|
1086
|
+
# from Jesper Norgaard Welen (2006-11-01):
|
1087
|
+
# WA are trialing DST for three years.
|
1088
|
+
# <http://www.parliament.wa.gov.au/parliament/bills.nsf/9A1B183144403DA54825721200088DF1/$File/Bill175-1B.pdf>
|
1089
|
+
|
1090
|
+
# From Rives McDow (2002-04-09):
|
1091
|
+
# The most interesting region I have found consists of three towns on the
|
1092
|
+
# southern coast.... South Australia observes daylight saving time; Western
|
1093
|
+
# Australia does not. The two states are one and a half hours apart. The
|
1094
|
+
# residents decided to forget about this nonsense of changing the clock so
|
1095
|
+
# much and set the local time 20 hours and 45 minutes from the
|
1096
|
+
# international date line, or right in the middle of the time of South
|
1097
|
+
# Australia and Western Australia....
|
1098
|
+
#
|
1099
|
+
# From Paul Eggert (2002-04-09):
|
1100
|
+
# This is confirmed by the section entitled
|
1101
|
+
# "What's the deal with time zones???" in
|
1102
|
+
# <http://www.earthsci.unimelb.edu.au/~awatkins/null.html>.
|
1103
|
+
#
|
1104
|
+
# From Alex Livingston (2006-12-07):
|
1105
|
+
# ... it was just on four years ago that I drove along the Eyre Highway,
|
1106
|
+
# which passes through eastern Western Australia close to the southern
|
1107
|
+
# coast of the continent.
|
1108
|
+
#
|
1109
|
+
# I paid particular attention to the time kept there. There can be no
|
1110
|
+
# dispute that UTC+08:45 was considered "the time" from the border
|
1111
|
+
# village just inside the border with South Australia to as far west
|
1112
|
+
# as just east of Caiguna. There can also be no dispute that Eucla is
|
1113
|
+
# the largest population centre in this zone....
|
1114
|
+
#
|
1115
|
+
# Now that Western Australia is observing daylight saving, the
|
1116
|
+
# question arose whether this part of the state would follow suit. I
|
1117
|
+
# just called the border village and confirmed that indeed they have,
|
1118
|
+
# meaning that they are now observing UTC+09:45.
|
1119
|
+
#
|
1120
|
+
# (2006-12-09):
|
1121
|
+
# I personally doubt that either experimentation with daylight saving
|
1122
|
+
# in WA or its introduction in SA had anything to do with the genesis
|
1123
|
+
# of this time zone. My hunch is that it's been around since well
|
1124
|
+
# before 1975. I remember seeing it noted on road maps decades ago.
|
1125
|
+
|
1126
|
+
# From Paul Eggert (2006-12-15):
|
1127
|
+
# For lack of better info, assume the tradition dates back to the
|
1128
|
+
# introduction of standard time in 1895.
|
1129
|
+
|
1130
|
+
|
1131
|
+
# southeast Australia
|
1132
|
+
#
|
1133
|
+
# From Paul Eggert (2007-07-23):
|
1134
|
+
# Starting autumn 2008 Victoria, NSW, South Australia, Tasmania and the ACT
|
1135
|
+
# end DST the first Sunday in April and start DST the first Sunday in October.
|
1136
|
+
# http://www.theage.com.au/news/national/daylight-savings-to-span-six-months/2007/06/27/1182623966703.html
|
1137
|
+
|
1138
|
+
|
1139
|
+
# South Australia
|
1140
|
+
|
1141
|
+
# From Bradley White (1991-03-04):
|
1142
|
+
# A recent excerpt from an Australian newspaper...
|
1143
|
+
# ...South Australia...[has] agreed to end daylight saving
|
1144
|
+
# at 3am tomorrow (March 3)...
|
1145
|
+
|
1146
|
+
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
|
1147
|
+
# # The state of SOUTH AUSTRALIA....[ Courtesy of S.A. Dept of Labour ]
|
1148
|
+
# # [ Nov 1990 ]
|
1149
|
+
# ...
|
1150
|
+
# Zone Australia/South 9:30 AS %sST
|
1151
|
+
# ...
|
1152
|
+
# Rule AS 1971 max - Oct lastSun 2:00 1:00 D
|
1153
|
+
# Rule AS 1972 1985 - Mar Sun>=1 3:00 0 C
|
1154
|
+
# Rule AS 1986 1990 - Mar Sun>=15 3:00 0 C
|
1155
|
+
# Rule AS 1991 max - Mar Sun>=1 3:00 0 C
|
1156
|
+
|
1157
|
+
# From Bradley White (1992-03-11):
|
1158
|
+
# Recent correspondence with a friend in Adelaide
|
1159
|
+
# contained the following exchange: "Due to the Adelaide Festival,
|
1160
|
+
# South Australia delays setting back our clocks for a few weeks."
|
1161
|
+
|
1162
|
+
# From Robert Elz (1992-03-13):
|
1163
|
+
# I heard that apparently (or at least, it appears that)
|
1164
|
+
# South Aus will have an extra 3 weeks daylight saving every even
|
1165
|
+
# numbered year (from 1990). That's when the Adelaide Festival
|
1166
|
+
# is on...
|
1167
|
+
|
1168
|
+
# From Robert Elz (1992-03-16, 00:57:07 +1000):
|
1169
|
+
# DST didn't end in Adelaide today (yesterday)....
|
1170
|
+
# But whether it's "4th Sunday" or "2nd last Sunday" I have no idea whatever...
|
1171
|
+
# (it's just as likely to be "the Sunday we pick for this year"...).
|
1172
|
+
|
1173
|
+
# From Bradley White (1994-04-11):
|
1174
|
+
# If Sun, 15 March, 1992 was at +1030 as kre asserts, but yet Sun, 20 March,
|
1175
|
+
# 1994 was at +0930 as John Connolly's customer seems to assert, then I can
|
1176
|
+
# only conclude that the actual rule is more complicated....
|
1177
|
+
|
1178
|
+
# From John Warburton (1994-10-07):
|
1179
|
+
# The new Daylight Savings dates for South Australia ...
|
1180
|
+
# was gazetted in the Government Hansard on Sep 26 1994....
|
1181
|
+
# start on last Sunday in October and end in last sunday in March.
|
1182
|
+
|
1183
|
+
# From Paul Eggert (2007-07-23):
|
1184
|
+
# See "southeast Australia" above for 2008 and later.
|
1185
|
+
|
1186
|
+
# Tasmania
|
1187
|
+
|
1188
|
+
# The rules for 1967 through 1991 were reported by George Shepherd
|
1189
|
+
# via Simon Woodhead via Robert Elz (1991-03-06):
|
1190
|
+
# # The state of TASMANIA.. [Courtesy Tasmanian Dept of Premier + Cabinet ]
|
1191
|
+
# # [ Nov 1990 ]
|
1192
|
+
|
1193
|
+
# From Bill Hart via Guy Harris (1991-10-10):
|
1194
|
+
# Oh yes, the new daylight savings rules are uniquely tasmanian, we have
|
1195
|
+
# 6 weeks a year now when we are out of sync with the rest of Australia
|
1196
|
+
# (but nothing new about that).
|
1197
|
+
|
1198
|
+
# From Alex Livingston (1999-10-04):
|
1199
|
+
# I heard on the ABC (Australian Broadcasting Corporation) radio news on the
|
1200
|
+
# (long) weekend that Tasmania, which usually goes its own way in this regard,
|
1201
|
+
# has decided to join with most of NSW, the ACT, and most of Victoria
|
1202
|
+
# (Australia) and start daylight saving on the last Sunday in August in 2000
|
1203
|
+
# instead of the first Sunday in October.
|
1204
|
+
|
1205
|
+
# Sim Alam (2000-07-03) reported a legal citation for the 2000/2001 rules:
|
1206
|
+
# http://www.thelaw.tas.gov.au/fragview/42++1968+GS3A@EN+2000070300
|
1207
|
+
|
1208
|
+
# From Paul Eggert (2007-07-23):
|
1209
|
+
# See "southeast Australia" above for 2008 and later.
|
1210
|
+
|
1211
|
+
# Victoria
|
1212
|
+
|
1213
|
+
# The rules for 1971 through 1991 were reported by George Shepherd
|
1214
|
+
# via Simon Woodhead via Robert Elz (1991-03-06):
|
1215
|
+
# # The state of VICTORIA.. [ Courtesy of Vic. Dept of Premier + Cabinet ]
|
1216
|
+
# # [ Nov 1990 ]
|
1217
|
+
|
1218
|
+
# From Scott Harrington (2001-08-29):
|
1219
|
+
# On KQED's "City Arts and Lectures" program last night I heard an
|
1220
|
+
# interesting story about daylight savings time. Dr. John Heilbron was
|
1221
|
+
# discussing his book "The Sun in the Church: Cathedrals as Solar
|
1222
|
+
# Observatories"[1], and in particular the Shrine of Remembrance[2] located
|
1223
|
+
# in Melbourne, Australia.
|
1224
|
+
#
|
1225
|
+
# Apparently the shrine's main purpose is a beam of sunlight which
|
1226
|
+
# illuminates a special spot on the floor at the 11th hour of the 11th day
|
1227
|
+
# of the 11th month (Remembrance Day) every year in memory of Australia's
|
1228
|
+
# fallen WWI soldiers. And if you go there on Nov. 11, at 11am local time,
|
1229
|
+
# you will indeed see the sunbeam illuminate the special spot at the
|
1230
|
+
# expected time.
|
1231
|
+
#
|
1232
|
+
# However, that is only because of some special mirror contraption that had
|
1233
|
+
# to be employed, since due to daylight savings time, the true solar time of
|
1234
|
+
# the remembrance moment occurs one hour later (or earlier?). Perhaps
|
1235
|
+
# someone with more information on this jury-rig can tell us more.
|
1236
|
+
#
|
1237
|
+
# [1] http://www.hup.harvard.edu/catalog/HEISUN.html
|
1238
|
+
# [2] http://www.shrine.org.au
|
1239
|
+
|
1240
|
+
# From Paul Eggert (2007-07-23):
|
1241
|
+
# See "southeast Australia" above for 2008 and later.
|
1242
|
+
|
1243
|
+
# New South Wales
|
1244
|
+
|
1245
|
+
# From Arthur David Olson:
|
1246
|
+
# New South Wales and subjurisdictions have their own ideas of a fun time.
|
1247
|
+
# Based on law library research by John Mackin,
|
1248
|
+
# who notes:
|
1249
|
+
# In Australia, time is not legislated federally, but rather by the
|
1250
|
+
# individual states. Thus, while such terms as ``Eastern Standard Time''
|
1251
|
+
# [I mean, of course, Australian EST, not any other kind] are in common
|
1252
|
+
# use, _they have NO REAL MEANING_, as they are not defined in the
|
1253
|
+
# legislation. This is very important to understand.
|
1254
|
+
# I have researched New South Wales time only...
|
1255
|
+
|
1256
|
+
# From Eric Ulevik (1999-05-26):
|
1257
|
+
# DST will start in NSW on the last Sunday of August, rather than the usual
|
1258
|
+
# October in 2000. [See: Matthew Moore,
|
1259
|
+
# <a href="http://www.smh.com.au/news/9905/26/pageone/pageone4.html">
|
1260
|
+
# Two months more daylight saving
|
1261
|
+
# </a>
|
1262
|
+
# Sydney Morning Herald (1999-05-26).]
|
1263
|
+
|
1264
|
+
# From Paul Eggert (1999-09-27):
|
1265
|
+
# See the following official NSW source:
|
1266
|
+
# <a href="http://dir.gis.nsw.gov.au/cgi-bin/genobject/document/other/daylightsaving/tigGmZ">
|
1267
|
+
# Daylight Saving in New South Wales.
|
1268
|
+
# </a>
|
1269
|
+
#
|
1270
|
+
# Narrabri Shire (NSW) council has announced it will ignore the extension of
|
1271
|
+
# daylight saving next year. See:
|
1272
|
+
# <a href="http://abc.net.au/news/regionals/neweng/monthly/regeng-22jul1999-1.htm">
|
1273
|
+
# Narrabri Council to ignore daylight saving
|
1274
|
+
# </a> (1999-07-22). For now, we'll wait to see if this really happens.
|
1275
|
+
#
|
1276
|
+
# Victoria will following NSW. See:
|
1277
|
+
# <a href="http://abc.net.au/local/news/olympics/1999/07/item19990728112314_1.htm">
|
1278
|
+
# Vic to extend daylight saving
|
1279
|
+
# </a> (1999-07-28).
|
1280
|
+
#
|
1281
|
+
# However, South Australia rejected the DST request. See:
|
1282
|
+
# <a href="http://abc.net.au/news/olympics/1999/07/item19990719151754_1.htm">
|
1283
|
+
# South Australia rejects Olympics daylight savings request
|
1284
|
+
# </a> (1999-07-19).
|
1285
|
+
#
|
1286
|
+
# Queensland also will not observe DST for the Olympics. See:
|
1287
|
+
# <a href="http://abc.net.au/news/olympics/1999/06/item19990601114608_1.htm">
|
1288
|
+
# Qld says no to daylight savings for Olympics
|
1289
|
+
# </a> (1999-06-01), which quotes Queensland Premier Peter Beattie as saying
|
1290
|
+
# ``Look you've got to remember in my family when this came up last time
|
1291
|
+
# I voted for it, my wife voted against it and she said to me it's all very
|
1292
|
+
# well for you, you don't have to worry about getting the children out of
|
1293
|
+
# bed, getting them to school, getting them to sleep at night.
|
1294
|
+
# I've been through all this argument domestically...my wife rules.''
|
1295
|
+
#
|
1296
|
+
# Broken Hill will stick with South Australian time in 2000. See:
|
1297
|
+
# <a href="http://abc.net.au/news/regionals/brokenh/monthly/regbrok-21jul1999-6.htm">
|
1298
|
+
# Broken Hill to be behind the times
|
1299
|
+
# </a> (1999-07-21).
|
1300
|
+
|
1301
|
+
# IATA SSIM (1998-09) says that the spring 2000 change for Australian
|
1302
|
+
# Capital Territory, New South Wales except Lord Howe Island and Broken
|
1303
|
+
# Hill, and Victoria will be August 27, presumably due to the Sydney Olympics.
|
1304
|
+
|
1305
|
+
# From Eric Ulevik, referring to Sydney's Sun Herald (2000-08-13), page 29:
|
1306
|
+
# The Queensland Premier Peter Beattie is encouraging northern NSW
|
1307
|
+
# towns to use Queensland time.
|
1308
|
+
|
1309
|
+
# From Paul Eggert (2007-07-23):
|
1310
|
+
# See "southeast Australia" above for 2008 and later.
|
1311
|
+
|
1312
|
+
# Yancowinna
|
1313
|
+
|
1314
|
+
# From John Mackin (1989-01-04):
|
1315
|
+
# `Broken Hill' means the County of Yancowinna.
|
1316
|
+
|
1317
|
+
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
|
1318
|
+
# # YANCOWINNA.. [ Confirmation courtesy of Broken Hill Postmaster ]
|
1319
|
+
# # [ Dec 1990 ]
|
1320
|
+
# ...
|
1321
|
+
# # Yancowinna uses Central Standard Time, despite [its] location on the
|
1322
|
+
# # New South Wales side of the S.A. border. Most business and social dealings
|
1323
|
+
# # are with CST zones, therefore CST is legislated by local government
|
1324
|
+
# # although the switch to Summer Time occurs in line with N.S.W. There have
|
1325
|
+
# # been years when this did not apply, but the historical data is not
|
1326
|
+
# # presently available.
|
1327
|
+
# Zone Australia/Yancowinna 9:30 AY %sST
|
1328
|
+
# ...
|
1329
|
+
# Rule AY 1971 1985 - Oct lastSun 2:00 1:00 D
|
1330
|
+
# Rule AY 1972 only - Feb lastSun 3:00 0 C
|
1331
|
+
# [followed by other Rules]
|
1332
|
+
|
1333
|
+
# Lord Howe Island
|
1334
|
+
|
1335
|
+
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
|
1336
|
+
# LHI... [ Courtesy of Pauline Van Winsen ]
|
1337
|
+
# [ Dec 1990 ]
|
1338
|
+
# Lord Howe Island is located off the New South Wales coast, and is half an
|
1339
|
+
# hour ahead of NSW time.
|
1340
|
+
|
1341
|
+
# From James Lonergan, Secretary, Lord Howe Island Board (2000-01-27):
|
1342
|
+
# Lord Howe Island summer time in 2000/2001 will commence on the same
|
1343
|
+
# date as the rest of NSW (i.e. 2000-08-27). For your information the
|
1344
|
+
# Lord Howe Island Board (controlling authority for the Island) is
|
1345
|
+
# seeking the community's views on various options for summer time
|
1346
|
+
# arrangements on the Island, e.g. advance clocks by 1 full hour
|
1347
|
+
# instead of only 30 minutes. [Dependent] on the wishes of residents
|
1348
|
+
# the Board may approach the NSW government to change the existing
|
1349
|
+
# arrangements. The starting date for summer time on the Island will
|
1350
|
+
# however always coincide with the rest of NSW.
|
1351
|
+
|
1352
|
+
# From James Lonergan, Secretary, Lord Howe Island Board (2000-10-25):
|
1353
|
+
# Lord Howe Island advances clocks by 30 minutes during DST in NSW and retards
|
1354
|
+
# clocks by 30 minutes when DST finishes. Since DST was most recently
|
1355
|
+
# introduced in NSW, the "changeover" time on the Island has been 02:00 as
|
1356
|
+
# shown on clocks on LHI. I guess this means that for 30 minutes at the start
|
1357
|
+
# of DST, LHI is actually 1 hour ahead of the rest of NSW.
|
1358
|
+
|
1359
|
+
# From Paul Eggert (2006-03-22):
|
1360
|
+
# For Lord Howe dates we use Shanks & Pottenger through 1989, and
|
1361
|
+
# Lonergan thereafter. For times we use Lonergan.
|
1362
|
+
|
1363
|
+
# From Paul Eggert (2007-07-23):
|
1364
|
+
# See "southeast Australia" above for 2008 and later.
|
1365
|
+
|
1366
|
+
# From Steffen Thorsen (2009-04-28):
|
1367
|
+
# According to the official press release, South Australia's extended daylight
|
1368
|
+
# saving period will continue with the same rules as used during the 2008-2009
|
1369
|
+
# summer (southern hemisphere).
|
1370
|
+
#
|
1371
|
+
# From
|
1372
|
+
# <a href="http://www.safework.sa.gov.au/uploaded_files/DaylightDatesSet.pdf">
|
1373
|
+
# http://www.safework.sa.gov.au/uploaded_files/DaylightDatesSet.pdf
|
1374
|
+
# </a>
|
1375
|
+
# The extended daylight saving period that South Australia has been trialling
|
1376
|
+
# for over the last year is now set to be ongoing.
|
1377
|
+
# Daylight saving will continue to start on the first Sunday in October each
|
1378
|
+
# year and finish on the first Sunday in April the following year.
|
1379
|
+
# Industrial Relations Minister, Paul Caica, says this provides South Australia
|
1380
|
+
# with a consistent half hour time difference with NSW, Victoria, Tasmania and
|
1381
|
+
# the ACT for all 52 weeks of the year...
|
1382
|
+
#
|
1383
|
+
# We have a wrap-up here:
|
1384
|
+
# <a href="http://www.timeanddate.com/news/time/south-australia-extends-dst.html">
|
1385
|
+
# http://www.timeanddate.com/news/time/south-australia-extends-dst.html
|
1386
|
+
# </a>
|
1387
|
+
###############################################################################
|
1388
|
+
|
1389
|
+
# New Zealand
|
1390
|
+
|
1391
|
+
# From Mark Davies (1990-10-03):
|
1392
|
+
# the 1989/90 year was a trial of an extended "daylight saving" period.
|
1393
|
+
# This trial was deemed successful and the extended period adopted for
|
1394
|
+
# subsequent years (with the addition of a further week at the start).
|
1395
|
+
# source -- phone call to Ministry of Internal Affairs Head Office.
|
1396
|
+
|
1397
|
+
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
|
1398
|
+
# # The Country of New Zealand (Australia's east island -) Gee they hate that!
|
1399
|
+
# # or is Australia the west island of N.Z.
|
1400
|
+
# # [ courtesy of Geoff Tribble.. Auckland N.Z. ]
|
1401
|
+
# # [ Nov 1990 ]
|
1402
|
+
# ...
|
1403
|
+
# Rule NZ 1974 1988 - Oct lastSun 2:00 1:00 D
|
1404
|
+
# Rule NZ 1989 max - Oct Sun>=1 2:00 1:00 D
|
1405
|
+
# Rule NZ 1975 1989 - Mar Sun>=1 3:00 0 S
|
1406
|
+
# Rule NZ 1990 max - Mar lastSun 3:00 0 S
|
1407
|
+
# ...
|
1408
|
+
# Zone NZ 12:00 NZ NZ%sT # New Zealand
|
1409
|
+
# Zone NZ-CHAT 12:45 - NZ-CHAT # Chatham Island
|
1410
|
+
|
1411
|
+
# From Arthur David Olson (1992-03-08):
|
1412
|
+
# The chosen rules use the Davies October 8 values for the start of DST in 1989
|
1413
|
+
# rather than the October 1 value.
|
1414
|
+
|
1415
|
+
# From Paul Eggert (1995-12-19);
|
1416
|
+
# Shank & Pottenger report 2:00 for all autumn changes in Australia and NZ.
|
1417
|
+
# Robert Uzgalis writes that the New Zealand Daylight
|
1418
|
+
# Savings Time Order in Council dated 1990-06-18 specifies 2:00 standard
|
1419
|
+
# time on both the first Sunday in October and the third Sunday in March.
|
1420
|
+
# As with Australia, we'll assume the tradition is 2:00s, not 2:00.
|
1421
|
+
#
|
1422
|
+
# From Paul Eggert (2006-03-22):
|
1423
|
+
# The Department of Internal Affairs (DIA) maintains a brief history,
|
1424
|
+
# as does Carol Squires; see tz-link.htm for the full references.
|
1425
|
+
# Use these sources in preference to Shanks & Pottenger.
|
1426
|
+
#
|
1427
|
+
# For Chatham, IATA SSIM (1991/1999) gives the NZ rules but with
|
1428
|
+
# transitions at 2:45 local standard time; this confirms that Chatham
|
1429
|
+
# is always exactly 45 minutes ahead of Auckland.
|
1430
|
+
|
1431
|
+
# From Colin Sharples (2007-04-30):
|
1432
|
+
# DST will now start on the last Sunday in September, and end on the
|
1433
|
+
# first Sunday in April. The changes take effect this year, meaning
|
1434
|
+
# that DST will begin on 2007-09-30 2008-04-06.
|
1435
|
+
# http://www.dia.govt.nz/diawebsite.nsf/wpg_URL/Services-Daylight-Saving-Daylight-saving-to-be-extended
|
1436
|
+
|
1437
|
+
###############################################################################
|
1438
|
+
|
1439
|
+
|
1440
|
+
# Fiji
|
1441
|
+
|
1442
|
+
# Howse writes (p 153) that in 1879 the British governor of Fiji
|
1443
|
+
# enacted an ordinance standardizing the islands on Antipodean Time
|
1444
|
+
# instead of the American system (which was one day behind).
|
1445
|
+
|
1446
|
+
# From Rives McDow (1998-10-08):
|
1447
|
+
# Fiji will introduce DST effective 0200 local time, 1998-11-01
|
1448
|
+
# until 0300 local time 1999-02-28. Each year the DST period will
|
1449
|
+
# be from the first Sunday in November until the last Sunday in February.
|
1450
|
+
|
1451
|
+
# From Paul Eggert (2000-01-08):
|
1452
|
+
# IATA SSIM (1999-09) says DST ends 0100 local time. Go with McDow.
|
1453
|
+
|
1454
|
+
# From the BBC World Service (1998-10-31 11:32 UTC):
|
1455
|
+
# The Fijiian government says the main reasons for the time change is to
|
1456
|
+
# improve productivity and reduce road accidents. But correspondents say it
|
1457
|
+
# also hopes the move will boost Fiji's ability to compete with other pacific
|
1458
|
+
# islands in the effort to attract tourists to witness the dawning of the new
|
1459
|
+
# millenium.
|
1460
|
+
|
1461
|
+
# http://www.fiji.gov.fj/press/2000_09/2000_09_13-05.shtml (2000-09-13)
|
1462
|
+
# reports that Fiji has discontinued DST.
|
1463
|
+
|
1464
|
+
# Johnston
|
1465
|
+
|
1466
|
+
# Johnston data is from usno1995.
|
1467
|
+
|
1468
|
+
|
1469
|
+
# Kiribati
|
1470
|
+
|
1471
|
+
# From Paul Eggert (1996-01-22):
|
1472
|
+
# Today's _Wall Street Journal_ (page 1) reports that Kiribati
|
1473
|
+
# ``declared it the same day [throughout] the country as of Jan. 1, 1995''
|
1474
|
+
# as part of the competition to be first into the 21st century.
|
1475
|
+
|
1476
|
+
|
1477
|
+
# Kwajalein
|
1478
|
+
|
1479
|
+
# In comp.risks 14.87 (26 August 1993), Peter Neumann writes:
|
1480
|
+
# I wonder what happened in Kwajalein, where there was NO Friday,
|
1481
|
+
# 1993-08-20. Thursday night at midnight Kwajalein switched sides with
|
1482
|
+
# respect to the International Date Line, to rejoin its fellow islands,
|
1483
|
+
# going from 11:59 p.m. Thursday to 12:00 m. Saturday in a blink.
|
1484
|
+
|
1485
|
+
|
1486
|
+
# N Mariana Is, Guam
|
1487
|
+
|
1488
|
+
# Howse writes (p 153) ``The Spaniards, on the other hand, reached the
|
1489
|
+
# Philippines and the Ladrones from America,'' and implies that the Ladrones
|
1490
|
+
# (now called the Marianas) kept American date for quite some time.
|
1491
|
+
# For now, we assume the Ladrones switched at the same time as the Philippines;
|
1492
|
+
# see Asia/Manila.
|
1493
|
+
|
1494
|
+
# US Public Law 106-564 (2000-12-23) made UTC+10 the official standard time,
|
1495
|
+
# under the name "Chamorro Standard Time". There is no official abbreviation,
|
1496
|
+
# but Congressman Robert A. Underwood, author of the bill that became law,
|
1497
|
+
# wrote in a press release (2000-12-27) that he will seek the use of "ChST".
|
1498
|
+
|
1499
|
+
|
1500
|
+
# Micronesia
|
1501
|
+
|
1502
|
+
# Alan Eugene Davis writes (1996-03-16),
|
1503
|
+
# ``I am certain, having lived there for the past decade, that "Truk"
|
1504
|
+
# (now properly known as Chuuk) ... is in the time zone GMT+10.''
|
1505
|
+
#
|
1506
|
+
# Shanks & Pottenger write that Truk switched from UTC+10 to UTC+11
|
1507
|
+
# on 1978-10-01; ignore this for now.
|
1508
|
+
|
1509
|
+
# From Paul Eggert (1999-10-29):
|
1510
|
+
# The Federated States of Micronesia Visitors Board writes in
|
1511
|
+
# <a href="http://www.fsmgov.org/info/clocks.html">
|
1512
|
+
# The Federated States of Micronesia - Visitor Information
|
1513
|
+
# </a> (1999-01-26)
|
1514
|
+
# that Truk and Yap are UTC+10, and Ponape and Kosrae are UTC+11.
|
1515
|
+
# We don't know when Kosrae switched from UTC+12; assume January 1 for now.
|
1516
|
+
|
1517
|
+
|
1518
|
+
# Midway
|
1519
|
+
|
1520
|
+
# From Charles T O'Connor, KMTH DJ (1956),
|
1521
|
+
# quoted in the KTMH section of the Radio Heritage Collection
|
1522
|
+
# <http://radiodx.com/spdxr/KMTH.htm> (2002-12-31):
|
1523
|
+
# For the past two months we've been on what is known as Daylight
|
1524
|
+
# Saving Time. This time has put us on air at 5am in the morning,
|
1525
|
+
# your time down there in New Zealand. Starting September 2, 1956
|
1526
|
+
# we'll again go back to Standard Time. This'll mean that we'll go to
|
1527
|
+
# air at 6am your time.
|
1528
|
+
#
|
1529
|
+
# From Paul Eggert (2003-03-23):
|
1530
|
+
# We don't know the date of that quote, but we'll guess they
|
1531
|
+
# started DST on June 3. Possibly DST was observed other years
|
1532
|
+
# in Midway, but we have no record of it.
|
1533
|
+
|
1534
|
+
|
1535
|
+
# Pitcairn
|
1536
|
+
|
1537
|
+
# From Rives McDow (1999-11-08):
|
1538
|
+
# A Proclamation was signed by the Governor of Pitcairn on the 27th March 1998
|
1539
|
+
# with regard to Pitcairn Standard Time. The Proclamation is as follows.
|
1540
|
+
#
|
1541
|
+
# The local time for general purposes in the Islands shall be
|
1542
|
+
# Co-ordinated Universal time minus 8 hours and shall be known
|
1543
|
+
# as Pitcairn Standard Time.
|
1544
|
+
#
|
1545
|
+
# ... I have also seen Pitcairn listed as UTC minus 9 hours in several
|
1546
|
+
# references, and can only assume that this was an error in interpretation
|
1547
|
+
# somehow in light of this proclamation.
|
1548
|
+
|
1549
|
+
# From Rives McDow (1999-11-09):
|
1550
|
+
# The Proclamation regarding Pitcairn time came into effect on 27 April 1998
|
1551
|
+
# ... at midnight.
|
1552
|
+
|
1553
|
+
# From Howie Phelps (1999-11-10), who talked to a Pitcairner via shortwave:
|
1554
|
+
# Betty Christian told me yesterday that their local time is the same as
|
1555
|
+
# Pacific Standard Time. They used to be 1/2 hour different from us here in
|
1556
|
+
# Sacramento but it was changed a couple of years ago.
|
1557
|
+
|
1558
|
+
|
1559
|
+
# Samoa
|
1560
|
+
|
1561
|
+
# Howse writes (p 153, citing p 10 of the 1883-11-18 New York Herald)
|
1562
|
+
# that in 1879 the King of Samoa decided to change
|
1563
|
+
# ``the date in his kingdom from the Antipodean to the American system,
|
1564
|
+
# ordaining -- by a masterpiece of diplomatic flattery -- that
|
1565
|
+
# the Fourth of July should be celebrated twice in that year.''
|
1566
|
+
|
1567
|
+
|
1568
|
+
# Tonga
|
1569
|
+
|
1570
|
+
# From Paul Eggert (1996-01-22):
|
1571
|
+
# Today's _Wall Street Journal_ (p 1) reports that ``Tonga has been plotting
|
1572
|
+
# to sneak ahead of [New Zealanders] by introducing daylight-saving time.''
|
1573
|
+
# Since Kiribati has moved the Date Line it's not clear what Tonga will do.
|
1574
|
+
|
1575
|
+
# Don Mundell writes in the 1997-02-20 Tonga Chronicle
|
1576
|
+
# <a href="http://www.tongatapu.net.to/tonga/homeland/timebegins.htm">
|
1577
|
+
# How Tonga became `The Land where Time Begins'
|
1578
|
+
# </a>:
|
1579
|
+
|
1580
|
+
# Until 1941 Tonga maintained a standard time 50 minutes ahead of NZST
|
1581
|
+
# 12 hours and 20 minutes ahead of GMT. When New Zealand adjusted its
|
1582
|
+
# standard time in 1940s, Tonga had the choice of subtracting from its
|
1583
|
+
# local time to come on the same standard time as New Zealand or of
|
1584
|
+
# advancing its time to maintain the differential of 13 degrees
|
1585
|
+
# (approximately 50 minutes ahead of New Zealand time).
|
1586
|
+
#
|
1587
|
+
# Because His Majesty King Taufa'ahau Tupou IV, then Crown Prince
|
1588
|
+
# Tungi, preferred to ensure Tonga's title as the land where time
|
1589
|
+
# begins, the Legislative Assembly approved the latter change.
|
1590
|
+
#
|
1591
|
+
# But some of the older, more conservative members from the outer
|
1592
|
+
# islands objected. "If at midnight on Dec. 31, we move ahead 40
|
1593
|
+
# minutes, as your Royal Highness wishes, what becomes of the 40
|
1594
|
+
# minutes we have lost?"
|
1595
|
+
#
|
1596
|
+
# The Crown Prince, presented an unanswerable argument: "Remember that
|
1597
|
+
# on the World Day of Prayer, you would be the first people on Earth
|
1598
|
+
# to say your prayers in the morning."
|
1599
|
+
|
1600
|
+
# From Paul Eggert (2006-03-22):
|
1601
|
+
# Shanks & Pottenger say the transition was on 1968-10-01; go with Mundell.
|
1602
|
+
|
1603
|
+
# From Eric Ulevik (1999-05-03):
|
1604
|
+
# Tonga's director of tourism, who is also secretary of the National Millenium
|
1605
|
+
# Committee, has a plan to get Tonga back in front.
|
1606
|
+
# He has proposed a one-off move to tropical daylight saving for Tonga from
|
1607
|
+
# October to March, which has won approval in principle from the Tongan
|
1608
|
+
# Government.
|
1609
|
+
|
1610
|
+
# From Steffen Thorsen (1999-09-09):
|
1611
|
+
# * Tonga will introduce DST in November
|
1612
|
+
#
|
1613
|
+
# I was given this link by John Letts:
|
1614
|
+
# <a href="http://news.bbc.co.uk/hi/english/world/asia-pacific/newsid_424000/424764.stm">
|
1615
|
+
# http://news.bbc.co.uk/hi/english/world/asia-pacific/newsid_424000/424764.stm
|
1616
|
+
# </a>
|
1617
|
+
#
|
1618
|
+
# I have not been able to find exact dates for the transition in November
|
1619
|
+
# yet. By reading this article it seems like Fiji will be 14 hours ahead
|
1620
|
+
# of UTC as well, but as far as I know Fiji will only be 13 hours ahead
|
1621
|
+
# (12 + 1 hour DST).
|
1622
|
+
|
1623
|
+
# From Arthur David Olson (1999-09-20):
|
1624
|
+
# According to <a href="http://www.tongaonline.com/news/sept1799.html">
|
1625
|
+
# http://www.tongaonline.com/news/sept1799.html
|
1626
|
+
# </a>:
|
1627
|
+
# "Daylight Savings Time will take effect on Oct. 2 through April 15, 2000
|
1628
|
+
# and annually thereafter from the first Saturday in October through the
|
1629
|
+
# third Saturday of April. Under the system approved by Privy Council on
|
1630
|
+
# Sept. 10, clocks must be turned ahead one hour on the opening day and
|
1631
|
+
# set back an hour on the closing date."
|
1632
|
+
# Alas, no indication of the time of day.
|
1633
|
+
|
1634
|
+
# From Rives McDow (1999-10-06):
|
1635
|
+
# Tonga started its Daylight Saving on Saturday morning October 2nd at 0200am.
|
1636
|
+
# Daylight Saving ends on April 16 at 0300am which is Sunday morning.
|
1637
|
+
|
1638
|
+
# From Steffen Thorsen (2000-10-31):
|
1639
|
+
# Back in March I found a notice on the website http://www.tongaonline.com
|
1640
|
+
# that Tonga changed back to standard time one month early, on March 19
|
1641
|
+
# instead of the original reported date April 16. Unfortunately, the article
|
1642
|
+
# is no longer available on the site, and I did not make a copy of the
|
1643
|
+
# text, and I have forgotten to report it here.
|
1644
|
+
# (Original URL was: http://www.tongaonline.com/news/march162000.htm )
|
1645
|
+
|
1646
|
+
# From Rives McDow (2000-12-01):
|
1647
|
+
# Tonga is observing DST as of 2000-11-04 and will stop on 2001-01-27.
|
1648
|
+
|
1649
|
+
# From Sione Moala-Mafi (2001-09-20) via Rives McDow:
|
1650
|
+
# At 2:00am on the first Sunday of November, the standard time in the Kingdom
|
1651
|
+
# shall be moved forward by one hour to 3:00am. At 2:00am on the last Sunday
|
1652
|
+
# of January the standard time in the Kingdom shall be moved backward by one
|
1653
|
+
# hour to 1:00am.
|
1654
|
+
|
1655
|
+
# From Pulu 'Anau (2002-11-05):
|
1656
|
+
# The law was for 3 years, supposedly to get renewed. It wasn't.
|
1657
|
+
|
1658
|
+
|
1659
|
+
# Wake
|
1660
|
+
|
1661
|
+
# From Vernice Anderson, Personal Secretary to Philip Jessup,
|
1662
|
+
# US Ambassador At Large (oral history interview, 1971-02-02):
|
1663
|
+
#
|
1664
|
+
# Saturday, the 14th [of October, 1950] -- ... The time was all the
|
1665
|
+
# more confusing at that point, because we had crossed the
|
1666
|
+
# International Date Line, thus getting two Sundays. Furthermore, we
|
1667
|
+
# discovered that Wake Island had two hours of daylight saving time
|
1668
|
+
# making calculation of time in Washington difficult if not almost
|
1669
|
+
# impossible.
|
1670
|
+
#
|
1671
|
+
# http://www.trumanlibrary.org/wake/meeting.htm
|
1672
|
+
|
1673
|
+
# From Paul Eggert (2003-03-23):
|
1674
|
+
# We have no other report of DST in Wake Island, so omit this info for now.
|
1675
|
+
|
1676
|
+
###############################################################################
|
1677
|
+
|
1678
|
+
# The International Date Line
|
1679
|
+
|
1680
|
+
# From Gwillim Law (2000-01-03):
|
1681
|
+
#
|
1682
|
+
# The International Date Line is not defined by any international standard,
|
1683
|
+
# convention, or treaty. Mapmakers are free to draw it as they please.
|
1684
|
+
# Reputable mapmakers will simply ensure that every point of land appears on
|
1685
|
+
# the correct side of the IDL, according to the date legally observed there.
|
1686
|
+
#
|
1687
|
+
# When Kiribati adopted a uniform date in 1995, thereby moving the Phoenix and
|
1688
|
+
# Line Islands to the west side of the IDL (or, if you prefer, moving the IDL
|
1689
|
+
# to the east side of the Phoenix and Line Islands), I suppose that most
|
1690
|
+
# mapmakers redrew the IDL following the boundary of Kiribati. Even that line
|
1691
|
+
# has a rather arbitrary nature. The straight-line boundaries between Pacific
|
1692
|
+
# island nations that are shown on many maps are based on an international
|
1693
|
+
# convention, but are not legally binding national borders.... The date is
|
1694
|
+
# governed by the IDL; therefore, even on the high seas, there may be some
|
1695
|
+
# places as late as fourteen hours later than UTC. And, since the IDL is not
|
1696
|
+
# an international standard, there are some places on the high seas where the
|
1697
|
+
# correct date is ambiguous.
|
1698
|
+
|
1699
|
+
# From Wikipedia <http://en.wikipedia.org/wiki/Time_zone> (2005-08-31):
|
1700
|
+
# Before 1920, all ships kept local apparent time on the high seas by setting
|
1701
|
+
# their clocks at night or at the morning sight so that, given the ship's
|
1702
|
+
# speed and direction, it would be 12 o'clock when the Sun crossed the ship's
|
1703
|
+
# meridian (12 o'clock = local apparent noon). During 1917, at the
|
1704
|
+
# Anglo-French Conference on Time-keeping at Sea, it was recommended that all
|
1705
|
+
# ships, both military and civilian, should adopt hourly standard time zones
|
1706
|
+
# on the high seas. Whenever a ship was within the territorial waters of any
|
1707
|
+
# nation it would use that nation's standard time. The captain was permitted
|
1708
|
+
# to change his ship's clocks at a time of his choice following his ship's
|
1709
|
+
# entry into another zone time--he often chose midnight. These zones were
|
1710
|
+
# adopted by all major fleets between 1920 and 1925 but not by many
|
1711
|
+
# independent merchant ships until World War II.
|
1712
|
+
|
1713
|
+
# From Paul Eggert, using references suggested by Oscar van Vlijmen
|
1714
|
+
# (2005-03-20):
|
1715
|
+
#
|
1716
|
+
# The American Practical Navigator (2002)
|
1717
|
+
# <http://pollux.nss.nima.mil/pubs/pubs_j_apn_sections.html?rid=187>
|
1718
|
+
# talks only about the 180-degree meridian with respect to ships in
|
1719
|
+
# international waters; it ignores the international date line.
|