Commit graph

4181 commits

Author SHA1 Message Date
Eddie Monge
aa8b0b7cfd Ajax should be disabled instead 2011-11-22 10:36:24 -08:00
Eddie Monge
3f522a2bce Allow local browsing of the docs without a web server 2011-11-22 10:36:24 -08:00
Kin Blas
2b40784c4e Merge pull request #3122 from hpbuniat/closestEnabledButton-speedup
Minor performance optimization for closestEnabledButton in buttonMarkup
2011-11-21 16:35:19 -08:00
John Bender
7c62253ee5 Merge pull request #3097 from eddiemonge/intro
Old file that was replaced by license.txt in the root folder
2011-11-21 14:40:01 -08:00
John Bender
a9d9ca3dac test navbar button click functionality 2011-11-21 13:09:00 -08:00
John Bender
c80428062a move to hasClass check to avoid psuedo selector slowdown 2011-11-21 13:09:00 -08:00
Thomas Lallement
9d6ca3cc11 Edited js/jquery.mobile.navbar.js via GitHub 2011-11-21 13:09:00 -08:00
John Bender
6f00d35db8 move pagechange binding for textarea autogrow outside the check for text content 2011-11-21 10:15:47 -08:00
Hans-Peter Buniat
f3f5ba62e5 changed $.inArray to indexOf in closestEnabledButton - see http://jsperf.com/fsdsgt4 2011-11-20 23:32:14 +01:00
Todd Parker
e918442bbb Merge pull request #3112 from eddiemonge/make_file
Add images to the docs, fix cp syntax, rearrange build dependencies to ...
2011-11-18 19:16:35 -08:00
Eddie Monge
5acc18a215 Add images to the docs, fix cp syntax, rearrange build dependencies to be consistent 2011-11-18 19:01:04 -08:00
Todd Parker
574cafaebf Merge pull request #3111 from MauriceG/patch-19
Found a beta-release reference
2011-11-18 17:39:58 -08:00
Maurice Gottlieb
b2a769d984 propose for invisible beta-release paragraph 2011-11-19 02:13:54 +01:00
jblas@adobe.com
28b68f4d37 js/jquery.mobile.collapsibleSet.js was missing from the build. 2011-11-18 13:24:07 -08:00
Eddie Monge
ff6a349229 Old file that was replaced by license.txt in the root folder 2011-11-17 17:47:06 -08:00
Ghislain Seguin
c693561909 Merge pull request #3094 from eddiemonge/makefile
Fix license version and zip folder
2011-11-17 17:42:57 -08:00
Eddie Monge
5f2c4025ad Add the current git version to the build process when its not a stable build 2011-11-17 15:53:32 -08:00
Ghislain Seguin
3542c9c0b1 Merge pull request #3008 from eddiemonge/live-delegate
Change .live() to .delegate()
2011-11-17 15:13:29 -08:00
Mat Marquis
a0ec2eb4f3 Fixes #3086 — Windows Phone 7 seems unable to use find() for an attribute-based selector, in this context. 2011-11-17 18:08:05 -05:00
Ghislain Seguin
61cd735d72 Merge pull request #3096 from chrisben/master
Issue #2650: optimisation of png images
2011-11-17 14:22:16 -08:00
tichou
5460ae3a4f Optmised png images for both Default and Valencia themes 2011-11-17 22:56:23 +01:00
Eddie Monge
8c6498fdc3 Fix license version and zip folder 2011-11-17 11:47:03 -08:00
Ghislain Seguin
3d17a69d8b Merge pull request #3010 from gseguin/issue-2905
Decoupled collapsible and collapsible set
2011-11-17 09:35:05 -08:00
Ghislain Seguin
0e418c366c Up'd to 1.1pre 2011-11-17 09:31:51 -08:00
toddparker
d5d78f46e1 Tweaks to custom select menu pages 2011-11-17 11:42:49 -05:00
toddparker
ed6a084897 Fixed rc3 link in page template 2011-11-17 11:25:15 -05:00
toddparker
d1d5e09f95 Re-vamped getting started page, changed CDN refs to 1.0, added 1.0 final banner 2011-11-17 11:20:48 -05:00
Ghislain Seguin
98b1ed63d8 Merge pull request #3079 from eddiemonge/deploy
Deploy
2011-11-17 08:12:37 -08:00
Ghislain Seguin
93d3d41b1d Merge pull request #3055 from eddiemonge/patch-11
combine the css structure min and license files
2011-11-17 08:12:00 -08:00
Todd Parker
c5213aa48e Merge pull request #3089 from MauriceG/master
Fixing some typos at docs/about/getting-started and propose an explanation for the apparently overwritten collapsible paragraph.
2011-11-17 05:23:48 -08:00
Maurice Gottlieb
9a02a9f110 Fixing some typos at docs/about/getting-started 2011-11-17 12:50:22 +01:00
Todd Parker
5468ca32c9 Adjusted heading level 2011-11-17 02:14:49 -05:00
Todd Parker
7baa752cd3 Added a new Quick start guide page 2011-11-17 02:00:59 -05:00
Ghislain Seguin
afd21e209d Merge pull request #3080 from eddiemonge/small_img
Make one photo half its size while retaining the same quality
2011-11-16 17:45:19 -08:00
Eddie Monge
4a1f4f8a02 Add quiet option to scp 2011-11-16 17:35:25 -08:00
Eddie Monge
ecf0b97536 Update the deployed files to use the CDN for the resources 2011-11-16 17:04:22 -08:00
Eddie Monge
6b67d8009c Make one photo half its size while retaining the same quality 2011-11-16 17:02:28 -08:00
Mat Marquis
cb89aceb77 Updated docs to split native/custom selects into two separate pages. 2011-11-16 18:27:45 -05:00
Mat Marquis
ff93c76037 Fixes #3041 — Cleans up the support test for Opera Mini and opts it out of fixed toolbar behavior. 2011-11-16 17:13:13 -05:00
Mat Marquis
b4eef42e18 Fixes #3026 — Regression introduced by 01c77fa. 2011-11-16 15:25:00 -05:00
Mat Marquis
f016c2dc21 Ensures that dialogs’ content elements _do_ inherit the overall page theme. 2011-11-16 15:25:00 -05:00
Todd Parker
b78584b964 Merge pull request #3075 from agcolom/patch-36
Update docs/pages/pages-themes.html
2011-11-16 12:04:23 -08:00
Anne-Gaelle Colom
f89a925b7e Update docs/pages/pages-themes.html 2011-11-16 19:56:35 +00:00
Mat Marquis
4c5e85cc50 Correctly addresses #3020 — “Content” elements now correctly apply themes, but do not inherit the theme set on the overall page. 2011-11-16 10:35:03 -05:00
Todd Parker
e7a3623771 Merge pull request #3064 from jakeboone02/f-swatch-gradients-syntax
Docs: modified f-swatch gradient syntax to match default theme
2011-11-15 20:09:05 -08:00
Jake Boone
be8f75086e Modified f-swatch gradient syntax to match default theme 2011-11-15 21:39:58 -05:00
jblas@adobe.com
16aafad67e Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-11-15 16:18:50 -08:00
jblas@adobe.com
098eed9c3b Fix for #2826 - an error occurred with click event on svg element using "live" or "delegate"
- Modified findClosestLink() to check the ele.nodeName type before trying to access it.
2011-11-15 16:17:14 -08:00
Mat Marquis
b3e65595e6 Fixes #3053 — I was a little overzealous in ensuring “content” elements didn’t inherit a theme if it wasn’t intended. 2011-11-15 17:37:14 -05:00
toddparker
fcce0c4915 Removed left/right border on swatch F for the docs to prevent horizontal scrolling. Fixes #3045 2011-11-15 16:17:50 -05:00