compass-jquery-plugin 0.3.2.pre.2 → 0.3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. data/LICENSE.md +20 -20
  2. data/README.md +7 -2
  3. data/VERSION.yml +2 -2
  4. data/lib/jquery/gridify/grid.rb +1 -1
  5. data/lib/jquery/gridify/grid_column.rb +1 -1
  6. data/lib/jquery/gridify/grid_finder.rb +16 -1
  7. data/lib/jquery/gridify/grid_view.rb +1 -1
  8. data/lib/jquery/jqgrid.rb +4 -4
  9. data/lib/jquery/jqtouch.rb +3 -3
  10. data/lib/jquery/jquery.rb +431 -431
  11. data/lib/jquery/jquery_json_response.rb +28 -0
  12. data/lib/jquery/secret_sauce.rb +8 -8
  13. data/lib/jquery/secret_sauce/controller/ui_dialog_controls.rb +13 -13
  14. data/lib/jquery/secret_sauce/controller/ui_grid_controls.rb +18 -18
  15. data/lib/jquery/secret_sauce/helpers/ui_dialog_helper.rb +5 -5
  16. data/lib/jquery/secret_sauce/model/find_for_grid.rb +41 -41
  17. data/templates/dynatree/jquery.dynatree.js +111 -110
  18. data/templates/dynatree/jquery.dynatree.min.js +75 -77
  19. data/templates/dynatree/jquery/dynatree/aero.scss +1 -3
  20. data/templates/dynatree/jquery/dynatree/aqua.scss +1 -3
  21. data/templates/dynatree/jquery/dynatree/crystal.scss +1 -3
  22. data/templates/dynatree/jquery/dynatree/xp.scss +1 -3
  23. data/templates/emulators/emulators/iphone.landscape.png +0 -0
  24. data/templates/emulators/emulators/iphone.landscape.scss +4 -4
  25. data/templates/emulators/emulators/palm.landscape.scss +6 -6
  26. data/templates/emulators/emulators/palm.pre.landscape.png +0 -0
  27. data/templates/ical/jquery.ical.js +3202 -3197
  28. data/templates/ical/jquery.ical.min.js +185 -184
  29. data/templates/ical/jquery/ical.scss +3 -3
  30. data/templates/jqgrid/i18n/jqgrid/locale-ar.js +126 -0
  31. data/templates/jqgrid/i18n/jqgrid/locale-ar.min.js +6 -0
  32. data/templates/jqgrid/i18n/jqgrid/locale-fi.js +45 -47
  33. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +6 -6
  34. data/templates/jqgrid/jquery.jqGrid.js +2047 -2036
  35. data/templates/jqgrid/jquery.jqGrid.min.js +48 -48
  36. data/templates/jqgrid/manifest.rb +2 -0
  37. data/templates/jqtouch/jquery.jqtouch.js +122 -113
  38. data/templates/jqtouch/jquery.jqtouch.min.js +1 -1
  39. data/templates/jquery/config/initializers/jquery.rb +4 -2
  40. data/templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.js +23 -0
  41. data/templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.min.js +2 -0
  42. data/templates/jquery/i18n/jquery.ui/datepicker-en-AU.js +23 -0
  43. data/templates/jquery/i18n/jquery.ui/datepicker-en-AU.min.js +2 -0
  44. data/templates/jquery/i18n/jquery.ui/datepicker-en-NZ.js +23 -0
  45. data/templates/jquery/i18n/jquery.ui/datepicker-en-NZ.min.js +2 -0
  46. data/templates/jquery/i18n/jquery.ui/datepicker-ml.js +23 -0
  47. data/templates/jquery/i18n/jquery.ui/datepicker-ml.min.js +2 -0
  48. data/templates/jquery/jquery-ui.js +354 -316
  49. data/templates/jquery/jquery-ui.min.js +544 -544
  50. data/templates/jquery/jquery.cookie.js +3 -3
  51. data/templates/jquery/jquery.form.js +271 -140
  52. data/templates/jquery/jquery.form.min.js +19 -17
  53. data/templates/jquery/jquery.layout.js +2435 -2437
  54. data/templates/jquery/jquery.layout.min.js +4 -3
  55. data/templates/jquery/jquery.mousewheel.js +78 -0
  56. data/templates/jquery/jquery.mousewheel.min.js +2 -0
  57. data/templates/jquery/jquery.offline.js +212 -0
  58. data/templates/jquery/jquery.offline.min.js +4 -0
  59. data/templates/jquery/jquery.tmpl.js +15 -22
  60. data/templates/jquery/jquery.tmpl.min.js +12 -12
  61. data/templates/jquery/jquery.tmplPlus.js +1 -0
  62. data/templates/jquery/jquery/ui/_theme.scss +27 -27
  63. data/templates/jquery/json.js +7 -0
  64. data/templates/jquery/json.min.js +7 -0
  65. data/templates/jquery/manifest.rb +14 -2
  66. data/templates/mobile/glyphish/{Read me first - license.txt → License.txt} +0 -0
  67. data/templates/mobile/jquery.mobile.js +1583 -1408
  68. data/templates/mobile/jquery.mobile.min.js +5 -5
  69. data/templates/mobile/jquery/mobile/_base.scss +938 -1038
  70. data/templates/mobile/jquery/mobile/default.scss +25 -26
  71. data/templates/mobile/jquery/mobile/valencia.scss +0 -1
  72. data/templates/mobile/manifest.rb +1 -1
  73. data/templates/tools/config/initializers/tools.rb +2 -0
  74. data/templates/tools/flowplayer.js +24 -0
  75. data/templates/tools/flowplayer.min.js +30 -0
  76. data/templates/tools/jquery.tools.js +4 -3
  77. data/templates/tools/jquery.tools.min.js +1 -1
  78. data/templates/tools/manifest.rb +4 -0
  79. data/templates/tools/swfobject.js +777 -0
  80. data/templates/tools/swfobject.min.js +19 -0
  81. metadata +31 -15
  82. data/templates/jquery/jquery.metadata.js +0 -122
  83. data/templates/jquery/jquery.metadata.min.js +0 -2
@@ -0,0 +1,19 @@
1
+ var swfobject=function(){function w(){if(!u){try{var a=g.getElementsByTagName("body")[0].appendChild(g.createElement("span"));a.parentNode.removeChild(a)}catch(b){return}u=true;a=A.length;for(var c=0;c<a;c++)A[c]()}}function R(a){if(u)a();else A[A.length]=a}function S(a){if(typeof m.addEventListener!=j)m.addEventListener("load",a,false);else if(typeof g.addEventListener!=j)g.addEventListener("load",a,false);else if(typeof m.attachEvent!=j)$(m,"onload",a);else if(typeof m.onload=="function"){var b=
2
+ m.onload;m.onload=function(){b();a()}}else m.onload=a}function aa(){var a=g.getElementsByTagName("body")[0],b=g.createElement(o);b.setAttribute("type",B);var c=a.appendChild(b);if(c){var d=0;(function(){if(typeof c.GetVariable!=j){var e=c.GetVariable("$version");if(e){e=e.split(" ")[1].split(",");f.pv=[parseInt(e[0],10),parseInt(e[1],10),parseInt(e[2],10)]}}else if(d<10){d++;setTimeout(arguments.callee,10);return}a.removeChild(b);c=null;J()})()}else J()}function J(){var a=r.length;if(a>0)for(var b=
3
+ 0;b<a;b++){var c=r[b].id,d=r[b].callbackFn,e={success:false,id:c};if(f.pv[0]>0){var i=n(c);if(i)if(C(r[b].swfVersion)&&!(f.wk&&f.wk<312)){v(c,true);if(d){e.success=true;e.ref=K(c);d(e)}}else if(r[b].expressInstall&&L()){e={};e.data=r[b].expressInstall;e.width=i.getAttribute("width")||"0";e.height=i.getAttribute("height")||"0";if(i.getAttribute("class"))e.styleclass=i.getAttribute("class");if(i.getAttribute("align"))e.align=i.getAttribute("align");var h={};i=i.getElementsByTagName("param");for(var k=
4
+ i.length,l=0;l<k;l++)if(i[l].getAttribute("name").toLowerCase()!="movie")h[i[l].getAttribute("name")]=i[l].getAttribute("value");M(e,h,c,d)}else{ba(i);d&&d(e)}}else{v(c,true);if(d){if((c=K(c))&&typeof c.SetVariable!=j){e.success=true;e.ref=c}d(e)}}}}function K(a){var b=null;if((a=n(a))&&a.nodeName=="OBJECT")if(typeof a.SetVariable!=j)b=a;else if(a=a.getElementsByTagName(o)[0])b=a;return b}function L(){return!D&&C("6.0.65")&&(f.win||f.mac)&&!(f.wk&&f.wk<312)}function M(a,b,c,d){D=true;N=d||null;T=
5
+ {success:false,id:c};var e=n(c);if(e){if(e.nodeName=="OBJECT"){y=O(e);E=null}else{y=e;E=c}a.id=U;if(typeof a.width==j||!/%$/.test(a.width)&&parseInt(a.width,10)<310)a.width="310";if(typeof a.height==j||!/%$/.test(a.height)&&parseInt(a.height,10)<137)a.height="137";g.title=g.title.slice(0,47)+" - Flash Player Installation";d=f.ie&&f.win?"ActiveX":"PlugIn";d="MMredirectURL="+m.location.toString().replace(/&/g,"%26")+"&MMplayerType="+d+"&MMdoctitle="+g.title;if(typeof b.flashvars!=j)b.flashvars+="&"+
6
+ d;else b.flashvars=d;if(f.ie&&f.win&&e.readyState!=4){d=g.createElement("div");c+="SWFObjectNew";d.setAttribute("id",c);e.parentNode.insertBefore(d,e);e.style.display="none";(function(){e.readyState==4?e.parentNode.removeChild(e):setTimeout(arguments.callee,10)})()}P(a,b,c)}}function ba(a){if(f.ie&&f.win&&a.readyState!=4){var b=g.createElement("div");a.parentNode.insertBefore(b,a);b.parentNode.replaceChild(O(a),b);a.style.display="none";(function(){a.readyState==4?a.parentNode.removeChild(a):setTimeout(arguments.callee,
7
+ 10)})()}else a.parentNode.replaceChild(O(a),a)}function O(a){var b=g.createElement("div");if(f.win&&f.ie)b.innerHTML=a.innerHTML;else if(a=a.getElementsByTagName(o)[0])if(a=a.childNodes)for(var c=a.length,d=0;d<c;d++)!(a[d].nodeType==1&&a[d].nodeName=="PARAM")&&a[d].nodeType!=8&&b.appendChild(a[d].cloneNode(true));return b}function P(a,b,c){var d,e=n(c);if(f.wk&&f.wk<312)return d;if(e){if(typeof a.id==j)a.id=c;if(f.ie&&f.win){var i="",h;for(h in a)if(a[h]!=Object.prototype[h])if(h.toLowerCase()==
8
+ "data")b.movie=a[h];else if(h.toLowerCase()=="styleclass")i+=' class="'+a[h]+'"';else if(h.toLowerCase()!="classid")i+=" "+h+'="'+a[h]+'"';h="";for(var k in b)if(b[k]!=Object.prototype[k])h+='<param name="'+k+'" value="'+b[k]+'" />';e.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+i+">"+h+"</object>";F[F.length]=a.id;d=n(a.id)}else{k=g.createElement(o);k.setAttribute("type",B);for(var l in a)if(a[l]!=Object.prototype[l])if(l.toLowerCase()=="styleclass")k.setAttribute("class",
9
+ a[l]);else l.toLowerCase()!="classid"&&k.setAttribute(l,a[l]);for(i in b)if(b[i]!=Object.prototype[i]&&i.toLowerCase()!="movie"){a=k;h=i;l=b[i];c=g.createElement("param");c.setAttribute("name",h);c.setAttribute("value",l);a.appendChild(c)}e.parentNode.replaceChild(k,e);d=k}}return d}function V(a){var b=n(a);if(b&&b.nodeName=="OBJECT")if(f.ie&&f.win){b.style.display="none";(function(){if(b.readyState==4){var c=n(a);if(c){for(var d in c)if(typeof c[d]=="function")c[d]=null;c.parentNode.removeChild(c)}}else setTimeout(arguments.callee,
10
+ 10)})()}else b.parentNode.removeChild(b)}function n(a){var b=null;try{b=g.getElementById(a)}catch(c){}return b}function $(a,b,c){a.attachEvent(b,c);x[x.length]=[a,b,c]}function C(a){var b=f.pv;a=a.split(".");a[0]=parseInt(a[0],10);a[1]=parseInt(a[1],10)||0;a[2]=parseInt(a[2],10)||0;return b[0]>a[0]||b[0]==a[0]&&b[1]>a[1]||b[0]==a[0]&&b[1]==a[1]&&b[2]>=a[2]?true:false}function W(a,b,c,d){if(!(f.ie&&f.mac)){var e=g.getElementsByTagName("head")[0];if(e){c=c&&typeof c=="string"?c:"screen";if(d)Q=p=null;
11
+ if(!p||Q!=c){d=g.createElement("style");d.setAttribute("type","text/css");d.setAttribute("media",c);p=e.appendChild(d);if(f.ie&&f.win&&typeof g.styleSheets!=j&&g.styleSheets.length>0)p=g.styleSheets[g.styleSheets.length-1];Q=c}if(f.ie&&f.win)p&&typeof p.addRule==o&&p.addRule(a,b);else p&&typeof g.createTextNode!=j&&p.appendChild(g.createTextNode(a+" {"+b+"}"))}}}function v(a,b){if(X){var c=b?"visible":"hidden";if(u&&n(a))n(a).style.visibility=c;else W("#"+a,"visibility:"+c)}}function Y(a){return/[\\\"<>\.;]/.exec(a)!=
12
+ null&&typeof encodeURIComponent!=j?encodeURIComponent(a):a}var j="undefined",o="object",B="application/x-shockwave-flash",U="SWFObjectExprInst",m=window,g=document,s=navigator,Z=false,A=[function(){Z?aa():J()}],r=[],F=[],x=[],y,E,N,T,u=false,D=false,p,Q,X=true,f=function(){var a=typeof g.getElementById!=j&&typeof g.getElementsByTagName!=j&&typeof g.createElement!=j,b=s.userAgent.toLowerCase(),c=s.platform.toLowerCase(),d=c?/win/.test(c):/win/.test(b);c=c?/mac/.test(c):/mac/.test(b);b=/webkit/.test(b)?
13
+ parseFloat(b.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false;var e=!+" 1",i=[0,0,0],h=null;if(typeof s.plugins!=j&&typeof s.plugins["Shockwave Flash"]==o){if((h=s.plugins["Shockwave Flash"].description)&&!(typeof s.mimeTypes!=j&&s.mimeTypes[B]&&!s.mimeTypes[B].enabledPlugin)){Z=true;e=false;h=h.replace(/^.*\s+(\S+\s+\S+$)/,"$1");i[0]=parseInt(h.replace(/^(.*)\..*$/,"$1"),10);i[1]=parseInt(h.replace(/^.*\.(.*)\s.*$/,"$1"),10);i[2]=/[a-zA-Z]/.test(h)?parseInt(h.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),
14
+ 10):0}}else if(typeof m.ActiveXObject!=j)try{var k=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if(k)if(h=k.GetVariable("$version")){e=true;h=h.split(" ")[1].split(",");i=[parseInt(h[0],10),parseInt(h[1],10),parseInt(h[2],10)]}}catch(l){}return{w3:a,pv:i,wk:b,ie:e,win:d,mac:c}}();(function(){if(f.w3){if(typeof g.readyState!=j&&g.readyState=="complete"||typeof g.readyState==j&&(g.getElementsByTagName("body")[0]||g.body))w();if(!u){typeof g.addEventListener!=j&&g.addEventListener("DOMContentLoaded",
15
+ w,false);if(f.ie&&f.win){g.attachEvent("onreadystatechange",function(){if(g.readyState=="complete"){g.detachEvent("onreadystatechange",arguments.callee);w()}});m==top&&function(){if(!u){try{g.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,0);return}w()}}()}f.wk&&function(){u||(/loaded|complete/.test(g.readyState)?w():setTimeout(arguments.callee,0))}();S(w)}}})();(function(){f.ie&&f.win&&window.attachEvent("onunload",function(){for(var a=x.length,b=0;b<a;b++)x[b][0].detachEvent(x[b][1],
16
+ x[b][2]);a=F.length;for(b=0;b<a;b++)V(F[b]);for(var c in f)f[c]=null;f=null;for(var d in swfobject)swfobject[d]=null;swfobject=null})})();return{registerObject:function(a,b,c,d){if(f.w3&&a&&b){var e={};e.id=a;e.swfVersion=b;e.expressInstall=c;e.callbackFn=d;r[r.length]=e;v(a,false)}else d&&d({success:false,id:a})},getObjectById:function(a){if(f.w3)return K(a)},embedSWF:function(a,b,c,d,e,i,h,k,l,z){var G={success:false,id:b};if(f.w3&&!(f.wk&&f.wk<312)&&a&&b&&c&&d&&e){v(b,false);R(function(){c+="";
17
+ d+="";var t={};if(l&&typeof l===o)for(var q in l)t[q]=l[q];t.data=a;t.width=c;t.height=d;q={};if(k&&typeof k===o)for(var H in k)q[H]=k[H];if(h&&typeof h===o)for(var I in h)if(typeof q.flashvars!=j)q.flashvars+="&"+I+"="+h[I];else q.flashvars=I+"="+h[I];if(C(e)){H=P(t,q,b);t.id==b&&v(b,true);G.success=true;G.ref=H}else if(i&&L()){t.data=i;M(t,q,b,z);return}else v(b,true);z&&z(G)})}else z&&z(G)},switchOffAutoHideShow:function(){X=false},ua:f,getFlashPlayerVersion:function(){return{major:f.pv[0],minor:f.pv[1],
18
+ release:f.pv[2]}},hasFlashPlayerVersion:C,createSWF:function(a,b,c){if(f.w3)return P(a,b,c)},showExpressInstall:function(a,b,c,d){f.w3&&L()&&M(a,b,c,d)},removeSWF:function(a){f.w3&&V(a)},createCSS:function(a,b,c,d){f.w3&&W(a,b,c,d)},addDomLoadEvent:R,addLoadEvent:S,getQueryParamValue:function(a){var b=g.location.search||g.location.hash;if(b){if(/\?/.test(b))b=b.split("?")[1];if(a==null)return Y(b);b=b.split("&");for(var c=0;c<b.length;c++)if(b[c].substring(0,b[c].indexOf("="))==a)return Y(b[c].substring(b[c].indexOf("=")+
19
+ 1))}return""},expressInstallCallback:function(){if(D){var a=n(U);if(a&&y){a.parentNode.replaceChild(y,a);if(E){v(E,true);if(f.ie&&f.win)y.style.display="block"}N&&N(T)}D=false}}}}();
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-jquery-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: -223651699
5
- prerelease: 6
4
+ hash: 95
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 2
10
- - pre
11
- - 2
12
- version: 0.3.2.pre.2
10
+ - 0
11
+ version: 0.3.2.0
13
12
  platform: ruby
14
13
  authors:
15
14
  - Kosmas Schuetz
@@ -17,7 +16,7 @@ autorequire:
17
16
  bindir: bin
18
17
  cert_chain: []
19
18
 
20
- date: 2011-01-08 00:00:00 +01:00
19
+ date: 2011-01-30 00:00:00 +01:00
21
20
  default_executable:
22
21
  dependencies:
23
22
  - !ruby/object:Gem::Dependency
@@ -116,6 +115,7 @@ files:
116
115
  - lib/jquery/jqtouch.rb
117
116
  - lib/jquery/jquery.rb
118
117
  - lib/jquery/jquery_auto_complete.rb
118
+ - lib/jquery/jquery_json_response.rb
119
119
  - lib/jquery/jquery_selector_assertions.rb
120
120
  - lib/jquery/jstree.rb
121
121
  - lib/jquery/mobile.rb
@@ -177,6 +177,8 @@ files:
177
177
  - templates/jqgrid/config/initializers/jqgrid.rb
178
178
  - templates/jqgrid/config/locales/jquery/jqgrid/de.yml
179
179
  - templates/jqgrid/config/locales/jquery/jqgrid/en.yml
180
+ - templates/jqgrid/i18n/jqgrid/locale-ar.js
181
+ - templates/jqgrid/i18n/jqgrid/locale-ar.min.js
180
182
  - templates/jqgrid/i18n/jqgrid/locale-bg.js
181
183
  - templates/jqgrid/i18n/jqgrid/locale-bg.min.js
182
184
  - templates/jqgrid/i18n/jqgrid/locale-bg1251.js
@@ -331,6 +333,8 @@ files:
331
333
  - templates/jquery/haml.min.js
332
334
  - templates/jquery/i18n/jquery.ui/datepicker-af.js
333
335
  - templates/jquery/i18n/jquery.ui/datepicker-af.min.js
336
+ - templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.js
337
+ - templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.min.js
334
338
  - templates/jquery/i18n/jquery.ui/datepicker-ar.js
335
339
  - templates/jquery/i18n/jquery.ui/datepicker-ar.min.js
336
340
  - templates/jquery/i18n/jquery.ui/datepicker-az.js
@@ -349,8 +353,12 @@ files:
349
353
  - templates/jquery/i18n/jquery.ui/datepicker-de.min.js
350
354
  - templates/jquery/i18n/jquery.ui/datepicker-el.js
351
355
  - templates/jquery/i18n/jquery.ui/datepicker-el.min.js
356
+ - templates/jquery/i18n/jquery.ui/datepicker-en-AU.js
357
+ - templates/jquery/i18n/jquery.ui/datepicker-en-AU.min.js
352
358
  - templates/jquery/i18n/jquery.ui/datepicker-en-GB.js
353
359
  - templates/jquery/i18n/jquery.ui/datepicker-en-GB.min.js
360
+ - templates/jquery/i18n/jquery.ui/datepicker-en-NZ.js
361
+ - templates/jquery/i18n/jquery.ui/datepicker-en-NZ.min.js
354
362
  - templates/jquery/i18n/jquery.ui/datepicker-eo.js
355
363
  - templates/jquery/i18n/jquery.ui/datepicker-eo.min.js
356
364
  - templates/jquery/i18n/jquery.ui/datepicker-es.js
@@ -395,6 +403,8 @@ files:
395
403
  - templates/jquery/i18n/jquery.ui/datepicker-lt.min.js
396
404
  - templates/jquery/i18n/jquery.ui/datepicker-lv.js
397
405
  - templates/jquery/i18n/jquery.ui/datepicker-lv.min.js
406
+ - templates/jquery/i18n/jquery.ui/datepicker-ml.js
407
+ - templates/jquery/i18n/jquery.ui/datepicker-ml.min.js
398
408
  - templates/jquery/i18n/jquery.ui/datepicker-ms.js
399
409
  - templates/jquery/i18n/jquery.ui/datepicker-ms.min.js
400
410
  - templates/jquery/i18n/jquery.ui/datepicker-nl.js
@@ -916,9 +926,11 @@ files:
916
926
  - templates/jquery/jquery.js
917
927
  - templates/jquery/jquery.layout.js
918
928
  - templates/jquery/jquery.layout.min.js
919
- - templates/jquery/jquery.metadata.js
920
- - templates/jquery/jquery.metadata.min.js
921
929
  - templates/jquery/jquery.min.js
930
+ - templates/jquery/jquery.mousewheel.js
931
+ - templates/jquery/jquery.mousewheel.min.js
932
+ - templates/jquery/jquery.offline.js
933
+ - templates/jquery/jquery.offline.min.js
922
934
  - templates/jquery/jquery.pngFix.js
923
935
  - templates/jquery/jquery.pngFix.min.js
924
936
  - templates/jquery/jquery.sparkline.js
@@ -931,6 +943,8 @@ files:
931
943
  - templates/jquery/jquery.tmplPlus.min.js
932
944
  - templates/jquery/jrails.js
933
945
  - templates/jquery/jrails.min.js
946
+ - templates/jquery/json.js
947
+ - templates/jquery/json.min.js
934
948
  - templates/jquery/lib/tasks/haml.rake
935
949
  - templates/jquery/manifest.rb
936
950
  - templates/jquery/partials/_flash_messages.scss
@@ -1106,6 +1120,7 @@ files:
1106
1120
  - templates/mobile/glyphish/icons-white/30-key.png
1107
1121
  - templates/mobile/glyphish/icons-white/34-coffee.png
1108
1122
  - templates/mobile/glyphish/icons-white/88-beermug.png
1123
+ - templates/mobile/glyphish/License.txt
1109
1124
  - templates/mobile/glyphish/mini-icons-black/band-aid.png
1110
1125
  - templates/mobile/glyphish/mini-icons-black/chat.png
1111
1126
  - templates/mobile/glyphish/mini-icons-black/clock.png
@@ -1126,7 +1141,6 @@ files:
1126
1141
  - templates/mobile/glyphish/mini-icons-black/star.png
1127
1142
  - templates/mobile/glyphish/mini-icons-black/tag.png
1128
1143
  - templates/mobile/glyphish/mini-icons-black/tshirt.png
1129
- - templates/mobile/glyphish/Read me first - license.txt
1130
1144
  - templates/mobile/jquery/mobile/default/ajax-loader.png
1131
1145
  - templates/mobile/jquery/mobile/default/form-check-off.png
1132
1146
  - templates/mobile/jquery/mobile/default/form-check-on.png
@@ -1243,10 +1257,14 @@ files:
1243
1257
  - templates/secret_sauce/secret_sauce.js
1244
1258
  - templates/secret_sauce/secret_sauce.min.js
1245
1259
  - templates/tools/config/initializers/tools.rb
1260
+ - templates/tools/flowplayer.js
1261
+ - templates/tools/flowplayer.min.js
1246
1262
  - templates/tools/jquery.tools.js
1247
1263
  - templates/tools/jquery.tools.min.js
1248
1264
  - templates/tools/lib/tasks/jquery.tools.rake
1249
1265
  - templates/tools/manifest.rb
1266
+ - templates/tools/swfobject.js
1267
+ - templates/tools/swfobject.min.js
1250
1268
  - Rakefile
1251
1269
  - Gemfile
1252
1270
  - README.md
@@ -1273,14 +1291,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
1273
1291
  required_rubygems_version: !ruby/object:Gem::Requirement
1274
1292
  none: false
1275
1293
  requirements:
1276
- - - ">"
1294
+ - - ">="
1277
1295
  - !ruby/object:Gem::Version
1278
- hash: 25
1296
+ hash: 3
1279
1297
  segments:
1280
- - 1
1281
- - 3
1282
- - 1
1283
- version: 1.3.1
1298
+ - 0
1299
+ version: "0"
1284
1300
  requirements: []
1285
1301
 
1286
1302
  rubyforge_project:
@@ -1,122 +0,0 @@
1
- /*
2
- * Metadata - jQuery plugin for parsing metadata from elements
3
- *
4
- * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
5
- *
6
- * Dual licensed under the MIT and GPL licenses:
7
- * http://www.opensource.org/licenses/mit-license.php
8
- * http://www.gnu.org/licenses/gpl.html
9
- *
10
- * Revision: $Id: jquery.metadata.js 4187 2007-12-16 17:15:27Z joern.zaefferer $
11
- *
12
- */
13
-
14
- /**
15
- * Sets the type of metadata to use. Metadata is encoded in JSON, and each property
16
- * in the JSON will become a property of the element itself.
17
- *
18
- * There are three supported types of metadata storage:
19
- *
20
- * attr: Inside an attribute. The name parameter indicates *which* attribute.
21
- *
22
- * class: Inside the class attribute, wrapped in curly braces: { }
23
- *
24
- * elem: Inside a child element (e.g. a script tag). The
25
- * name parameter indicates *which* element.
26
- *
27
- * The metadata for an element is loaded the first time the element is accessed via jQuery.
28
- *
29
- * As a result, you can define the metadata type, use $(expr) to load the metadata into the elements
30
- * matched by expr, then redefine the metadata type and run another $(expr) for other elements.
31
- *
32
- * @name $.metadata.setType
33
- *
34
- * @example <p id="one" class="some_class {item_id: 1, item_label: 'Label'}">This is a p</p>
35
- * @before $.metadata.setType("class")
36
- * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
37
- * @desc Reads metadata from the class attribute
38
- *
39
- * @example <p id="one" class="some_class" data="{item_id: 1, item_label: 'Label'}">This is a p</p>
40
- * @before $.metadata.setType("attr", "data")
41
- * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
42
- * @desc Reads metadata from a "data" attribute
43
- *
44
- * @example <p id="one" class="some_class"><script>{item_id: 1, item_label: 'Label'}</script>This is a p</p>
45
- * @before $.metadata.setType("elem", "script")
46
- * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
47
- * @desc Reads metadata from a nested script element
48
- *
49
- * @param String type The encoding type
50
- * @param String name The name of the attribute to be used to get metadata (optional)
51
- * @cat Plugins/Metadata
52
- * @descr Sets the type of encoding to be used when loading metadata for the first time
53
- * @type undefined
54
- * @see metadata()
55
- */
56
-
57
- (function($) {
58
-
59
- $.extend({
60
- metadata : {
61
- defaults : {
62
- type: 'class',
63
- name: 'metadata',
64
- cre: /({.*})/,
65
- single: 'metadata'
66
- },
67
- setType: function( type, name ){
68
- this.defaults.type = type;
69
- this.defaults.name = name;
70
- },
71
- get: function( elem, opts ){
72
- var settings = $.extend({},this.defaults,opts);
73
- // check for empty string in single property
74
- if ( !settings.single.length ) settings.single = 'metadata';
75
-
76
- var data = $.data(elem, settings.single);
77
- // returned cached data if it already exists
78
- if ( data ) return data;
79
-
80
- data = "{}";
81
-
82
- if ( settings.type == "class" ) {
83
- var m = settings.cre.exec( elem.className );
84
- if ( m )
85
- data = m[1];
86
- } else if ( settings.type == "elem" ) {
87
- if( !elem.getElementsByTagName )
88
- return undefined;
89
- var e = elem.getElementsByTagName(settings.name);
90
- if ( e.length )
91
- data = $.trim(e[0].innerHTML);
92
- } else if ( elem.getAttribute != undefined ) {
93
- var attr = elem.getAttribute( settings.name );
94
- if ( attr )
95
- data = attr;
96
- }
97
-
98
- if ( data.indexOf( '{' ) <0 )
99
- data = "{" + data + "}";
100
-
101
- data = eval("(" + data + ")");
102
-
103
- $.data( elem, settings.single, data );
104
- return data;
105
- }
106
- }
107
- });
108
-
109
- /**
110
- * Returns the metadata object for the first member of the jQuery object.
111
- *
112
- * @name metadata
113
- * @descr Returns element's metadata object
114
- * @param Object opts An object contianing settings to override the defaults
115
- * @type jQuery
116
- * @cat Plugins/Metadata
117
- */
118
- $.fn.metadata = function( opts ){
119
- return $.metadata.get( this[0], opts );
120
- };
121
-
122
- })(jQuery);
@@ -1,2 +0,0 @@
1
- (function(d){d.extend({metadata:{defaults:{type:"class",name:"metadata",cre:/({.*})/,single:"metadata"},setType:function(b,f){this.defaults.type=b;this.defaults.name=f},get:function(b,f){var c=d.extend({},this.defaults,f);if(!c.single.length)c.single="metadata";var a=d.data(b,c.single);if(a)return a;a="{}";if(c.type=="class"){var e=c.cre.exec(b.className);if(e)a=e[1]}else if(c.type=="elem"){if(!b.getElementsByTagName)return;e=b.getElementsByTagName(c.name);if(e.length)a=d.trim(e[0].innerHTML)}else if(b.getAttribute!=
2
- undefined)if(e=b.getAttribute(c.name))a=e;if(a.indexOf("{")<0)a="{"+a+"}";a=eval("("+a+")");d.data(b,c.single,a);return a}}});d.fn.metadata=function(b){return d.metadata.get(this[0],b)}})(jQuery);