Skip to content

Commit 1039d67

Browse files
committed
Merge branch 'master' into formcontrols
2 parents c1d2ead + ec062c1 commit 1039d67

File tree

533 files changed

+86227
-17510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

533 files changed

+86227
-17510
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
build/dist
2+
build/size
3+
build/build/.sizecache.json
24
docs
35
.project
46
*~
57
*.diff
68
*.patch
79
.DS_Store
10+
.settings

AUTHORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Bohdan Ganicky
1717
Scott González
1818
Marc Grabanski (m@marcgrabanski.com)
1919
Klaus Hartl (stilbuero.de)
20+
Hans Hillen (TPG, funded through AEGIS: http://www.aegis-project.eu/)
2021
Scott Jehl
2122
Cody Lindley
2223
Eduardo Lundgren (eduardolundgren@gmail.com)

MIT-LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011 Paul Bakaus, http://jqueryui.com/
1+
Copyright (c) 2012 Paul Bakaus, http://jqueryui.com/
22

33
This software consists of voluntary contributions made by many
44
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get s
88
If you are interested in helping developing jQuery UI, you are in the right place.
99
To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui).
1010

11+
For contributors
12+
---
13+
If you want to help and provide a patch for a bugfix or new feature, please take
14+
a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved),
15+
in particular check out the [Coding standards](http://wiki.jqueryui.com/w/page/12137737/Coding-standards)
16+
and [Commit Message Style Guide](http://wiki.jqueryui.com/w/page/25941597/Commit-Message-Style-Guide).
17+
18+
In general, fork the project, create a branch for a specific change and send a
19+
pull request for that branch. Don't mix unrelated changes. You can use the commit
20+
message as the description for the pull request.
21+
22+
1123
For committers
1224
---
1325
When looking at pull requests, first check for [proper commit messages](http://wiki.jqueryui.com/w/page/12137724/Bug-Fixing-Guide).

build/build.xml

+139-165
Large diffs are not rendered by default.
-3.97 MB
Binary file not shown.

build/build/lib/jslint.js

+5,504
Large diffs are not rendered by default.

build/build/lib/parse-js.js

+1,315
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)