[Pkg-javascript-commits] [list.js] branch master updated (8a324b6 -> 5fd310a)
Alexandre Viau
aviau at moszumanska.debian.org
Thu May 19 17:01:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
aviau pushed a change to branch master
in repository list.js.
from 8a324b6 Corrected version
new 9847d25 Imported Upstream version 1.2.0~dfsg1
new 3267e37 Merge tag 'upstream/1.2.0_dfsg1'
new f19ac5b exclude require.js
new 5599ccf Imported Upstream version 1.2.0~dfsg2
new f0ad9ff Merge tag 'upstream/1.2.0_dfsg2'
new 5fd310a 1.2.0~dfsg2-1 changelog, Vcs-Browser and Vcs-Git update, bump standards
The 6 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:
.jshintignore | 1 +
Gruntfile.js | 133 ++-
History.md | 124 ++-
LICENSE | 21 +
README.md | 28 +-
bower.json | 3 +-
component.json | 44 -
debian/changelog | 7 +
debian/control | 6 +-
debian/copyright | 1 +
dist/list.js | 2072 +++++++++++++++++++-----------------------
index.js | 438 +++++----
package.json | 31 +-
src/add-async.js | 29 +-
src/filter.js | 46 +-
src/item.js | 108 +--
src/parse.js | 78 +-
src/search.js | 210 +++--
src/sort.js | 169 ++--
src/templater.js | 227 +++--
src/utils/classes.js | 185 ++++
src/utils/events.js | 38 +
src/utils/extend.js | 18 +
src/utils/get-attribute.js | 26 +
src/utils/get-by-class.js | 56 ++
src/utils/index-of.js | 9 +
src/utils/natural-sort.js | 48 +
src/utils/to-array.js | 33 +
src/utils/to-string.js | 6 +
test/fixtures.js | 98 +-
test/index.html | 84 +-
test/test.add-get-remove.js | 188 ++--
test/test.buttons.js | 330 +++----
test/test.create.js | 230 +++--
test/test.defaults.js | 109 ++-
test/test.filter.js | 176 ++--
test/test.item.js | 252 +++---
test/test.off.js | 62 +-
test/test.on.js | 212 ++---
test/test.parse.js | 155 +++-
test/test.re-index.js | 34 +
test/test.search-filter.js | 114 +--
test/test.search.js | 228 +++--
test/test.show.js | 386 ++++----
test/test.sort.js | 608 ++++++-------
test/test.trigger.js | 28 +-
test/usage/amd.html | 34 +
test/usage/boba.jpeg | Bin 0 -> 3271 bytes
test/usage/classic.html | 53 ++
test/usage/darth.jpeg | Bin 0 -> 2109 bytes
test/usage/leia.jpeg | Bin 0 -> 1707 bytes
test/usage/luke.jpeg | Bin 0 -> 2009 bytes
test/usage/main.js | 6 +
test/usage/require.js | 2083 +++++++++++++++++++++++++++++++++++++++++++
test/usage/rey.jpeg | Bin 0 -> 2281 bytes
test/usage/style.css | 87 ++
56 files changed, 6323 insertions(+), 3429 deletions(-)
create mode 100644 .jshintignore
create mode 100644 LICENSE
delete mode 100644 component.json
create mode 100644 src/utils/classes.js
create mode 100644 src/utils/events.js
create mode 100644 src/utils/extend.js
create mode 100644 src/utils/get-attribute.js
create mode 100644 src/utils/get-by-class.js
create mode 100644 src/utils/index-of.js
create mode 100644 src/utils/natural-sort.js
create mode 100644 src/utils/to-array.js
create mode 100644 src/utils/to-string.js
create mode 100644 test/test.re-index.js
create mode 100644 test/usage/amd.html
create mode 100644 test/usage/boba.jpeg
create mode 100644 test/usage/classic.html
create mode 100644 test/usage/darth.jpeg
create mode 100644 test/usage/leia.jpeg
create mode 100644 test/usage/luke.jpeg
create mode 100644 test/usage/main.js
create mode 100644 test/usage/require.js
create mode 100644 test/usage/rey.jpeg
create mode 100644 test/usage/style.css
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/list.js.git
More information about the Pkg-javascript-commits
mailing list