Commit Graph

  • 91b380571d Allow localhost in a multisite subdirectory install. More network.php improvements. see #12457 for localhost. see #11816 Andrew Nacin 2010-03-09 06:14:42 +00:00
  • 88268d637d Header selector styling fixes. Props iammattthomas. see #12343 Ryan Boren 2010-03-08 22:14:11 +00:00
  • 0543da42ca Header selector styling fixes. Props iammattthomas. see #12343 Ryan Boren 2010-03-08 22:10:53 +00:00
  • 13aa99629a allow existing media path on main site when converting to multisite, see #12549 Ron Rennick 2010-03-08 19:52:29 +00:00
  • 830efa5339 move multisite upgrade functions to upgrade.php, see #11771 Ron Rennick 2010-03-08 16:31:12 +00:00
  • 40b0dea470 Fix warning in users.php. Fixes #12555 Andrew Nacin 2010-03-08 14:30:17 +00:00
  • bcf8d7598e Check date_create() exists for automatic-timezone functionality. Props hakre. Fixes #12534 Dion Hulse 2010-03-07 02:51:55 +00:00
  • d2232722ea Don't 404 for empty custom taxonomy terms. See #12533 Dion Hulse 2010-03-07 00:42:50 +00:00
  • 735080c7fc Add nag for missing authentication keys in network.php. See #11816 Andrew Nacin 2010-03-06 21:01:58 +00:00
  • 3b13adaca8 Remove htaccess.ms and wp-config.ms templates. These were brought inline in [13611]. see #11816 Andrew Nacin 2010-03-06 20:11:18 +00:00
  • 8b6b16cb2a s/onClick/onclick/. props TobiasBg, see #12429 Andrew Nacin 2010-03-06 20:06:32 +00:00
  • 809684b754 More network.php refinements. Bring wp-config and htaccess inline. Rename BLOGID_CURRENT_SITE to BLOG_ID_CURRENT_SITE for consistency with SITE_ID_CURRENT_SITE. see #11816 Andrew Nacin 2010-03-06 20:01:32 +00:00
  • 8995a960b9 Move $base sanity check to from MS config template to ms-settings. see #11816 Andrew Nacin 2010-03-06 19:36:35 +00:00
  • 7850523e62 Update ms-sites UI. Props ocean90. see #12460 Ryan Boren 2010-03-06 18:31:10 +00:00
  • 2cd7529b55 get_taxonomies(). Props ptahdunbar, scribu. fixes #12516 Ryan Boren 2010-03-06 18:20:11 +00:00
  • 97d62bb8ce GUU: Add Update breakdown to Title attribute of update bubble. See #12517 Dion Hulse 2010-03-06 13:22:56 +00:00
  • ea2b254de0 Code standards cleanup for wp-admin/options-general.php Dion Hulse 2010-03-06 09:49:11 +00:00
  • 6200c24c13 Fix HTML Validation. Props wahgnube. Fixes #12530. Dion Hulse 2010-03-06 09:47:38 +00:00
  • b70fbbf893 First pass at completing the Themes component of the GUU. See #12528 Dion Hulse 2010-03-06 09:12:49 +00:00
  • d54c6651b9 Do not count Development versions of WordPress as having a core-update available. See #12517 Dion Hulse 2010-03-06 08:42:04 +00:00
  • 0dbad6d7b5 First scrape at new UI for Bulk plugin upgrades. See #11232 Dion Hulse 2010-03-06 08:39:50 +00:00
  • 2265baca72 Don't use deprecated functions. Andrew Nacin 2010-03-06 08:02:26 +00:00
  • 0da34463e7 Display an Attachment Icon if an Attachment thumbnail is not available. Fixes display of Upload edit fields. Fixes #12328 Dion Hulse 2010-03-06 08:00:42 +00:00
  • 8dc67aa8f9 More whitespace & coding stadards cleanup Dion Hulse 2010-03-06 05:57:24 +00:00
  • 89c01536de Coding Standards: no camelcase variables, use lowercase for variables. Props hakre. Fixes #12519 Dion Hulse 2010-03-06 05:53:20 +00:00
  • ce6ac1f938 Fix double slashing on /index.php//taxonomy/term/ links. Props Scribu. Fixes #12508. Also Fixes #10445 Dion Hulse 2010-03-06 03:43:23 +00:00
  • fce63decb9 update iis rewrite rules for MS, see #11644 Ron Rennick 2010-03-05 23:44:43 +00:00
  • aca65c0b4b set default value for upload_space_check_disabled, see #12463 Ron Rennick 2010-03-05 21:01:08 +00:00
  • 14fd4175be Styling update for RightNow Dashboard widget. See #12202 Dion Hulse 2010-03-05 13:08:13 +00:00
  • 9ef767fe07 Add an update count bubble to the Updates menu. See #12517 Dion Hulse 2010-03-05 12:45:24 +00:00
  • 7f001d5aa2 Do not display user specified password during install. Fixes #12479. See #10396 for feedback Dion Hulse 2010-03-05 12:25:30 +00:00
  • 2343b09500 Show the dashboard instead of Update Core page for the dashboard.. Adds a dummy menu in the case of multisite or superadmin. see #12517 Dion Hulse 2010-03-05 06:20:41 +00:00
  • 7f8ea354ac UI upgrade -> update, see #12517 Ron Rennick 2010-03-04 23:28:15 +00:00
  • 59c1431b30 Display dash submenus correctly for all combinations of multisite and super admin. Ryan Boren 2010-03-04 23:11:51 +00:00
  • d02dceca4d Move Tools -> Upgrade to Dashboard -> Updates. As per dev meetup today. See #12517 Dion Hulse 2010-03-04 21:24:43 +00:00
  • bbf41d8ba0 Show the network enable menu only if config flag is set. Per wordpress-dev meetup. see #11644 Ryan Boren 2010-03-04 21:20:55 +00:00
  • 44f26063e8 Remove site admin logged in notice. The new Super Admin menu makes that obvious enough. see #11644 Ryan Boren 2010-03-04 18:59:24 +00:00
  • d9ba4cb076 Rename Network menu to Super Admin. Avoids the Network/Site confusion and makes it clear that these menus require and exercise super admin capabilities. Opportunity for a caped icon. see #11644 Ryan Boren 2010-03-04 18:53:32 +00:00
  • 6b5edee63a Fix some notices in wp-signup.php Peter Westwood 2010-03-04 18:38:39 +00:00
  • ce4937c008 Remove the now defunct Add New Themes menu item accidentally re-added in [13582]. See #12442 Dion Hulse 2010-03-04 12:25:38 +00:00
  • 1790ccb38f Move 'Add New Themes' and 'Editor' to the bottom of the Appearance menu item. See #12442 Dion Hulse 2010-03-04 12:23:21 +00:00
  • a8c6439c17 Bump the schema after [13576]. Props miqrogroove. Fixes #11914 Dion Hulse 2010-03-04 08:41:34 +00:00
  • fff80a9035 use correct variable, see #11817 Ron Rennick 2010-03-04 02:23:30 +00:00
  • 8aea5863d7 Fix submenus for post types. Props TobiasBg. see #12453 Ryan Boren 2010-03-04 00:15:55 +00:00
  • 7b7554b34d Fix notice. See #12362 Andrew Nacin 2010-03-03 23:07:23 +00:00
  • c7fdac20df Support for extra POST fields in WP_Filesystem. props dd32. see #12094 Andrew Nacin 2010-03-03 19:53:39 +00:00
  • 1604a2e58b Improve user listing performance. Props miqrogroove. see #11914 Ryan Boren 2010-03-03 19:08:30 +00:00
  • a4399a2db5 remove __( calls from ms startup, see #11644 Ron Rennick 2010-03-03 17:13:38 +00:00
  • 764b0e4068 Background color selection. Props lancewillett. see #12186 Ryan Boren 2010-03-03 17:10:43 +00:00
  • b921286ce2 add features to export, see #10317 Ron Rennick 2010-03-03 16:45:40 +00:00
  • 03e39017cf Second pass, replacing accidental ms-config-sample.php change with wp-config.ms. see #12094 Andrew Nacin 2010-03-03 07:57:44 +00:00
  • 2080b68e12 First pass on network.php improvements. see #12094 Andrew Nacin 2010-03-03 07:43:32 +00:00
  • 087a27bc52 Fix logic inversion in [13568]. props dd32. see #12381 Andrew Nacin 2010-03-03 07:34:20 +00:00
  • 89d20b2df3 Ignore custom user tables when checking whether the blog is installed. see #12083 Andrew Nacin 2010-03-03 07:27:18 +00:00
  • 4ee4545c85 Switch the multisite constant EDIT_ANY_USER to a filter. Also ensure we're back compat with POST_BY_EMAIL. see #12381 Andrew Nacin 2010-03-03 07:04:25 +00:00
  • f9e7db18bf Fix typo in remove_all_filters() that prevented hooks from being removed by priority. fixes #12492, props chrisbliss18. Andrew Nacin 2010-03-03 06:41:19 +00:00
  • 983e4de293 Moving mobile webkit styles to style.css; adjusting widget_search label and site-description sizes. See #12303 Matt Thomas 2010-03-03 00:38:00 +00:00
  • 43b89c9db5 Use a short HTML5-style charset declaration in twentyten, props demetris. See #12483 Matt Thomas 2010-03-03 00:19:18 +00:00
  • 08bee6b6db set default value for add_new_users site option, see #12463 Ron Rennick 2010-03-02 22:57:12 +00:00
  • 0253ec2a10 allow empty table prefix on my-sites.php, see #12459 Ryan Boren 2010-03-02 22:55:02 +00:00
  • feea30b2db allow empty table prefix on my-sites.php, see #12459 Ron Rennick 2010-03-02 22:21:24 +00:00
  • 64dce47ade Improve kses handling of attributes in valid XHTML self closed img tags. Fixes #12394 props dougal. Peter Westwood 2010-03-02 22:11:08 +00:00
  • c9dfdbc8c6 Better subdomains for faster Gravatar loading. An update to [13385]. Matt Mullenweg 2010-03-02 21:59:15 +00:00
  • 1a5d7e2cae Only show "Privacy On" notice/link if the user can manage options. fixes #12440 Andrew Nacin 2010-03-02 20:48:23 +00:00
  • 0440049a58 Add a bit of padding to form inputs in twentyten, see #9015 Matt Thomas 2010-03-02 19:17:43 +00:00
  • e7c35109d6 Add the_feed_link(). fixes #11794, props sirzooro. Andrew Nacin 2010-03-02 19:00:21 +00:00
  • be0e181e96 Tweaks to mobile-webkit styles; see #12303 Matt Thomas 2010-03-02 18:59:08 +00:00
  • e451b71f9c Cleaner and ideally future-proof detection of mobile Safari browsers. see #12303 Andrew Nacin 2010-03-02 18:48:31 +00:00
  • c3622bd0f4 Add mobile webkit styles for twentyten. See #12303 Matt Thomas 2010-03-02 18:43:22 +00:00
  • ae7037d39b Add id argument to wp_dropdown_users() and wp_dropdown_categories(). props johnbillion. Ensure we're escaping name and id in wp_dropdown_users(). fixes #12132 Andrew Nacin 2010-03-02 18:36:49 +00:00
  • 49de79c941 Remove only gallery CSS in twentyten, leaving the gallery div classes and id intact. see #9015 Andrew Nacin 2010-03-02 18:08:14 +00:00
  • 0a2d1ad6ec Fix metabox hiding. Props scribu. fixes #12439 Ryan Boren 2010-03-02 18:06:14 +00:00
  • d2dc5dd179 Fix is_nav_menu(). Props Utkarsh. see #11817 Ryan Boren 2010-03-02 17:56:24 +00:00
  • b69c44c1f8 Add a 'pre_post_link' filter to get_permalink() before token replacement occurs. Fixes #12240 Dion Hulse 2010-03-02 11:57:32 +00:00
  • fdf51312a0 Tabbing in Editors: Prevent certain browsers from Tabbing out of the field. Props filosofo. Fixes #12424 Dion Hulse 2010-03-02 11:49:06 +00:00
  • 535f50f4ab Strip delete_themes from Multisite non-super-admins. Props Denis-de-Bernardy. Fixes #11802 Dion Hulse 2010-03-02 11:42:15 +00:00
  • f76fe5ecb5 use __return_false in preference to create_function(..return true..). Props TobiasBg. See #12435 Dion Hulse 2010-03-02 11:39:08 +00:00
  • 6045d8f79f Restore MultiSite checks on Upload settings, Add proper whitelisting. Props Denis-de-Bernardy. Fixes #11687 Dion Hulse 2010-03-02 10:31:06 +00:00
  • aabe2a1120 Clean up whitespace in nav-menu.php see #11817 Mark Jaquith 2010-03-02 03:59:28 +00:00
  • a4acc65fb3 Remove arrows from Nav Menu items. see #11817 Mark Jaquith 2010-03-02 03:58:02 +00:00
  • 67e835d517 Hide All/Show All buttons should be links. see #11817 Mark Jaquith 2010-03-02 03:28:11 +00:00
  • 5333c986e3 Fall back to displaying mime type when file has no extension. fixes #9924 props mdawaffe Andrew Nacin 2010-03-01 22:45:11 +00:00
  • 8972671e78 Script bump from [13539] Andrew Nacin 2010-03-01 22:39:04 +00:00
  • 593cd94b1f Dynamically remove duplicates from the 'display name' profile.php option. fixes #10030 Andrew Nacin 2010-03-01 22:34:43 +00:00
  • de7eec68d5 Add some custom taxonomy flags to allow fully customize strings in the taxonomy meta box. see #11838 Andrew Nacin 2010-03-01 21:04:37 +00:00
  • a37ca909a6 Die if invalid post type is passed. see #9674 Ryan Boren 2010-03-01 20:33:03 +00:00
  • 04899b5212 Make favorite actions custom post type aware. Props ptahdunbar. fixes #12433 Ryan Boren 2010-03-01 16:03:27 +00:00
  • 8ef5d73550 Custom taxonomy support for inline edit. Props prettyboymp. see #9674 Ryan Boren 2010-03-01 15:48:01 +00:00
  • a9dbad77ac Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412 Ryan Boren 2010-03-01 15:28:20 +00:00
  • 1e8b1d12c9 Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412 Ryan Boren 2010-03-01 15:27:42 +00:00
  • fcf2d321ab Fix notices inside wp_nav_menu(), Ensure echo => false is passed to fallback callbacks so the function doesnt print HTML directly. See #11817 Dion Hulse 2010-03-01 12:53:51 +00:00
  • 97bd9628d7 Split Right Now widget into Content | Discussion. Props matveb. Fixes #12202 Dion Hulse 2010-03-01 12:32:00 +00:00
  • 31ea4b885e svn:eol-style:native props Denis-de-Bernardy Dion Hulse 2010-03-01 12:23:55 +00:00
  • 78c20f584a Move Upload folder settings to Options -> Media. Props nacin. Fixes #11687 Dion Hulse 2010-03-01 12:13:15 +00:00
  • 38817d572b A Better Flash upload button, Adds a Hover and Active styling, Adds a distinctive border to the button. Props ocean90. Fixes #12420 Dion Hulse 2010-03-01 11:57:03 +00:00
  • 9e3aaa0bf5 Add a front end Ajax handler. Props Denis-de-Bernardy. See #12400 Dion Hulse 2010-03-01 11:49:50 +00:00
  • cd9d4b8291 Add __return_true() to complement __return_false(). see #12381 Andrew Nacin 2010-03-01 08:50:27 +00:00
  • aef79be496 Add action to top of widgets.php. props ptahdunbar, fixes #12190 Andrew Nacin 2010-03-01 08:16:04 +00:00
  • 4705737542 Remove orphaned Turbo/Gears message in Opera. see #11301 Andrew Nacin 2010-03-01 07:15:15 +00:00
  • e736145a98 Add a tables_to_repair filter. fixes #11707 Andrew Nacin 2010-03-01 06:35:48 +00:00