Andrew Nacin
|
f504e221e1
|
Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265.
git-svn-id: https://develop.svn.wordpress.org/trunk@17748 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-28 15:24:49 +00:00 |
|
Andrew Nacin
|
28a5ec7c1c
|
Don't load the QuickPress widget via XHR. see #16927. Reverts [16725] as it's no longer needed. Reverts part of [14815], which introduced the behavior, see #10917.
git-svn-id: https://develop.svn.wordpress.org/trunk@17743 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-28 12:02:24 +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
|
c70a32734f
|
Don't hide the top bar when the cursor is over it, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17703 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-26 07:20:56 +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
|
3a79a20c25
|
Fix image insertion in IE, fixes #17237
git-svn-id: https://develop.svn.wordpress.org/trunk@17701 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-25 22:49:22 +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
|
2d59e7feb0
|
Use wpLink in the HTML editor too, props koopersmith, fixes #16631
git-svn-id: https://develop.svn.wordpress.org/trunk@17687 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-23 02:12:56 +00:00 |
|
Andrew Ozz
|
9fbd1866bc
|
Fix dependencies for some jQuery UI components, props scribu, fixes #16511
git-svn-id: https://develop.svn.wordpress.org/trunk@17680 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-21 22:29:25 +00:00 |
|
Andrew Ozz
|
f208371815
|
Update json2.js, props niallkennedy, fixes #16669
git-svn-id: https://develop.svn.wordpress.org/trunk@17679 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-21 22:21:27 +00:00 |
|
Andrew Ozz
|
4a973d6a61
|
Press This bookmarklet redesign, props chexee, fixes #17184
git-svn-id: https://develop.svn.wordpress.org/trunk@17662 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-20 07:24:11 +00:00 |
|
Andrew Ozz
|
16fdce1f15
|
Fix font color in admin bar site list, fixes #17178
git-svn-id: https://develop.svn.wordpress.org/trunk@17661 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-20 06:37:23 +00:00 |
|
Andrew Ozz
|
6d0f618fd9
|
Fix two rare regressions: alert when the login has expires and when post is edited by another user, fixes #16928
git-svn-id: https://develop.svn.wordpress.org/trunk@17640 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-16 02:37:44 +00:00 |
|
Andrew Ozz
|
157571de2a
|
Remove redundant IE restore selection calls for TinyMCE, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17639 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-15 04:20:12 +00:00 |
|
Andrew Ozz
|
ed73beade5
|
Stop themes and plugins from overriding the admin bar CSS, props johnjamesjacoby, fixes #17107
git-svn-id: https://develop.svn.wordpress.org/trunk@17626 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-11 07:51:53 +00:00 |
|
Andrew Ozz
|
4c572d1f03
|
Update TinyMCE to 3.4.2, includes native <iframe>, <audio>, <video> support and stops removing HTML 5.0 tags, fixes #17086
git-svn-id: https://develop.svn.wordpress.org/trunk@17625 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-10 18:36:05 +00:00 |
|
Andrew Ozz
|
69fe5f9755
|
Remove width: 99.5% from metaboxes, props andrewryno, fixes #17084
git-svn-id: https://develop.svn.wordpress.org/trunk@17624 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-08 20:35:51 +00:00 |
|
Andrew Ozz
|
53d3dae91f
|
Don't refresh the admin menu after page load, apply the user-state from PHP, fix behaviour after folding the menu, props nacin, props nuxwin, fixes #10646, fixes #17058
git-svn-id: https://develop.svn.wordpress.org/trunk@17623 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-07 18:45:22 +00:00 |
|
Dion Hulse
|
6549a0aa0e
|
Revert [17608] adding back [17596] and actually include the dummy function this time. See #17057 Fixes #17050
git-svn-id: https://develop.svn.wordpress.org/trunk@17609 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-06 00:42:07 +00:00 |
|
Andrew Nacin
|
f9a44bc328
|
Revert [17596] for now. props kawauso, see #17057, see #17050.
git-svn-id: https://develop.svn.wordpress.org/trunk@17608 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-05 23:17:10 +00:00 |
|
Dion Hulse
|
bf777d1369
|
Pass image URL's to thickbox via L10n in script-loader.php. Allows thickbox to be used on any page in the install without defining the image URL variables. Fixes #17050
git-svn-id: https://develop.svn.wordpress.org/trunk@17596 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-05 03:58:25 +00:00 |
|
Andrew Ozz
|
44a5c913d8
|
Fix display of apostrophes in the user's first and last names on the User Profile page, partial props andrewryno, see #17004
git-svn-id: https://develop.svn.wordpress.org/trunk@17587 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-01 20:40:16 +00:00 |
|
Andrew Ozz
|
d400b19f92
|
Handle error response in autosave_update_slug(), props nacin, fixes #16975
git-svn-id: https://develop.svn.wordpress.org/trunk@17565 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-03-27 20:09:09 +00:00 |
|
Andrew Ozz
|
bf42a84fa0
|
Fix position of submenus when showing avatar, props johnjamesjacoby, see #16667 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@17558 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-03-25 20:32:07 +00:00 |
|
Ryan Boren
|
a4d818978c
|
Fix display of oversized custom user/site icons in the admin bar. Props jtsternberg, JohnONolan. see #16667 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@17532 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-03-22 20:42:43 +00:00 |
|
Andrew Nacin
|
b6d982827e
|
s/owpbody/wpbody/. props ptahdunbar, fixes #16559 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@17448 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-02-14 22:57:18 +00:00 |
|
Ryan Boren
|
777b15311d
|
Preserve tag escaping. Props koopersmith, Nils Jueneman. For trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@17398 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-02-05 18:31:05 +00:00 |
|
Mark Jaquith
|
17c837ee67
|
Remove admin bar CSS cruft that darkened the bar in RTL languages. props ocean90. fixes #16427 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@17377 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-02-01 01:42:09 +00:00 |
|
Ryan Boren
|
0d8d463048
|
Admin bar CSS fix; removes unnecessary scrollbars. Props WraithKenny. fixes #15507
git-svn-id: https://develop.svn.wordpress.org/trunk@17368 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-27 15:18:22 +00:00 |
|
Ryan Boren
|
bdd25aad05
|
Update counts and pagination when trashing and moderating comments. Props garyc40, koopersmith, mdawaffe, nacin. fixes #15530
git-svn-id: https://develop.svn.wordpress.org/trunk@17354 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-22 18:47:42 +00:00 |
|
Ryan Boren
|
9ab413e3fc
|
Admin bar RTL fixes. Props ocean90. fixes #16340
git-svn-id: https://develop.svn.wordpress.org/trunk@17348 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-22 13:40:58 +00:00 |
|
Ryan Boren
|
a73eee9c84
|
Revert [17327] and [15858]. Props markmcwilliams, JohnONolan, et al. see #16298 #8352
git-svn-id: https://develop.svn.wordpress.org/trunk@17347 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-22 03:25:29 +00:00 |
|
Ryan Boren
|
9a0960f97a
|
jQuery UI 1.8.9. Props demetris. fixes #16331
git-svn-id: https://develop.svn.wordpress.org/trunk@17346 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-22 02:30:03 +00:00 |
|
Mark Jaquith
|
4bca42b961
|
Fix the comments "river." issue 9. props garyc40. see #16262
git-svn-id: https://develop.svn.wordpress.org/trunk@17344 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-21 21:17:12 +00:00 |
|
Mark Jaquith
|
19b385450e
|
Fix inter-page navigating on Edit Comments screen when using keyboard shortcuts. props garyc40. see #16262
git-svn-id: https://develop.svn.wordpress.org/trunk@17343 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-21 20:28:41 +00:00 |
|
Andrew Nacin
|
a79c8d9715
|
Compress and bump, see #16308.
git-svn-id: https://develop.svn.wordpress.org/trunk@17335 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-20 20:59:53 +00:00 |
|
Andrew Nacin
|
01bf30c760
|
Remove Lucida Grande from the remaining font stacks. We should at least be consistent. props demetris, fixes #16298, see #8352.
git-svn-id: https://develop.svn.wordpress.org/trunk@17327 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-19 09:44:17 +00:00 |
|
Mark Jaquith
|
57571e6675
|
Several list table JS fixes. restores XHR comment status changes. props garyc40. see #16262
git-svn-id: https://develop.svn.wordpress.org/trunk@17326 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-18 17:32:35 +00:00 |
|
Andrew Nacin
|
2b4674a3b4
|
Remove AJAX from list tables. first pass. see #16262.
git-svn-id: https://develop.svn.wordpress.org/trunk@17322 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-16 21:47:24 +00:00 |
|
Andrew Nacin
|
71b24d4577
|
Revert [17270], [17273], see #16166, see #16262.
git-svn-id: https://develop.svn.wordpress.org/trunk@17321 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-16 21:34:38 +00:00 |
|
Andrew Nacin
|
4615ef1fa3
|
Remove cruft overflow:hidden from the admin bar items. props ocean90, fixes #15654.
git-svn-id: https://develop.svn.wordpress.org/trunk@17317 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-16 04:36:46 +00:00 |
|
Andrew Nacin
|
bda519ae53
|
Stop localizing the admin bar. props ocean90, fixes #16155.
git-svn-id: https://develop.svn.wordpress.org/trunk@17313 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-15 21:13:49 +00:00 |
|
Andrew Nacin
|
fca7f0c9a3
|
jQuery UI 1.8.8. props demetris, fixes #16234.
git-svn-id: https://develop.svn.wordpress.org/trunk@17304 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-15 00:39:38 +00:00 |
|
Peter Westwood
|
376207d61b
|
Switch to using min-width so long titles can be displayed instead of using elipsis. Fixes #15654 props koopersmith.
git-svn-id: https://develop.svn.wordpress.org/trunk@17295 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-14 02:25:24 +00:00 |
|
Mark Jaquith
|
852a939130
|
Recompress some JS scripts that were done without YUI munging.
git-svn-id: https://develop.svn.wordpress.org/trunk@17286 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-13 08:04:58 +00:00 |
|
Mark Jaquith
|
a31ca04ccc
|
script compress and bump
git-svn-id: https://develop.svn.wordpress.org/trunk@17285 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-13 07:17:22 +00:00 |
|
Andrew Nacin
|
4fcde740f1
|
Fix plugin-install column hiding and widths. props PeteMall, fixes #16210.
git-svn-id: https://develop.svn.wordpress.org/trunk@17281 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-13 01:50:23 +00:00 |
|
Peter Westwood
|
343b3c8a12
|
Bump script loader versions. See #16211
git-svn-id: https://develop.svn.wordpress.org/trunk@17280 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-13 01:35:28 +00:00 |
|
Andrew Nacin
|
19122c3516
|
Keep sorting and paging for bulk actions. props garyc40, see #16166.
git-svn-id: https://develop.svn.wordpress.org/trunk@17270 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-12 17:06:33 +00:00 |
|