Commit Graph

  • 60b50434bd Make _get_term_hierarchy() query more efficient. Ryan Boren 2010-01-12 20:12:04 +00:00
  • aa053ad0cc Always use post.php for form action. see #9674 Ryan Boren 2010-01-12 19:03:03 +00:00
  • 1a7bd827e8 Formatting cleanup. Props Simek. fixes #11876 Ryan Boren 2010-01-12 18:40:40 +00:00
  • 9b510ecec4 Merge page.php into post.php. see #9674 Ryan Boren 2010-01-12 16:50:37 +00:00
  • 2a68d3919d Allow per_page settings for custom post type edit screens. see #9674 Ryan Boren 2010-01-12 15:41:10 +00:00
  • 0e4bc929a1 Make wp_edit_posts_query() more post_type aware. Use array calling style. see #9674 Ryan Boren 2010-01-12 15:23:10 +00:00
  • 156b5d27c3 Safely include class-json.php, class-simplepie.php and class-snoopy.php, props alexkingorg, fixes #11827 Andrew Ozz 2010-01-12 13:22:43 +00:00
  • 13c187210d Remove file Ryan Boren 2010-01-12 00:18:31 +00:00
  • e26302b030 Remove file Ryan Boren 2010-01-12 00:17:55 +00:00
  • 4e3864bd28 Merge page-new.php into post-new.php. Start abstracting column headers and prefs. see #9674 Ryan Boren 2010-01-12 00:14:27 +00:00
  • 72bc28a2ad @since version for wp_login_form. See #11172 props dd32. Peter Westwood 2010-01-11 22:33:28 +00:00
  • 10f2b3a02e Formatting cleanup Ryan Boren 2010-01-11 22:30:21 +00:00
  • 37d1acae71 Mainstream things that don't need to be multisite only. Formatting cleanups. see #11644 Ryan Boren 2010-01-11 22:23:58 +00:00
  • a6798b1fb6 Mainstream things that don't need to be multisite only. Formatting cleanups. see #11644 Ryan Boren 2010-01-11 22:08:49 +00:00
  • 8b4fbdb503 merge in multisite login, wp-includes, See #11644 Ron Rennick 2010-01-11 21:49:40 +00:00
  • 234f4f0025 wp_login_form(). Props beaulebens. see #11172 Ryan Boren 2010-01-11 21:48:43 +00:00
  • 397ae0d74b Merge edit-page-form.php into edit-form-advanced.php. see #9674 Ryan Boren 2010-01-11 21:42:45 +00:00
  • c64564251a Show custom hierarchical taxonomies in the menus. Props dd32. see #11838 Ryan Boren 2010-01-11 19:27:44 +00:00
  • 32bfcc6aa8 Convert taxonomy children cache into a transient. fixes #11866 Ryan Boren 2010-01-11 18:53:52 +00:00
  • 2d9af20cc3 Do not fire the redirect_canonical filter if the redirect_url is empty. fixes #11700 Mark Jaquith 2010-01-10 19:05:43 +00:00
  • 7263a46dae Do proper canonical redirect for ?paged=1 or /page/1/. fixes #11696 Mark Jaquith 2010-01-10 18:56:03 +00:00
  • 20c7f2963e Enable custom taxonomy UI for pages as well as for posts. fixes #11290 Mark Jaquith 2010-01-10 18:29:37 +00:00
  • dc9da44252 remove accidental executable flag, props ddebernardy, See #11743 Ron Rennick 2010-01-10 18:22:18 +00:00
  • b7710fdf5a multi-site startup, See #11644 Ron Rennick 2010-01-10 18:10:51 +00:00
  • 45b15868ca phpdoc updates. Props sirzooro. fixes #11853 Ryan Boren 2010-01-10 15:50:17 +00:00
  • d71468418b Pass $version to deprecated_argument_run action hook. See #11386. Peter Westwood 2010-01-10 15:02:12 +00:00
  • 7440e5516a Tidy up logic for defining WP_DEBUG so we only define it if it isn't already. Fixes #11837 props nacin. Peter Westwood 2010-01-10 10:57:01 +00:00
  • 9a9700dff4 Don't delete site transient if it doesn't have a timeout set. fixes #11844 Ryan Boren 2010-01-10 02:39:24 +00:00
  • 5656bbea87 Add post_type inputs. Fix submenu highlighting. Props dd32. see #9674 Ryan Boren 2010-01-10 01:24:56 +00:00
  • c4c46a3070 Post type caps. see #9674 Ryan Boren 2010-01-10 01:23:14 +00:00
  • 00664f3d77 remove hardcoded wp_ prefix, props ddebernardy, Fixes #11785 Ron Rennick 2010-01-09 19:19:55 +00:00
  • 2e2ad12171 Add missing version numbers to _deprecated_argument() calls. Remove deprecated argument from xfn_check() calls. Pass version number to deprecated_file_included, deprecated_function_run and deprecated_argument_run actions. Fixes #11386 props nacin. Peter Westwood 2010-01-09 10:03:55 +00:00
  • 713ef64d69 _future_post_hook should not call _deprecated_argument() as it will always get that argument from the action it is hooked to. Fixes #11815 props nacin. Peter Westwood 2010-01-09 09:55:41 +00:00
  • 1ef5b387cf Fix height of input and link buttons for all latest browsers. Andrew Ozz 2010-01-09 08:51:24 +00:00
  • abb39f0c99 Show error message in TB when iframes support is turned off in the browser, props nacin, fixes #10939 Andrew Ozz 2010-01-09 01:17:45 +00:00
  • cb0ee5b478 Fix invalid HTML in edit-category-form.php, props nacin, fixes #11736 for trunk Andrew Ozz 2010-01-09 00:19:09 +00:00
  • 436316a4a8 Add is_subdomain_install() to ms code - Fixes #11796 Ron Rennick 2010-01-08 21:25:01 +00:00
  • 71bef9fe26 Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code. Ryan Boren 2010-01-08 20:49:55 +00:00
  • b153c75949 Use is_super_admin() instead of is_site_admin(). Props GIGALinux see #11644 Ryan Boren 2010-01-08 20:29:56 +00:00
  • f0761d7cf6 MULTSITE must be true. see #11644 Ryan Boren 2010-01-08 20:27:50 +00:00
  • 6a4dae4be0 Disable sitewide plugin actions that use unfiltered GET and generate warnings pending further scrutiny. see #11767 Ryan Boren 2010-01-08 20:15:22 +00:00
  • fbbf18d6c7 Set result of insert Ryan Boren 2010-01-08 20:09:04 +00:00
  • bc99700623 Use correct var name. see #11644 Ryan Boren 2010-01-08 20:07:40 +00:00
  • e5ddd20a49 db class compatible with WP, MU & multi site - See #11644 Ron Rennick 2010-01-08 19:26:00 +00:00
  • 31d5955eee Typo fix in comment. see #11643 Ryan Boren 2010-01-08 19:10:50 +00:00
  • c344d100bc Document impenetrable logic in login secure cookie and redirect handler. fixes #11643 Ryan Boren 2010-01-08 19:09:37 +00:00
  • 89784abc18 Sanitize page template class. Props willmot. fixes #11722 Ryan Boren 2010-01-08 18:52:16 +00:00
  • f121906d10 Don't break UTF-8 strings in setup-config.php. Props SergeyBiryukov fixes #11821 Ryan Boren 2010-01-08 18:40:00 +00:00
  • 70c55846ac Pass parent to category_exists(). Props thetoine. fixes #11825 Ryan Boren 2010-01-08 17:58:13 +00:00
  • edea19e9ae Add compatability for MU to is_multisite() - See #11644 Ron Rennick 2010-01-08 17:24:40 +00:00
  • cb192bb9c7 Clean CSS of the Edit Image popup in the visual editor props Simek, show changed image size and fill width or height when left blank, fixes #11655, fixes #10442 Andrew Ozz 2010-01-08 13:06:17 +00:00
  • b5a43efa73 Introduce a single function for getting all the intermediate image sizes to be used both when adding attachements and deleting. Fixes #10263 props scribu. Peter Westwood 2010-01-08 08:51:12 +00:00
  • b2360778ee Add support to get_terms() to allow 'include' & 'exclude' args to be arrays(). Fixes #11076 props scribu. Peter Westwood 2010-01-08 08:44:45 +00:00
  • 2a93c55f43 Switch to passing arrays instead of query strings to functions. Fixes #6647 props filosofo and hakre. Peter Westwood 2010-01-08 08:34:39 +00:00
  • 6422cc2d63 Deprecate get_alloptions(). Fixes #4915 props nacin. Peter Westwood 2010-01-08 08:29:55 +00:00
  • f3a95270ad Optimize scan for lost attachments, props johnjosephbachir, fixes #10911 Andrew Ozz 2010-01-08 05:23:22 +00:00
  • 4b7556c1db Don't let "Crunching" overlap image name while uploading, props hakre, fixes #11447 Andrew Ozz 2010-01-08 01:01:52 +00:00
  • 1a17554691 Run the old WPMU random_password filter in wp_generate_password(). Fixes #11746 props uglyrobot. Peter Westwood 2010-01-07 20:49:04 +00:00
  • 7b580bf8e8 Use update and insert. Props DD32. fixes #6836 Ryan Boren 2010-01-07 20:13:54 +00:00
  • 7e6f603296 Revert extra bits that snuck in with [12650] Ryan Boren 2010-01-07 19:55:48 +00:00
  • d93a81bd35 Assume current user of user ID is not passed. Props filosofo. fixes #11808 Ryan Boren 2010-01-07 19:45:57 +00:00
  • 866c3021d4 Block comments for future posts and password protected posts (when password not provided). Props filosofo. fixes #11810 for trunk Ryan Boren 2010-01-07 19:37:16 +00:00
  • aff9330640 User is_super_admin(). Props GIGALinux. see #11644 Ryan Boren 2010-01-07 15:52:22 +00:00
  • cc623632d3 Deprecate is_site_admin. Props nacin. see #11644 Ryan Boren 2010-01-07 15:50:46 +00:00
  • 6388f7113b Check if VHOST is defined in get_id_from_blogname() Andrew Ozz 2010-01-07 10:52:21 +00:00
  • f992a598bb When decompressing try to raw-inflate first, props dd32, fixes #11600 Andrew Ozz 2010-01-07 10:26:33 +00:00
  • 754fe19661 Allow people to attach PHP 5.3 Closures to filters and actions. Fixes #10493 props scribu. Peter Westwood 2010-01-07 08:27:02 +00:00
  • ee63362624 Use like_escape to make safe search string for like queries. Peter Westwood 2010-01-07 08:02:52 +00:00
  • fc7e0f273b Search using blog_id = blog_id not blog_id = search string . Fixes #11787 props Denis-de-Bernardy. Peter Westwood 2010-01-07 07:58:04 +00:00
  • 8d663551af Bring over the site admin menu icon Andrew Ozz 2010-01-07 07:55:09 +00:00
  • 8fc78f4a06 Ensure that apage and num cannot have negative values. Fixes #11786 props Denis-de-Bernardy. Peter Westwood 2010-01-07 07:54:15 +00:00
  • 820991ac95 Switch from create_function to a fixed function for the plugin page activation admin notice. Fixes #11763 props dd32. Peter Westwood 2010-01-07 07:41:13 +00:00
  • 471ccb4fac phpDoc for ms-deprecated.php props nacin. Make generate_random_password use wp_generate_password() Fixes #11746. Peter Westwood 2010-01-07 07:32:44 +00:00
  • 74ae03486d Silence error if TB iframe is loaded from another domain, see #6883 Andrew Ozz 2010-01-07 05:55:26 +00:00
  • 7196d7fbe8 Include ms.php if multisite Ryan Boren 2010-01-07 04:33:41 +00:00
  • 18e6d905c5 Strip trailing whites from ms files. see #11644 Ryan Boren 2010-01-07 04:27:46 +00:00
  • 6a99014d81 Minifiy ms.css. see #11644 Ryan Boren 2010-01-07 04:23:23 +00:00
  • 435053b040 Remove certain caps for non super admins when running multisite. see #11644 Ryan Boren 2010-01-07 04:05:53 +00:00
  • e1a37a3563 Fix blogs menu item. see #11644 Ryan Boren 2010-01-07 03:43:54 +00:00
  • 4c8ee2f889 Remove raquo. see #11644 Ryan Boren 2010-01-07 03:40:03 +00:00
  • adca93f6c4 Cleanup titles. see #11644 Ryan Boren 2010-01-07 03:24:24 +00:00
  • 9752cb8705 Queue ms.css if multisite. see #11644 Ryan Boren 2010-01-07 02:33:53 +00:00
  • c62b24a2af Queue ms.css if multisite. see #11644 Ryan Boren 2010-01-07 02:33:23 +00:00
  • b343c9ee06 Deprecate generate_random_password(). fixes #11746 Ryan Boren 2010-01-07 02:22:51 +00:00
  • 40e73cd79d Better POST_BY_EMAIL logic. Props Denis-de-Bernardy. fixes #11752 Ryan Boren 2010-01-07 01:29:40 +00:00
  • cf5aae053b s/wpmu/ms/ in file refs. Props Denis-de-Bernardy. see #11644 Ryan Boren 2010-01-07 00:30:53 +00:00
  • 19e3842fc2 Add esc_attr to ms-users.php. see #11792 Ryan Boren 2010-01-07 00:25:02 +00:00
  • 9b84b850c9 Change references to wpmu-edit.php - See #11644 Ron Rennick 2010-01-07 00:24:03 +00:00
  • 06d845c74c Add esc_attr to ms-options.php. see #11782 Ryan Boren 2010-01-07 00:21:19 +00:00
  • 3054280850 Move wpmu_menu() logic into menu.php. Props Denis-de-Bernardy. fixes #11763 Ryan Boren 2010-01-07 00:17:13 +00:00
  • 37a7d305bf Add esc_attr to ms-sites.php. see #11782 Ryan Boren 2010-01-07 00:13:35 +00:00
  • dfe2e39c2c Deprecate argument. Never fallback to options table for user option requests. Props nacin. fixes #11615 Ryan Boren 2010-01-07 00:01:52 +00:00
  • e7003d6c95 Make *_site_option() multisite awate. see #11644 Ryan Boren 2010-01-06 23:57:35 +00:00
  • 3b4c235c3f Show theme installer only to super admins. Props Denis-de-Bernardy. see #11763 Ryan Boren 2010-01-06 23:48:46 +00:00
  • d710ef45d0 Move some multisite menu checks directly into menu.php. see #11763 Ryan Boren 2010-01-06 23:41:03 +00:00
  • 03f8d8996d Return true for all admin user is multisite is not enabled. see #11644 Ryan Boren 2010-01-06 23:39:40 +00:00
  • 8a5d801117 Introduce is_super_admin(). see #11644. Ryan Boren 2010-01-06 23:27:22 +00:00
  • 816ed91f0f Remove svn:executable property on new files. Fixes #11743 props Denis-de-Bernardy. Peter Westwood 2010-01-06 22:22:45 +00:00
  • ca3f286d96 Introduce is_multisite(). see #11644 Ryan Boren 2010-01-06 20:19:35 +00:00
  • d04182b97c Remove link-import.php. fixes #11755 Ryan Boren 2010-01-06 20:10:37 +00:00