diff --git a/install.sh b/install.sh index f433a6e91e..7d179ec8b3 100755 --- a/install.sh +++ b/install.sh @@ -353,7 +353,6 @@ SUNSTONE_DIRS="$SUNSTONE_LOCATION/routes \ $SUNSTONE_LOCATION/public/vendor/4.0/nouislider \ $SUNSTONE_LOCATION/public/vendor/4.0/jdpicker_1.1 \ $SUNSTONE_LOCATION/public/vendor/4.0/jdpicker_1.1/images \ - $SUNSTONE_LOCATION/public/vendor/4.0/datetimepicker \ $SUNSTONE_LOCATION/public/images \ $SUNSTONE_LOCATION/views" @@ -570,7 +569,6 @@ INSTALL_SUNSTONE_FILES=( SUNSTONE_PUBLIC_NEW_VENDOR_JDPICKER:$SUNSTONE_LOCATION/public/vendor/4.0/jdpicker_1.1 SUNSTONE_PUBLIC_NEW_VENDOR_JDPICKER_IMAGES:$SUNSTONE_LOCATION/public/vendor/4.0/jdpicker_1.1/images SUNSTONE_PUBLIC_NEW_VENDOR_TIMEPICKER:$SUNSTONE_LOCATION/public/vendor/4.0/ - SUNSTONE_PUBLIC_NEW_VENDOR_DATETIMEPICKER:$SUNSTONE_LOCATION/public/vendor/4.0/datetimepicker SUNSTONE_PUBLIC_IMAGES_FILES:$SUNSTONE_LOCATION/public/images SUNSTONE_PUBLIC_LOCALE_CA:$SUNSTONE_LOCATION/public/locale/ca SUNSTONE_PUBLIC_LOCALE_CS_CZ:$SUNSTONE_LOCATION/public/locale/cs_CZ @@ -1683,16 +1681,6 @@ SUNSTONE_PUBLIC_NEW_VENDOR_JDPICKER_IMAGES="\ SUNSTONE_PUBLIC_NEW_VENDOR_TIMEPICKER="src/sunstone/public/vendor/4.0/jquery.timePicker.min.js" -SUNSTONE_PUBLIC_NEW_VENDOR_DATETIMEPICKER="\ - src/sunstone/public/vendor/4.0/datetimepicker/LICENSE.txt \ - src/sunstone/public/vendor/4.0/datetimepicker/README.md \ - src/sunstone/public/vendor/4.0/datetimepicker/design/dtpicker_mock.png \ - src/sunstone/public/vendor/4.0/datetimepicker/design/dtpicker_mock.svg \ - src/sunstone/public/vendor/4.0/datetimepicker/jquery.simple-dtpicker.css \ - src/sunstone/public/vendor/4.0/datetimepicker/jquery.simple-dtpicker.html \ - src/sunstone/public/vendor/4.0/datetimepicker/jquery.simple-dtpicker.js \ - src/sunstone/public/vendor/4.0/datetimepicker/simple-dtpicker.jquery.json" - SUNSTONE_PUBLIC_IMAGES_FILES="src/sunstone/public/images/ajax-loader.gif \ src/sunstone/public/images/favicon.ico \ src/sunstone/public/images/login_over.png \ diff --git a/src/sunstone/public/vendor/4.0/datetimepicker/CHANGES b/src/sunstone/public/vendor/4.0/datetimepicker/CHANGES deleted file mode 100644 index ba9a39f552..0000000000 --- a/src/sunstone/public/vendor/4.0/datetimepicker/CHANGES +++ /dev/null @@ -1,17 +0,0 @@ -Version history for query-simple-datetimepicker -https://github.com/mugifly/jquery-simple-datetimepicker/ - -1.1.1 2013-03-12 - - [Fixed] Fixed width of timelist for bug in ie9 (Thanks to: jjsgro). - -1.1.0 2013-03-02 - - [Implement] Option to disable the animation. - - [Improve] Animation and parts. - - [Fixed] Support dateFormat and fix bug (Thanks to: LeandroSe). - - [Fixed] Support Firefox in current date (Thanks: LeandroSe). - - [Improve] Show the month name instead of number in header (Thanks to: dsims). - - [Fixed] appendDtpicker is not overriding the default date with the input's value (Thanks: dsims). - - [Fixed] default month (Thanks: dsims). - -1.0.0 2012-11-02 - - Initial release. diff --git a/src/sunstone/public/vendor/4.0/datetimepicker/LICENSE.txt b/src/sunstone/public/vendor/4.0/datetimepicker/LICENSE.txt deleted file mode 100644 index fbf0f4fac4..0000000000 --- a/src/sunstone/public/vendor/4.0/datetimepicker/LICENSE.txt +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (c) 2013 Masanori Ohgita (http://ohgita.info/). - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/src/sunstone/public/vendor/4.0/datetimepicker/README.md b/src/sunstone/public/vendor/4.0/datetimepicker/README.md deleted file mode 100644 index ee04b42b38..0000000000 --- a/src/sunstone/public/vendor/4.0/datetimepicker/README.md +++ /dev/null @@ -1,30 +0,0 @@ -jquery-simple-datetimepicker (jquery.simple-dtpicker.js) -======== - -Date and time picker, simply. (jquery plugin) - - - -Details and samples: http://mugifly.github.com/jquery-simple-datetimepicker - -Your feedback is highly appreciated. -you can send requests and bug reports as [Issues on GitHub](https://github.com/mugifly/jquery-simple-datetimepicker/issues). - -## Requirements - -* jQuery 1.7.2 or later - -## Contributors -Thank you to: - -* [LeandroSe](https://github.com/LeandroSe/) -* [dsims](https://github.com/dsims/) -* [jjsgro](https://github.com/jjsgro) - -## License and author - -Copyright (c) 2013 Masanori Ohgita (http://ohgita.info/). - -This program is free software distributed under the terms of the MIT license. -See LICENSE.txt for details. - diff --git a/src/sunstone/public/vendor/4.0/datetimepicker/design/dtpicker_mock.png b/src/sunstone/public/vendor/4.0/datetimepicker/design/dtpicker_mock.png deleted file mode 100644 index 8a47e1d48f..0000000000 Binary files a/src/sunstone/public/vendor/4.0/datetimepicker/design/dtpicker_mock.png and /dev/null differ diff --git a/src/sunstone/public/vendor/4.0/datetimepicker/design/dtpicker_mock.svg b/src/sunstone/public/vendor/4.0/datetimepicker/design/dtpicker_mock.svg deleted file mode 100644 index 0ea5ea6b21..0000000000 --- a/src/sunstone/public/vendor/4.0/datetimepicker/design/dtpicker_mock.svg +++ /dev/null @@ -1,930 +0,0 @@ - - - - diff --git a/src/sunstone/public/vendor/4.0/datetimepicker/jquery.simple-dtpicker.css b/src/sunstone/public/vendor/4.0/datetimepicker/jquery.simple-dtpicker.css deleted file mode 100644 index 906df4289d..0000000000 --- a/src/sunstone/public/vendor/4.0/datetimepicker/jquery.simple-dtpicker.css +++ /dev/null @@ -1,269 +0,0 @@ -/** - * Style-sheet for dtpicker - * https://github.com/mugifly/jquery-simple-datetimepicker - */ - -.datepicker { - display: inline-block; - - border: 2px solid #c8c8c8; - - border-radius: 5px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - box-shadow: 0.5px 0.5px 3px #c8c8c8; - -webkit-box-shadow: 0.5px 0.5px 3px #c8c8c8; - -moz-box-shadow: 0.5px 0.5px 3px #c8c8c8; -} - -/* - * datepicker_header -*/ - -.datepicker > .datepicker_header{ - padding-top: 2px; - padding-bottom: 2px; - padding-left: 5px; - padding-right: 5px; - background-color: #d2d2d2; - color: #3f3f3f; - text-align: center; - font-size: 9pt; - font-weight: bold; -} - -.datepicker > .datepicker_header > a{ - user-select: none; - -webkit-user-select: none; - -moz-user-select: none; - cursor: pointer; - color: #559abd; -} - -.datepicker > .datepicker_header > a:hover { - color: #000000; - background-color: #c8c8c8; -} - -.datepicker > .datepicker_header > a:active { - color: #ffffff; - background-color: #808080; -} - -.datepicker > .datepicker_header > span { - margin-left: 20px; - margin-right: 20px; - user-select: none; - -webkit-user-select: none; - -moz-user-select: none; -} - -/* - * datepicker_inner_container -*/ - -.datepicker > .datepicker_inner_container { - margin: -2px -2px -2px -2px; - background-color: #d2d2d2; - border: 2px solid #c8c8c8; - border-radius: 5px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - - box-shadow: 0.5px 0px 5px #c8c8c8; - -webkit-box-shadow: 0.5px 0px 5px #c8c8c8; - -moz-box-shadow: 0.5px 0px 5px #c8c8c8; -} - -.datepicker > .datepicker_inner_container:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} - -/* - * datepicker_inner_container > datepicker_calendar -*/ - -.datepicker > .datepicker_inner_container > .datepicker_calendar { - float: left; - width: auto; - - margin-top: -0.5px; - margin-left: -1px; - margin-bottom: -2px; - - background-color: #ffffff; - border: 1px solid #c8c8c8; - - border-top:none; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; -} - -.datepicker > .datepicker_inner_container > .datepicker_calendar > table { - padding: 10px; -} - -/* - * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > th (WDay-cell) -*/ - -.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > th { - color: #646464; - width: 18px; - font-size: small; - font-weight: normal; - text-align:center; -} - -/* - * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > td (Day-cell) -*/ - -.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td { - color: #000000; - font-size: small; - text-align:center; - - user-select: none; - -webkit-user-select: none; - -moz-user-select: none; - cursor: pointer; -} - -.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.today { - border-bottom: #bfbfbf solid 2px; - margin-bottom: -2px; -} - -.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sat { - color: #0044aa; -} - -.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sun { - color: #e13b00; -} - -.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_another_month { - color: #cccccc; -} - -.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.active { - color: #ffffff; - background-color: #808080; -} - -.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.hover { - color: #000000; - background-color: #c8c8c8; -} - -/* - * datepicker_inner_container > datepicker_timelist -*/ - -.datepicker > .datepicker_inner_container > .datepicker_timelist { - float: left; - width: 4.2em; - height: 118px; - - margin-top: -0.5px; - padding: 5px; - padding-left: 0px; - padding-right: 0px; - - overflow: auto; - overflow-x: hidden; - - background-color: #ffffff; - - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; -} - -/* -.datepicker > .datepicker_inner_container > .datepicker_timelist::after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} -*/ - -.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar { - overflow: hidden; - width: 6px; - background: #fafafa; - - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; -} - -.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar:horizontal { - height: 1px; -} - -.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-button { - display: none; -} - -.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece { - background: #eee; -} - -.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece:start { - background: #eee; -} - -.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-thumb { - background: #aaaaaa; - border-radius: 3px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; -} - -.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-corner { - background: #333; -} - -.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item { - padding-top: 1px; - padding-bottom:1px; - padding-left: 7px; - padding-right: 25px; - margin-top: 5px; - margin-bottom: 2px; - font-size: small; - - user-select: none; - -webkit-user-select: none; - -moz-user-select: none; - cursor: pointer; -} - -.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active { - color: #ffffff; - background-color: #808080; -} - -.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover { - color: #000000; - background-color: #c8c8c8; -} - diff --git a/src/sunstone/public/vendor/4.0/datetimepicker/jquery.simple-dtpicker.html b/src/sunstone/public/vendor/4.0/datetimepicker/jquery.simple-dtpicker.html deleted file mode 100644 index 9d7d7df908..0000000000 --- a/src/sunstone/public/vendor/4.0/datetimepicker/jquery.simple-dtpicker.html +++ /dev/null @@ -1,101 +0,0 @@ - - -
- -