WordPress/wp-includes/js
Ella Iseulde Van Dorpe 356fd0ff81 TinyMCE: add wptextpattern plugin
This plugin can automatically format text patterns as you type. It includes two patterns: unordered (`* ` and `- `) and ordered list (`1. ` and `1) `). If the transformation in unwanted, the user can undo the change by pressing backspace, using the undo shortcut, or the undo button in the toolbar.

This is the first TinyMCE plugin that has unit tests and there's some good groundwork for adding tests to existing plugins in the future.

First run. See #31441.

Built from https://develop.svn.wordpress.org/trunk@32699


git-svn-id: http://core.svn.wordpress.org/trunk@32669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-06-06 20:07:24 +00:00
..
crop
imgareaselect
jcrop
jquery Update jQuery UI to 1.11.4. 2015-03-11 15:12:27 +00:00
mediaelement Update more instances of default admin blues and grays. 2015-04-05 21:20:27 +00:00
plupload Update the Plupload Flash file to the latest version. 2015-04-20 06:13:25 +00:00
swfupload
thickbox In tb_show() in thickbox, when loading content into #TB_ajaxContent, make sure a URL with no ? doesn't break when &random= is appended to it. 2015-05-13 21:42:24 +00:00
tinymce TinyMCE: add wptextpattern plugin 2015-06-06 20:07:24 +00:00
admin-bar.js Toolbar: Search item consistency for focus state and IE8. 2015-04-08 16:08:28 +00:00
admin-bar.min.js Toolbar: Search item consistency for focus state and IE8. 2015-04-08 16:08:28 +00:00
autosave.js Admin notices: Add more variety and make more generically usable. 2014-11-21 16:41:25 +00:00
autosave.min.js Admin notices: Add more variety and make more generically usable. 2014-11-21 16:41:25 +00:00
backbone.min.js Don't override minified libraries included in core 2015-04-07 04:38:25 +00:00
colorpicker.js
colorpicker.min.js
comment-reply.js
comment-reply.min.js
customize-base.js Customizer: [31885] actually hasn't fixed the SecurityErrors. This one does. 2015-03-25 23:36:27 +00:00
customize-base.min.js Customizer: [31885] actually hasn't fixed the SecurityErrors. This one does. 2015-03-25 23:36:27 +00:00
customize-loader.js Customizer: Avoid SecurityErrors when the Customizer is embedded in an origin other than wp-admin. 2015-03-25 17:26:26 +00:00
customize-loader.min.js Customizer: Avoid SecurityErrors when the Customizer is embedded in an origin other than wp-admin. 2015-03-25 17:26:26 +00:00
customize-models.js
customize-models.min.js
customize-preview-widgets.js
customize-preview-widgets.min.js
customize-preview.js Customizer: Add loading indicators for the Customizer preview. 2015-03-10 15:56:26 +00:00
customize-preview.min.js Customizer: Add loading indicators for the Customizer preview. 2015-03-10 15:56:26 +00:00
customize-views.js
customize-views.min.js
heartbeat.js Heartbeat: 2014-11-10 01:47:24 +00:00
heartbeat.min.js Heartbeat: 2014-11-10 01:47:24 +00:00
hoverIntent.js Update hoverIntent to 1.8.1. 2015-03-11 17:15:27 +00:00
hoverIntent.min.js Update hoverIntent to 1.8.1. 2015-03-11 17:15:27 +00:00
json2.js
json2.min.js
masonry.min.js Don't override minified libraries included in core 2015-04-07 04:38:25 +00:00
mce-view.js TinyMCE wpView: preserve HTML wrapped in shortcodes. 2015-06-01 18:09:26 +00:00
mce-view.min.js TinyMCE wpView: preserve HTML wrapped in shortcodes. 2015-06-01 18:09:26 +00:00
media-audiovideo.js TinyMCE wpView: preserve HTML wrapped in shortcodes. 2015-06-01 18:09:26 +00:00
media-audiovideo.min.js TinyMCE wpView: preserve HTML wrapped in shortcodes. 2015-06-01 18:09:26 +00:00
media-editor.js Avoid a PHP notice when adding an embed via Insert from URL. 2015-04-21 14:36:25 +00:00
media-editor.min.js Avoid a PHP notice when adding an embed via Insert from URL. 2015-04-21 14:36:25 +00:00
media-grid.js In views/button/select-mode-toggle, don't hide the spinner with JS. This oversight is a symptom of the too-aggressive outside DOM handling that is happening in this view's toggleBulkEditHandler method. 2015-05-13 21:27:27 +00:00
media-grid.min.js In views/button/select-mode-toggle, don't hide the spinner with JS. This oversight is a symptom of the too-aggressive outside DOM handling that is happening in this view's toggleBulkEditHandler method. 2015-05-13 21:27:27 +00:00
media-models.js Move the built media JS files up a directory to their previous location and naming convention. This fidgets with part of [31373] and will maintain BC for those who were loading those files directly (not using the enqueue system). 2015-04-14 15:31:28 +00:00
media-models.min.js Move the built media JS files up a directory to their previous location and naming convention. This fidgets with part of [31373] and will maintain BC for those who were loading those files directly (not using the enqueue system). 2015-04-14 15:31:28 +00:00
media-views.js Browserify after [32677] 2015-06-06 19:50:29 +00:00
media-views.min.js Browserify after [32677] 2015-06-06 19:50:29 +00:00
quicktags.js Editor: 2015-06-01 17:38:29 +00:00
quicktags.min.js Editor: 2015-06-01 17:38:29 +00:00
shortcode.js Correctly capitalize JavaScript throughout core docs. 2014-12-02 00:31:22 +00:00
shortcode.min.js
swfobject.js
tw-sack.js
tw-sack.min.js
twemoji.js Emoji: 2015-04-01 02:39:28 +00:00
twemoji.min.js Emoji: 2015-04-01 02:39:28 +00:00
underscore.min.js Don't override minified libraries included in core 2015-04-07 04:38:25 +00:00
utils.js
utils.min.js
wp-a11y.js Add wp.a11y.speak() for audible alerts/updates in screen readers. Props afercia, GrahamArmfield (for the idea), iseulde. Fixes #31368. 2015-03-01 19:11:27 +00:00
wp-a11y.min.js Add wp.a11y.speak() for audible alerts/updates in screen readers. Props afercia, GrahamArmfield (for the idea), iseulde. Fixes #31368. 2015-03-01 19:11:27 +00:00
wp-ajax-response.js Replace flagrant instances of .html('') with .empty(). 2015-03-09 19:44:26 +00:00
wp-ajax-response.min.js Replace flagrant instances of .html('') with .empty(). 2015-03-09 19:44:26 +00:00
wp-auth-check.js Disable body scrolling when session expired log in modal is open. 2015-03-31 22:55:26 +00:00
wp-auth-check.min.js Disable body scrolling when session expired log in modal is open. 2015-03-31 22:55:26 +00:00
wp-backbone.js
wp-backbone.min.js
wp-emoji-loader.js Emoji: 2015-05-03 18:45:29 +00:00
wp-emoji-loader.min.js Emoji: 2015-05-03 18:45:29 +00:00
wp-emoji-release.min.js Emoji: make sure we parse only strings or DOM nodes that have children. 2015-06-01 18:25:25 +00:00
wp-emoji.js Emoji: make sure we parse only strings or DOM nodes that have children. 2015-06-01 18:25:25 +00:00
wp-emoji.min.js Emoji: make sure we parse only strings or DOM nodes that have children. 2015-06-01 18:25:25 +00:00
wp-list-revisions.js
wp-list-revisions.min.js
wp-lists.js
wp-lists.min.js
wp-pointer.js
wp-pointer.min.js
wp-util.js Improve wp.media documentation. 2014-11-05 19:39:22 +00:00
wp-util.min.js
wpdialog.js
wpdialog.min.js
wplink.js Link modal: reset search results appropriately 2015-05-25 06:41:25 +00:00
wplink.min.js Link modal: reset search results appropriately 2015-05-25 06:41:25 +00:00
zxcvbn-async.js
zxcvbn-async.min.js
zxcvbn.min.js