<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[17880] trunk: Improve code for DFW buttons, fix colors in some rare TinyMCE popups, see #17136</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/17880">17880</a></dd>
<dt>Author</dt> <dd>azaozz</dd>
<dt>Date</dt> <dd>2011-05-12 01:53:51 +0000 (Thu, 12 May 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Improve code for DFW buttons, fix colors in some rare TinyMCE popups, see <a href="http://trac.wordpress.org/ticket/17136">#17136</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminincludespostphp">trunk/wp-admin/includes/post.php</a></li>
<li><a href="#trunkwpincludesjstinymcepluginsinlinepopupsskinsclearlooks2windowcss">trunk/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css</a></li>
<li><a href="#trunkwpincludesjstinymcewpmcehelpphp">trunk/wp-includes/js/tinymce/wp-mce-help.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminincludespostphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/post.php (17879 => 17880)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/post.php        2011-05-12 01:45:42 UTC (rev 17879)
+++ trunk/wp-admin/includes/post.php        2011-05-12 01:53:51 UTC (rev 17880)
</span><span class="lines">@@ -1712,12 +1712,7 @@
</span><span class="cx"> 
</span><span class="cx">         // Distraction Free Writing mode
</span><span class="cx">         if ( in_array( 'wpfullscreen', $plugins, true ) ) {
</span><del>-                $enable = array();
-
-                if ( in_array( 'AtD', $plugins, true ) )
-                        $enable[] = 'AtD';
-
-                wp_fullscreen_html($enable);
</del><ins>+                wp_fullscreen_html();
</ins><span class="cx">                 wp_print_scripts('wp-fullscreen');
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -1739,7 +1734,7 @@
</span><span class="cx">         wp_print_scripts('editor');
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-function wp_fullscreen_html( $extra = array() ) {
</del><ins>+function wp_fullscreen_html() {
</ins><span class="cx">         global $content_width, $post;
</span><span class="cx"> 
</span><span class="cx">         $width = isset($content_width) &amp;&amp; 800 &gt; $content_width ? $content_width : 800;
</span><span class="lines">@@ -1759,83 +1754,41 @@
</span><span class="cx">                 &lt;/div&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;div id=&quot;wp-fullscreen-button-bar&quot;&gt;&lt;div id=&quot;wp-fullscreen-buttons&quot; class=&quot;wp_themeSkin&quot;&gt;
</span><del>-                        &lt;div&gt;
-                        &lt;a title=&quot;&lt;?php _e('Bold (Ctrl + B)'); ?&gt;&quot; onclick=&quot;fullscreen.b();return false;&quot; class=&quot;mceButton mceButtonEnabled mce_bold&quot; href=&quot;#&quot; id=&quot;wp_fs_bold&quot; role=&quot;button&quot; aria-pressed=&quot;false&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_bold&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
</del><ins>+&lt;?php
</ins><span class="cx"> 
</span><del>-                        &lt;div&gt;
-                        &lt;a title=&quot;&lt;?php _e('Italic (Ctrl + I)'); ?&gt;&quot; onclick=&quot;fullscreen.i();return false;&quot; class=&quot;mceButton mceButtonEnabled mce_italic&quot; href=&quot;#&quot; id=&quot;wp_fs_italic&quot; role=&quot;button&quot; aria-pressed=&quot;false&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_italic&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
</del><ins>+        $buttons = array(
+                // format: title, onclick, show in both editors
+                'bold' =&gt; array( 'title' =&gt; __('Bold (Ctrl + B)'), 'onclick' =&gt; 'fullscreen.b();', 'both' =&gt; false ),
+                'italic' =&gt; array( 'title' =&gt; __('Italic (Ctrl + I)'), 'onclick' =&gt; 'fullscreen.i();', 'both' =&gt; false ),
+                '0' =&gt; 'separator',
+                'bullist' =&gt; array( 'title' =&gt; __('Unordered list (Alt + Shift + U)'), 'onclick' =&gt; 'fullscreen.ul();', 'both' =&gt; false ),
+                'numlist' =&gt; array( 'title' =&gt; __('Ordered list (Alt + Shift + O)'), 'onclick' =&gt; 'fullscreen.ol();', 'both' =&gt; false ),
+                '1' =&gt; 'separator',
+                'blockquote' =&gt; array( 'title' =&gt; __('Blockquote (Alt+Shift+Q)'), 'onclick' =&gt; 'fullscreen.blockquote();', 'both' =&gt; false ),
+                'image' =&gt; array( 'title' =&gt; __('Insert/edit image (Alt + Shift + M)'), 'onclick' =&gt; &quot;jQuery('#add_image').click();&quot;, 'both' =&gt; true ),
+                '2' =&gt; 'separator',
+                'link' =&gt; array( 'title' =&gt; __('Insert/edit link (Alt + Shift + A)'), 'onclick' =&gt; 'fullscreen.link();', 'both' =&gt; true ),
+                'unlink' =&gt; array( 'title' =&gt; __('Unlink (Alt + Shift + S)'), 'onclick' =&gt; 'fullscreen.unlink();', 'both' =&gt; false ),
+                '3' =&gt; 'separator',
+                'help' =&gt; array( 'title' =&gt; __('Help (Alt + Shift + H)'), 'onclick' =&gt; 'fullscreen.help();', 'both' =&gt; false )
+        );
</ins><span class="cx"> 
</span><del>-                        &lt;div&gt;
-                        &lt;span aria-orientation=&quot;vertical&quot; role=&quot;separator&quot; class=&quot;mceSeparator&quot;&gt;&lt;/span&gt;
-                        &lt;/div&gt;
</del><ins>+        $buttons = apply_filters( 'wp_fullscreen_buttons', $buttons );
</ins><span class="cx"> 
</span><del>-                        &lt;div&gt;
-                        &lt;a title=&quot;&lt;?php _e('Unordered list (Alt + Shift + U)'); ?&gt;&quot; onclick=&quot;fullscreen.ul();return false;&quot; onmousedown=&quot;return false;&quot; class=&quot;mceButton mceButtonEnabled mce_bullist&quot; href=&quot;#&quot; id=&quot;wp_fs_bullist&quot; role=&quot;button&quot; aria-pressed=&quot;false&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_bullist&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
</del><ins>+        foreach ( $buttons as $button =&gt; $args ) {
+                if ( 'separator' == $args ) { ?&gt; 
+                        &lt;div&gt;&lt;span aria-orientation=&quot;vertical&quot; role=&quot;separator&quot; class=&quot;mceSeparator&quot;&gt;&lt;/span&gt;&lt;/div&gt;
+&lt;?php                continue;
+                } ?&gt;
</ins><span class="cx"> 
</span><del>-                        &lt;div&gt;
-                        &lt;a title=&quot;&lt;?php _e('Ordered list (Alt + Shift + O)'); ?&gt;&quot; onclick=&quot;fullscreen.ol();return false;&quot; class=&quot;mceButton mceButtonEnabled mce_numlist&quot; href=&quot;#&quot; id=&quot;wp_fs_numlist&quot; role=&quot;button&quot; aria-pressed=&quot;false&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_numlist&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
</del><ins>+                &lt;div&lt;?php if ( $args['both'] ) { ?&gt; class=&quot;wp-fullscreen-both&quot;&lt;?php } ?&gt;&gt;
+                &lt;a title=&quot;&lt;?php echo $args['title']; ?&gt;&quot; onclick=&quot;&lt;?php echo $args['onclick']; ?&gt;return false;&quot; class=&quot;mceButton mceButtonEnabled mce_&lt;?php echo $button; ?&gt;&quot; href=&quot;#&quot; id=&quot;wp_fs_&lt;?php echo $button; ?&gt;&quot; role=&quot;button&quot; aria-pressed=&quot;false&quot;&gt;
+                &lt;span class=&quot;mceIcon mce_&lt;?php echo $button; ?&gt;&quot;&gt;&lt;/span&gt;
+                &lt;/a&gt;
+                &lt;/div&gt;
+&lt;?php
+        } ?&gt;
</ins><span class="cx"> 
</span><del>-                        &lt;div&gt;
-                        &lt;span aria-orientation=&quot;vertical&quot; role=&quot;separator&quot; class=&quot;mceSeparator&quot;&gt;&lt;/span&gt;
-                        &lt;/div&gt;
-
-                        &lt;div&gt;
-                        &lt;a title=&quot;&lt;?php _e('Blockquote (Alt+Shift+Q)'); ?&gt;&quot; onclick=&quot;fullscreen.blockquote();return false;&quot; class=&quot;mceButton mceButtonEnabled mce_blockquote&quot; href=&quot;#&quot; id=&quot;wp_fs_blockquote&quot; role=&quot;button&quot; tabindex=&quot;-1&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_blockquote&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
-
-                        &lt;div class=&quot;wp-fullscreen-both&quot;&gt;
-                        &lt;a title=&quot;&lt;?php _e('Insert/edit image (Alt + Shift + M)'); ?&gt;&quot; onclick=&quot;jQuery('#add_image').click();return false;&quot; class=&quot;mceButton mceButtonEnabled mce_image&quot; href=&quot;#&quot; id=&quot;wp_fs_image&quot; role=&quot;button&quot; tabindex=&quot;-1&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_image&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
-
-                        &lt;div class=&quot;wp-fullscreen-both&quot;&gt;
-                        &lt;span aria-orientation=&quot;vertical&quot; role=&quot;separator&quot; class=&quot;mceSeparator&quot;&gt;&lt;/span&gt;
-                        &lt;/div&gt;
-
-                        &lt;div class=&quot;wp-fullscreen-both&quot;&gt;
-                        &lt;a title=&quot;&lt;?php _e('Insert/edit link (Alt + Shift + A)'); ?&gt;&quot; onclick=&quot;fullscreen.link();return false;&quot; class=&quot;mceButton mce_link mceButtonEnabled&quot; href=&quot;#&quot; id=&quot;wp_fs_link&quot; role=&quot;button&quot; aria-pressed=&quot;false&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_link&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
-
-                        &lt;div&gt;
-                        &lt;a title=&quot;&lt;?php _e('Unlink (Alt + Shift + S)'); ?&gt;&quot; onclick=&quot;fullscreen.unlink();return false;&quot; class=&quot;mceButton mce_unlink mceButtonEnabled&quot; href=&quot;#&quot; id=&quot;wp_fs_unlink&quot; role=&quot;button&quot; aria-pressed=&quot;false&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_unlink&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
-                        
-                        &lt;div&gt;
-                        &lt;span aria-orientation=&quot;vertical&quot; role=&quot;separator&quot; class=&quot;mceSeparator&quot;&gt;&lt;/span&gt;
-                        &lt;/div&gt;
-                        
-&lt;?php        if ( in_array( 'AtD', $extra, true ) ) { ?&gt;
-                        &lt;div&gt;
-                        &lt;a title=&quot;&lt;?php _e('Proofread Writing'); ?&gt;&quot; onclick=&quot;fullscreen.atd();return false;&quot; class=&quot;mceButton mceButtonEnabled&quot; href=&quot;#&quot; id=&quot;wp_fs_spellchecker&quot; role=&quot;button&quot; aria-pressed=&quot;false&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_spellchecker&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
-&lt;?php        } ?&gt;
-
-                        &lt;div&gt;
-                        &lt;a title=&quot;&lt;?php _e('Help (Alt + Shift + H)'); ?&gt;&quot; onclick=&quot;fullscreen.help();return false;&quot; class=&quot;mceButton mce_help mceButtonEnabled&quot; href=&quot;#&quot; id=&quot;wp_fs_help&quot; role=&quot;button&quot; aria-pressed=&quot;false&quot;&gt;
-                        &lt;span class=&quot;mceIcon mce_help&quot;&gt;&lt;/span&gt;
-                        &lt;/a&gt;
-                        &lt;/div&gt;
</del><span class="cx">                 &lt;/div&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;div id=&quot;wp-fullscreen-save&quot;&gt;
</span></span></pre></div>
<a id="trunkwpincludesjstinymcepluginsinlinepopupsskinsclearlooks2windowcss"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css (17879 => 17880)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css        2011-05-12 01:45:42 UTC (rev 17879)
+++ trunk/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css        2011-05-12 01:53:51 UTC (rev 17880)
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx"> .clearlooks2 .mceMiddle .mceIcon {left:15px; top:35px; width:32px; height:32px}
</span><span class="cx"> .clearlooks2 .mceAlert .mceMiddle span, .clearlooks2 .mceConfirm .mceMiddle span {background:transparent;left:60px; top:35px; width:320px; height:50px; font-weight:bold; overflow:auto; white-space:normal}
</span><span class="cx"> .clearlooks2 a:hover {font-weight:bold;}
</span><del>-.clearlooks2 .mceAlert .mceMiddle, .clearlooks2 .mceConfirm .mceMiddle {background:#E4F2FD}
</del><ins>+.clearlooks2 .mceAlert .mceMiddle, .clearlooks2 .mceConfirm .mceMiddle {background:#F9F9F9}
</ins><span class="cx"> .clearlooks2 .mceAlert .mceOk {left:50%; top:auto; margin-left: -40px}
</span><span class="cx"> .clearlooks2 .mceAlert .mceIcon {background:url(img/alert.gif)}
</span><span class="cx"> .clearlooks2 .mceConfirm .mceOk {left:50%; top:auto; margin-left: -90px}
</span></span></pre></div>
<a id="trunkwpincludesjstinymcewpmcehelpphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/tinymce/wp-mce-help.php (17879 => 17880)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/tinymce/wp-mce-help.php        2011-05-12 01:45:42 UTC (rev 17879)
+++ trunk/wp-includes/js/tinymce/wp-mce-help.php        2011-05-12 01:53:51 UTC (rev 17880)
</span><span class="lines">@@ -168,8 +168,6 @@
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> 
</span><del>-&lt;div id=&quot;wphead&quot;&gt;&lt;h1&gt;&lt;?php echo get_bloginfo('blogtitle'); ?&gt;&lt;/h1&gt;&lt;/div&gt;
-
</del><span class="cx"> &lt;ul id=&quot;tabs&quot;&gt;
</span><span class="cx">         &lt;li&gt;&lt;a id=&quot;tab1&quot; href=&quot;javascript:flipTab(1)&quot; title=&quot;&lt;?php _e('Basics of Rich Editing') ?&gt;&quot; accesskey=&quot;1&quot; tabindex=&quot;1&quot; class=&quot;current&quot;&gt;&lt;?php _e('Basics') ?&gt;&lt;/a&gt;&lt;/li&gt;
</span><span class="cx">         &lt;li&gt;&lt;a id=&quot;tab2&quot; href=&quot;javascript:flipTab(2)&quot; title=&quot;&lt;?php _e('Advanced use of the Rich Editor') ?&gt;&quot; accesskey=&quot;2&quot; tabindex=&quot;2&quot;&gt;&lt;?php _e('Advanced') ?&gt;&lt;/a&gt;&lt;/li&gt;
</span></span></pre>
</div>
</div>

</body>
</html>