Commit Graph

  • 161ee6a46d Improve admin bar markup. Un-nest top level secondary menu. Remove unnecessary span. see #18197. Daryl Koopersmith 2011-11-12 00:26:55 +00:00
  • 12cd7fe5ef Normal sentence case. see #19228. Andrew Nacin 2011-11-11 20:32:20 +00:00
  • 46f69c809a Fix message concatentation. Remove no longer used 'posted' message. fixes #16380 Ryan Boren 2011-11-11 20:01:56 +00:00
  • 93e5c50ad8 Send the 'wp-remove-post-lock' XHR only when the main window is unloaded (unloading the Thickbox iframe triggers it too), see #18515 Andrew Ozz 2011-11-11 19:52:12 +00:00
  • 7334506df0 Bring back the multi-file/html uploader switching, see #19228 Andrew Ozz 2011-11-11 19:40:23 +00:00
  • f42a7852c2 Don't show 'Use as featured image' in the image insert dialog if the post type does not support thumbnails. Props SergeyBiryukov. fixes #18669 Ryan Boren 2011-11-11 19:38:34 +00:00
  • 581be15bb4 Used numbered format specifiers. Add translator note. Props SergeyBiryukov. fixes #19090 Ryan Boren 2011-11-11 18:37:04 +00:00
  • bc90d4d2a2 .pmuB Andrew Nacin 2011-11-11 17:06:31 +00:00
  • 3ff917e415 Use taxnow to determine the taxonomy for GET and POST requests in edit-tags.php. Props nacin. fixes #19131 Ryan Boren 2011-11-11 15:44:16 +00:00
  • 56c8b5dad5 Check caps when showing media edit and attach links. Clean up formatting. Props kurtpayne, DH-Shredder, solarissmoke. fixes #17419 Ryan Boren 2011-11-11 15:04:54 +00:00
  • d154749f87 Avoid notice when themes dir is empty or missing. Don't reset current theme in current_theme_info() if there are no themes. Show warning in Right Now if there are no themes. Props azaozz. fixes #19089 Ryan Boren 2011-11-11 14:10:54 +00:00
  • 26ed0186e0 Style updates to translators list on Credits page. see #18742. Andrew Nacin 2011-11-10 23:16:21 +00:00
  • 371bb1eb98 Properly handle child themes for WP_DEFAULT_THEME. Props SergeyBiryukov. fixes #18591 Ryan Boren 2011-11-10 21:06:57 +00:00
  • 49e85592f0 Add general top-level class to the secondary admin menu. Fixes hover styling and tabbing JS. fixes #19220. Daryl Koopersmith 2011-11-10 20:46:29 +00:00
  • 448af8627c Uploader: fix progress bar JS and update the style (light blue bars), see #18206 Andrew Ozz 2011-11-10 20:33:26 +00:00
  • 4b55413e42 More specific error strings for failed theme and plugin package uploads. Props dd32. fixes #14999 Ryan Boren 2011-11-10 19:41:44 +00:00
  • 002ceaf932 POT, generated from r19244 potbot 2011-11-10 19:29:33 +00:00
  • 958705e7cb New WordPress badge for welcome panel and about screens. props chexee, ocean90. see #11651. Andrew Nacin 2011-11-10 19:05:01 +00:00
  • 5eaef48e58 POT, generated from r19242 potbot 2011-11-10 18:47:54 +00:00
  • c69fd63823 Make twentyeleven_content_nav() pluggable. props adeptris, SergeyBiryukov. fixes #18585. Andrew Nacin 2011-11-10 18:41:05 +00:00
  • 00d6cc1e1b Make date formats for transation. Props SergeyBiryukov, settle. fixes #16441 Ryan Boren 2011-11-10 18:37:20 +00:00
  • 2430370230 Pass remaining start_el() arguments to page_css_class. props TheDeadMedic, fixes #17727. Andrew Nacin 2011-11-10 18:35:25 +00:00
  • 79115ae6a5 More phpdoc for wp_editor(), see #17144 Andrew Ozz 2011-11-10 17:46:23 +00:00
  • f070af72a5 POT, generated from r19237 potbot 2011-11-10 14:47:40 +00:00
  • a9e58170af Contextual help for Twenty Eleven theme options page. see #19020 Ryan Boren 2011-11-10 14:01:46 +00:00
  • fb32b677e2 Promote secondary admin bar items to primary if there are no primary items at time of render. see #19136, #19221. Andrew Nacin 2011-11-10 00:42:39 +00:00
  • 2b41063044 Show sites in the 'My Sites' menu as secondary items only when the user is a super admin and therefore has a primary menu item (Network Admin). props wpmuguru, fixes #19221. Andrew Nacin 2011-11-10 00:41:45 +00:00
  • 522f890c32 Fix typo in [19231]. See #17579 Dion Hulse 2011-11-09 22:13:35 +00:00
  • 96f19438fb Add wxr_export_skip_postmeta filter for skipping postmeta in exports. props westi, fixes #18280. Andrew Nacin 2011-11-09 19:32:44 +00:00
  • e7766adec1 Rename attachment link button from 'Post URL' to 'Attachment Post URL.' props jeremyclarke, fixes #13544. Andrew Nacin 2011-11-09 19:23:31 +00:00
  • f3ba249747 Check post type and bail earlier in wp_get_attachment_url(). props mitchoyoshitaka, fixes #17579. Andrew Nacin 2011-11-09 19:20:33 +00:00
  • 716906a149 Add secondary flag to admin bar. fixes #19136. Daryl Koopersmith 2011-11-09 19:12:48 +00:00
  • 7d96b78140 Stop multiple loading spinners showing when repeatedly accessing Press This Add Photos box. Fixes #18992. Jon Cave 2011-11-09 16:46:05 +00:00
  • 9e785948d4 Fix link in welcome panel. see #19217, props cebradesign, SergeyBiryukov. Andrew Nacin 2011-11-09 15:21:26 +00:00
  • 940cb38514 Fix styling in the MCE help popup, see #18314 Andrew Ozz 2011-11-09 14:38:37 +00:00
  • b9843de7a6 Revert media.php too, see #19174 Andrew Ozz 2011-11-08 22:42:20 +00:00
  • d2d9926055 Revert [19223] and only stop showing the checkbox, props nacin, see #19174 Andrew Ozz 2011-11-08 22:34:09 +00:00
  • 5cb7ceeb91 beta3 bump Ryan Boren 2011-11-08 22:26:49 +00:00
  • 4c66628f35 Remove the Resize files checkbox for now (revisit in 3.4), fixes #19174 Andrew Ozz 2011-11-08 22:23:40 +00:00
  • d0b826bb85 Make top level admin menu items show an arrow when selected. fixes #19209. Daryl Koopersmith 2011-11-08 21:32:03 +00:00
  • 3dd54276a7 Remove Helvetica Neue from the admin bar font stack. see #19145. Daryl Koopersmith 2011-11-08 21:12:22 +00:00
  • b0ca083f21 Fix admin bar background gradients, props ocean90, fixes #19163 Andrew Ozz 2011-11-08 20:13:41 +00:00
  • 4eaabaeefe Fix inline/block switching for the Categories postbox tabs, props linuxologos, fixes #19129 Andrew Ozz 2011-11-08 18:24:55 +00:00
  • ac06d56394 Phpdoc fix for wp_add_script_before(), see #11520 Andrew Ozz 2011-11-08 18:15:56 +00:00
  • 8e37911c0c Ressurect WP_Scripts::localize() and fix public function names, fixes #11520 Andrew Ozz 2011-11-08 18:05:59 +00:00
  • 3db76467e8 Remove unused variable. props kawauso, see #18364. Andrew Nacin 2011-11-08 17:53:52 +00:00
  • a56cd15128 Bring back the Fullscreen button in Quicktags, fixes #19194 Andrew Ozz 2011-11-08 16:53:31 +00:00
  • dd11766207 Admin bar validation fix. Props usermrpapa. fixes #19180 Ryan Boren 2011-11-08 15:55:58 +00:00
  • 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 Ryan Boren 2011-11-08 14:24:14 +00:00
  • fe2bd09613 Simplify logic in wp_get_attachment_link(). see #18491. Andrew Nacin 2011-11-08 14:22:42 +00:00
  • 996231e74d Use get_site_url() instead of hard-coding the protocol. Props SergeyBiryukov, exell.christopher. fixes #17466 Ryan Boren 2011-11-08 14:13:42 +00:00
  • 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 Ryan Boren 2011-11-08 14:08:25 +00:00
  • 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. Jon Cave 2011-11-07 23:07:07 +00:00
  • 0890ecf471 get_blogs_of_user() should return false for logged out and non-existent users on single site. See #19160. Jon Cave 2011-11-07 23:05:13 +00:00
  • b1af3610ec Fix a:focus styling and backwards tabbing, add tabindex arg for <a>, see #19088 Andrew Ozz 2011-11-07 20:38:38 +00:00
  • 596034c7c9 Fix tabbing from 'title' to 'content', see #19088 Andrew Ozz 2011-11-07 19:49:50 +00:00
  • 611a6118c9 Merge and update variable declarations. fixes #19176. Andrew Nacin 2011-11-07 17:45:24 +00:00
  • 0b5117da6a Allow tags autosuggest to work in quick edit when there are no tags. props solarissmoke, see #19176. Andrew Nacin 2011-11-07 17:43:04 +00:00
  • 808c8dc6a5 Remove old vendor prefixes. props andrewryno, ocean90, fixes #18700. Andrew Nacin 2011-11-07 17:32:24 +00:00
  • 50b132c285 Context for 'All Links'. props SergeyBiryukov, pavelevap. fixes #18096. Andrew Nacin 2011-11-07 17:28:20 +00:00
  • 91b5d4baa5 Clean up wp_admin_bar_my_account_menu() a bit. see #19193. Andrew Nacin 2011-11-07 17:27:24 +00:00
  • ae6ddbd3e6 Link the profile meta in 'My Account' to profile.php. props linuxologos, fixes #19193. Andrew Nacin 2011-11-07 17:25:13 +00:00
  • 9553be30d3 Improve display logic for admin menu arrows. see #18382. Daryl Koopersmith 2011-11-07 04:18:50 +00:00
  • 1597250c9c Improve admin menu tab navigation for expanded menus. Folded menus require a few markup improvements. see #19191. Daryl Koopersmith 2011-11-07 03:59:00 +00:00
  • 7851ec39c0 Blue theme improvements for welcome panel. Add .icon16 definitions. see #11651. Daryl Koopersmith 2011-11-07 00:39:46 +00:00
  • d622b01600 Remove dead padding/margin CSS from the admin bar. These previously were used for the now-removed arrows. see #18197. Daryl Koopersmith 2011-11-07 00:30:49 +00:00
  • 5c397b2773 Fixes for the blue theme, props helenyhou, see #19183 Andrew Ozz 2011-11-06 23:01:51 +00:00
  • 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 Andrew Ozz 2011-11-06 21:46:24 +00:00
  • 057afbb44b Don't set post_type QV in _post_format_request() when we're in the admin. props ethitter. fixes #18475. Andrew Nacin 2011-11-06 21:15:23 +00:00
  • 1c57505242 Don't use $post_type global in the posts list table. props scribu, see #18475. Andrew Nacin 2011-11-06 21:14:27 +00:00
  • 0d7911b7cf Correct the position of the resizer for the visual editor (not the main editor). props jakemgold, fixes #19177. Andrew Nacin 2011-11-06 20:42:20 +00:00
  • 15622fb001 Correct TinyMCE anchor (as in <a name>) image. props jakemgold, fixes #18419. Andrew Nacin 2011-11-06 20:14:13 +00:00
  • fc9fcf176e Add 'for' attributes to labels in wp-login.php for extra accessibility. props ppaire, fixes #19178. Andrew Nacin 2011-11-06 20:03:30 +00:00
  • 1102de62d5 Bump. Andrew Nacin 2011-11-06 18:33:16 +00:00
  • abcdc78656 Allow 8212/8211 (em dash and en dash) to be translated in wptexturize(). props SergeyBiryukov, fixes #15556. Andrew Nacin 2011-11-06 18:31:54 +00:00
  • da045838f5 Fix lag when opening help tab if screen options was opened before, fixes #19172 Andrew Ozz 2011-11-06 18:18:45 +00:00
  • 3de47877d6 Remove default help text. Keep the default_help filter in place for plugins. fixes #19154. Andrew Nacin 2011-11-06 18:13:06 +00:00
  • 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. Jon Cave 2011-11-06 12:21:12 +00:00
  • 7cea3fb20d Remove commented out code. props ocean90, fixes #19126. Andrew Nacin 2011-11-05 21:19:12 +00:00
  • 2ae685c4c2 Send $user_id to is_super_admin() when checking to set primary_blog for a user in wpmu_create_blog(). see #19127. Andrew Nacin 2011-11-05 20:23:55 +00:00
  • feca4c4984 Space out two strings. props ocean90, fixes #19167. Andrew Nacin 2011-11-05 20:21:12 +00:00
  • f31c4b00c8 Fix js error on mousedown in the editor, props joehoyle, fixes #19165 Andrew Ozz 2011-11-05 19:49:42 +00:00
  • d47f1735e1 Only hide "Most Used" category tab when the body has .no-js class. See #16810, fixes #19129. Jon Cave 2011-11-05 18:35:49 +00:00
  • d58037ff4a Update the spellchecker plugin for TinyMCE to 2.0.6, fixes #19105 Andrew Ozz 2011-11-05 18:32:47 +00:00
  • cb40252565 Uploader: split "Drop files here -or-..." on two lines, see #18206 Andrew Ozz 2011-11-05 18:09:38 +00:00
  • fafb2aa988 Update Comment -> Update, props ocean90, fixes #19166 Andrew Ozz 2011-11-05 18:03:33 +00:00
  • 0f012aa1f7 Blue theme HTML editor fixes, min-width -> width for .inner-sidebar, props ocean90, fixes #19162 Andrew Ozz 2011-11-05 17:03:17 +00:00
  • 02418c080e Remove min-width from #post-body-content, props ocean90, fixes #19062 Andrew Ozz 2011-11-05 16:53:26 +00:00
  • a410b455a4 Phpdoc fix for quicktags.js, see #19098 Andrew Ozz 2011-11-05 16:26:00 +00:00
  • bbb51b1807 Improve handling of init and adding buttons to Quicktags, fixes #19098 Andrew Ozz 2011-11-05 16:00:38 +00:00
  • f1bbad5d5b Remove dead code. empty() will catch anything that equals false. Andrew Nacin 2011-11-05 13:35:48 +00:00
  • 6114e7218d Only call wp_comment_reply() on post.php if the post type supports comments. props zeo, fixes #17931. Andrew Nacin 2011-11-05 05:41:25 +00:00
  • cbbdd10c0e Give selectors their own lines. see #19126. Andrew Nacin 2011-11-05 05:15:17 +00:00
  • 8cca809427 Hide right border on final admin bar menu item with :last-child, rather than assuming it is search. props markjaquith, fixes #19126. Andrew Nacin 2011-11-05 05:13:18 +00:00
  • b06a98aa18 Copy Twenty Eleven's search icon to core for the admin bar. props SergeyBiryukov. fixes #19138. Andrew Nacin 2011-11-05 04:49:05 +00:00
  • 970b93c056 Link 'W' to about.php. see #18795. Andrew Nacin 2011-11-05 03:35:20 +00:00
  • 50c56deeeb jQuery 1.7. props ocean90, fixes #19144. Andrew Nacin 2011-11-05 03:25:14 +00:00
  • d7f0b07a8e Blue theme styles for welcome panel and about pages. see #11651, 18742. Daryl Koopersmith 2011-11-05 02:06:56 +00:00
  • 986602c14c Second half of new welcome panel formatting. Add .icon16, for menu icon reuse. see #11651. Daryl Koopersmith 2011-11-05 01:17:50 +00:00
  • bf02e004e0 Support for "tabbing" through the admin bar and admin menu, fixes #19088 Andrew Ozz 2011-11-05 01:13:18 +00:00