Commit graph

3531 commits

Author SHA1 Message Date
scottjehl
ead0baf2ab brought these orientation-based rules back for certain scenarios where they're helpful, such as when js is setting heights in iOS5. No bug fix, just a tweak. 2011-10-03 17:01:05 -04:00
toddparker
1c5fd4c12f Updated version to 1.0rc2pre 2011-10-03 14:25:13 -04:00
gseguin
7106078f87 Fix for #2592 2011-10-03 09:19:44 -07:00
Kin Blas
8a25599b82 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-09-30 12:43:30 -07:00
Kin Blas
5811440641 Added a test for diretly loading Urls with a hash that contains just the dialogHashKey. This tests to make sure these issues don't happen again:
Issue #2570 - Refreshing a page with #&ui-state=dialog causes syntax error
Issue #2582 - Refreshing a page with #&ui-state=dialog causes page duplication
2011-09-30 12:40:57 -07:00
Kin Blas
98eda9a0f4 Fixes #2582 - Refreshing a page with #&ui-state=dialog causes page duplication
- Modified loadPage() to call isFirstPage() with fileUrl instead of absUrl. Since fileUrl is the same as absUrl, but with the dialogHashKey stripped off, it will allow us to match against the url for the first-page.
2011-09-30 12:38:16 -07:00
Kin Blas
5a76ae7ed2 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-09-30 09:19:15 -07:00
Kin Blas
bafc18723b Fixes #2574 - namespace pollution on 'search' variable (1.0rc1)
- There was a typo in the var declaration in makeUrlAbsolute(). Changed the ';' in the middle of the declaration to ','.
2011-09-30 09:17:05 -07:00
gseguin
d5d3f47294 Added a link to jsbin and jsfiddle in the submitting bugs section 2011-09-29 15:56:30 -07:00
scottjehl
b4a7db2f1d brought back these orientation rules as they're important in iOS5 layouts. 2011-09-29 18:38:15 -04:00
Kin Blas
52c9f35d47 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-09-29 15:19:46 -07:00
Kin Blas
47812171f1 Fixes #2570 - Refreshing a page with #&ui-state=dialog causes syntax error
- This was a regression from my fix to loadPage() for detecting un-enhanced pages by @id as a fallback. In this particular case dataUrl was being used to create an id selector, and of course if the dataUrl is an empty string we end up using "#" as the selector. The fix is to simply check for a non-empty dataUrl.
2011-09-29 15:16:21 -07:00
John Resig
349daaffa7 Tagging 1.0rc1. 2011-09-29 17:05:19 -04:00
toddparker
5b1294f7c4 Fixed typo. 2011-09-29 16:40:55 -04:00
scottjehl
ce1e464275 adjusted the presentation of the left nav and footer for the docs 2011-09-29 16:35:31 -04:00
toddparker
836eae81cc Merge remote branch 'origin/master' 2011-09-29 16:23:12 -04:00
toddparker
539713b9f9 Edited the features page to bring it up-to-date 2011-09-29 16:22:46 -04:00
scottjehl
1dbb08a7a7 Merge remote branch 'origin/master' 2011-09-29 15:28:30 -04:00
scottjehl
94c57aaa82 adjusted docs left column 2011-09-29 15:28:20 -04:00
toddparker
3aa1c6fac0 Added RC1 banner image 2011-09-29 15:14:17 -04:00
scottjehl
8c2b1d9f55 removed media classes from make file, following up to previous commits 2011-09-29 14:55:41 -04:00
scottjehl
de40dac5dc added reference to Respond.js polyfill for those using CSS3 Media Queries. 2011-09-29 14:52:59 -04:00
scottjehl
e29346daf5 Merge remote branch 'origin/master' 2011-09-29 14:47:24 -04:00
scottjehl
a93c4878aa removed media classes JS - deprecated since Beta 1. Use CSS3 Media Queries with a polyfill instead :) Docs are updated to link to old code in case anyone still needs a backwards-port 2011-09-29 14:47:05 -04:00
scottjehl
ea3a34e055 changed comment in JS 2011-09-29 14:46:06 -04:00
toddparker
5c7a802d23 Updated dependencies in templates to point to 1.0rc1 and 1.6.4 2011-09-29 14:28:12 -04:00
scottjehl
8a76335682 These orientation heights that were mainly tied to iOS are no longer needed, as viewport height is managed via JS 2011-09-29 14:27:49 -04:00
toddparker
85a70a75c5 Updated supported platforms for RC1 2011-09-29 14:25:38 -04:00
maggiewachs
ac07bb6309 clarified intro text 2011-09-29 13:43:47 -04:00
maggiewachs
9b49cfe1a1 edit to form button description 2011-09-29 13:40:39 -04:00
maggiewachs
e3644c8fd9 clarified blurb about how events are preserved for form buttons 2011-09-29 13:39:54 -04:00
maggiewachs
0b5bd9ed06 fixed broken links 2011-09-29 13:06:04 -04:00
maggiewachs
8c86f407d0 Merge branch 'master' of github.com:jquery/jquery-mobile 2011-09-29 13:04:05 -04:00
maggiewachs
1fbc401496 simplified language 2011-09-29 13:04:00 -04:00
maggiewachs
5dbc616e37 added note style 2011-09-29 13:03:50 -04:00
maggiewachs
108ef2337e added nav bar and updated content (now includes a nav bar for options, methods, and events pages) 2011-09-29 13:03:35 -04:00
maggiewachs
3eccc5ba16 added to repo 2011-09-29 13:03:00 -04:00
Kin Blas
b2dad0ea05 Updated the $.mobile.loadPage() sample in the pre-fetch section so that it passes in the showLoadMsg:false option to prevent the ajax loading message from popping up. 2011-09-29 09:23:39 -07:00
maggiewachs
0f73dd2a24 removed plugin events and methods page from nav (keeping it in the directory to redirect) 2011-09-29 11:33:32 -04:00
maggiewachs
9d9175b305 corrected the nav "on" state 2011-09-29 10:58:28 -04:00
maggiewachs
312b726238 updated forms nav links 2011-09-29 10:52:58 -04:00
Kin Blas
bb8326876b Fixes #2212 - Collapsible heading vclick issue
- Switch to using "click" instead of "vclick" on collapsible headers since that is the only reliable way to prevent uncaught/mismatched clicks from firing on a different element.
2011-09-29 00:43:01 -07:00
Kin Blas
f6b2a9c700 Added additional verbage to the virtual mouse events section. 2011-09-29 00:31:02 -07:00
Kin Blas
405db8efa2 Added documentation for page change and remove event notifications. 2011-09-28 23:40:37 -07:00
Kin Blas
972500bbbc Re-merge pull request #1550 from MaxThrax/master.
- Not sure what happened when I originally merged this back on 05/02/2011, but here it is again!
2011-09-28 22:08:30 -07:00
Ghislain Seguin
0c829f5bfe Merge pull request #2564 from eddiemonge/patch-3
Typo when specifying a test-shadow.
2011-09-28 19:28:12 -07:00
Eddie Monge Jr.
ec6b1b4671 Typo when specifying a test-shadow. 2011-09-28 19:19:42 -07:00
Kin Blas
91de92f627 First pass attempt at documenting the pagebeforeload, pageload, and pageloadfailed events. 2011-09-28 14:50:01 -07:00
Kin Blas
ca5834dc9d Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-09-28 13:25:05 -07:00
Kin Blas
016b415027 Updated and alphabetically re-ordered the options for changePage() and loadPage(). 2011-09-28 13:23:51 -07:00