Changeset 8517
- Timestamp:
- 08/01/2008 05:10:27 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/gears-manifest.php
r8512 r8517 65 65 { 66 66 "betaManifestVersion" : 1, 67 "version" : "<?php echo $man_version; ?>_2008073 0",67 "version" : "<?php echo $man_version; ?>_20080731", 68 68 "entries" : [ 69 69 <?php echo $defaults; ?> … … 119 119 { "url" : "../wp-includes/js/tinymce/themes/advanced/js/source_editor.js?ver=311b" }, 120 120 { "url" : "../wp-includes/js/tinymce/themes/advanced/js/anchor.js?ver=311b" }, 121 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js?ver=311 e" },121 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js?ver=311f" }, 122 122 { "url" : "../wp-includes/js/tinymce/tiny_mce.js?ver=311b" }, 123 123 { "url" : "../wp-includes/js/tinymce/themes/advanced/editor_template.js?ver=311b" }, … … 136 136 { "url" : "../wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm?ver=311b" }, 137 137 { "url" : "../wp-includes/js/tinymce/plugins/inlinepopups/template.htm?ver=311b" }, 138 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/editimage.html?ver=311 e" },138 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/editimage.html?ver=311f" }, 139 139 { "url" : "../wp-includes/js/tinymce/wp-mce-help.php?ver=311b" }, 140 140 … … 149 149 { "url" : "../wp-includes/js/tinymce/plugins/paste/css/pasteword.css?ver=311b" }, 150 150 { "url" : "../wp-includes/js/tinymce/plugins/paste/css/blank.css?ver=311b" }, 151 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css?ver=311 e" },151 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css?ver=311f" }, 152 152 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/css/editimage-rtl.css?ver=311b" }, 153 153 { "url" : "../wp-includes/js/tinymce/wordpress.css?ver=311b" }, -
trunk/wp-includes/js/tinymce/plugins/wpeditimage/editimage.html
r8512 r8517 5 5 <title></title> 6 6 7 <script type="text/javascript" src="js/editimage.js?ver=311 e"></script>7 <script type="text/javascript" src="js/editimage.js?ver=311f"></script> 8 8 <script type="text/javascript" src="../../utils/form_utils.js?ver=311b"></script> 9 9 10 <link rel="stylesheet" href="css/editimage.css?ver=311 e" type="text/css" media="all" />11 <link rel="stylesheet" href="../../../../../wp-admin/css/media.css?ver=2 .6" type="text/css" media="all" />10 <link rel="stylesheet" href="css/editimage.css?ver=311f" type="text/css" media="all" /> 11 <link rel="stylesheet" href="../../../../../wp-admin/css/media.css?ver=20080709" type="text/css" media="all" /> 12 12 <script type="text/javascript"> 13 13 if ( 'rtl' == tinyMCEPopup.editor.getParam('directionality','') ) -
trunk/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js
r8358 r8517 16 16 return; 17 17 18 tb_show('', url + '/editimage.html?ver=311 e&TB_iframe=true');18 tb_show('', url + '/editimage.html?ver=311f&TB_iframe=true'); 19 19 tinymce.DOM.setStyle( ['TB_overlay','TB_window','TB_load'], 'z-index', '999999' ); 20 20 }); -
trunk/wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js
r8358 r8517 246 246 247 247 setup : function() { 248 var t = this, h, c, el, id, link, fname, f = document.forms[0], ed = tinyMCEPopup.editor, d = t.I('img_demo'), dom = tinyMCEPopup.dom, DL, caption = null;248 var t = this, h, c, el, id, link, fname, f = document.forms[0], ed = tinyMCEPopup.editor, d = t.I('img_demo'), dom = tinyMCEPopup.dom, DL, caption = ''; 249 249 document.dir = tinyMCEPopup.editor.getParam('directionality',''); 250 250 -
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r8512 r8517 216 216 if ( $disk_cache ) { 217 217 218 $cacheKey = apply_filters('tiny_mce_version', '2008073 0');218 $cacheKey = apply_filters('tiny_mce_version', '20080731'); 219 219 220 220 foreach ( $initArray as $v )
Note: See TracChangeset
for help on using the changeset viewer.