[Pkg-javascript-commits] [eonasdan-bootstrap-datetimepicker] branch upstream updated (8375627 -> 251dbed)
Mathias Behrle
mbehrle at moszumanska.debian.org
Thu Sep 8 12:12:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
mbehrle pushed a change to branch upstream
in repository eonasdan-bootstrap-datetimepicker.
from 8375627 Imported Upstream version 4.17.37
new 251dbed New upstream version 4.17.42
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +-
.jscs.json | 2 +-
Gruntfile.js | 99 ++--
README.md | 11 +-
bower.json | 5 +-
build/css/bootstrap-datetimepicker-standalone.css | 7 +-
build/css/bootstrap-datetimepicker.css | 10 +-
build/css/bootstrap-datetimepicker.min.css | 2 +-
build/js/bootstrap-datetimepicker.min.js | 211 +++++++-
component.json | 4 +-
composer.json | 4 +-
docs/ChangeLog.md | 15 +
docs/Events.md | 3 +-
docs/Functions.md | 590 +---------------------
docs/Options.md | 534 ++++++++++++++++++--
docs/index.md | 54 +-
docs/theme/android-chrome-144x144.png | Bin 0 -> 40227 bytes
docs/theme/android-chrome-192x192.png | Bin 0 -> 68963 bytes
docs/theme/android-chrome-36x36.png | Bin 0 -> 3800 bytes
docs/theme/android-chrome-48x48.png | Bin 0 -> 5971 bytes
docs/theme/android-chrome-72x72.png | Bin 0 -> 11838 bytes
docs/theme/android-chrome-96x96.png | Bin 0 -> 19482 bytes
docs/theme/apple-touch-icon-114x114.png | Bin 0 -> 26475 bytes
docs/theme/apple-touch-icon-120x120.png | Bin 0 -> 29019 bytes
docs/theme/apple-touch-icon-144x144.png | Bin 0 -> 40227 bytes
docs/theme/apple-touch-icon-152x152.png | Bin 0 -> 44355 bytes
docs/theme/apple-touch-icon-180x180.png | Bin 0 -> 60935 bytes
docs/theme/apple-touch-icon-57x57.png | Bin 0 -> 7933 bytes
docs/theme/apple-touch-icon-60x60.png | Bin 0 -> 8684 bytes
docs/theme/apple-touch-icon-72x72.png | Bin 0 -> 11838 bytes
docs/theme/apple-touch-icon-76x76.png | Bin 0 -> 13014 bytes
docs/theme/apple-touch-icon-precomposed.png | Bin 0 -> 65745 bytes
docs/theme/apple-touch-icon.png | Bin 0 -> 60935 bytes
docs/theme/base.html | 74 +++
docs/theme/browserconfig.xml | 12 +
docs/theme/content.html | 9 +
docs/theme/css/base.css | 107 ++++
docs/theme/css/prettify-1.0.css | 28 +
docs/theme/favicon-16x16.png | Bin 0 -> 1433 bytes
docs/theme/favicon-32x32.png | Bin 0 -> 3187 bytes
docs/theme/favicon-96x96.png | Bin 0 -> 19482 bytes
docs/theme/favicon.ico | Bin 0 -> 12014 bytes
docs/theme/js/base.js | 52 ++
docs/theme/js/prettify-1.0.min.js | 28 +
docs/theme/manifest.json | 41 ++
docs/theme/mstile-144x144.png | Bin 0 -> 42796 bytes
docs/theme/mstile-150x150.png | Bin 0 -> 36570 bytes
docs/theme/mstile-310x150.png | Bin 0 -> 38916 bytes
docs/theme/mstile-310x310.png | Bin 0 -> 144673 bytes
docs/theme/mstile-70x70.png | Bin 0 -> 21052 bytes
docs/theme/nav.html | 76 +++
docs/theme/toc.html | 10 +
mkdocs.yml | 209 +++++++-
package.json | 84 +--
src/js/bootstrap-datetimepicker.js | 267 ++++++----
src/less/_bootstrap-datetimepicker.less | 2 +-
src/sass/_bootstrap-datetimepicker.scss | 5 +-
test/publicApiSpec.js | 474 ++++++++++++++++-
test/timezoneDataHelper.js | 11 +
59 files changed, 2169 insertions(+), 873 deletions(-)
create mode 100644 docs/theme/android-chrome-144x144.png
create mode 100644 docs/theme/android-chrome-192x192.png
create mode 100644 docs/theme/android-chrome-36x36.png
create mode 100644 docs/theme/android-chrome-48x48.png
create mode 100644 docs/theme/android-chrome-72x72.png
create mode 100644 docs/theme/android-chrome-96x96.png
create mode 100644 docs/theme/apple-touch-icon-114x114.png
create mode 100644 docs/theme/apple-touch-icon-120x120.png
create mode 100644 docs/theme/apple-touch-icon-144x144.png
create mode 100644 docs/theme/apple-touch-icon-152x152.png
create mode 100644 docs/theme/apple-touch-icon-180x180.png
create mode 100644 docs/theme/apple-touch-icon-57x57.png
create mode 100644 docs/theme/apple-touch-icon-60x60.png
create mode 100644 docs/theme/apple-touch-icon-72x72.png
create mode 100644 docs/theme/apple-touch-icon-76x76.png
create mode 100644 docs/theme/apple-touch-icon-precomposed.png
create mode 100644 docs/theme/apple-touch-icon.png
create mode 100644 docs/theme/base.html
create mode 100644 docs/theme/browserconfig.xml
create mode 100644 docs/theme/content.html
create mode 100644 docs/theme/css/base.css
create mode 100644 docs/theme/css/prettify-1.0.css
create mode 100644 docs/theme/favicon-16x16.png
create mode 100644 docs/theme/favicon-32x32.png
create mode 100644 docs/theme/favicon-96x96.png
create mode 100644 docs/theme/favicon.ico
create mode 100644 docs/theme/js/base.js
create mode 100644 docs/theme/js/prettify-1.0.min.js
create mode 100644 docs/theme/manifest.json
create mode 100644 docs/theme/mstile-144x144.png
create mode 100644 docs/theme/mstile-150x150.png
create mode 100644 docs/theme/mstile-310x150.png
create mode 100644 docs/theme/mstile-310x310.png
create mode 100644 docs/theme/mstile-70x70.png
create mode 100644 docs/theme/nav.html
create mode 100644 docs/theme/toc.html
create mode 100644 test/timezoneDataHelper.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/eonasdan-bootstrap-datetimepicker.git
More information about the Pkg-javascript-commits
mailing list