| [20054]
|
azaozz
|
Improve adding more css classes to the editor body, add "rtl", "ie7", "ie8", "ie9" so they can be targeted in editor-style.css, see #19437
|
| [20013]
|
azaozz
|
HTML in image captions: improve converting the caption html elements to a shortcode, catch some rare cases where image with a caption is pasted in the visual editor, see #18311
|
| [19993]
|
azaozz
|
Use json_encode when outputting translated strings for use in TinyMCE, fixes #20119
|
| [19990]
|
azaozz
|
TinyMCE: move the WordPress plugins styles to the theme's stylesheet, fixes #20118
|
| [19988]
|
azaozz
|
Close TinyMCE popups/dialogs when clicking on the background, fixes #20117
|
| [19986]
|
azaozz
|
Add new string to the proper i18n object, see #18311
|
| [19984]
|
azaozz
|
Don't show edit/remove image buttons in the visual editor when an image is floated, doesn't have a caption and there is text in the same paragraph, props solarissmoke, fixes #19611
|
| [19982]
|
azaozz
|
HTML in image captions, first run, see #18311
|
| [19977]
|
azaozz
|
Use native TinyMCE popup for the image properties dialog, fixes #20096, see #20094
|
| [19954]
|
azaozz
|
Refresh wpCookie, fixes #20078
|
| [19951]
|
azaozz
|
FIx charset in minified file, see #19592
|
| [19947]
|
azaozz
|
Revert [19946], bumpbot may need to be UTF-8 aware.
|
| [19945]
|
azaozz
|
Load TinyMCE's non-minified "*src.js" plugin files when SCRIPT_DEBUG is defined, part props ericlewis, fixes #20055
|
| [19912]
|
azaozz
|
Add the editor ID and the post type (when available) as classes to the TinyMCE's body, fixes #19437
|
| [19846]
|
azaozz
|
Click empty toolbar to scroll to top, props ericmann, fixes #18758
|
| [19832]
|
azaozz
|
Move an unsightly semicolon to where it belongs in wp_localize_script(), props tw2113, fixes #19830
|
| [19831]
|
azaozz
|
Fix typo in $core_actions_get in admin-ajax.php, see #15327
|
| [19830]
|
azaozz
|
Update TinyMCE to 3.4.8, fixes #19969, fixes #19936, fixes #19741
|
| [19828]
|
azaozz
|
Remove unused TinyMCE media plugin images, props SergeyBiryukov, fixes #19963
|
| [19694]
|
azaozz
|
Wrap long titles in dashboard recent drafts, props Lardjo SergeyBiryukov, fixes #17424
|
| [19636]
|
azaozz
|
Replace background image with CSS3 gradient in wp_die(), fixes #19701 for 3.3
|
| [19635]
|
azaozz
|
Replace background image with CSS3 gradient in wp_die(), fixes #19701
|
| [19631]
|
azaozz
|
Editor: fix invalid nested lists, fix tabbing - Tab goes to Publish/Update, Shift + Tab goes back to Title, fixes #18261
|
| [19566]
|
azaozz
|
Toolbar fix bg color in IE8 & 9 folded search box and IE7 search box size, see #19424
|
| [19561]
|
azaozz
|
Fix position of icons in Opera RTL, see #19424
|
| [19548]
|
azaozz
|
Remove role="menu" and role="menuitem" for now, fixes #19394
|
| [19546]
|
azaozz
|
Make the Add new Category fields up to 260px wide, fixes #19339
|
| [19533]
|
azaozz
|
Make sure editor-buttons.css is loaded even if tiny_mce.js is used directly and the wp_theme skin is selected in the settings, see #17144
|
| [19508]
|
azaozz
|
Include wp-admin-bar-secondary-* when closing non-current submenus, see #19394
|
| [19505]
|
azaozz
|
When tabbing: on Enter open the current submenu and close other submenus if open, see #19394
|
| [19494]
|
azaozz
|
Sanitize options for resizing in the uploader, props mhauan, nacin, fixes #19399
|
| [19492]
|
azaozz
|
Fix css selectors mismatch in Press This, see #19341
|
| [19487]
|
azaozz
|
When the submenu is too long to fit on the screen, place the top if it under the admin bar (the rest is scrollable with a wheel mouse), fixes #19323
|
| [19486]
|
azaozz
|
Reset aria_arrtibutes when reaching admin submenu, see #19394
|
| [19485]
|
azaozz
|
Add tabbing JS to the admin menu, same functionality as the top menu, see #19394
|
| [19484]
|
azaozz
|
Add ARIA related attributes (first take), props DrewAPicture, see #19394
|
| [19483]
|
azaozz
|
Fix the tabbing JS to work as described in the W3 ARIA draft: Tab to select, Enter to show submenu, Esc to close submenu, return to top menu and focus it. See #19394
|
| [19476]
|
azaozz
|
Prevent error in autosave for CPTs without title or editor, props sorich87, fixes #18227
|
| [19458]
|
azaozz
|
Admin bar: change the tabbing to behave as if the admin bar menus were click-to-open (Tab to select, Enter to open/close), fixes #19088
|
| [19457]
|
azaozz
|
TinyMCE: add class to the editor body for the old fullscreen mode (still can be used by plugins), see #17144
|
| [19456]
|
azaozz
|
Rename the problematic "unload" event in Thickbox to "tb_unload", making it a true custom event, fixes #19189
|
| [19455]
|
azaozz
|
Check the sidebar class for orphaned sidebars, match sidebars by id while retrieving orphans and the theme has not changed, props SergeyBiryukov, fixes #19350
|
| [19453]
|
azaozz
|
Update the text for inactive sidebars, props chrisbliss18 SergeyBiryukov, fixes #19350
|
| [19452]
|
azaozz
|
Make sure all orphaned sidebars are shown on the left (under Available Widgets), see #19350
|
| [19451]
|
azaozz
|
Revert [19264] to keep back-compat. Any improperly fired window.unload will have to be dealt with on a case by case basis.
|
| [19449]
|
azaozz
|
Move the check whether the theme supports widgets before we register any extra sidebars, fixes #19352
|
| [19446]
|
azaozz
|
Few more RTL and IE7 fixes, see #19042
|
| [19440]
|
azaozz
|
Tweak the active help tab padding to line it up, see #19020
|
| [19432]
|
azaozz
|
Changes user_can_richedit() to default to true for logged out users, same as the default for logged in users, fixes #19320
|
| [19426]
|
azaozz
|
DOn't show flyouts on tabbing for now (not accessible), fixes #19191
|
| [19424]
|
azaozz
|
Fix inserting images from url in Press This, fixes #19341
|
| [19423]
|
azaozz
|
jQuery 1.7.1, fixes #19326
|
| [19414]
|
azaozz
|
Align login box, messages, navigation links and header image on the login screen, props SergeyBiryukov and helenyhou, fixes #19331
|
| [19413]
|
azaozz
|
Admin bar: lighter search icon, props chexee, fixes #19151
|
| [19408]
|
azaozz
|
Restore back-compat with wp_tiny_mce(), see #19320
|
| [19407]
|
azaozz
|
Admin bar: add class for IE9 and fix background color in search, props SergeyBiryukov, see #19151
|
| [19404]
|
azaozz
|
RTL fix for Login screen, props SergeyBiryukov, fixes #19316
|
| [19401]
|
azaozz
|
Admin bar: min-width same as on admin body, see #81197
|
| [19387]
|
azaozz
|
Extend the workaround for adding the Press This bookmarklet to IE, props dllh SergeyBiryukov, fixes #18487
|
| [19384]
|
azaozz
|
Output the "After a file has been uploaded..." message by using the post-upload-ui action, fixes #18764
|
| [19381]
|
azaozz
|
Press This: fix duplicate HTML IDs, add the 'default_post_to_edit' ID, fix minor RTL css, fixes #18989
|
| [19371]
|
azaozz
|
Help tabs RTL fixes, props helenyhou, see #19042
|
| [19370]
|
azaozz
|
Admin bar: re-center the search box, see #81197
|
| [19369]
|
azaozz
|
TwentyEleven: prevent #nav-single from blocking clicks, props SergeyBiryukov, fixes #18884
|
| [19368]
|
azaozz
|
Admin bar IE7, iPad and rtl refresh, see #81197
|
| [19367]
|
azaozz
|
Change the drop target border color, props ocean90, fixes #19298
|
| [19363]
|
azaozz
|
Improve RTL for Welcome panel, refresh css files, see #19271
|
| [19362]
|
azaozz
|
Fix return value in Plupload when using the html4 runtime, fixes #19302
|
| [19360]
|
azaozz
|
Remove old styling for rtl progress bar, see #19042
|
| [19359]
|
azaozz
|
Fix the border color on Menus screen, props ocean90, fixes #19234
|
| [19358]
|
azaozz
|
Restore the handle arrow in Post publish metabox, props ocean90, fixes #19299
|
| [19357]
|
azaozz
|
Fix Quickpress labels in FF, props ocean90, fixes #19170
|
| [19356]
|
azaozz
|
RTL refresh for Welcome panel, fixes #19271
|
| [19355]
|
azaozz
|
Remove the gap on folded admin menu item with submenu above a divider, props helenyhou, fixes #19269
|
| [19354]
|
azaozz
|
Update admin-bar-sprite, refresh admin-bar-rtl.css, props ocean90, fixes #19289, fixes #19293
|
| [19353]
|
azaozz
|
More RTL for the admin menu, props ocean90, see#19042
|
| [19351]
|
azaozz
|
Update RTL bullet alignment on New Install Dashboard Welcome Area, props chexee, see #19271
|
| [19350]
|
azaozz
|
Show Insert into post button in the media library when the current post supports editor (not the attachment parent), props SergeyBiryukov, fixes #18912
|
| [19348]
|
azaozz
|
Twenty Eleven: footer widgets shouldn't appear on the 404 page, props iandstewart, fixes #18933
|
| [19347]
|
azaozz
|
Twenty Eleven: Custom shadows for comment avatars in the dark color scheme, props iandstewart, fixes #18930
|
| [19346]
|
azaozz
|
Uploader: show the progress bars as soon as files are queued, attempt to make the progress bar more precise, see #19228
|
| [19345]
|
azaozz
|
Welcome Screen: remove white space, make the second dismiss link work, see #11651
|
| [19341]
|
azaozz
|
Welcome Screen: update column widths to show 3-col view on 1280 wide screens. Props helenyhou chexee, see #11651
|
| [19340]
|
azaozz
|
Prioritize the saved data over the current data when restoring widget positions, props SergeyBiryukov, see #19092
|
| [19338]
|
azaozz
|
Fix admin bar in iOS5 iPads, props georgestephanis, fixes #18654
|
| [19335]
|
azaozz
|
Don't show the uploader on iPads (it's pointless), fixes #19004
|
| [19334]
|
azaozz
|
Prevent errors in assigning widgets to sidebars for themes with dynamic sidebars, props batmoo, fixes #19274
|
| [19333]
|
azaozz
|
Don't try to convert empty widget settings from old format, props SergeyBiryukov, fixes #19091
|
| [19332]
|
azaozz
|
When restoring sidebars after switching back to an old theme, make sure the saved data matches the theme's current sidebars, fixes #19092
|
| [19331]
|
azaozz
|
Tweak install.php CSS to better fit translations, props SergeyBiryukov, fixes #19281
|
| [19330]
|
azaozz
|
Change text prompt in HTML uploader, props jane, fixes #19276
|
| [19329]
|
azaozz
|
When queueing too large files in the multi-file uploader in IE or Opera, show error message and remove the file from the queue, fixes #19228
|
| [19319]
|
azaozz
|
mode == 'tmce' || mode == 'tinymce', see #17144
|
| [19316]
|
azaozz
|
Make switchEditors.go() fully back-compat, see #17144
|
| [19307]
|
azaozz
|
More RTL fixes, props rosshanney, see #19042
|
| [19306]
|
azaozz
|
Make the Save All Changes initially hidden on Media -> Add New screen, improve the progress bar "progress" to 1px ticks, see #19190
|
| [19299]
|
azaozz
|
Workaround for WebKit bug when previewing posts, props SergeyBiryukov, fixes #18341
|
| [19297]
|
azaozz
|
Fix styling for the installation screens, props chexee, fixes #18576
|
| [19294]
|
azaozz
|
Add some more padding to the Dismiss link in the uploader notices, see #19228
|
| [19290]
|
azaozz
|
Prevent errors in QTags.closeAllTags(), make it remove button states but not modify the content (as that often is wrong anyways), fixes #15911
|