Andrew Ozz
|
bf02e004e0
|
Support for "tabbing" through the admin bar and admin menu, fixes #19088
git-svn-id: https://develop.svn.wordpress.org/trunk@19162 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-11-05 01:13:18 +00:00 |
Andrew Ozz
|
3700b57fdc
|
Remove the Cancel Upload button, fixes #19050
git-svn-id: https://develop.svn.wordpress.org/trunk@19127 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-11-03 01:47:12 +00:00 |
Andrew Ozz
|
fa570e7b76
|
More css cleanup, fix styles in the Edit Image popup then the editor is on the front end see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@19116 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-11-02 15:24:56 +00:00 |
Andrew Ozz
|
947ba8f62c
|
Fix uploader "file size exceeded" error message, fix displaying uploaded queue errors, see #18206
git-svn-id: https://develop.svn.wordpress.org/trunk@19100 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-11-01 11:56:20 +00:00 |
Andrew Ozz
|
1746c2af62
|
Disable the Cancel Upload button after the upload has finished or if it was interrupted, fixes #19050
git-svn-id: https://develop.svn.wordpress.org/trunk@19099 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-31 21:38:28 +00:00 |
Andrew Nacin
|
866b118316
|
Fix QuickTags typos. props trepmal, fixes #19082.
git-svn-id: https://develop.svn.wordpress.org/trunk@19084 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-28 23:29:53 +00:00 |
Andrew Nacin
|
1287ec492a
|
Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g
git-svn-id: https://develop.svn.wordpress.org/trunk@19028 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-20 15:04:46 +00:00 |
Andrew Ozz
|
6bdce8d62f
|
Pointers: add default width (400px) that fixes positioning in IE7, add href attrib to the Close link, see #18693
git-svn-id: https://develop.svn.wordpress.org/trunk@18987 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 07:03:31 +00:00 |
Daryl Koopersmith
|
db82a18377
|
Tweak pointer styles. see #18693.
git-svn-id: https://develop.svn.wordpress.org/trunk@18971 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-14 03:58:27 +00:00 |
Daryl Koopersmith
|
087201621e
|
Fix incorrect closing tag in pointers JS. see #18693.
git-svn-id: https://develop.svn.wordpress.org/trunk@18970 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-14 03:36:04 +00:00 |
Daryl Koopersmith
|
ed7c3fb655
|
Simplify pointer API with smarter positioning. see #18693.
git-svn-id: https://develop.svn.wordpress.org/trunk@18969 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-14 03:33:46 +00:00 |
Andrew Ozz
|
a7f2758641
|
Remove stray comma, fixes #18929
git-svn-id: https://develop.svn.wordpress.org/trunk@18967 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-13 19:46:13 +00:00 |
Andrew Ozz
|
e10d951cce
|
Fix visibility of Select Files button in IE7, change border color when hovering over the drag drop area of the uploader, see #18918, see #18206
git-svn-id: https://develop.svn.wordpress.org/trunk@18957 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-12 22:24:53 +00:00 |
Andrew Ozz
|
3a696e6995
|
Speed up the admin bar drop-downs a bit when using hoverIntent, props johnbillion, fixes #18299
git-svn-id: https://develop.svn.wordpress.org/trunk@18849 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 22:31:15 +00:00 |
Andrew Ozz
|
6840264a43
|
Fix thickbox (again!), props SergeyBiryukov, fixes #18796
git-svn-id: https://develop.svn.wordpress.org/trunk@18848 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 22:24:34 +00:00 |
Mark Jaquith
|
a3bdf19206
|
Be more consistent with ERROR: messages. fixes #15887
git-svn-id: https://develop.svn.wordpress.org/trunk@18841 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 17:18:35 +00:00 |
Andrew Nacin
|
0cd9b83b64
|
Cache internal linking nonce jQuery object. props mitchoyoshitaka. Update this nonce through autosave. fixes #18403.
git-svn-id: https://develop.svn.wordpress.org/trunk@18820 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 21:39:55 +00:00 |
Andrew Nacin
|
35edc4264d
|
Release a user's post lock when the user leaves a post. see #18515.
git-svn-id: https://develop.svn.wordpress.org/trunk@18796 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-27 20:52:07 +00:00 |
Daryl Koopersmith
|
a7767fbcec
|
Second pass, admin bar overhaul. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18776 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-25 23:30:40 +00:00 |
Andrew Ozz
|
be87523fed
|
Fix wplink when TinyMCE is not loaded, fix image insertion when wpActiveEditor is not set, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18766 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-24 04:43:19 +00:00 |
Andrew Ozz
|
e42c40167f
|
Update jQuery to 1.6.4, update jQuery UI to 1.8.16, add the rest of UI, add workaround for a regression in UI Draggable, see #17952
git-svn-id: https://develop.svn.wordpress.org/trunk@18757 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-23 05:03:31 +00:00 |
Andrew Ozz
|
efbfde27eb
|
Quicktags: fix closing of the first tag in an empty textarea, allow closing of all tags without the button, see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18727 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-20 02:22:43 +00:00 |
Andrew Ozz
|
268911c313
|
Fix quicktags buttons fir self-closing tags, remove unneeded arg when adding a button, see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18725 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-19 20:47:20 +00:00 |
Andrew Ozz
|
945d4500b4
|
Add TinyMCE command to handle opening of the upload/insert popup, fix the shortcut "Alt+Shift+M", fix the "image" button in DFW, fixes #17992, fixes #18697, see $17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18710 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-19 00:47:23 +00:00 |
Daryl Koopersmith
|
342180470d
|
Add pointers feature, and pointer to admin bar, props nacin for PHP bits, see #18693.
git-svn-id: https://develop.svn.wordpress.org/trunk@18707 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-18 21:17:09 +00:00 |
Andrew Ozz
|
c0f4b1a326
|
Improve the image drag-resize detection in the visual editor (supported in FF and IE only), remove the size-* class if the image is soft-resized, see #18107
git-svn-id: https://develop.svn.wordpress.org/trunk@18702 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-18 03:00:13 +00:00 |
Andrew Ozz
|
1948c952a4
|
Update plupload to 1.5b and add "drop area" for drag and drop uploading, see #18206
git-svn-id: https://develop.svn.wordpress.org/trunk@18701 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-18 02:25:23 +00:00 |
Andrew Ozz
|
d20435eb03
|
Improve handling of plupload init and add a filter, stop including cookies in the init (not needed with plupload), see #18206
git-svn-id: https://develop.svn.wordpress.org/trunk@18674 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-15 05:30:58 +00:00 |
Andrew Ozz
|
5c2de1a6fc
|
TinyMCE 3.4.5, fixes #18107
git-svn-id: https://develop.svn.wordpress.org/trunk@18660 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-09 20:08:40 +00:00 |
Jon Cave
|
82c0f09c09
|
Fix typos in documentation (wp-includes/[i-z]). See #18560.
git-svn-id: https://develop.svn.wordpress.org/trunk@18639 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-05 19:08:15 +00:00 |
Andrew Nacin
|
46773a16ea
|
s/hask/hack/. props scribu, see #16695.
git-svn-id: https://develop.svn.wordpress.org/trunk@18629 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-02 21:25:42 +00:00 |
Andrew Ozz
|
1205b09cf6
|
More quicktags back-compat, see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18628 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-02 20:40:47 +00:00 |
Andrew Ozz
|
fb2a6c0f6d
|
Fix typo in quicktags.js, props westi, see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18623 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-30 17:50:12 +00:00 |
Andrew Ozz
|
8e64c7199c
|
Fix silverlight uploading when not resizing files on the fly, props kurtpayne, see #18206
git-svn-id: https://develop.svn.wordpress.org/trunk@18620 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-29 23:59:22 +00:00 |
Andrew Ozz
|
ea03cd66fd
|
Fix styling and quicktags error in press this, see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18619 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-28 20:48:05 +00:00 |
Andrew Ozz
|
2419657db5
|
Properly reset vars, see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18612 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-27 16:30:36 +00:00 |
Andrew Ozz
|
ec6fc2ea80
|
Improve quicktags back-compat, add method instance.getButtonElement(id), see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18611 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-26 23:30:01 +00:00 |
Andrew Ozz
|
dde77fd41b
|
Merge most admin css files, first run, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@18577 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-21 03:46:43 +00:00 |
Andrew Ozz
|
3f921df606
|
Fix QTags.closeAllTags(), replace 'tb' with 'ed' in quicktags,js to make it clear it is the editor instance not the toolbar, small comments quick edit fixes, see #16695, fixes #15911
git-svn-id: https://develop.svn.wordpress.org/trunk@18576 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-20 19:55:51 +00:00 |
Andrew Ozz
|
4bff812918
|
Fix the "close tags" button in quicktags, props SergeyBiryukov, see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18575 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-19 21:23:31 +00:00 |
Andrew Ozz
|
aabac42c0f
|
Fix i18n for wp_editor, props SergeyBiryukov, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18518 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-07 16:26:31 +00:00 |
Andrew Ozz
|
6ce85719a7
|
Fix back-compat for quicktags, introduce QTags.addButton(), see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18511 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-05 04:09:22 +00:00 |
Andrew Ozz
|
5b4ac17cc5
|
Fix editor icons when no SCRIPT_DEBUG, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18503 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-03 23:56:21 +00:00 |
Andrew Ozz
|
461ceba60d
|
Editor API enhancement, first run (still needs some work), see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18498 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-03 10:19:00 +00:00 |
Andrew Ozz
|
d5a6cf3dfd
|
Refactor Quicktags, props garyc40, see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18497 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-03 10:11:12 +00:00 |
Andrew Ozz
|
6ed41b7ed1
|
Admin bar: fix the Shortlink menu when using jQuery, see #18299
git-svn-id: https://develop.svn.wordpress.org/trunk@18495 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-01 23:33:56 +00:00 |
Andrew Ozz
|
804284c665
|
Admin bar: use jQuery if loaded to improve UX, fixes #18299
git-svn-id: https://develop.svn.wordpress.org/trunk@18488 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-07-29 22:57:30 +00:00 |
Andrew Ozz
|
57bff0b6d8
|
Add SWFUpload back for plugins that queue it directly, fix some escaping in media.php, see #18206
git-svn-id: https://develop.svn.wordpress.org/trunk@18484 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-07-29 19:21:21 +00:00 |
Andrew Ozz
|
12a7d989e0
|
Pluploader take 1, props jacobwg, see #18206
git-svn-id: https://develop.svn.wordpress.org/trunk@18482 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-07-29 08:59:35 +00:00 |
Andrew Ozz
|
3fff132530
|
Fix URL in wp-link when editing, props SergeyBiryukov, fixes #18149
git-svn-id: https://develop.svn.wordpress.org/trunk@18474 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-07-27 23:02:54 +00:00 |
Andrew Ozz
|
06f33f29ba
|
Use json_encode() for adding script data (formerly l10n). Add the same functionality to WP_Styles for adding inline css after a stylesheet has been outputted. See #11520
git-svn-id: https://develop.svn.wordpress.org/trunk@18464 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-07-25 00:36:06 +00:00 |
Andrew Ozz
|
9bcfc3da39
|
<!DOCTYPE html> for all, fixes #18202
git-svn-id: https://develop.svn.wordpress.org/trunk@18460 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-07-22 00:25:41 +00:00 |
Andrew Ozz
|
dc77ebee3a
|
Fix DFW autoresizing in WebKit when zoom != 100%, fixes #17927
git-svn-id: https://develop.svn.wordpress.org/trunk@18379 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-30 07:33:08 +00:00 |
Andrew Ozz
|
131af255ff
|
Add the new TinyMCE icons to two more buttons, fixes #17925
git-svn-id: https://develop.svn.wordpress.org/trunk@18373 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-29 16:10:57 +00:00 |
Andrew Nacin
|
087ad68a23
|
Move the sekrit full screen editor width shortcut keys below the common bold/italic/etc keys on the editor keyboard shortcuts help tab. No strings were harmed in the making of this commit.
git-svn-id: https://develop.svn.wordpress.org/trunk@18316 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-16 10:28:29 +00:00 |
Andrew Ozz
|
e3a1054bef
|
Add context to _e('Name'), props valentinas, fixes #16531
git-svn-id: https://develop.svn.wordpress.org/trunk@18247 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-10 22:13:26 +00:00 |
Andrew Ozz
|
48951ad388
|
DFW: show the toolbar only when the mouse is near the top of the window, see #17503
git-svn-id: https://develop.svn.wordpress.org/trunk@18241 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-10 21:08:49 +00:00 |
Andrew Ozz
|
2f3a53166f
|
background-color = transparent, fixes #17726
git-svn-id: https://develop.svn.wordpress.org/trunk@18197 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-08 17:35:48 +00:00 |
Andrew Ozz
|
ebd705f0b5
|
Fix style of the <!--more--> tag replacement image in TinyMCE so it doesn't show horizontal scrollbar in FF and IE.
git-svn-id: https://develop.svn.wordpress.org/trunk@18196 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-08 17:16:22 +00:00 |
Daryl Koopersmith
|
d528a78cbe
|
Show post editor inset shadow in visual mode.
git-svn-id: https://develop.svn.wordpress.org/trunk@18180 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-07 20:29:54 +00:00 |
Andrew Ozz
|
9565d6364b
|
DFW: don't prepend comma if content_css is empty, props duck_, fixes #17690
git-svn-id: https://develop.svn.wordpress.org/trunk@18151 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-05 18:13:15 +00:00 |
Andrew Ozz
|
98d58b4edd
|
Fix WebKit browsers reporting document.body height shorter than it is, add classes to TinyMCE's body: 'wp-editor' or 'wp-fullscreen-editor', fix mousemove event in IE, fixes #17664
git-svn-id: https://develop.svn.wordpress.org/trunk@18142 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-05 00:06:28 +00:00 |
Andrew Ozz
|
35ba083b00
|
DFW: restore editor width shortcuts, restore limited overwriting of the theme styling in TinyMCE, show the toolbar on mouse move in TinyMCE, improve the help, fixes #17503, fixes #17644, fixes #17664, fixes #17596
git-svn-id: https://develop.svn.wordpress.org/trunk@18137 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-04 00:46:47 +00:00 |
Andrew Ozz
|
f33bfbb86f
|
Make DFW use the exact same style as the normal editor, remove width resizing in DFW as it would clash with editor-style.css for some themes, fixes #17644
git-svn-id: https://develop.svn.wordpress.org/trunk@18103 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-01 20:01:29 +00:00 |
Andrew Ozz
|
ee6db8dcaf
|
Add some delay to allow the flash uploader swf to load in FF4, fixes #17329
git-svn-id: https://develop.svn.wordpress.org/trunk@18073 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-30 02:23:45 +00:00 |
Andrew Ozz
|
25431a16bb
|
s/Colse/Close/, props nacin, fixes #17399
git-svn-id: https://develop.svn.wordpress.org/trunk@18070 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-29 05:07:32 +00:00 |
Andrew Ozz
|
1596867751
|
Don't close DFW when closing modal dialogs with Escape key, fixes #17399
git-svn-id: https://develop.svn.wordpress.org/trunk@18069 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-29 02:04:52 +00:00 |
Andrew Ozz
|
69d133d6f0
|
Fix the spellchecker button for the visual editor.
Fix focusing the editor in IE, props greuben, fixes #17467
git-svn-id: https://develop.svn.wordpress.org/trunk@18066 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-28 16:46:13 +00:00 |
Andrew Ozz
|
3db61a5880
|
Fix regression: the visual editor removes empty paragraphs, fix CSS for the spellchecker button, fixes #17368
git-svn-id: https://develop.svn.wordpress.org/trunk@18064 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-27 19:27:19 +00:00 |
Andrew Ozz
|
3a20d6aa17
|
Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311
git-svn-id: https://develop.svn.wordpress.org/trunk@18027 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-25 01:04:12 +00:00 |
Andrew Ozz
|
c81d44279d
|
Fix updating of custom fields, fixes #17483
git-svn-id: https://develop.svn.wordpress.org/trunk@17981 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-21 14:38:56 +00:00 |
Andrew Ozz
|
d9ce44d0eb
|
When viewing Help in DFW, show only the shortcuts tab, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17974 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-19 18:49:36 +00:00 |
Andrew Ozz
|
15a8ad08c9
|
Add the missing icon to the TinyMCE buttons, props empireoflight, props saracannon, see #15986
git-svn-id: https://develop.svn.wordpress.org/trunk@17972 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-19 16:26:07 +00:00 |
Andrew Ozz
|
0d5e03dd9f
|
Don't show the Fullscreen button on the comment edit page, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17966 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-19 07:34:54 +00:00 |
Andrew Ozz
|
726f793526
|
Fix race condition in the comments river XHR, props mintindeed, fixes #17483
git-svn-id: https://develop.svn.wordpress.org/trunk@17965 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-19 06:09:52 +00:00 |
Andrew Ozz
|
d5c0b43145
|
New sprite for the TinyMCE buttons, props empireoflight, props saracannon, see #15986
git-svn-id: https://develop.svn.wordpress.org/trunk@17961 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-18 21:10:12 +00:00 |
Andrew Ozz
|
1492fe8fda
|
Update jQuery Form plugin, props duck_, fixes #15909
git-svn-id: https://develop.svn.wordpress.org/trunk@17944 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-17 14:22:50 +00:00 |
Andrew Ozz
|
89b108095f
|
Fix autosave and word count for DFW HTML editor, always update word count on autosave, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17936 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-16 06:17:44 +00:00 |
Andrew Ozz
|
03e09e6063
|
Update imgareaselect Jquery plugin, props duck_, fixes #17446
git-svn-id: https://develop.svn.wordpress.org/trunk@17934 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-15 18:03:51 +00:00 |
Dion Hulse
|
017298a40f
|
svn:eol-stle:native (CRLF for licenses) for new files
git-svn-id: https://develop.svn.wordpress.org/trunk@17933 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-15 08:54:32 +00:00 |
Andrew Ozz
|
4c67fd9d0f
|
Remove blocking alert when login cookie has expired.
git-svn-id: https://develop.svn.wordpress.org/trunk@17931 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-15 05:48:35 +00:00 |
Andrew Ozz
|
a47c669b53
|
jQuery UI 1..8.12, props hebbet, fixes #16656
git-svn-id: https://develop.svn.wordpress.org/trunk@17912 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-13 05:44:42 +00:00 |
Andrew Ozz
|
c451b0050d
|
jQuery 1.6.1 and fix for some small bugs that popped up while testing it, props JDTrower, fixes #17311
git-svn-id: https://develop.svn.wordpress.org/trunk@17907 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-12 22:00:31 +00:00 |
Daryl Koopersmith
|
ea8882117f
|
Add colored hover/active state to tinymce icons. props chexee, empireoflight. fixes #15986.
git-svn-id: https://develop.svn.wordpress.org/trunk@17890 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-12 03:57:01 +00:00 |
Andrew Ozz
|
9b3f26faa4
|
Improve code for DFW buttons, fix colors in some rare TinyMCE popups, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17880 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-12 01:53:51 +00:00 |
Daryl Koopersmith
|
b6debf6cfb
|
Editor toolbar/textarea styling. Props chexee. see #17324, #15986.
git-svn-id: https://develop.svn.wordpress.org/trunk@17868 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-11 22:28:29 +00:00 |
Andrew Ozz
|
6b810b990f
|
DFW: add Blockquote button, enable After the Deadline button if plugin is installed, set button state, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17852 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-10 23:21:34 +00:00 |
Andrew Ozz
|
c9761627f9
|
Lighter background for the TinyMCE buttons, props chexee, see #15986
git-svn-id: https://develop.svn.wordpress.org/trunk@17843 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-09 03:36:17 +00:00 |
Andrew Ozz
|
98d4435ba5
|
Add the new grey TinyMCE icons, see #15986
git-svn-id: https://develop.svn.wordpress.org/trunk@17842 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-09 03:20:50 +00:00 |
Andrew Ozz
|
13ad310c3f
|
DFW: import editor-style.css, fine-tune transition times, add width resizing setting, some cleanup, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17837 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-08 02:01:53 +00:00 |
Andrew Ozz
|
4e574b9881
|
Fix wp-lists.js for jQuery 1.5.2
git-svn-id: https://develop.svn.wordpress.org/trunk@17808 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-05 06:18:52 +00:00 |
Andrew Ozz
|
6e8cefd437
|
HTML mode for Distraction Free Writing, props koopersmith, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17785 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-05-02 08:10:23 +00:00 |
Andrew Ozz
|
b9874e63dc
|
Fix getColor() in wp-lists.js
git-svn-id: https://develop.svn.wordpress.org/trunk@17780 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-30 16:57:20 +00:00 |
Andrew Ozz
|
c721f308ce
|
Add quotes to [value="some"] selectors, see #16426
git-svn-id: https://develop.svn.wordpress.org/trunk@17777 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-30 02:15:08 +00:00 |
Andrew Ozz
|
ef5ae46a9d
|
Updated styles for the Visual editor buttons, props chexee, see #15986
git-svn-id: https://develop.svn.wordpress.org/trunk@17768 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-29 16:08:16 +00:00 |
Andrew Ozz
|
12ae959b92
|
jQuery 1.5.2, props JDTrower demetris, fixes #16426
git-svn-id: https://develop.svn.wordpress.org/trunk@17725 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-27 20:11:06 +00:00 |
Andrew Ozz
|
787995a1ab
|
DFW: remove unneeded JS global, fix screen flash in WebKit, props koopersmith, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17702 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-26 01:19:26 +00:00 |
Andrew Ozz
|
e74ff4d710
|
Fix padding in DFW mode, add the new wpfullscreen plugin in wp-tinymce.js.gz, fix notices in press-this see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17697 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-25 14:27:11 +00:00 |
Andrew Ozz
|
07a62334de
|
Distraction Free Writing mode, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17695 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-25 01:01:34 +00:00 |
Andrew Ozz
|
d1e074d29c
|
Fix missing comma in TinyMCE advanced theme image.js, props johnjamesjacoby, fixes #17233
git-svn-id: https://develop.svn.wordpress.org/trunk@17694 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-24 23:27:48 +00:00 |