Commit Graph

  • 35677e6860 Add phpdoc to all the add_*_page functions. Rename arguments to empasise that people should be using Capabilities not User Levels and named hooks not __FILE__. See #12101. Peter Westwood 2010-01-31 17:36:00 +00:00
  • 95b956bfb9 Fix add_pages_page to use the correct parent menu. Fixes #12100. Peter Westwood 2010-01-31 17:16:00 +00:00
  • ac72e501ea Fix typo in phpdoc for sanitize_text_field. Fixes #12091 props joshtime. Peter Westwood 2010-01-31 15:41:19 +00:00
  • 25878de823 Fix PHP Notices: Use checked() template function & initialise variables. s/WP/WordPress/ & some code formatting. See #11644 Dion Hulse 2010-01-31 12:23:50 +00:00
  • 22eeec9f05 set svn:eol-style native on new files Dion Hulse 2010-01-31 11:55:39 +00:00
  • eab8af1feb Bring Server Name field into style lines with rest of page. See #11644 Dion Hulse 2010-01-31 11:47:53 +00:00
  • eca137d68f Hide Users -> Add New on MultiSite unless admin has enabled access to the page. See #11644 Dion Hulse 2010-01-31 11:39:34 +00:00
  • 3f48304cc8 Remove duplicate current_user_can() check. Dion Hulse 2010-01-31 11:36:58 +00:00
  • 0f51431087 Check for existence of the query var before switch(). Fixes a notice on Multisite users page. Dion Hulse 2010-01-31 11:11:45 +00:00
  • a60c842ba6 Move 'My Blogs' into its own file. see #11644 Ryan Boren 2010-01-29 23:21:33 +00:00
  • f6878865b5 Move 'My Blogs' into its own file. see #11644 Ryan Boren 2010-01-29 23:21:01 +00:00
  • d70d1ab100 Integrate sitewide plugin handling into activate_plugins(), deactivate_plugins(), and plugins.php. fixes #11767 see #11644 Ryan Boren 2010-01-29 21:45:32 +00:00
  • 402b998100 Remove remove_edit_plugin_link(). Rely on cap checks. see #11644 Ryan Boren 2010-01-29 19:29:31 +00:00
  • 1f8632249d Remove db error show/hide, suppress/unsuppress in ms bootstrap. see #11644 Ryan Boren 2010-01-29 19:16:07 +00:00
  • 954968abef Integrate mu_locale() into get_locale(). see #11644 Ryan Boren 2010-01-29 19:03:51 +00:00
  • c180f69c52 Code style cleanups Ryan Boren 2010-01-29 18:53:32 +00:00
  • 858e02d0d4 Update phpdoc to note that the default for public is false. see #9674 Ryan Boren 2010-01-29 18:26:33 +00:00
  • 739fd7a3b8 ms-sites cleanup. Add escaping. Use API instead of direct queries. Add blog status label to row title. see #11644 Ryan Boren 2010-01-29 17:36:57 +00:00
  • bdbf075914 ms-settings cleanup. Props nacin. see #11644 Ryan Boren 2010-01-29 16:26:46 +00:00
  • ea82d93624 Use !empty() for Link searching title. Dion Hulse 2010-01-29 08:11:20 +00:00
  • cfb58236dd Add text to 'Add New' button in link manager. Props scribu. Fixes #12071 Dion Hulse 2010-01-29 07:27:11 +00:00
  • c4b63151a5 Don't both hooking in menu functions which will never get called. See #11922 props miqrogroove. Peter Westwood 2010-01-28 20:20:18 +00:00
  • 93fc30b2a0 Send user back to main custom header page after cropping and setting image. Add support for a custom image div callback for greather theme flexibility. Props dphiffer. see #11855 Ryan Boren 2010-01-28 19:00:16 +00:00
  • 22e8867c67 User correct var. Props nacin. fixes #12066 Ryan Boren 2010-01-28 17:30:50 +00:00
  • 88024e6674 Clean up cache re-init code in Multisite. Props nacin. fixes #12065 Ryan Boren 2010-01-28 17:28:44 +00:00
  • 8d029acd42 Don't hardcode post type. Props typeomedia. fixes #12067 Ryan Boren 2010-01-28 17:21:26 +00:00
  • 3dac74e345 Add ms-default-constants.php. Props nacin. see #11881 Ryan Boren 2010-01-28 17:16:58 +00:00
  • 014f5da245 rearrage multisite initialization, remove deprecated $wpmuBaseTablePrefix, props nacin, see #11881 Ron Rennick 2010-01-28 16:09:52 +00:00
  • 4e0bcbb98e change wp- rewrite more specific rewrite rule, see #11994 Ron Rennick 2010-01-28 15:29:23 +00:00
  • 334a3e294a block multisite enable on localhost and ip address, see #11816 Ron Rennick 2010-01-27 22:10:41 +00:00
  • 0d41ebae21 Add id arg to wp_dropdown_pages(). Props jeremyclarke. fixes #11433 Ryan Boren 2010-01-27 21:29:07 +00:00
  • 61dcf802c7 Change back to an option so that it is always there and regenerate it after cleaning the cache instead of waiting for the next page load. Don't clean taxonomy wide caches when just updating object counts to avoid cleaning when updating a post. Ryan Boren 2010-01-27 19:42:23 +00:00
  • 4bcd7b3afd Improvements to queries in populate_network(), also gettext, props nacin, see #11816 Ron Rennick 2010-01-27 19:13:00 +00:00
  • 78f16856c6 Integrate wordpressmu_authenticate_siteadmin() into wp_authenticate_username_password(). see #11644 Ryan Boren 2010-01-27 18:11:17 +00:00
  • 19136bb073 Don't use deprecated functions. Props filosofo. fixes #11807 Ryan Boren 2010-01-27 17:55:39 +00:00
  • fd48be5b71 Avoid call to setup_postdata(). Use get_queried_object_id(). Props filosofo. fixes #11439 Ryan Boren 2010-01-27 17:45:49 +00:00
  • 995576fbdc Fix attachment view link title attribute. Props chdorner. fixes #10571 Ryan Boren 2010-01-27 14:44:47 +00:00
  • 9d44dc664c Respect maximum embed height. Props Viper007Bond. fixes #11980 Ryan Boren 2010-01-27 14:38:48 +00:00
  • bdb3f1ee81 Set post_type for QuickPress publishing. Props nacin. fixes #12049 Ryan Boren 2010-01-27 14:36:17 +00:00
  • 783902b5d2 Fix notices when publishing with QuickPress. Props nacin, hakre. fixes #11504 Ryan Boren 2010-01-27 14:34:11 +00:00
  • 0a04925b33 Show td attributes for custon coolumns. Props camiloclc. fixes #12050 Ryan Boren 2010-01-27 14:28:03 +00:00
  • 5fd2d9c671 Move deprecated admin functions to wp-admin/includes/deprecated.php. Props nacin. fixes #12024 Ryan Boren 2010-01-27 14:10:32 +00:00
  • 1709895c3a Cast length to int. Props josephscott. fixes #12046 Ryan Boren 2010-01-27 14:06:06 +00:00
  • 63ed4250a9 Don't load deprecated magpie for dashboard. Props nacin. fixes #12051 Ryan Boren 2010-01-27 14:02:16 +00:00
  • 2525f1169b Mark validate_email() with _deprecated_function(). Props ShaneF. fixes #11745 Ryan Boren 2010-01-27 13:58:29 +00:00
  • 60566f5b1b Minify RTL CSS Ryan Boren 2010-01-27 13:57:15 +00:00
  • e56bfc028b RTL CSS fix. Props yoavf. fixes #12053 Ryan Boren 2010-01-27 13:50:06 +00:00
  • 7da5c09cdc Whitespace cleanup and inline docs. Props nacin. see #12027 Ryan Boren 2010-01-27 13:48:37 +00:00
  • 27ae64ead2 apply xmlrpc patch 2056 from MU 2.9.1.1, fixes #11999 Ron Rennick 2010-01-27 02:59:26 +00:00
  • b0b57be325 deprecate validate_email(), fixes #11745 Ron Rennick 2010-01-27 01:27:25 +00:00
  • 08d4201a21 allow initial site_id to be assigned by MySQL, fixes #12021 Ron Rennick 2010-01-27 00:20:10 +00:00
  • fe0315b184 Add beginning of string to regex in [12860], See #11644 Ron Rennick 2010-01-26 23:38:23 +00:00
  • 7744ae6091 Change options-permalinks to use is_main_site(), fix /blog offset display, See #11644 Ron Rennick 2010-01-26 23:02:49 +00:00
  • 72adbb470e Remove trailing whitespace Ryan Boren 2010-01-26 22:49:05 +00:00
  • 909191a37d Deprecate is_main_blog() for is_main_site(). see #11644 Ryan Boren 2010-01-26 22:46:09 +00:00
  • b6feb64ea4 Redirect wp-activate.php to register when not multisite, See #11644 Ron Rennick 2010-01-26 21:39:06 +00:00
  • afede400bf Redirect wp-signup.php to register when not multisite, See #11644 Ron Rennick 2010-01-26 21:22:44 +00:00
  • ed156968a3 Integrate maybe_cancel_post_by_email() into wp-mail.php. see #11644 Ryan Boren 2010-01-26 20:53:59 +00:00
  • 4fa746310c Remove first page and first comment filters. They're no longer needed. see #11644 Ryan Boren 2010-01-26 20:42:37 +00:00
  • 5c1138c35b Integrate login_spam_check() into wp_authenticate_username_password(). see #11644 Ryan Boren 2010-01-26 20:25:34 +00:00
  • c8eb06af04 Integrate wpmu_blogger_getUsersBlogs() directly into xmlrpc.php. see #11644 Ryan Boren 2010-01-26 20:15:43 +00:00
  • 3485776132 Integrate fix_upload_details() into wp_upload_dir(). see #11644 Ryan Boren 2010-01-26 20:02:11 +00:00
  • a56f033751 Merge mu_upload_dir() into wp_upload_dir(). see #11644 Ryan Boren 2010-01-26 19:04:55 +00:00
  • 66c2878bcd Remove rss_gc(). see #11644 Ryan Boren 2010-01-26 18:47:34 +00:00
  • 94a9904b69 Remove fix_actve_plugins(). Props hakre. fixes #11750 Ryan Boren 2010-01-26 18:39:12 +00:00
  • df1095f560 unset temp vars so they don't pollute the global namespace. Ryan Boren 2010-01-26 18:20:27 +00:00
  • 708c01dd15 unset temp vars so they don't pollute the global namespace. Formatting cleanups Ryan Boren 2010-01-26 18:16:53 +00:00
  • 08da5196a3 unset temp vars in menu.php so they don't pollute the global namespace. Ryan Boren 2010-01-26 18:09:45 +00:00
  • e98eb23a38 Unset menu_perms once we're done with it. see #11644 Ryan Boren 2010-01-26 17:55:51 +00:00
  • 8dd260e7cf Fix warning. see #11644 Ryan Boren 2010-01-26 17:54:45 +00:00
  • 7acbca8e8e Move update_signup_email_from_profile() logic into user-edit.php. see #11644 Ryan Boren 2010-01-26 17:51:50 +00:00
  • 1f7356af5b Remove profile_page_email_warning_ob_start() and profile_page_email_warning_ob_content(). fixes #11759 Ryan Boren 2010-01-26 17:34:36 +00:00
  • 66b9e3666f Move load_muplugin_textdomain() to l10n.php Ryan Boren 2010-01-26 17:25:31 +00:00
  • dd519ac669 Deprecate get_user_details(). see #11644 Ryan Boren 2010-01-26 17:16:49 +00:00
  • 127b36e064 Deprecate get_current_user_id(). see #11644 Ryan Boren 2010-01-26 17:12:38 +00:00
  • 29616c3ad9 Change link from wpmu-themes.php to ms-themes.php, Fixes #12034 Ron Rennick 2010-01-26 15:27:35 +00:00
  • 3874a36223 Change VHOST check to is_subdomain_install(), See #11796 Ron Rennick 2010-01-26 15:20:49 +00:00
  • a03409e0af Display correct Taxonomy heading. See #11838 Dion Hulse 2010-01-26 12:13:24 +00:00
  • d1a8b1bdb6 Remove accidental capability testing code. See #12035 Dion Hulse 2010-01-26 11:37:25 +00:00
  • 8c6e15b457 First scratch at Taxonomy Capabilities. See #12035 Dion Hulse 2010-01-26 11:32:04 +00:00
  • 3547993b28 First scratch at Bulk plugin upgrade from Plugins page. Props nacin for cleanups. See #11542 Dion Hulse 2010-01-26 06:53:47 +00:00
  • 5aae2baff3 Better wp_reset_vars() behavior when var is already set. props scribu. fixes #11974 Mark Jaquith 2010-01-26 06:06:14 +00:00
  • 795bbaaf79 Move network screen to the tools menu, See #12027 Ron Rennick 2010-01-25 23:07:49 +00:00
  • 39c598f7f6 add a cap check at the top of ms-delete-site.php. see #11644 Ryan Boren 2010-01-25 22:50:36 +00:00
  • 5a13380cf4 Move blog deletion to ms-delete-site.php. see #11644 Ryan Boren 2010-01-25 22:46:41 +00:00
  • 15e5d91692 Deprecate graceful_fail(). see #11644 Ryan Boren 2010-01-25 22:09:43 +00:00
  • d33c4ae2ca phpdoc and cleanup. see #11644 Ryan Boren 2010-01-25 22:01:43 +00:00
  • 0d90882b71 Deprecate mu_options. Integrate directly into options.php. see #11644 Ryan Boren 2010-01-25 21:33:49 +00:00
  • e0254c7917 Add wp-admin/includes/ms-deprecated.php. Deprecate wpmu_checkAvailableSpace. Introduce is_upload_space_available(). see #11762 Ryan Boren 2010-01-25 19:46:24 +00:00
  • c01fb90ff1 Deprecate wp_shrink_dimension(), add wp-admin/includes/deprecated.php. Props filosofo. fixes #11967 Ryan Boren 2010-01-25 18:50:01 +00:00
  • 56c9c4c527 Deprecate magpie. Props nacin. fixes #11982 Ryan Boren 2010-01-25 18:37:05 +00:00
  • e5d23ee3e5 Add optional comment ID argument to comment template functions. Props filosofo. fixes #12006 Ryan Boren 2010-01-25 17:34:13 +00:00
  • ba857dbae9 Include post_type= when redirecting after "Trash" click from item individual edit screen, to avoid going to Post edit screen for other post_types Mark Jaquith 2010-01-24 20:50:50 +00:00
  • b0898268c3 Include the post type, or else clicking All from pages will give you "all POSTS" Mark Jaquith 2010-01-24 20:33:45 +00:00
  • bc3fbede7f Merge Categories/Hierarchical taxonomies into edit-tags.php. See #11838 Dion Hulse 2010-01-24 11:00:27 +00:00
  • 46b0270ab7 Shake the JS weight away! Mark Jaquith 2010-01-24 06:16:17 +00:00
  • f022897182 Fix Tag paging number whilst searching. Fixes #11989 Dion Hulse 2010-01-24 02:07:13 +00:00
  • 44d8494043 seismic failures. Mark Jaquith 2010-01-23 23:07:56 +00:00
  • 568efea825 Fix "is_multixsite()" typo from [12735] Mark Jaquith 2010-01-23 22:50:37 +00:00
  • 55030a165b gettext for options-network. Props nacin. see #11644 Ryan Boren 2010-01-23 19:06:15 +00:00