Commit Graph

17716 Commits

Author SHA1 Message Date
Andrew Ozz 940cb38514 Fix styling in the MCE help popup, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@19227 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-09 14:38:37 +00:00
Andrew Ozz b9843de7a6 Revert media.php too, see #19174
git-svn-id: https://develop.svn.wordpress.org/trunk@19226 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 22:42:20 +00:00
Andrew Ozz d2d9926055 Revert [19223] and only stop showing the checkbox, props nacin, see #19174
git-svn-id: https://develop.svn.wordpress.org/trunk@19225 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 22:34:09 +00:00
Ryan Boren 5cb7ceeb91 beta3 bump
git-svn-id: https://develop.svn.wordpress.org/trunk@19224 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 22:26:49 +00:00
Andrew Ozz 4c66628f35 Remove the Resize files checkbox for now (revisit in 3.4), fixes #19174
git-svn-id: https://develop.svn.wordpress.org/trunk@19223 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 22:23:40 +00:00
Daryl Koopersmith d0b826bb85 Make top level admin menu items show an arrow when selected. fixes #19209.
git-svn-id: https://develop.svn.wordpress.org/trunk@19222 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 21:32:03 +00:00
Daryl Koopersmith 3dd54276a7 Remove Helvetica Neue from the admin bar font stack. see #19145.
git-svn-id: https://develop.svn.wordpress.org/trunk@19221 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 21:12:22 +00:00
Andrew Ozz b0ca083f21 Fix admin bar background gradients, props ocean90, fixes #19163
git-svn-id: https://develop.svn.wordpress.org/trunk@19220 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 20:13:41 +00:00
Andrew Ozz 4eaabaeefe Fix inline/block switching for the Categories postbox tabs, props linuxologos, fixes #19129
git-svn-id: https://develop.svn.wordpress.org/trunk@19219 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 18:24:55 +00:00
Andrew Ozz ac06d56394 Phpdoc fix for wp_add_script_before(), see #11520
git-svn-id: https://develop.svn.wordpress.org/trunk@19218 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 18:15:56 +00:00
Andrew Ozz 8e37911c0c Ressurect WP_Scripts::localize() and fix public function names, fixes #11520
git-svn-id: https://develop.svn.wordpress.org/trunk@19217 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 18:05:59 +00:00
Andrew Nacin 3db76467e8 Remove unused variable. props kawauso, see #18364.
git-svn-id: https://develop.svn.wordpress.org/trunk@19216 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 17:53:52 +00:00
Andrew Ozz a56cd15128 Bring back the Fullscreen button in Quicktags, fixes #19194
git-svn-id: https://develop.svn.wordpress.org/trunk@19215 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 16:53:31 +00:00
Ryan Boren dd11766207 Admin bar validation fix. Props usermrpapa. fixes #19180
git-svn-id: https://develop.svn.wordpress.org/trunk@19214 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 15:55:58 +00:00
Ryan Boren aee3c7de59 Don't show the view link for a future post unless the current user has the permissions to edit the post. Treat future posts as a preview case. Props ocean90. fixes #18894
git-svn-id: https://develop.svn.wordpress.org/trunk@19213 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 14:24:14 +00:00
Andrew Nacin fe2bd09613 Simplify logic in wp_get_attachment_link(). see #18491.
git-svn-id: https://develop.svn.wordpress.org/trunk@19212 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 14:22:42 +00:00
Ryan Boren 996231e74d Use get_site_url() instead of hard-coding the protocol. Props SergeyBiryukov, exell.christopher. fixes #17466
git-svn-id: https://develop.svn.wordpress.org/trunk@19211 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 14:13:42 +00:00
Ryan Boren 74c7564622 Avoid warning when non-existent ID pass to wp_get_attachment_link(). Tidy formatting of wp_get_attachment_link(). Props SergeyBiryukov, Jayjdk. fixes #18491
git-svn-id: https://develop.svn.wordpress.org/trunk@19210 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-08 14:08:25 +00:00
Jon Cave e263cfc8b5 is_user_member_of_blog() [no args] should return true for logged in users on single site. $wpdb->blogid is 0, but the current blog ID isn't. Fixes #19160.
git-svn-id: https://develop.svn.wordpress.org/trunk@19209 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 23:07:07 +00:00
Jon Cave 0890ecf471 get_blogs_of_user() should return false for logged out and non-existent users on single site. See #19160.
git-svn-id: https://develop.svn.wordpress.org/trunk@19208 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 23:05:13 +00:00
Andrew Ozz b1af3610ec Fix a:focus styling and backwards tabbing, add tabindex arg for <a>, see #19088
git-svn-id: https://develop.svn.wordpress.org/trunk@19207 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 20:38:38 +00:00
Andrew Ozz 596034c7c9 Fix tabbing from 'title' to 'content', see #19088
git-svn-id: https://develop.svn.wordpress.org/trunk@19206 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 19:49:50 +00:00
Andrew Nacin 611a6118c9 Merge and update variable declarations. fixes #19176.
git-svn-id: https://develop.svn.wordpress.org/trunk@19205 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 17:45:24 +00:00
Andrew Nacin 0b5117da6a Allow tags autosuggest to work in quick edit when there are no tags. props solarissmoke, see #19176.
git-svn-id: https://develop.svn.wordpress.org/trunk@19204 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 17:43:04 +00:00
Andrew Nacin 808c8dc6a5 Remove old vendor prefixes. props andrewryno, ocean90, fixes #18700.
git-svn-id: https://develop.svn.wordpress.org/trunk@19203 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 17:32:24 +00:00
Andrew Nacin 50b132c285 Context for 'All Links'. props SergeyBiryukov, pavelevap. fixes #18096.
git-svn-id: https://develop.svn.wordpress.org/trunk@19202 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 17:28:20 +00:00
Andrew Nacin 91b5d4baa5 Clean up wp_admin_bar_my_account_menu() a bit. see #19193.
git-svn-id: https://develop.svn.wordpress.org/trunk@19201 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 17:27:24 +00:00
Andrew Nacin ae6ddbd3e6 Link the profile meta in 'My Account' to profile.php. props linuxologos, fixes #19193.
git-svn-id: https://develop.svn.wordpress.org/trunk@19200 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 17:25:13 +00:00
Daryl Koopersmith 9553be30d3 Improve display logic for admin menu arrows. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@19199 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 04:18:50 +00:00
Daryl Koopersmith 1597250c9c Improve admin menu tab navigation for expanded menus. Folded menus require a few markup improvements. see #19191.
git-svn-id: https://develop.svn.wordpress.org/trunk@19198 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 03:59:00 +00:00
Daryl Koopersmith 7851ec39c0 Blue theme improvements for welcome panel. Add .icon16 definitions. see #11651.
git-svn-id: https://develop.svn.wordpress.org/trunk@19197 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 00:39:46 +00:00
Daryl Koopersmith d622b01600 Remove dead padding/margin CSS from the admin bar. These previously were used for the now-removed arrows. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@19196 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 00:30:49 +00:00
Andrew Ozz 5c397b2773 Fixes for the blue theme, props helenyhou, see #19183
git-svn-id: https://develop.svn.wordpress.org/trunk@19195 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 23:01:51 +00:00
Andrew Ozz 5c18d3b4f4 Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187
git-svn-id: https://develop.svn.wordpress.org/trunk@19194 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 21:46:24 +00:00
Andrew Nacin 057afbb44b Don't set post_type QV in _post_format_request() when we're in the admin. props ethitter. fixes #18475.
git-svn-id: https://develop.svn.wordpress.org/trunk@19193 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 21:15:23 +00:00
Andrew Nacin 1c57505242 Don't use $post_type global in the posts list table. props scribu, see #18475.
git-svn-id: https://develop.svn.wordpress.org/trunk@19192 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 21:14:27 +00:00
Andrew Nacin 0d7911b7cf Correct the position of the resizer for the visual editor (not the main editor). props jakemgold, fixes #19177.
git-svn-id: https://develop.svn.wordpress.org/trunk@19191 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 20:42:20 +00:00
Andrew Nacin 15622fb001 Correct TinyMCE anchor (as in <a name>) image. props jakemgold, fixes #18419.
git-svn-id: https://develop.svn.wordpress.org/trunk@19190 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 20:14:13 +00:00
Andrew Nacin fc9fcf176e Add 'for' attributes to labels in wp-login.php for extra accessibility. props ppaire, fixes #19178.
git-svn-id: https://develop.svn.wordpress.org/trunk@19189 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 20:03:30 +00:00
Andrew Nacin 1102de62d5 Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@19188 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 18:33:16 +00:00
Andrew Nacin abcdc78656 Allow 8212/8211 (em dash and en dash) to be translated in wptexturize(). props SergeyBiryukov, fixes #15556.
git-svn-id: https://develop.svn.wordpress.org/trunk@19187 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 18:31:54 +00:00
Andrew Ozz da045838f5 Fix lag when opening help tab if screen options was opened before, fixes #19172
git-svn-id: https://develop.svn.wordpress.org/trunk@19186 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 18:18:45 +00:00
Andrew Nacin 3de47877d6 Remove default help text. Keep the default_help filter in place for plugins. fixes #19154.
git-svn-id: https://develop.svn.wordpress.org/trunk@19185 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 18:13:06 +00:00
Jon Cave 9fca31d21d Hide Site Name menu if the user isn't a member and isn't a super admin. Always show My Sites if the user has a site, and don't remove the current site from the list. Fixes #19122.
git-svn-id: https://develop.svn.wordpress.org/trunk@19184 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-06 12:21:12 +00:00
Andrew Nacin 7cea3fb20d Remove commented out code. props ocean90, fixes #19126.
git-svn-id: https://develop.svn.wordpress.org/trunk@19183 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-05 21:19:12 +00:00
Andrew Nacin 2ae685c4c2 Send $user_id to is_super_admin() when checking to set primary_blog for a user in wpmu_create_blog(). see #19127.
git-svn-id: https://develop.svn.wordpress.org/trunk@19182 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-05 20:23:55 +00:00
Andrew Nacin feca4c4984 Space out two strings. props ocean90, fixes #19167.
git-svn-id: https://develop.svn.wordpress.org/trunk@19181 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-05 20:21:12 +00:00
Andrew Ozz f31c4b00c8 Fix js error on mousedown in the editor, props joehoyle, fixes #19165
git-svn-id: https://develop.svn.wordpress.org/trunk@19180 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-05 19:49:42 +00:00
Jon Cave d47f1735e1 Only hide "Most Used" category tab when the body has .no-js class. See #16810, fixes #19129.
git-svn-id: https://develop.svn.wordpress.org/trunk@19179 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-05 18:35:49 +00:00
Andrew Ozz d58037ff4a Update the spellchecker plugin for TinyMCE to 2.0.6, fixes #19105
git-svn-id: https://develop.svn.wordpress.org/trunk@19178 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-05 18:32:47 +00:00