Skip to content

Commit b8d15a2

Browse files
committed
Merge branch 'master' into formcontrols
2 parents 3a3bebc + 0245b72 commit b8d15a2

File tree

639 files changed

+29461
-13894
lines changed

Some content is hidden

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

639 files changed

+29461
-13894
lines changed

MIT-LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 Paul Bakaus, http://jqueryui.com/
1+
Copyright (c) 2011 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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,20 @@ If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get s
77

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).
10+
11+
For committers
12+
---
13+
When looking at pull requests, first check for [proper commit messages](http://wiki.jqueryui.com/w/page/12137724/Bug-Fixing-Guide).
14+
15+
Unless everything is fine and you can merge directly via GitHub's interface, fetch the remote first:
16+
17+
git remote add [username] [his-fork.git] -f
18+
19+
If you want just one commit and edit the commit message:
20+
21+
git cherry-pick -e [sha-of-commit]
22+
23+
If it should go to the stable brach, cherry-pick it to stable:
24+
25+
git checkout 1-8-stable
26+
git cherry-pick -x [sha-of-commit]

build/build.xml

Lines changed: 175 additions & 97 deletions
Large diffs are not rendered by default.
-4.04 MB
Binary file not shown.
3.97 MB
Binary file not shown.

build/build/yuicompressor-2.4.2.jar

831 KB
Binary file not shown.

build/release/changelog-shell

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
2+
This file contains a shell for the changelog, followed by a list of every commit for this release.
3+
4+
Choose the appropriate line for the Summary section.
5+
6+
Move all commit notes to the appropriate section.
7+
- Each line should be in the following format:
8+
[Fixed|Added]: The ticket description. ([Ticket link], [Commit link])
9+
- If the commit is not related to a bug or feature, e.g., whitepsace cleanup, remove it.
10+
- If there is no ticket number, search Trac for the relevant ticket.
11+
- If there is no ticket, create one (if needed), or leave just the commit link.
12+
13+
Double check that "XXXX" does not appear anywhere in the changelog.
14+
15+
Post this changelog at: CHANGELOG_URL
16+
17+
18+
19+
DELETE EVERYTHING ABOVE THE FOLLOWING LINE
20+
------------------------------------------
21+
22+
= Summary =
23+
This is the final release of jQuery UI 1.8.
24+
-- OR --
25+
This is the second maintenance release for [[UI/Changelog/1.8|jQuery UI 1.8]].
26+
27+
= Build =
28+
29+
= Core & Utilities =
30+
31+
=== UI Core ===
32+
33+
=== Mouse ===
34+
35+
=== Widget Factory ===
36+
37+
=== Position ===
38+
39+
= Interactions =
40+
41+
=== Draggable ===
42+
43+
=== Droppable ===
44+
45+
=== Resizable ===
46+
47+
=== Selectable ===
48+
49+
=== Sortable ===
50+
51+
= Widgets =
52+
53+
=== Accordion ===
54+
55+
=== Autocomplete ===
56+
57+
=== Button ===
58+
59+
=== Datepicker ===
60+
61+
=== Dialog ===
62+
63+
=== Progressbar ===
64+
65+
=== Slider ===
66+
67+
=== Tabs ===
68+
69+
= Effects =
70+
71+
=== Individual effects ===
72+
73+
= CSS Framework =
74+
75+
= Demos =
76+
77+
= Website =
78+
79+
=== Download Builder ===

0 commit comments

Comments
 (0)