scottjehl
|
f184cf6b18
|
To bring back page loading performance in our working codebase and testing sites (as much as possible while including the entire framework with unminified code), this reinstates the concatenated index.php files for all CSS (theme + structure), and all JS (jQuery + jQM - all widgets). I've also removed the @import CSS file that was acting in place of the concatenated file. I edited the docs homepage (index.html) to link to the concatenated JS and CSS. Every docs page will still need HEAD edits to relink up to these files in the same way. Added gzip output to the combine.php file, which will make things load much faster during testing.
|
2012-01-17 11:38:22 +07:00 |
|
toddparker
|
956075cbff
|
Faster fade in (225ms vs 300) and out (100ms vs 150) to see if this feels snappier.
|
2012-01-16 18:26:52 -05:00 |
|
toddparker
|
1f5fcda09d
|
Moved all the custom CSS transition code into the custom file to make the transition page simpler
|
2012-01-16 18:17:45 -05:00 |
|
Mat Marquis
|
2c34b82e69
|
Merge pull request #3398 from garann/master
fix for duplicate/incorrect enhancement of buttons
|
2012-01-16 15:04:56 -08:00 |
|
Mat Marquis
|
bd0bdfd77e
|
Removed fixed header/footer on transition pages that was previously causing Android to render box-shadows incorrectly/sulk in the corner; created separate page for custom transition documentation.
|
2012-01-16 17:51:11 -05:00 |
|
Mat Marquis
|
0172ff88d7
|
Setting .ui-mobile/.ui-mobile to height: 99.9% prevents a vertical scrollbar on dialog pages, in Firefox.
|
2012-01-16 16:07:37 -05:00 |
|
John Bender
|
f4faec7872
|
temprorary fix for failing checkbox radio test
|
2012-01-13 16:22:37 -08:00 |
|
Mat Marquis
|
d2fa7e214a
|
Added meta info to jQuery Core file.
|
2012-01-13 17:31:35 -05:00 |
|
John Bender
|
5c1fc9540b
|
guarantee the page reset in the listview tests has completed before continuing
|
2012-01-13 14:28:50 -08:00 |
|
Mat Marquis
|
877599dd6c
|
Added meta information for download builder.
|
2012-01-13 17:27:58 -05:00 |
|
Mat Marquis
|
6e8fb254a6
|
Updated and DRY’d transition/3D-transform support tests for Firefox.
|
2012-01-13 15:49:21 -05:00 |
|
John Bender
|
e5d1b11328
|
switched init tests to new default css
|
2012-01-13 12:25:33 -08:00 |
|
John Bender
|
8debe792e0
|
switched to new default css with imports in select cached tests
|
2012-01-13 12:22:02 -08:00 |
|
John Bender
|
67ae0eb0bc
|
use the first dialog in a document as a page when no pages exist Fixes #3275
|
2012-01-13 10:55:28 -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 |
|
jblas@adobe.com
|
24b01c7268
|
Added an index page for the tools directory so we can use the tools directly off the jquerymobile.com site without having to remember the name of the file for a given tool.
Note that all links in the index are rel="external" because some of the tool pages need to run JS to set paths, properly.
|
2012-01-13 10:38:23 -08:00 |
|
Ghislain Seguin
|
d04054b6fd
|
Added @jrburke's version of reloadModule that undefines the module in RequireJS's cache so we can reload it
|
2012-01-13 10:04:55 -08:00 |
|
Ghislain Seguin
|
7c7e6f2578
|
Backed out AMD changes to support test suite until we figure out how to make it stable
|
2012-01-13 09:23:45 -08:00 |
|
Ghislain Seguin
|
c84107875c
|
Fixes #3429
|
2012-01-13 08:12:35 -08:00 |
|
scottjehl
|
262b7dc62b
|
Merge remote branch 'origin/master'
|
2012-01-13 14:48:21 +07:00 |
|
scottjehl
|
845dc1ef73
|
use existing elem instead of creating a new one.
|
2012-01-13 14:46:35 +07: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 |
|
Ghislain Seguin
|
e6fb1e7c8e
|
Hopefully made the event tests a little happier
|
2012-01-12 23:19:58 -08:00 |
|
Ghislain Seguin
|
bc6cfbfb53
|
Added jQuery as a param to the define shim
|
2012-01-12 23:19:36 -08:00 |
|
Ghislain Seguin
|
323601ad25
|
Back by popular demand (also needed by event tests)
|
2012-01-12 22:35:27 -08:00 |
|
Ghislain Seguin
|
17164d28c4
|
Move require.js to first tag so it can catch jquery module registration
Otherwise jquery may be loaded twice
|
2012-01-12 21:58:42 -08:00 |
|
Ghislain Seguin
|
1630a18dd6
|
Added dependency on jquery.mobile.transitions
|
2012-01-12 21:43:41 -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
|
1a1657a7ea
|
Fixed closing pre tag
|
2012-01-12 21:29:00 -08:00 |
|
Ghislain Seguin
|
9e587e89b4
|
Fixed closing p
|
2012-01-12 21:27:47 -08:00 |
|
Ghislain Seguin
|
346786da11
|
Removed stray anchor before doctype
|
2012-01-12 21:27:09 -08:00 |
|
Ghislain Seguin
|
491cddd4b8
|
Move require.js to first tag so it can catch jquery module registration
Otherwise jquery may be loaded twice
|
2012-01-12 21:25:59 -08:00 |
|
Ghislain Seguin
|
948d39b898
|
Added dependency on jquery
|
2012-01-12 21:22:00 -08:00 |
|
Ghislain Seguin
|
90da812af7
|
Added wrapper and pragmasOnSave
|
2012-01-12 17:46:26 -08:00 |
|
Ghislain Seguin
|
5b8f2be9d2
|
Added wrapper to export as an AMD modules
removed jquery.mobile.exports
|
2012-01-12 17:45:47 -08:00 |
|
Ghislain Seguin
|
caca24a36a
|
Removed unused app.build.js
|
2012-01-12 17:44:33 -08:00 |
|
Ghislain Seguin
|
d6330f9bc4
|
Added prepending of version licensed to jquery.mobile.docs.js and jquery.mobile.css
|
2012-01-12 16:58:18 -08:00 |
|
Mat Marquis
|
c35e6f2fde
|
Comment typo, made a TODO about globalizing the testing method added in the previous commit.
|
2012-01-12 18:56:09 -05:00 |
|
Mat Marquis
|
abfec80413
|
Fixes a false positive for 3D transform support on Android 2.3 (possibly others).
|
2012-01-12 18:56:09 -05:00 |
|
Ghislain Seguin
|
c5f1fd5831
|
Merge pull request #3426 from eddiemonge/patch-14
add docs back to the latest build target
|
2012-01-12 15:39:30 -08:00 |
|
Ghislain Seguin
|
8a2881b783
|
Don't know why that r.js was there in the first place
|
2012-01-12 15:36:48 -08:00 |
|
Ghislain Seguin
|
228e31731a
|
Rewrote "docs" target to take advantage of r.js' whole project optimization added build profile docs.build.js
|
2012-01-12 15:36:48 -08:00 |
|
Mat Marquis
|
8da75eb6b5
|
Fixes #2553 — Addresses issue where underlying checkboxes/radio buttons were not being updated when enhanced buttons were clicked.
|
2012-01-12 17:28:08 -05:00 |
|
Eddie Monge Jr.
|
efffcd22da
|
add docs back to the latest build target
|
2012-01-12 14:19:31 -08:00 |
|
Ghislain Seguin
|
7e7b1b63f1
|
Finished merging branch 'out-in-transition', I had trailing commas in there instead of semi-colons
|
2012-01-12 10:09:25 -08:00 |
|
Ghislain Seguin
|
9e935c31f6
|
Merge branch 'out-in-transition'
Conflicts:
css/structure/index.php
docs/_assets/js/jqm-docs.js
index.html
|
2012-01-12 09:56:48 -08:00 |
|
Ghislain Seguin
|
efb9b807b7
|
AMDized transition code
|
2012-01-12 09:36:46 -08:00 |
|
scottjehl
|
a83727e4be
|
combined redundant syntax
|
2012-01-12 21:41:54 +07:00 |
|
scottjehl
|
2cd994b2e8
|
added the timing durations to the transitions themselves
|
2012-01-12 21:41:39 +07:00 |
|
scottjehl
|
32350a813a
|
fixed some typos where webkit needed to be moz
|
2012-01-12 21:38:25 +07:00 |
|