Ghislain Seguin
|
079324cf56
|
Use jQuery tag inserter instead of pointing directly at jquery.js
|
2012-01-22 23:15:30 -08:00 |
|
John Bender
|
e5d1b11328
|
switched init tests to new default css
|
2012-01-13 12:25:33 -08:00 |
|
John Bender
|
2f464dd865
|
add test to confirm that a document containing only a dialog with no pages will load the dialog as a page
|
2012-01-13 10:55:28 -08:00 |
|
Ghislain Seguin
|
8bbc9f8489
|
Reverted to the old way (without RequireJS) until we find a way to make it work with RequireJS
|
2012-01-12 23:20:55 -08:00 |
|
jrburke
|
73a8d24134
|
Move require.js to first tag so it can catch jquery module registration, otherwise jquery may be loaded twice.
|
2012-01-12 21:35:46 -08:00 |
|
Ghislain Seguin
|
ff9b742723
|
Use css/themes/default/jquery.mobile.css instead of css/themes/default/index.php
|
2012-01-10 14:49:52 -08:00 |
|
Mat Marquis
|
148cb09132
|
Updated docs’ CSS to use new @import scheme.
|
2012-01-10 16:35:51 -05:00 |
|
John Bender
|
912a7e852f
|
init test order and other small fixes
|
2012-01-04 11:05:52 -08:00 |
|
Ghislain Seguin
|
0bd10de3e8
|
Added require.js 1.0.3 as a submodule
|
2011-12-24 00:48:08 -08:00 |
|
Ghislain Seguin
|
42190caef2
|
AMDized
|
2011-12-22 17:32:01 -08:00 |
|
Ghislain Seguin
|
a3392bc0ff
|
Remove .js suffix from libName
|
2011-12-22 09:53:26 -08:00 |
|
Eddie Monge
|
88884db175
|
Unify css and js references for doc changes
|
2011-11-08 18:39:49 -08:00 |
|
Eddie Monge
|
8bc5e42fb3
|
2700: Step 5 Update all doc references
|
2011-10-17 13:51:45 -07:00 |
|
Jörn Zaefferer
|
0ed1460279
|
Add swarminject.js to prepare for TestSwarm integration
|
2011-10-04 15:02:17 -04:00 |
|
Kin Blas
|
c75a7ad654
|
Fix for issue 1666 - Deprecate $.mobile.pageLoading()
- Removed $.mobile.pageLoading().
- Updated tests/unit/init/ to call the new showPageLoadingMsg/hidePageLoadingMsg functions.
|
2011-09-20 14:45:26 -07:00 |
|
scottjehl
|
d670feae08
|
removed test for page-div-not-required, as it has its own test page.. Added tests for auto initialize option.
|
2011-07-24 22:13:26 -04:00 |
|
scottjehl
|
a93cdbcea0
|
changed up the unit test so that it didn't load the page in an iframe, which seemed to mess things up on the test server.
|
2011-07-17 16:29:05 -04:00 |
|
scottjehl
|
259815d480
|
Make data-role=page elements optional. This change makes the framework more lenient with markup, and will ease integration with existing sites, as well as mashups with external content. Unit tests included. Fixes #2096
|
2011-07-17 14:52:49 -04:00 |
|
scottjehl
|
6da7e4a1dc
|
Made loading message configurable at runtime. Fixes #2044. Fixes #1974. Fixes #1947.
|
2011-07-14 22:46:06 -04:00 |
|
John Bender
|
9729dc9f15
|
moved finicky hashchange test to sequence helper to prevent overlap with setting the hash
|
2011-06-27 12:36:17 -07:00 |
|
John Bender
|
d42658882a
|
fixed init hang
|
2011-06-27 11:19:52 -07:00 |
|
scottjehl
|
ffdfa4e7c2
|
moved page load event bindings to a post-mobileinit callback so that the useFastClick option can be set before it is used. Unit test included. Fixes #1869
|
2011-06-21 11:33:38 -04:00 |
|
John Bender
|
8291f92ce8
|
fixed error on undefined var in init_core tests
|
2011-05-24 14:14:19 -07:00 |
|
scottjehl
|
adf3808e84
|
Removed the dynamically-appended Meta tag, which was deprecated in Alpha 4, and scheduled for removal in beta. jQM users must provide their own meta viewport tag in the head of jQM apps.
|
2011-05-17 18:03:54 -04:00 |
|
scottjehl
|
d97a964884
|
been meaning to do this for a while.
|
2011-04-14 16:04:47 -04:00 |
|
scottjehl
|
963840a3b0
|
moved some selectors over to :jqmData()
|
2011-03-26 10:18:32 -04:00 |
|
John Bender
|
0ed68525ed
|
fixed array comparison tests to test single element
|
2011-03-25 18:40:55 -07:00 |
|
John Bender
|
143fd264d2
|
fixed mobile init bind firing in another test
|
2011-03-25 18:27:35 -07:00 |
|
scottjehl
|
497344c618
|
used mobile.ns in the test
|
2011-03-25 18:21:10 -04:00 |
|
scottjehl
|
7503f62a10
|
changed our two new custom data helper names to jqmData() and :jqmData()
|
2011-03-25 17:50:40 -04:00 |
|
John Bender
|
7d3642f3ab
|
fixed init tests for ie
|
2011-03-24 09:46:13 -07:00 |
|
John Bender
|
018609fa32
|
removed mass of duplication from core of functionality that was moved to init, fixed init tests
|
2011-03-22 00:26:24 -07:00 |
|
John Bender
|
7df9e245f4
|
test namespace additions and type fix for core
|
2011-03-21 23:36:32 -07:00 |
|
John Bender
|
4fca8e6d21
|
removed console
|
2011-03-17 00:15:29 -07:00 |
|
John Bender
|
4959548698
|
fixed init core tests to represent init functionality
|
2011-03-16 22:31:22 -07:00 |
|
John Bender
|
4126fbd29b
|
fixed last failing tests after merge in init tests
|
2011-03-15 23:58:22 -07:00 |
|
John Bender
|
63e8f6bfcb
|
resolved merge conflicts and fixed 2 tests
|
2011-03-15 23:57:17 -07:00 |
|
John Bender
|
c629e34e74
|
fix for broken init test and some whitespace
|
2011-03-13 23:09:32 -07:00 |
|
scottjehl
|
fc0cd38c4e
|
improved test for meta injects
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
b2ea5e99e5
|
added comment about missing meta tag
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
f6a2bd46ec
|
added a unit test for checking if meta viewport tag is not appended if one already exists.
|
2011-03-14 00:20:26 -04:00 |
|
John Bender
|
433384e150
|
altered tests to represent init change and added two for the load message customization Fixes #1178
|
2011-03-03 18:08:47 -08:00 |
|
John Bender
|
2abdbf3416
|
white space in the init core test
|
2011-02-26 23:29:14 -08:00 |
|
John Bender
|
b246fb48fa
|
tests for data url init default
|
2011-02-26 23:27:41 -08:00 |
|
John Bender
|
2704975095
|
re arranged tests for mobile init
|
2011-02-20 18:07:17 -08:00 |
|