Index: trunk/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | array( 'src' => 'js/plugins/jquery.namespaceSelect.js', 'version' => 1 ), |
74 | 74 | array( 'src' => 'js/plugins/jquery.suggestions.js', 'version' => 7 ), |
75 | 75 | array( 'src' => 'js/plugins/jquery.textSelection.js', 'version' => 27 ), |
76 | | - array( 'src' => 'js/plugins/jquery.wikiEditor.js', 'version' => 106 ), |
| 76 | + array( 'src' => 'js/plugins/jquery.wikiEditor.js', 'version' => 107 ), |
77 | 77 | array( 'src' => 'js/plugins/jquery.wikiEditor.highlight.js', 'version' => 29 ), |
78 | 78 | array( 'src' => 'js/plugins/jquery.wikiEditor.toolbar.js', 'version' => 47 ), |
79 | 79 | array( 'src' => 'js/plugins/jquery.wikiEditor.dialogs.js', 'version' => 12 ), |
— | — | @@ -82,10 +82,10 @@ |
83 | 83 | array( 'src' => 'js/plugins/jquery.wikiEditor.publish.js', 'version' => 2 ), |
84 | 84 | ), |
85 | 85 | 'combined' => array( |
86 | | - array( 'src' => 'js/plugins.combined.js', 'version' => 224 ), |
| 86 | + array( 'src' => 'js/plugins.combined.js', 'version' => 225 ), |
87 | 87 | ), |
88 | 88 | 'minified' => array( |
89 | | - array( 'src' => 'js/plugins.combined.min.js', 'version' => 224 ), |
| 89 | + array( 'src' => 'js/plugins.combined.min.js', 'version' => 225 ), |
90 | 90 | ), |
91 | 91 | ), |
92 | 92 | ); |
Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | // Text selection bugs galore - this may be a different situation with the new iframe-based solution |
47 | 47 | 'opera': [['>=', 9.6]], |
48 | 48 | // This should be checked again, but the usage of Safari 3.0 and lower is so small it's not a priority |
49 | | - 'safari': [['>=', 3.1]] |
| 49 | + 'safari': [['>=', 4]] |
50 | 50 | }, |
51 | 51 | // Right-to-left languages |
52 | 52 | 'rtl': { |
— | — | @@ -58,7 +58,7 @@ |
59 | 59 | // Text selection bugs galore - this may be a different situation with the new iframe-based solution |
60 | 60 | 'opera': [['>=', 9.6]], |
61 | 61 | // This should be checked again, but the usage of Safari 3.0 and lower is so small it's not a priority |
62 | | - 'safari': [['>=', 3.1]] |
| 62 | + 'safari': [['>=', 4]] |
63 | 63 | } |
64 | 64 | }, |
65 | 65 | /** |
Index: trunk/extensions/UsabilityInitiative/js/plugins.combined.js |
— | — | @@ -6478,7 +6478,7 @@ |
6479 | 6479 | // Text selection bugs galore - this may be a different situation with the new iframe-based solution |
6480 | 6480 | 'opera': [['>=', 9.6]], |
6481 | 6481 | // This should be checked again, but the usage of Safari 3.0 and lower is so small it's not a priority |
6482 | | - 'safari': [['>=', 3.1]] |
| 6482 | + 'safari': [['>=', 4]] |
6483 | 6483 | }, |
6484 | 6484 | // Right-to-left languages |
6485 | 6485 | 'rtl': { |
— | — | @@ -6491,7 +6491,7 @@ |
6492 | 6492 | // Text selection bugs galore - this may be a different situation with the new iframe-based solution |
6493 | 6493 | 'opera': [['>=', 9.6]], |
6494 | 6494 | // This should be checked again, but the usage of Safari 3.0 and lower is so small it's not a priority |
6495 | | - 'safari': [['>=', 3.1]] |
| 6495 | + 'safari': [['>=', 4]] |
6496 | 6496 | } |
6497 | 6497 | }, |
6498 | 6498 | /** |
Index: trunk/extensions/UsabilityInitiative/js/plugins.combined.min.js |
— | — | @@ -436,7 +436,7 @@ |
437 | 437 | options.endContainer=options.startContainer;break;case'scrollToCaretPosition':options=$.extend({'force':false},options);break;} |
438 | 438 | var context=$(this).data('wikiEditor-context');var hasIframe=context!==undefined&&context.$iframe!==undefined;var needSave=false;if(hasIframe&&context.savedSelection!==null){context.fn.restoreSelection();needSave=true;} |
439 | 439 | retval=(hasIframe?context.fn:fn)[command].call(this,options);if(hasIframe&&needSave){context.fn.saveSelection();} |
440 | | -return retval;};})(jQuery);(function($){$.wikiEditor={'modules':{},'instances':[],'browsers':{'ltr':{'msie':[['>=',7]],'firefox':[['>=',2],['!=','2.0'],['!=','2.0.0.1'],['!=','2.0.0.2'],['!=','2.0.0.3'],['!=','2.0.0.4']],'opera':[['>=',9.6]],'safari':[['>=',3.1]]},'rtl':{'msie':[['>=',8]],'firefox':[['>=',2],['!=','2.0'],['!=','2.0.0.1'],['!=','2.0.0.2'],['!=','2.0.0.3'],['!=','2.0.0.4']],'opera':[['>=',9.6]],'safari':[['>=',3.1]]}},'imgPath':wgScriptPath+'/extensions/UsabilityInitiative/images/wikiEditor/','isSupported':function(){if(typeof $.wikiEditor.supported!='undefined'){return $.wikiEditor.supported;} |
| 440 | +return retval;};})(jQuery);(function($){$.wikiEditor={'modules':{},'instances':[],'browsers':{'ltr':{'msie':[['>=',7]],'firefox':[['>=',2],['!=','2.0'],['!=','2.0.0.1'],['!=','2.0.0.2'],['!=','2.0.0.3'],['!=','2.0.0.4']],'opera':[['>=',9.6]],'safari':[['>=',4]]},'rtl':{'msie':[['>=',8]],'firefox':[['>=',2],['!=','2.0'],['!=','2.0.0.1'],['!=','2.0.0.2'],['!=','2.0.0.3'],['!=','2.0.0.4']],'opera':[['>=',9.6]],'safari':[['>=',4]]}},'imgPath':wgScriptPath+'/extensions/UsabilityInitiative/images/wikiEditor/','isSupported':function(){if(typeof $.wikiEditor.supported!='undefined'){return $.wikiEditor.supported;} |
441 | 441 | if(!($.browser.name in $.wikiEditor.browsers[$('body').is('.rtl')?'rtl':'ltr'])){return $.wikiEditor.supported=true;} |
442 | 442 | var browser=$.wikiEditor.browsers[$('body').is('.rtl')?'rtl':'ltr'][$.browser.name];for(var condition in browser){var op=browser[condition][0];var val=browser[condition][1];if(typeof val=='string'){if(!(eval('$.browser.version'+op+'"'+val+'"'))){return $.wikiEditor.supported=false;}}else if(typeof val=='number'){if(!(eval('$.browser.versionNumber'+op+val))){return $.wikiEditor.supported=false;}}} |
443 | 443 | return $.wikiEditor.supported=true;},'autoMsg':function(object,property){if(typeof property=='object'){for(var i in property){if(property[i]in object||property[i]+'Msg'in object){property=property[i];break;}}} |