Commit Graph

  • 69b36459a8 Rename class.wp-object-query.php to class-wp-object-query.php. See #15032 scribu 2010-11-01 20:21:29 +00:00
  • d583c2be0e Add theme updates to the network themes screen. props PeteMall, see #14897. Andrew Nacin 2010-11-01 20:08:25 +00:00
  • 2ceb9f8150 Add edit theme links. Props PeteMall. see #14897 Ryan Boren 2010-11-01 19:14:03 +00:00
  • 0bb1061d57 Add the post status as a class so that a theme can easily style private posts differently. Fixes #15279. Peter Westwood 2010-11-01 18:07:31 +00:00
  • 3462e6af43 Add a post class if a password is required for the post to be displayed. See #13860 props zeo. Peter Westwood 2010-11-01 18:05:33 +00:00
  • a0349d55a1 For large networks, show the latest registered blogs without paging to avoid expensive count queries. see #15170 Ryan Boren 2010-11-01 17:53:03 +00:00
  • 785bfd4b92 First pass of wp-admin.css cleanup from JohnONolan. Merge conflicts manually resolved and marked for review Not recompressed for now to allow for easier side by side testing. So test with SCRIPT_DEBUG set to true. See #14770 props JohnONolan Peter Westwood 2010-11-01 16:30:27 +00:00
  • 802c03455d Die if user doesn't have caps for the post type. Props duck_. fixes #15259 Ryan Boren 2010-11-01 16:28:35 +00:00
  • 8207c0942b edit.php markup fixes. Props wahgnube. fixes #15260 Ryan Boren 2010-11-01 16:24:48 +00:00
  • 506f71b660 Enable the dialog for paste as plain text in the new TinyMCE paste plugin. Fixes #15278. Peter Westwood 2010-11-01 15:59:48 +00:00
  • 2e4abe9e16 Use CPTs in admin bar menus. Props duck_. see #14772 Ryan Boren 2010-11-01 14:58:59 +00:00
  • 250bf64df4 Apply the missing bits of the patch. Fixes #13891 props TobiasBg and zeo Peter Westwood 2010-11-01 14:45:11 +00:00
  • 08864673f3 Allow better contextual based filtering of the path to the image being edited by having specific filters for local filesystem and url based paths. Peter Westwood 2010-11-01 10:36:35 +00:00
  • bf49078d9b Group the Network admin List Tables class mapping seperately so they are easier to pick out. See #14435, #14579 Peter Westwood 2010-11-01 09:24:32 +00:00
  • c4633bbd54 The big renaming of the list-table class files. See #14579 Peter Westwood 2010-11-01 09:19:50 +00:00
  • 78d95aa459 Split out the list table functions into a seperate file from the base class. See #14579. Peter Westwood 2010-11-01 08:56:27 +00:00
  • d34290a605 Correct the subdomain/non-subdomain logic when listing sites. Tidy up the case statement. See #15174. Peter Westwood 2010-11-01 08:43:24 +00:00
  • 0abd20cd8d Make the class to filename mapping easier to read. Ensure that we support PHP4 for now by passing references to objects in list tables code. See #14579. Peter Westwood 2010-11-01 08:37:02 +00:00
  • bdd159f7ca Improve WPLANG example. Fixes #13891 props TobiasBg. Peter Westwood 2010-11-01 08:23:02 +00:00
  • ddb20081c4 Fix search in network themes panel. Props PeteMall. See #14897 scribu 2010-10-31 23:26:38 +00:00
  • 0c315e2c11 Add contextual help for Network -> Sites. Props PeteMall. See #14897 scribu 2010-10-31 23:23:32 +00:00
  • a3009772e7 make not_found puctuation translatable. See #14579 scribu 2010-10-31 23:21:56 +00:00
  • c1afa3472d Remove old ajax handler. props PeteMall, see #14897. Andrew Nacin 2010-10-31 18:20:09 +00:00
  • 95ba00c277 Translate a string. Andrew Nacin 2010-10-31 15:38:13 +00:00
  • 0030431a66 Set $current_screen before creating list table. Props rovo89. See #14579 scribu 2010-10-31 13:52:35 +00:00
  • c75430c485 remove redundant 'Network ' prefix from action names and redundant display_tablenav() method. See #14897 scribu 2010-10-31 11:38:04 +00:00
  • 33e3ef1367 Remove check on unexistant $ids var in WP_Query::get_posts. Props Utkarsh. See #12891 scribu 2010-10-31 11:28:49 +00:00
  • 58f4333233 Use get_queried_object() in more get_*_template() functions. Fixes #15263 scribu 2010-10-31 11:23:10 +00:00
  • b4988b968b use get_queried_object() wrappers throughout. See #14015 scribu 2010-10-31 11:02:17 +00:00
  • 9cba32348d First pass at a new Network Admins page for Theme enable/disable/upgrade. See #14897 props PeteMall. Peter Westwood 2010-10-31 09:37:15 +00:00
  • 5dc465110a Check for empty strings before indexing into them. Fixes #15265 props solarissmoke. Peter Westwood 2010-10-31 09:29:57 +00:00
  • 4d8416318e Always capture ! as part of a url. See #14993 props filosofo. Peter Westwood 2010-10-31 09:09:29 +00:00
  • a4548a9fe2 <br/> tags are self-closing. see #14579. Andrew Nacin 2010-10-31 05:13:46 +00:00
  • e20f409fd6 WP_List_Table::no_items() consistency fixes. See #14579 scribu 2010-10-31 01:29:23 +00:00
  • 9142cadca4 Move no_items logic to WP_Comments_Table. See #14579 scribu 2010-10-31 01:17:00 +00:00
  • cf770863fe Fix class in wp-admin/users.php submit button. See #15064 scribu 2010-10-31 00:28:02 +00:00
  • 2285775e09 Add 'get_meta_sql' filter. Props sc0ttkclark for initial patch. Fixes #15018 scribu 2010-10-31 00:21:06 +00:00
  • 7db59a9a89 Fix regression introduced by [16096]. Props duck_. See #14415 scribu 2010-10-30 22:41:52 +00:00
  • 310a9b04d2 Move code out of the conditional. props duck_, fixes #14415. Andrew Nacin 2010-10-30 18:21:23 +00:00
  • 0ab13047ef Use a create_users cap for Sites > Add New. fixes #14621. Andrew Nacin 2010-10-30 14:31:13 +00:00
  • 89645a1609 Remove the classes.php include and delay the lesser important remnants of classes.php. fixes #10287. Andrew Nacin 2010-10-30 14:13:43 +00:00
  • 88fa2b340c File-level phpdoc for new class files. fixes #10287. Andrew Nacin 2010-10-30 14:09:05 +00:00
  • f9c7ac66ec Move Walker_Page* to post-template, Walker_Category* to category-template, and rm classes.php. see #10287. Andrew Nacin 2010-10-30 14:06:08 +00:00
  • edc329c691 Begin the dissolution of classes.php. see #10287. Andrew Nacin 2010-10-30 07:02:06 +00:00
  • ccee731f94 Kill the admin-bar directory. see #14772. Andrew Nacin 2010-10-30 06:40:04 +00:00
  • 0180091a56 Fix nested HTML in submit_button(). fixes #15257, see #15064. Andrew Nacin 2010-10-30 06:14:15 +00:00
  • 68d5bd05df Optimize menu item creation. Props filosofo. Fixes #14415 scribu 2010-10-30 00:13:45 +00:00
  • 6524af3915 Add menu-item-object-$object class. props filosofo, fixes #14053. Andrew Nacin 2010-10-29 22:49:42 +00:00
  • d96e57bed8 Prevent network creation when OMG_DO_NOT_UPGRADE_GLOBAL_TABLES is defined. props wpmuguru, fixes #14246. Andrew Nacin 2010-10-29 22:44:05 +00:00
  • 82ae655534 Move an array cast further down the stack. props filosofo, fixes #13965. Andrew Nacin 2010-10-29 22:39:53 +00:00
  • 8546c6797b Kill what_to_show on upgrade. fixes #9815. Andrew Nacin 2010-10-29 22:39:05 +00:00
  • af17458ed9 get_queried_obecjt() and get_queried_object_id(). Props filosofo. fixes #14015 Ryan Boren 2010-10-29 20:48:54 +00:00
  • d39d7e4ba4 Editor: utilize the new "formats" option in TinyMCE, fix errors in IE when pressing Enter inside a caption box, fix resizing of the caption box when the user soft-resizes the image in the editor, fixes #12574 Andrew Ozz 2010-10-29 20:06:00 +00:00
  • e76a5fe8b3 Fix bulk actions for Network Admin -> plugins. See #14435 scribu 2010-10-29 19:09:04 +00:00
  • f05e4fcd2b Remove old screen options images. see #15163 Ryan Boren 2010-10-29 19:00:15 +00:00
  • a25c426c9d Add toggle sprite. see #15163 Ryan Boren 2010-10-29 18:57:07 +00:00
  • 9afa96dc1b Lose Manage Sites. see #14772 Ryan Boren 2010-10-29 18:18:21 +00:00
  • cfcf51fcfa Use get_edit_profile_url(). see #14772 Ryan Boren 2010-10-29 18:15:24 +00:00
  • 01cd7eae1f Add Network Admin link to super admin menu. Link Site Options to site-info.php. see #14772 Ryan Boren 2010-10-29 18:12:18 +00:00
  • 40558c2dbc get_dashboard_url() and get_edit_profile_url(). Determine the appropriate dahboard for a user based on the user's blogs and the current blog. see #14696 #14772 Ryan Boren 2010-10-29 17:48:53 +00:00
  • 59a291483f Fix comments links. Props PeteMall. see #14772 Ryan Boren 2010-10-29 16:50:21 +00:00
  • e33e94e28d Use a sprite for screen options toggle. Props TECannon PeteMall. see #15163 Ryan Boren 2010-10-29 16:23:17 +00:00
  • b5025d2b5b Only show it as the Global Dashboard if multisite. See #14772 Peter Westwood 2010-10-29 15:45:29 +00:00
  • d2dd8df29f Add Updates menu to admin bar. see #14772 Ryan Boren 2010-10-29 15:36:45 +00:00
  • 3c374b177c Add Appearance menu to admin bar. see #14772 Ryan Boren 2010-10-29 15:26:36 +00:00
  • 81b8a20429 Beginnings of new admin bar organization. see #14772 Ryan Boren 2010-10-29 15:17:22 +00:00
  • bcd5c65438 Don't show a shortlink button if we don't have one. See #14772. Peter Westwood 2010-10-29 13:58:14 +00:00
  • 94ed154f65 Retain backwards compatiblity for the few plugins using _n_noop() Nikolay Bachiyski 2010-10-29 13:37:03 +00:00
  • 71dd59892d Fix typo. Props filosofo. see #14772 Ryan Boren 2010-10-29 13:27:52 +00:00
  • 1937c1221d Introduce and use translate_nooped_plural(). Fixes #13996 Nikolay Bachiyski 2010-10-29 13:12:14 +00:00
  • 5e54944621 We never want an admin bar on an APP request either. See #14772. Peter Westwood 2010-10-29 07:46:35 +00:00
  • 8e0ad0374e If someone has defined WP_SHOW_ADMIN_BAR it wins period. Otherwise we break for things like XMLRPC which disable this always. See #14772. Peter Westwood 2010-10-29 07:44:02 +00:00
  • a80db4c779 More admin bar updates. See #14772 props filosofo. Moves js out into seperate file. Respects WP_SHOW_ADMIN_BAR. Moved shortlink to top-level Removed admin bar from non-multisite admin pages. Set eol-style on new files. Peter Westwood 2010-10-29 07:25:58 +00:00
  • 743606fac1 Fix some notices when pinging Peter Westwood 2010-10-29 07:07:28 +00:00
  • c8366c5966 Don't pass deprecated argument to discover_pingback_server_uri! Peter Westwood 2010-10-29 07:06:48 +00:00
  • 76d743274a Restore submit_button() for user-new. props markmcwilliams, see #15064. Andrew Nacin 2010-10-29 00:32:03 +00:00
  • e2dfe4f5c2 Revert submit_button() for wp-includes, setup-config, install, login, signup. see [16061], see #15064, fixes #15247. Andrew Nacin 2010-10-29 00:31:27 +00:00
  • 4cc293abd2 Switch to using WP_HTTP_IXR_Client in core. See #10588. Peter Westwood 2010-10-28 22:15:54 +00:00
  • a7d5b1d473 Introduce WP_HTTP_IXR_Client. Extends IXR_Client and switches it to using the WordPress HTTP API instead of fsockopen. See #10588 props andy and ryan. Peter Westwood 2010-10-28 22:13:24 +00:00
  • f744dcac07 Ensure we always have a headers array. Peter Westwood 2010-10-28 22:11:16 +00:00
  • 1fecd2b99c Add a TODO to review this code later. Peter Westwood 2010-10-28 22:00:53 +00:00
  • d65cdf4ba8 Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064 Mark Jaquith 2010-10-28 21:56:43 +00:00
  • bd29ca8eeb Update wp-tinymce.js.gz. see #11420 Ryan Boren 2010-10-28 21:03:16 +00:00
  • d72c69b7b6 Introduce get_terms_args filter. Fixes #15020 scribu 2010-10-28 19:09:18 +00:00
  • d74685e477 s/Read Site/Visit Site/. Props markmcwilliams. see #14772 Ryan Boren 2010-10-28 19:00:12 +00:00
  • 4ae97bd34f Don't show private attachment taxonomies in the uploader. see #14746 Ryan Boren 2010-10-28 18:53:09 +00:00
  • 34ca745a55 Add terms_clauses filter. Props sc0ttkclark for initial patch. See #15020 scribu 2010-10-28 17:55:30 +00:00
  • c28835809e Lose the snack menu. see #14772 Ryan Boren 2010-10-28 17:29:44 +00:00
  • 8223646c58 Typo fix. Props markmcwilliams. see #14772 Ryan Boren 2010-10-28 17:19:37 +00:00
  • 0ba17a703a Make get_meta_sql() return associative array. See #15032 scribu 2010-10-28 17:02:37 +00:00
  • 554cf6319b Remove duplicate file docs. See #15032 scribu 2010-10-28 16:28:58 +00:00
  • 8c293b9d94 Move WP_Object_Query to it's own file. See #15032 scribu 2010-10-28 16:27:18 +00:00
  • 2184a5d0f6 get_current_blog_id(). Props aaroncampbell. fixes #15233 Ryan Boren 2010-10-28 15:46:11 +00:00
  • 1d4e508a27 s/awhile/a while. Props johnbillion, PeteMall. Fixes #14462 scribu 2010-10-28 15:30:39 +00:00
  • 35362272f1 More precise role querying. Props johnbillion for initial patch. Fixes #12693 scribu 2010-10-28 13:26:16 +00:00
  • 3365e10951 Add a filter to the mime type list displayed in the iframe media uploader when viewing the media library. Fixes #6348 props wojtek.szkutnik Peter Westwood 2010-10-28 12:41:37 +00:00
  • 6c0440291b phpDoc and a bug fix for the new media XMLRPC functions. See #15151 props koke. Peter Westwood 2010-10-28 12:12:59 +00:00
  • 75e6391410 Comment it out better Peter Westwood 2010-10-28 12:02:52 +00:00
  • 6fd3027f4e Add a todo. See #14772. Peter Westwood 2010-10-28 12:01:44 +00:00
  • c0c3167621 Missing part of the admin bar rework. See #14772 props filosofo. Peter Westwood 2010-10-28 11:48:22 +00:00