Commit graph

4508 commits

Author SHA1 Message Date
Todd Parker
db2829bc29 Merge pull request #3401 from chetankjain/patch-4
fixes #3400. Thanks chetankjain!
2012-01-10 07:35:25 -08:00
Chetan K Jain
233f5720bd fixes #3400 2012-01-10 21:00:14 +05:30
Ghislain Seguin
2ba27e0adc Fixes #3394 - jquery.mobile.init was not being included in the built bundle 2012-01-09 11:01:07 -08:00
Todd Parker
69983f7907 Merge pull request #3365 from fredefl/master
Fixed a typo and optimized images even more.
2012-01-07 15:23:04 -08:00
Ghislain Seguin
42c9409660 Fixed wrong line break 2012-01-06 17:14:48 -08:00
Mat Marquis
d7afc8aa78 Added download builder metadata. 2012-01-06 19:31:31 -05:00
John Bender
cf611bc1c7 conceding defeat on determining the load order issue that's causing the test failure 2012-01-06 15:27:21 -08:00
John Bender
f60dd96178 remove duplicate test run 2012-01-06 15:27:21 -08:00
John Bender
12f112d6d4 check to make sure cached test page appears 2012-01-06 15:27:21 -08:00
Ghislain Seguin
cc54ede5f0 Merge pull request #3385 from eddiemonge/patch-13
increase java cache size
2012-01-06 11:44:06 -08:00
jblas@adobe.com
f0cc30719d Corrected the title for the functional test. 2012-01-06 10:23:54 -08:00
jblas@adobe.com
1a5224047b Fix for issue #2933 - get_orientation() and hence getScreenHeight() doesn't work on some devices
It seems that some device/browser vendors use window.orientation values 0 and 180 to denote the "default" orientation. For iOS devices, and most other smart-phones tested, the default orientation is always "portrait", but in some Android and RIM based tablets, the default orientation is "landscape".

- Modified the orientationchange plugin so that it injects a landscape orientation media query into the document to figure out what the initial orientation is, it then makes adjustments to a portrait_map if necessary, so that we can properly decode the window.orientation value whenever get_orientation() is called.
2012-01-06 10:19:04 -08:00
John Bender
3cea545f73 enforce test order ... dying a little inside 2012-01-05 14:23:17 -08:00
Eddie Monge Jr.
23b2d7f0b4 increase java cache size 2012-01-05 11:55:34 -08:00
John Bender
8cbbb8076d remove submodule update note 2012-01-05 11:14:37 -08:00
John Bender
4624dcfa13 vendor r.js and require.js 2012-01-05 10:36:50 -08:00
John Bender
a9daa06158 remove requirejs and r.js submodules in favor of vendoring the libraries 2012-01-05 10:32:46 -08:00
John Bender
98ed3fc31b add submodule update/init to readme 2012-01-04 16:00:41 -08:00
John Bender
3c2bfaca8a remove define stub, it's now stubbed through including jquery.mobile.define.js in js/index.php 2012-01-04 14:26:03 -08:00
John Bender
0b1829967d obviate the need for stub definition of define when using vanilla /js require 2012-01-04 14:21:57 -08:00
John Bender
ea01f9f960 update functional tests to use requirejs 2012-01-04 14:04:18 -08:00
John Bender
bafd0cdf9f add ui-mobile-rendering to docs to temprarily prevent fouc with async load. @gseguin to address with jqm-docs.js change 2012-01-04 13:59:17 -08:00
John Bender
22504c7613 switch to explicit false check to avoid undefined issues 2012-01-04 13:14:43 -08:00
John Bender
b47d9ba24e fix async loading select test issue where keepnative isn't defined in time for the leading test 2012-01-04 13:13:24 -08:00
John Bender
95073892f0 Merge branch 'amd' 2012-01-04 12:24:33 -08:00
John Bender
db42f18ed5 note about fouc 2012-01-04 12:00:17 -08:00
John Bender
c9eed4e8b7 whitespace in readme 2012-01-04 11:59:02 -08:00
John Bender
e26d7de1a9 added note about local server support for development 2012-01-04 11:58:46 -08:00
John Bender
8ea0bddccc ensure defaultTransitionHandler is defined after the navigation has been loaded 2012-01-04 11:46:35 -08:00
John Bender
6e8433d395 ensure defaultTransitionHandler is defined after the navigation has been loaded 2012-01-04 11:38:32 -08:00
John Bender
223ad8daab move to reloadModule as it returns a deferred 2012-01-04 11:26:36 -08:00
John Bender
bda2834acc make sure the slider core runs before init to set keepNative properly 2012-01-04 11:23:21 -08:00
John Bender
0a48b9168f update select cached tests to use async 2012-01-04 11:10:04 -08:00
John Bender
dc3e42ec86 update listview pushstate test to use async 2012-01-04 11:08:21 -08:00
John Bender
912a7e852f init test order and other small fixes 2012-01-04 11:05:52 -08:00
John Bender
739452ded0 fixed listview tests async loading 2012-01-04 09:45:36 -08:00
Mat Marquis
573fcf8668 Updating select menu tests to match recent dialog markup changes. 2012-01-04 12:35:13 -05:00
John Bender
16391e4af9 stub define in event tests 2012-01-04 09:10:52 -08:00
John Bender
81d1f6f282 stubbed define in nav tests 2012-01-04 08:56:35 -08:00
Mat Marquis
f5794cf7c8 Fixing navigation bug caused by dialog markup changes. 2012-01-04 11:27:52 -05:00
John Bender
9c7e1b755f fix url checks to use search where appropriate 2012-01-04 08:02:31 -08:00
Mat Marquis
a502b0d831 Applied top margin to dialog headers rather than .ui-dialog, as the latter was breaking content-only dialogs meant to align with the top of the viewport. 2012-01-03 18:16:35 -05:00
Mat Marquis
9b3aefae84 Moved .ui-dialog to element wrapping dialog header/content/footer, switched overlay non-theming class to .ui-dialog-page. 2012-01-03 18:16:29 -05:00
Mat Marquis
1ffc6b007e Partial dialog refactor, in progress. 2012-01-03 18:16:23 -05:00
John Bender
d82b6aacfc update nav base tests to use new push state helper 2012-01-03 14:13:56 -08:00
Todd Parker
ac2f50bdda Merge pull request #3363 from chetankjain/patch-3
data-id is not used in Pages and Dialogs. Thanks chetankjain!
2012-01-03 08:56:46 -08:00
Frederik Lassen
1ae23973f0 Optimized the images even more. (Using ScriptPNG) 2012-01-01 23:17:53 +01:00
Frederik Lassen
d6184ef6ec Corrected tiny typo. 2012-01-01 23:10:30 +01:00
Todd Parker
afb18eaaa2 Merge pull request #3362 from chetankjain/patch-2
Update docs/about/getting-started.html
2012-01-01 07:16:32 -08:00
Todd Parker
d7b2a7f66f Merge pull request #3361 from chetankjain/patch-1
Update docs/pages/page-anatomy.html
2012-01-01 07:16:03 -08:00