WordPress/wp-includes/js/tinymce/plugins
Andrew Ozz 56ede0bad7 Edit Image modal:
- Move all advanced options under a single “Show advanced options” toggle that mirrors the behavior and look-and-feel of the wplink modal.
- Switch to using <select> for the Size and Link To.
- Bring back the field for CSS Class for the image, but don’t incorporate the internally managed WordPress classes (size-, wp-image-, etc…).
- On larger screen sizes, float labels to the left. When the width drops below 900px, stack the label above the fields.
- Keep image at top on screen sizes where the two columns are stacked into a single column.
- Don't replace the nodes in the editor DOM so we don't stomp on any custom attributes that the user may have added via the Text editor or some other mechanism.
Props gcorne, see #27366
Built from https://develop.svn.wordpress.org/trunk@27898


git-svn-id: http://core.svn.wordpress.org/trunk@27729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-04-02 01:54:15 +00:00
..
charmap TinyMCE modals: re-enable the Close button in charmap, fix arrows in listboxes, add and position dashicons to the menu (when visible), see #26952 2014-03-12 08:19:14 +00:00
compat3x TinyMCE: update to 4.0.20, see #24067 2014-03-19 04:46:15 +00:00
directionality TinyMCE: update to 4.0.20, see #24067 2014-03-19 04:46:15 +00:00
fullscreen TinyMCE 4.0.12, first run. 2013-12-28 23:53:15 +00:00
hr TinyMCE: update to 4.0.20, see #24067 2014-03-19 04:46:15 +00:00
image TinyMCE: update to 4.0.21, see #24067 2014-04-01 22:46:14 +00:00
media TinyMCE: update to 4.0.21, see #24067 2014-04-01 22:46:14 +00:00
paste TinyMCE: update to 4.0.21, see #24067 2014-04-01 22:46:14 +00:00
tabfocus TinyMCE: update to 4.0.20, see #24067 2014-03-19 04:46:15 +00:00
textcolor TinyMCE: update to 4.0.20, see #24067 2014-03-19 04:46:15 +00:00
wordpress Editor: 2014-03-29 23:58:14 +00:00
wpdialogs Update the versions of several devDependencies in package.json. grunt-cssjanus has been updated to 0.2.2, we no longer need the fork. Run npm install to receive updates for node_modules in the project root. 2014-01-29 04:43:30 +00:00
wpeditimage Edit Image modal: 2014-04-02 01:54:15 +00:00
wpfullscreen Editor: 2014-03-29 23:58:14 +00:00
wpgallery Unifying media controls and supporting playlists in the editor: 2014-03-20 13:33:14 +00:00
wplink TinyMCE: add Ctrl+K, the "de-facto standard" shortcut to open wpLink, fixes #27305 2014-03-07 03:09:14 +00:00
wpview wpView: select/deselect views when moving the caret with the arrow keys, don't move the caret after deselect(), props gcorne, see #26959 2014-03-20 02:48:14 +00:00