nacin
|
d138bc1f38
|
Remove one-pixel white bottom border off new light gray header. After some discussion, mainly due to screen options/help tabs. see #12586
git-svn-id: http://svn.automattic.com/wordpress/trunk@13826 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-26 18:40:29 +00:00 |
|
nacin
|
6e0976117a
|
Fix potential notice in wp_handle_sideload().
git-svn-id: http://svn.automattic.com/wordpress/trunk@13825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-26 17:42:34 +00:00 |
|
ryan
|
6dcc05bd54
|
Ligten header and footer for gray color scheme. Props johnonolan. see #12586
git-svn-id: http://svn.automattic.com/wordpress/trunk@13824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-26 17:09:53 +00:00 |
|
nacin
|
662902a045
|
Syndication feeds show the (#) most recent 'items', not posts, as it applies to comments as well. See #12556, see #7092
git-svn-id: http://svn.automattic.com/wordpress/trunk@13823 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-26 14:17:19 +00:00 |
|
nacin
|
eb709ded05
|
Use a generic string instead of "Your username" in user-edit.php to account for non-profile edits. props caesarsgrunt, fixes #11353
git-svn-id: http://svn.automattic.com/wordpress/trunk@13820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-26 13:56:10 +00:00 |
|
nacin
|
637d557aca
|
Initialize _wp_page_template for the first page in wp_install_defaults(). fixes #12653, a Webkit/jQuery bug in Quick Edit (see ticket)
git-svn-id: http://svn.automattic.com/wordpress/trunk@13817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-26 04:42:08 +00:00 |
|
nacin
|
d2643077d7
|
Use actual hostname instead of example.com in subdirectory/subdomain examples. fixes #12679, props johnbillion.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-25 02:49:23 +00:00 |
|
ryan
|
c2a6f28bf5
|
Enable nav menu admin if theme supports widgets. Show notice if theme supports widgets but not nav-menus. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-24 18:35:31 +00:00 |
|
nacin
|
e0896f5ff4
|
Use set_time_limit(0) in import/mt.php. see #12595
git-svn-id: http://svn.automattic.com/wordpress/trunk@13807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-23 19:20:03 +00:00 |
|
nacin
|
47b80515da
|
Move send_nosniff_header() into wp-includes so it can be used in wp-ajax.php. props sivel, fixes #12683
git-svn-id: http://svn.automattic.com/wordpress/trunk@13806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-23 19:13:58 +00:00 |
|
nacin
|
e507f32dd4
|
Deprecate add_option_update_handler() and remove_option_update_handler() in favor of register_setting() and unregister_setting(). #11730
git-svn-id: http://svn.automattic.com/wordpress/trunk@13805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 23:03:31 +00:00 |
|
nacin
|
9c30277635
|
Prevent the nav menu walker from walking in circles. Don't allow an object from being a child of itself; if the functionality is desired, a workaround would be custom links. see #11817, see #12566
git-svn-id: http://svn.automattic.com/wordpress/trunk@13803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 22:26:27 +00:00 |
|
nacin
|
ba6f1cba07
|
Various bug fixes and improvements to menu management. props ptahdunbar, see #11817.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13802 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 19:56:16 +00:00 |
|
nacin
|
59c4af548b
|
Check cap before showing comments from private posts in recent comments dashboard widget. fixes #9144.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13800 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 14:01:43 +00:00 |
|
dd32
|
6c75300614
|
Better cross-browser support for Custom Background image alignment preview. Props eddieringle. See #12186
git-svn-id: http://svn.automattic.com/wordpress/trunk@13799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 07:14:14 +00:00 |
|
nacin
|
55ebce714a
|
More ms-options cleanup. Add label elements, and transition to checkboxes from radios where we can. Also fix notice in global_terms_enabled post handling.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 06:02:04 +00:00 |
|
nacin
|
ae94bb0fcf
|
More cleanup of ms-options.php. Allow textarea.large-text class to be applied to inputs as well.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13795 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 04:19:10 +00:00 |
|
nacin
|
2665034055
|
Move the MS option for upload limit inline w/ the enabling/disabling of the upload limit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 03:48:01 +00:00 |
|
nacin
|
243106b21e
|
Fix the MS admin notice feed.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 02:23:45 +00:00 |
|
nacin
|
261592f3e7
|
Restore a missing moderate_comments cap check in Right Now dashboard widget. see #12202
git-svn-id: http://svn.automattic.com/wordpress/trunk@13791 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-22 01:31:18 +00:00 |
|
dd32
|
18bab7afe6
|
Add @since to Custom Header functions
git-svn-id: http://svn.automattic.com/wordpress/trunk@13790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-21 11:02:05 +00:00 |
|
nacin
|
73f9683d51
|
Move unregistered check to proper branch of code. prevents options.php panel from throwing errors. see #11730
git-svn-id: http://svn.automattic.com/wordpress/trunk@13789 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-21 07:38:10 +00:00 |
|
dd32
|
3d5e274179
|
Cleanup of Custom Background. Move JS to external file, Add @since, Remove redundant steps functionality, Preview of Image alignment. See #12186
git-svn-id: http://svn.automattic.com/wordpress/trunk@13788 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-21 06:06:18 +00:00 |
|
dd32
|
68445ab030
|
Use correct cap checks and nonces for custom post_type's
git-svn-id: http://svn.automattic.com/wordpress/trunk@13786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-21 02:29:11 +00:00 |
|
nacin
|
adf8dd3743
|
Simplify the deprecated notice for unregistered settings. fixes #11730
git-svn-id: http://svn.automattic.com/wordpress/trunk@13785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-21 01:49:00 +00:00 |
|
dd32
|
bc60e6967a
|
Do not display empty Appearance menu for subscribers. Need to use Menu API after the _admin_menu hook has fired.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-21 01:01:45 +00:00 |
|
nacin
|
75718ee8ef
|
Some improvements to the network.php mod_rewrite checks. see #12255
git-svn-id: http://svn.automattic.com/wordpress/trunk@13782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-20 22:44:07 +00:00 |
|
dd32
|
68562ccc93
|
Fix Quick edit for non-page Hierarchical post_types. See #12643
git-svn-id: http://svn.automattic.com/wordpress/trunk@13779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-20 03:05:25 +00:00 |
|
dd32
|
5d965f2c1c
|
Add parent selection support for custom post_types to the Page Attributes metabox. See #12643
git-svn-id: http://svn.automattic.com/wordpress/trunk@13778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-20 02:46:31 +00:00 |
|
dd32
|
e2736b7583
|
Tabs are better than spaces. Whitespace cleanup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-20 02:39:58 +00:00 |
|
dd32
|
48eb248a6d
|
Fix notice in Page Templates when a Template is not set for the current page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-20 02:37:16 +00:00 |
|
dd32
|
78841d8f5f
|
Add additional columns to the Posts Comments view. Props arena. Fixes #11231
git-svn-id: http://svn.automattic.com/wordpress/trunk@13775 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-20 02:35:17 +00:00 |
|
nacin
|
2c80016b6a
|
MS admin string improvements. fixes #12436, props mrmist.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 22:09:34 +00:00 |
|
nacin
|
30d6eb32c6
|
Remove redundant isset() and empty() checks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 21:29:21 +00:00 |
|
nacin
|
8c8bf5039f
|
Remove unnecessary ternary operators such as (expr) ? true : false.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 21:15:00 +00:00 |
|
wpmuguru
|
64f48fd0bc
|
add NONCE_SALT to secret_salt_warning(), see #11764
git-svn-id: http://svn.automattic.com/wordpress/trunk@13768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 20:48:59 +00:00 |
|
markjaquith
|
35e6b0a158
|
Update search engines blocked text so that we do not imply that the blog is actually private.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 14:40:50 +00:00 |
|
dd32
|
58392ee495
|
Add min-height and a black border to the Background Image preview. Min-height to allow for no image present, black border to show preview area when no image or colour is available. See #12186
git-svn-id: http://svn.automattic.com/wordpress/trunk@13766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 09:37:36 +00:00 |
|
dd32
|
0c47af2d38
|
Show Background preview and options when no Image is uploaded. Display "Updated" div upon updates. Fix Colour Picker not loading after uploading a background image. See #12186
git-svn-id: http://svn.automattic.com/wordpress/trunk@13765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 09:33:29 +00:00 |
|
dd32
|
0b4c703fd8
|
Add instant background-color feedback to Custom Backgrounds. Add input validation to user-entered colour data. See #12186
git-svn-id: http://svn.automattic.com/wordpress/trunk@13764 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 09:10:37 +00:00 |
|
dd32
|
96db88e1b8
|
Highlight correct submenu for Theme Installs. Fix PHP Notice for unset object properties (requires among others may not be set).
git-svn-id: http://svn.automattic.com/wordpress/trunk@13763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 08:03:52 +00:00 |
|
nacin
|
8b7d7afa72
|
Clear cache of current theme name, if the theme name no longer exists. Fixes failures when an an active theme is renamed in its stylesheet. fixes #12428
git-svn-id: http://svn.automattic.com/wordpress/trunk@13762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 03:09:02 +00:00 |
|
wpmuguru
|
96d21ae1f3
|
force users to re-login after installing network, see #12142
git-svn-id: http://svn.automattic.com/wordpress/trunk@13760 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 23:35:04 +00:00 |
|
nacin
|
3a599d714e
|
Correct a copy-paste error in wp_manage_posts_columns().
git-svn-id: http://svn.automattic.com/wordpress/trunk@13759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 22:34:58 +00:00 |
|
nacin
|
cc03c9c11b
|
s/blog/site/. props ocean90.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 20:50:00 +00:00 |
|
nacin
|
3bdcf36888
|
Account for old type=link (now taxonomy=link_category) in wp_dropdown_categories(). Don't use the deprecated argument in options-writing. Sprinkle in some deprecated warnings. fixes #12630
git-svn-id: http://svn.automattic.com/wordpress/trunk@13754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 20:17:15 +00:00 |
|
nacin
|
840951fe06
|
Remove top margin from custom background's page header.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 19:17:12 +00:00 |
|
nacin
|
5097dba597
|
Use h3 (not h2) to break up sections on custom header/bg screens. Move div.updated message to right after the h2, as JS will move it there anyway.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13751 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 19:06:57 +00:00 |
|
nacin
|
94d540f05d
|
Change "Blog" to "Site" in the Settings panels.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13750 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 17:46:25 +00:00 |
|
nacin
|
65e9cd7eb1
|
Add deprecated notices for Options > Misc settings registrations. see #12437
git-svn-id: http://svn.automattic.com/wordpress/trunk@13749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 17:32:27 +00:00 |
|
nacin
|
0ac55fc053
|
Coding standards: When vertically aligning for readability, use spaces (not tabs). see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 17:07:05 +00:00 |
|
dd32
|
2ae741bb79
|
Remove reminents of 'misc' from whitelist options too. See [13745] See #12437
git-svn-id: http://svn.automattic.com/wordpress/trunk@13746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 07:58:53 +00:00 |
|
dd32
|
5a5064ae61
|
Remove Options -> Misc entirely as core as there are no longer options left there. Plugin registered options will be redirected to the General settings page. Fixes #12437
git-svn-id: http://svn.automattic.com/wordpress/trunk@13745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 07:50:43 +00:00 |
|
dd32
|
d51a95d091
|
Remove the now defunct link update checker from core. Fixes #12437
git-svn-id: http://svn.automattic.com/wordpress/trunk@13744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-18 07:17:55 +00:00 |
|
nacin
|
cea2e6eaa3
|
Remove JS nav-menu functions that we no longer use. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13742 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 20:44:59 +00:00 |
|
markjaquith
|
6786e3ddb3
|
Nav Menus: blur/Focus behavior for Create Menu and Add Custom Links. Route "return" presses in each of those areas to proper button press. Better create/save logic on the PHP side.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 19:57:08 +00:00 |
|
ryan
|
6fe61df60f
|
Introduce WP_DEFAULT_THEME
git-svn-id: http://svn.automattic.com/wordpress/trunk@13737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 17:42:49 +00:00 |
|
ryan
|
968c73da1e
|
Use WP_FALLBACK_THEME when creating default stylesheet and template options.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 17:39:38 +00:00 |
|
ryan
|
5c9eae1330
|
WP importer fixes. Props briancolinger. fixes #12619
git-svn-id: http://svn.automattic.com/wordpress/trunk@13735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 16:56:10 +00:00 |
|
ryan
|
5397627717
|
LJ importer tweaks. Props briancolinger. fixes #12620
git-svn-id: http://svn.automattic.com/wordpress/trunk@13734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 16:52:44 +00:00 |
|
ryan
|
e25a65b36a
|
Trim trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@13733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 16:27:25 +00:00 |
|
markjaquith
|
d5296edfad
|
Separate update/create menu logic so new menus have name created properly. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 16:19:58 +00:00 |
|
markjaquith
|
7cf7df44d1
|
No need for three separate JS files if they are only ever enqueued together. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 16:13:16 +00:00 |
|
dd32
|
af6960601f
|
post_type edit_cap and edit_type_cap awareness for wp-admin/includes/post.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@13729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 12:35:48 +00:00 |
|
dd32
|
77b25075d7
|
Add missing child themes codex link. Props jorbin. Fixes #12621
git-svn-id: http://svn.automattic.com/wordpress/trunk@13728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 10:19:26 +00:00 |
|
markjaquith
|
94bcf51d32
|
Unlimited number of pages and custom links for nav-menu. Todo: AJAX-based autocomplete, so this scales better. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 06:33:53 +00:00 |
|
markjaquith
|
411734437a
|
Remove half-baked transient caching of nav-menu source results from [13704]. Todo: reimplement with proper cache invalidation. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 06:10:47 +00:00 |
|
markjaquith
|
58d47426cc
|
More pedantry. "Setup" is not a verb. http://notaverb.com/setup
git-svn-id: http://svn.automattic.com/wordpress/trunk@13725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 04:39:50 +00:00 |
|
markjaquith
|
7f826c2420
|
"setup" is not a verb. http://notaverb.com/setup
git-svn-id: http://svn.automattic.com/wordpress/trunk@13723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-16 22:56:38 +00:00 |
|
ryan
|
60f8f5a6aa
|
Menu item -> append should be a key/name, not a label. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13722 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-16 22:01:49 +00:00 |
|
nacin
|
04ee3c93cb
|
Fix branching, and correct deprecated version numbers. see #11730
git-svn-id: http://svn.automattic.com/wordpress/trunk@13721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-16 20:59:26 +00:00 |
|
ryan
|
b98f319bcf
|
Default target to _self. Add some sanitization and gettext. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-16 19:20:10 +00:00 |
|
ryan
|
c49ec29fdb
|
Introduce taxonomies_allowed_in_menus and post_types_allowed_in_menus. Show only pages and categories by default. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-16 17:22:24 +00:00 |
|
wpmuguru
|
47302e0188
|
first pass on optional global terms, see #12589
git-svn-id: http://svn.automattic.com/wordpress/trunk@13715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-16 17:17:55 +00:00 |
|
ryan
|
10656cb1eb
|
Use get_permalink() instead of get_post_permalink(). Limit to published post types. see #11817 #12566
git-svn-id: http://svn.automattic.com/wordpress/trunk@13714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-16 16:34:30 +00:00 |
|
wpmuguru
|
0c2ab53136
|
introduce global_terms_enabled site option, see #12589
git-svn-id: http://svn.automattic.com/wordpress/trunk@13713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-16 15:31:50 +00:00 |
|
wpmuguru
|
b1bcab8963
|
more descriptive message on blocking unregistered setting, see #11644, related #11730
git-svn-id: http://svn.automattic.com/wordpress/trunk@13711 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-15 22:00:48 +00:00 |
|
ryan
|
81d6e1e8b3
|
Allow enabling/disabling title and editor per post type. Introdoce remove_post_type_support(). Add enable/disable for author override. Props scribu. fixes #12590
git-svn-id: http://svn.automattic.com/wordpress/trunk@13710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-15 21:16:41 +00:00 |
|
wpmuguru
|
1aa48c2677
|
block unregistered settings in multisite, see #11644, related #11730
git-svn-id: http://svn.automattic.com/wordpress/trunk@13709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-15 18:10:34 +00:00 |
|
wpmuguru
|
a51777ea84
|
move allow registration setting to registration settings in ms options, see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-15 17:48:55 +00:00 |
|
wpmuguru
|
5ce50c73d9
|
suppress htaccess update message in multisite, props ocean90, fixes #12604
git-svn-id: http://svn.automattic.com/wordpress/trunk@13706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-15 17:32:34 +00:00 |
|
nacin
|
cb22e5b10a
|
Only show multisite admin email notice if the email was changed. Add a "Cancel" link so the nag doesn't stay forever if the admin ends up not changing the email. see #12192
git-svn-id: http://svn.automattic.com/wordpress/trunk@13705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-15 17:18:00 +00:00 |
|
ryan
|
f635d99754
|
Menus rework. Props ptahdunbar. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-15 16:26:46 +00:00 |
|
ryan
|
4794db9966
|
Fix DST/Standard transition display.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-15 01:57:36 +00:00 |
|
nacin
|
4ebde35485
|
install.php password UI cleanup. see #10396
git-svn-id: http://svn.automattic.com/wordpress/trunk@13696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-14 02:30:50 +00:00 |
|
dd32
|
2209054062
|
Fix no-redirect on no-js taxonomy term additions
git-svn-id: http://svn.automattic.com/wordpress/trunk@13693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-13 10:37:41 +00:00 |
|
dd32
|
70897d7898
|
s/Upgrade WordPress/WordPress Updates/ title for GUU
git-svn-id: http://svn.automattic.com/wordpress/trunk@13692 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-13 08:19:35 +00:00 |
|
dd32
|
5f8dc97924
|
Move 'restrict_manage_posts' to a more useful place for uploads. Props jfarthing84. Fixes #12325
git-svn-id: http://svn.automattic.com/wordpress/trunk@13690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-13 07:40:50 +00:00 |
|
dd32
|
f07052a516
|
Bulk Theme Upgrades. See #12528 See #11232 for Bulk UI
git-svn-id: http://svn.automattic.com/wordpress/trunk@13686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-13 03:59:40 +00:00 |
|
ryan
|
08cf9f0d98
|
Always use lowercase strings or menu type. Don't double save custom link menu items (remove the AJAX save). see #12566
git-svn-id: http://svn.automattic.com/wordpress/trunk@13685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-12 21:57:52 +00:00 |
|
nacin
|
df2588c68d
|
Fix assignment. Props Rasmus Lerdorf via ConFoo presentation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-12 19:32:48 +00:00 |
|
nacin
|
9492517abd
|
Check for empty(), not !is_array(), when trying to determine if wpdb::get_results() returned results. See #10607
git-svn-id: http://svn.automattic.com/wordpress/trunk@13681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-12 00:26:31 +00:00 |
|
nacin
|
03eac5614c
|
Fix notice on users admin panel. More or less reverts earlier fix, [13617]. props miqrogroove. fixes #12555
git-svn-id: http://svn.automattic.com/wordpress/trunk@13680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-12 00:03:44 +00:00 |
|
nacin
|
1cb0f9042b
|
Don't allow access to network.php if running an MU network. It is only for networks created in 3.0. see #11816. Also, fix MS htaccess logic, see #12136
git-svn-id: http://svn.automattic.com/wordpress/trunk@13679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 23:53:03 +00:00 |
|
nacin
|
a4776498d3
|
Don't check for the existence of index.php in the htaccess rewrite rules. props miqrogroove. see #11845
git-svn-id: http://svn.automattic.com/wordpress/trunk@13676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 22:58:43 +00:00 |
|
nacin
|
561e044ab2
|
Improve multisite rewrite rules. Construct rules dynamically and skip subdirectory-specific rules for subdomain installs. see #12136
git-svn-id: http://svn.automattic.com/wordpress/trunk@13675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 22:33:52 +00:00 |
|
westi
|
92edc853a6
|
Tidy up the text which describes pingbacks. Fixes #12504 props scribu.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 21:34:53 +00:00 |
|
westi
|
da3765da55
|
Make the sanitity check html in the installer more poetic.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 20:45:24 +00:00 |
|
ryan
|
973cd7be04
|
Revert accidental junk. see #12186
git-svn-id: http://svn.automattic.com/wordpress/trunk@13669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 20:26:24 +00:00 |
|
ryan
|
59873d0b4f
|
Custom background color fixes. see #12186
git-svn-id: http://svn.automattic.com/wordpress/trunk@13668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 20:21:58 +00:00 |
|
nacin
|
8064343648
|
Add valign, and formatting and i18n improvement.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 18:16:26 +00:00 |
|
nacin
|
95f0ba0623
|
get_blog_count() returns a number, not an object. Also, i18n fixes -- add plural string, and translator context. see #12531 for get_blog_count() discussion. see #12409 for ms-sites cleanup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 18:02:40 +00:00 |
|
nacin
|
2164f43949
|
Simplify hackish logic. props miqrogroove. fixes #12581
git-svn-id: http://svn.automattic.com/wordpress/trunk@13663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 17:30:02 +00:00 |
|
nacin
|
f6415fc7eb
|
Fix logic and pull static code out of a loop. fixes #12581
git-svn-id: http://svn.automattic.com/wordpress/trunk@13662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 17:21:18 +00:00 |
|
nacin
|
20eae9d24a
|
Use disabled() form helper. fixes #12581
git-svn-id: http://svn.automattic.com/wordpress/trunk@13661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 17:12:23 +00:00 |
|
ryan
|
c8756014d2
|
Allow custom post types to have custom icons. Props ptahdunbar, Denis-de-Bernardy. fixes #12434
git-svn-id: http://svn.automattic.com/wordpress/trunk@13660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 17:05:16 +00:00 |
|
ryan
|
5d6cd5deb5
|
Use page icon for page menus. fixes #12583
git-svn-id: http://svn.automattic.com/wordpress/trunk@13659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 16:54:47 +00:00 |
|
nacin
|
1f422200ee
|
Introduce the disabled() form helper. Move selected() and checked() out of wp-admin and into full scope. see #12581
git-svn-id: http://svn.automattic.com/wordpress/trunk@13658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 16:34:27 +00:00 |
|
nacin
|
97a8320fe7
|
Remove dummy contextual help from network.php. We'll need some real docs. #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 03:15:09 +00:00 |
|
nacin
|
00c591591c
|
First pass at error handling for populate_network() and network.php. see #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-11 01:51:24 +00:00 |
|
nacin
|
622a4084fc
|
Fix typo, trim whitespace. see #12460
git-svn-id: http://svn.automattic.com/wordpress/trunk@13654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-10 23:38:05 +00:00 |
|
ryan
|
4fa5b08842
|
Menu editor fixes. Props yoavf. fixes #12545 #12566
git-svn-id: http://svn.automattic.com/wordpress/trunk@13651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-10 20:27:42 +00:00 |
|
wpmuguru
|
363a752373
|
network options UI cleanup, see #12465
git-svn-id: http://svn.automattic.com/wordpress/trunk@13649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-10 19:00:43 +00:00 |
|
wpmuguru
|
c1b0c8e8c9
|
Display a warning when processing an unregistered setting, see #11730
git-svn-id: http://svn.automattic.com/wordpress/trunk@13646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-10 17:44:32 +00:00 |
|
wpmuguru
|
0cbe9fd4c1
|
Delete blog to Delete site, props markmcwilliams, see #12572, code cleanup, see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-10 16:06:53 +00:00 |
|
nacin
|
55e6976d96
|
Remove unused MU function and unnecessary separate includes file. see #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-10 08:46:05 +00:00 |
|
dd32
|
035485998f
|
Fix paging links "Displaying x–y of z" for Pages. Props Utkarsh. Fixes #12552
git-svn-id: http://svn.automattic.com/wordpress/trunk@13643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-10 08:41:09 +00:00 |
|
nacin
|
0069db858c
|
Store subdomain/subdirectory choice in sitemeta. For now, only used in case we return to network.php without constants. see #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-10 08:34:42 +00:00 |
|
nacin
|
df48ab984f
|
Correct subdomain handling in network.php. Pass around boolean values instead of 'yes' and 'no'. see #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-10 08:17:07 +00:00 |
|
nacin
|
31e7a3234f
|
Bringing some order to the ms-options dumping ground. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 23:40:38 +00:00 |
|
nacin
|
1586596d2f
|
Expose a read-only network.php once multisite is enabled, to ensure access to original configuration such as rewrite rules. see #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 22:42:36 +00:00 |
|
nacin
|
299183fa8d
|
Check and error out on port numbers in Tools > Network, which aren't allowed in multisite. see #11816, see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 22:01:49 +00:00 |
|
nacin
|
4f23fbe1c7
|
Don't page comments by default. fixes #12562
git-svn-id: http://svn.automattic.com/wordpress/trunk@13636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 21:04:41 +00:00 |
|
ryan
|
fcbca58853
|
wp_get_shortlink() and pluggable shortlink generation. fixes #10640
git-svn-id: http://svn.automattic.com/wordpress/trunk@13635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 19:36:38 +00:00 |
|
nacin
|
c42b0e50ea
|
Rename WP_ENABLE_MULTISITE to WP_ALLOW_MULTISITE to minimize confusion. Prevent direct access to network.php without the constant unless the install process was already started. see #11816 for network.php. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 19:10:07 +00:00 |
|
nacin
|
5648e048c7
|
Jump right to network.php step 2 when an existing network is present. see #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 18:58:05 +00:00 |
|
wpmuguru
|
bfe35227d3
|
block invalid site names/urls in add site, see #11777
git-svn-id: http://svn.automattic.com/wordpress/trunk@13630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 17:06:58 +00:00 |
|
dd32
|
208f98f762
|
Load WP_HTTP dependencies (translation support) for setup-config.php. Prevents a WSOD on attempted installs where external HTTP requests are blocked and/or timeout. Fixes #12514
git-svn-id: http://svn.automattic.com/wordpress/trunk@13628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 12:03:13 +00:00 |
|
dd32
|
c21bb61eaf
|
Cleanup of options.php. Adds concise&early wp_die()'s, reformats some poorly chosen branching. See #12455
git-svn-id: http://svn.automattic.com/wordpress/trunk@13627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 10:57:49 +00:00 |
|
dd32
|
0d385b1408
|
Fix inline taxonomy Quick Edit. Props mdawaffe. See #12553
git-svn-id: http://svn.automattic.com/wordpress/trunk@13624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 10:23:03 +00:00 |
|
nacin
|
5be468ea5f
|
Allow localhost in a multisite subdirectory install. More network.php improvements. see #12457 for localhost. see #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-09 06:14:42 +00:00 |
|
ryan
|
af1e54596c
|
Header selector styling fixes. Props iammattthomas. see #12343
git-svn-id: http://svn.automattic.com/wordpress/trunk@13621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-08 22:14:11 +00:00 |
|
ryan
|
689fb2674e
|
Header selector styling fixes. Props iammattthomas. see #12343
git-svn-id: http://svn.automattic.com/wordpress/trunk@13620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-08 22:10:53 +00:00 |
|
wpmuguru
|
a7011c50ca
|
allow existing media path on main site when converting to multisite, see #12549
git-svn-id: http://svn.automattic.com/wordpress/trunk@13619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-08 19:52:29 +00:00 |
|
wpmuguru
|
6b18130fb2
|
move multisite upgrade functions to upgrade.php, see #11771
git-svn-id: http://svn.automattic.com/wordpress/trunk@13618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-08 16:31:12 +00:00 |
|
nacin
|
9c3f4265ab
|
Fix warning in users.php. Fixes #12555
git-svn-id: http://svn.automattic.com/wordpress/trunk@13617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-08 14:30:17 +00:00 |
|
nacin
|
64105ec06d
|
Add nag for missing authentication keys in network.php. See #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 21:01:58 +00:00 |
|
nacin
|
f77605f081
|
Remove htaccess.ms and wp-config.ms templates. These were brought inline in [13611]. see #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 20:11:18 +00:00 |
|
nacin
|
d6c51469c2
|
s/onClick/onclick/. props TobiasBg, see #12429
git-svn-id: http://svn.automattic.com/wordpress/trunk@13612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 20:06:32 +00:00 |
|
nacin
|
a2aad1bb00
|
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
git-svn-id: http://svn.automattic.com/wordpress/trunk@13611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 20:01:32 +00:00 |
|
nacin
|
f210aed76d
|
Move $base sanity check to from MS config template to ms-settings. see #11816
git-svn-id: http://svn.automattic.com/wordpress/trunk@13610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 19:36:35 +00:00 |
|
ryan
|
b2c3ace49a
|
Update ms-sites UI. Props ocean90. see #12460
git-svn-id: http://svn.automattic.com/wordpress/trunk@13609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 18:31:10 +00:00 |
|
dd32
|
28b2f32688
|
GUU: Add Update breakdown to Title attribute of update bubble. See #12517
git-svn-id: http://svn.automattic.com/wordpress/trunk@13607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 13:22:56 +00:00 |
|
dd32
|
7ac692af5f
|
Code standards cleanup for wp-admin/options-general.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@13606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 09:49:11 +00:00 |
|
dd32
|
cc8d80cd44
|
Fix HTML Validation. Props wahgnube. Fixes #12530.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 09:47:38 +00:00 |
|
dd32
|
bcd6daf2cf
|
First pass at completing the Themes component of the GUU. See #12528
git-svn-id: http://svn.automattic.com/wordpress/trunk@13604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 09:12:49 +00:00 |
|
dd32
|
f6fee10d90
|
Do not count Development versions of WordPress as having a core-update available. See #12517
git-svn-id: http://svn.automattic.com/wordpress/trunk@13603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 08:42:04 +00:00 |
|
dd32
|
f3af366e3d
|
First scrape at new UI for Bulk plugin upgrades. See #11232
git-svn-id: http://svn.automattic.com/wordpress/trunk@13602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 08:39:50 +00:00 |
|
nacin
|
a9642826f3
|
Don't use deprecated functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 08:02:26 +00:00 |
|
dd32
|
9e31757e40
|
Display an Attachment Icon if an Attachment thumbnail is not available. Fixes display of Upload edit fields. Fixes #12328
git-svn-id: http://svn.automattic.com/wordpress/trunk@13600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-06 08:00:42 +00:00 |
|
wpmuguru
|
b47298ef62
|
set default value for upload_space_check_disabled, see #12463
git-svn-id: http://svn.automattic.com/wordpress/trunk@13595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-05 21:01:08 +00:00 |
|
dd32
|
78dfa0bd8e
|
Styling update for RightNow Dashboard widget. See #12202
git-svn-id: http://svn.automattic.com/wordpress/trunk@13594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-05 13:08:13 +00:00 |
|
dd32
|
a7fcc6f4de
|
Add an update count bubble to the Updates menu. See #12517
git-svn-id: http://svn.automattic.com/wordpress/trunk@13593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-05 12:45:24 +00:00 |
|
dd32
|
e2ef640d36
|
Do not display user specified password during install. Fixes #12479. See #10396 for feedback
git-svn-id: http://svn.automattic.com/wordpress/trunk@13592 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-05 12:25:30 +00:00 |
|
dd32
|
ffa4103e99
|
Show the dashboard instead of Update Core page for the dashboard.. Adds a dummy menu in the case of multisite or superadmin. see #12517
git-svn-id: http://svn.automattic.com/wordpress/trunk@13591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-05 06:20:41 +00:00 |
|
wpmuguru
|
dec2715ca4
|
UI upgrade -> update, see #12517
git-svn-id: http://svn.automattic.com/wordpress/trunk@13590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-04 23:28:15 +00:00 |
|
ryan
|
274a3f69fb
|
Display dash submenus correctly for all combinations of multisite and super admin.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-04 23:11:51 +00:00 |
|
dd32
|
13d204b3f9
|
Move Tools -> Upgrade to Dashboard -> Updates. As per dev meetup today. See #12517
git-svn-id: http://svn.automattic.com/wordpress/trunk@13588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-04 21:24:43 +00:00 |
|
ryan
|
6075fb30d2
|
Show the network enable menu only if config flag is set. Per wordpress-dev meetup. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-04 21:20:55 +00:00 |
|
ryan
|
103a4f46b6
|
Remove site admin logged in notice. The new Super Admin menu makes that obvious enough. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-04 18:59:24 +00:00 |
|
ryan
|
cbc1ea27e8
|
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
git-svn-id: http://svn.automattic.com/wordpress/trunk@13585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-04 18:53:32 +00:00 |
|
dd32
|
68741b4de7
|
Remove the now defunct Add New Themes menu item accidentally re-added in [13582]. See #12442
git-svn-id: http://svn.automattic.com/wordpress/trunk@13583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-04 12:25:38 +00:00 |
|
dd32
|
e193aec3b7
|
Move 'Add New Themes' and 'Editor' to the bottom of the Appearance menu item. See #12442
git-svn-id: http://svn.automattic.com/wordpress/trunk@13582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-04 12:23:21 +00:00 |
|
ryan
|
aa47e83dee
|
Fix submenus for post types. Props TobiasBg. see #12453
git-svn-id: http://svn.automattic.com/wordpress/trunk@13579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-04 00:15:55 +00:00 |
|
nacin
|
c4fa74306d
|
Support for extra POST fields in WP_Filesystem. props dd32. see #12094
git-svn-id: http://svn.automattic.com/wordpress/trunk@13577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-03 19:53:39 +00:00 |
|
ryan
|
086ad7d933
|
Improve user listing performance. Props miqrogroove. see #11914
git-svn-id: http://svn.automattic.com/wordpress/trunk@13576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-03 19:08:30 +00:00 |
|
ryan
|
4b766eb312
|
Background color selection. Props lancewillett. see #12186
git-svn-id: http://svn.automattic.com/wordpress/trunk@13574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-03 17:10:43 +00:00 |
|
wpmuguru
|
c4f0134808
|
add features to export, see #10317
git-svn-id: http://svn.automattic.com/wordpress/trunk@13573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-03 16:45:40 +00:00 |
|
nacin
|
619765602b
|
Second pass, replacing accidental ms-config-sample.php change with wp-config.ms. see #12094
git-svn-id: http://svn.automattic.com/wordpress/trunk@13572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-03 07:57:44 +00:00 |
|
nacin
|
4c1b910030
|
First pass on network.php improvements. see #12094
git-svn-id: http://svn.automattic.com/wordpress/trunk@13571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-03 07:43:32 +00:00 |
|
nacin
|
25965cf001
|
Fix logic inversion in [13568]. props dd32. see #12381
git-svn-id: http://svn.automattic.com/wordpress/trunk@13570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-03 07:34:20 +00:00 |
|
nacin
|
8b87777391
|
Switch the multisite constant EDIT_ANY_USER to a filter. Also ensure we're back compat with POST_BY_EMAIL. see #12381
git-svn-id: http://svn.automattic.com/wordpress/trunk@13568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-03 07:04:25 +00:00 |
|
wpmuguru
|
7cafb3f959
|
set default value for add_new_users site option, see #12463
git-svn-id: http://svn.automattic.com/wordpress/trunk@13564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 22:57:12 +00:00 |
|
nacin
|
fc02586453
|
Only show "Privacy On" notice/link if the user can manage options. fixes #12440
git-svn-id: http://svn.automattic.com/wordpress/trunk@13559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 20:48:23 +00:00 |
|
ryan
|
95623b4ce5
|
Fix metabox hiding. Props scribu. fixes #12439
git-svn-id: http://svn.automattic.com/wordpress/trunk@13551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 18:06:14 +00:00 |
|
dd32
|
4c7070fb41
|
Tabbing in Editors: Prevent certain browsers from Tabbing out of the field. Props filosofo. Fixes #12424
git-svn-id: http://svn.automattic.com/wordpress/trunk@13548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 11:49:06 +00:00 |
|
dd32
|
49c14c82fc
|
use __return_false in preference to create_function(..return true..). Props TobiasBg. See #12435
git-svn-id: http://svn.automattic.com/wordpress/trunk@13546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 11:39:08 +00:00 |
|
dd32
|
44308debbe
|
Restore MultiSite checks on Upload settings, Add proper whitelisting. Props Denis-de-Bernardy. Fixes #11687
git-svn-id: http://svn.automattic.com/wordpress/trunk@13545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 10:31:06 +00:00 |
|
markjaquith
|
4b45b18c1d
|
Clean up whitespace in nav-menu.php see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 03:59:28 +00:00 |
|
markjaquith
|
10cab63cd7
|
Remove arrows from Nav Menu items. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 03:58:02 +00:00 |
|
markjaquith
|
c2ae1b8b7e
|
Hide All/Show All buttons should be links. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 03:28:11 +00:00 |
|
nacin
|
127c046cba
|
Fall back to displaying mime type when file has no extension. fixes #9924 props mdawaffe
git-svn-id: http://svn.automattic.com/wordpress/trunk@13541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 22:45:11 +00:00 |
|
nacin
|
30b82141f9
|
Dynamically remove duplicates from the 'display name' profile.php option. fixes #10030
git-svn-id: http://svn.automattic.com/wordpress/trunk@13539 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 22:34:43 +00:00 |
|
nacin
|
b657e01fad
|
Add some custom taxonomy flags to allow fully customize strings in the taxonomy meta box. see #11838
git-svn-id: http://svn.automattic.com/wordpress/trunk@13538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 21:04:37 +00:00 |
|
ryan
|
9f0db9355a
|
Die if invalid post type is passed. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@13537 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 20:33:03 +00:00 |
|
ryan
|
d71efc7362
|
Make favorite actions custom post type aware. Props ptahdunbar. fixes #12433
git-svn-id: http://svn.automattic.com/wordpress/trunk@13536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 16:03:27 +00:00 |
|
ryan
|
37bfdee064
|
Custom taxonomy support for inline edit. Props prettyboymp. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@13535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 15:48:01 +00:00 |
|
ryan
|
c2782696ae
|
Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412
git-svn-id: http://svn.automattic.com/wordpress/trunk@13534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 15:28:20 +00:00 |
|
ryan
|
42a15216ff
|
Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412
git-svn-id: http://svn.automattic.com/wordpress/trunk@13533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 15:27:42 +00:00 |
|
dd32
|
b56ae0e0cb
|
Split Right Now widget into Content | Discussion. Props matveb. Fixes #12202
git-svn-id: http://svn.automattic.com/wordpress/trunk@13531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 12:32:00 +00:00 |
|
dd32
|
90637984b6
|
Move Upload folder settings to Options -> Media. Props nacin. Fixes #11687
git-svn-id: http://svn.automattic.com/wordpress/trunk@13529 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 12:13:15 +00:00 |
|
dd32
|
0c2e896156
|
A Better Flash upload button, Adds a Hover and Active styling, Adds a distinctive border to the button. Props ocean90. Fixes #12420
git-svn-id: http://svn.automattic.com/wordpress/trunk@13528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 11:57:03 +00:00 |
|
nacin
|
882678a29e
|
Add action to top of widgets.php. props ptahdunbar, fixes #12190
git-svn-id: http://svn.automattic.com/wordpress/trunk@13525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 08:16:04 +00:00 |
|
nacin
|
0c4cbd663a
|
Remove orphaned Turbo/Gears message in Opera. see #11301
git-svn-id: http://svn.automattic.com/wordpress/trunk@13524 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 07:15:15 +00:00 |
|
nacin
|
12a99233a2
|
Add a tables_to_repair filter. fixes #11707
git-svn-id: http://svn.automattic.com/wordpress/trunk@13523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 06:35:48 +00:00 |
|
nacin
|
9a05d19cba
|
Remove "Info" link in plugin installer. The "Install" link already opens a pop-up with information. see #11050
git-svn-id: http://svn.automattic.com/wordpress/trunk@13522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 06:01:00 +00:00 |
|
nacin
|
d562d6dd89
|
Remove unnecessary action attribute on a form. It should always post to itself. fixes #12165
git-svn-id: http://svn.automattic.com/wordpress/trunk@13521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 01:09:29 +00:00 |
|
nacin
|
88f4b87d15
|
Rearrange action links in the install plugins browser. First pass on the UI overhaul. see #11050
git-svn-id: http://svn.automattic.com/wordpress/trunk@13520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 00:50:55 +00:00 |
|
nacin
|
7c13a4d3b5
|
Boost number of comments allowed in configurable Recent Comments dashboard module. fixes #11891
git-svn-id: http://svn.automattic.com/wordpress/trunk@13519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-01 00:09:30 +00:00 |
|
nacin
|
6f04e012c9
|
Check in install.css for [13516]. Bump version, include version in readme.html. see #10835
git-svn-id: http://svn.automattic.com/wordpress/trunk@13517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 22:42:36 +00:00 |
|
ryan
|
61d067df83
|
Fix class name. see #12343
git-svn-id: http://svn.automattic.com/wordpress/trunk@13515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 21:02:24 +00:00 |
|
nacin
|
01d4f4f18c
|
Remove wp-content/blogs.php and add deprecated warning for MU admins. fixes #11742
git-svn-id: http://svn.automattic.com/wordpress/trunk@13514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 20:29:24 +00:00 |
|
ryan
|
25a2a06a9e
|
Menu enhancements. Props ptahdunbar. fixes #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 20:00:49 +00:00 |
|
wpmuguru
|
45325c3d41
|
use delete_option vs update_option, see #12383
git-svn-id: http://svn.automattic.com/wordpress/trunk@13511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 19:49:31 +00:00 |
|
nacin
|
093beae9f1
|
s/onClick/onclick/. props TobiasBg fixes #12429
git-svn-id: http://svn.automattic.com/wordpress/trunk@13510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 19:39:06 +00:00 |
|
wpmuguru
|
0846527d17
|
dont flush rewrite rules while in switch_to_blog, see #12383
git-svn-id: http://svn.automattic.com/wordpress/trunk@13509 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 19:34:57 +00:00 |
|
wpmuguru
|
210a5a70a1
|
more ms delete user tweaks, props ocean90, see #12386
git-svn-id: http://svn.automattic.com/wordpress/trunk@13506 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 19:24:25 +00:00 |
|
wpmuguru
|
871b2357b8
|
more ms warnings cleanup, props ocean90, see #12409
git-svn-id: http://svn.automattic.com/wordpress/trunk@13505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 18:41:45 +00:00 |
|
wpmuguru
|
0fc4e2c9c1
|
cleanup confirm delete users, props ocean90, fixes #12386
git-svn-id: http://svn.automattic.com/wordpress/trunk@13504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 16:58:17 +00:00 |
|
dd32
|
83e11093ab
|
remove LOWER() in Order by clause for Post Meta. Allows MySQL to use the indexes properly. Props Denis-de-Bernardy. Fixes #11741
git-svn-id: http://svn.automattic.com/wordpress/trunk@13503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 13:15:54 +00:00 |
|
dd32
|
b90b27a6d6
|
Display PHP Start-up Errors/Warnings. Props Denis-de-Bernardy. Fixes #12395.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 12:19:09 +00:00 |
|
dd32
|
493ece2961
|
Add some filters to the Admin header. Fixes #11332
git-svn-id: http://svn.automattic.com/wordpress/trunk@13497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 10:23:55 +00:00 |
|
dd32
|
1b564b41f5
|
Use get_terms() in wp_count_terms(). Props scribu. Fixes #10746
git-svn-id: http://svn.automattic.com/wordpress/trunk@13491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 07:37:24 +00:00 |
|
dd32
|
9472175b79
|
Fix slashing in Custom fields values. Allow for the meta_key to be updated without changing meta_value. Use wpdb::insert in add_meta(). Fixes #12418
git-svn-id: http://svn.automattic.com/wordpress/trunk@13489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 07:12:05 +00:00 |
|
dd32
|
4a59fbc765
|
Fix Author selection for non-post type posts. Props prettyboymp. Fixes #12408
git-svn-id: http://svn.automattic.com/wordpress/trunk@13488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 06:38:15 +00:00 |
|
dd32
|
b1621c63ae
|
Move Admin Colour Scheme picker to a hook. Props Jick. s/register_admin_color_themes()/register_admin_color_schemes/g. See #11625, Fixes #6837
git-svn-id: http://svn.automattic.com/wordpress/trunk@13487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 06:34:31 +00:00 |
|
dd32
|
b9c22a4e91
|
PHPDocs update. Props miqrogroove. See #12422
git-svn-id: http://svn.automattic.com/wordpress/trunk@13482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 03:18:40 +00:00 |
|
nacin
|
7fa2cac615
|
Clean up repetitive string. fixes #11850, props scribu
git-svn-id: http://svn.automattic.com/wordpress/trunk@13477 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 01:31:54 +00:00 |
|
nacin
|
206f886d54
|
Add link to dashboard after core upgrade. props Simek, fixes #11629 see #11232
git-svn-id: http://svn.automattic.com/wordpress/trunk@13476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 00:12:43 +00:00 |
|
wpmuguru
|
fcf6942d33
|
more menu improvements, props ptahdunbar, see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 23:06:56 +00:00 |
|
nacin
|
833f47778f
|
Fix typo in [13471]. Props miqrogroove, see #12417
git-svn-id: http://svn.automattic.com/wordpress/trunk@13472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 22:54:40 +00:00 |
|
nacin
|
473ef7d459
|
Make it more obvious we're escaping values in options.php. fixes #12417
git-svn-id: http://svn.automattic.com/wordpress/trunk@13471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 22:50:00 +00:00 |
|
nacin
|
9deb08bade
|
When deleting plugins, check for uninstall hooks and warn of data deletion. Props cyberhobo. Pluralize some string(s). fixes #11850
git-svn-id: http://svn.automattic.com/wordpress/trunk@13470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 22:01:22 +00:00 |
|
wpmuguru
|
aa3e96bbd6
|
add full file paths in network install, see #12332
git-svn-id: http://svn.automattic.com/wordpress/trunk@13466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 18:48:43 +00:00 |
|
wpmuguru
|
1c5f2af719
|
warnings cleanup edit user, props dd32, see #12387
git-svn-id: http://svn.automattic.com/wordpress/trunk@13463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 18:07:25 +00:00 |
|
wpmuguru
|
1c87155b6d
|
warnings cleanup on archived/suspended sites, fixes #12396
git-svn-id: http://svn.automattic.com/wordpress/trunk@13461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 17:48:37 +00:00 |
|
wpmuguru
|
21f661bdf0
|
warnings cleanup, dont show removed user in edit site, fixes #12409
git-svn-id: http://svn.automattic.com/wordpress/trunk@13460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 17:27:34 +00:00 |
|
nacin
|
e3e50d63f7
|
Use ABSPATH because we can. props miqrogroove see #12411
git-svn-id: http://svn.automattic.com/wordpress/trunk@13459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 16:44:26 +00:00 |
|
nacin
|
09c16e8529
|
Use ABSPATH because we can. props miqrogroove see #12411
git-svn-id: http://svn.automattic.com/wordpress/trunk@13458 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 16:35:41 +00:00 |
|
nacin
|
a8880e07ce
|
Fix include paths. props nadavvin fixes #12411
git-svn-id: http://svn.automattic.com/wordpress/trunk@13457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 16:15:46 +00:00 |
|
nacin
|
252e198ea8
|
Fix typos. props TobiasBg fixes #12398
git-svn-id: http://svn.automattic.com/wordpress/trunk@13455 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 15:53:06 +00:00 |
|
nacin
|
9797dacaa0
|
add_editor_style() third pass. better performance and better child theme support. see #11512
git-svn-id: http://svn.automattic.com/wordpress/trunk@13453 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 07:36:35 +00:00 |
|
markjaquith
|
fcb5acb7e5
|
Plugin activation attempt goes through a function to show the same errors as the test. props miqrogroove. fixes #12089
git-svn-id: http://svn.automattic.com/wordpress/trunk@13452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 07:24:41 +00:00 |
|
nacin
|
b36063b03c
|
Restore manage_pages_columns filter in wp_manage_posts_columns(). Pass post type to manage_posts_columns, and add a manage_{$post_type}_posts_columns filter. fixes #12398
git-svn-id: http://svn.automattic.com/wordpress/trunk@13451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 06:45:23 +00:00 |
|
dd32
|
2cc01f59cb
|
Add Tag::Cat converters to the Tools page. Props ninjaWR. Add Tag->Cat converter links on Manage Tags page. Fixes #8634
git-svn-id: http://svn.automattic.com/wordpress/trunk@13450 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-27 04:04:36 +00:00 |
|
wpmuguru
|
a399b4b845
|
sanitize domains in ms-options, fixes #11775
git-svn-id: http://svn.automattic.com/wordpress/trunk@13447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 23:36:26 +00:00 |
|
nacin
|
42703bfe08
|
Show a notice when changing a multisite's site admin email. props jorbin. Introduce an .inline class that can be used with div.updated and div.error, to prevent the message from being moved to the top of the page. see #12192
git-svn-id: http://svn.automattic.com/wordpress/trunk@13446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 21:19:10 +00:00 |
|
wpmuguru
|
b1f49d6088
|
cleanup warnings - add site, See #12140
git-svn-id: http://svn.automattic.com/wordpress/trunk@13445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 21:13:24 +00:00 |
|
wpmuguru
|
27cf16f442
|
add second set of Network admin buttons, See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 20:23:25 +00:00 |
|
wpmuguru
|
2403d9e05a
|
switch super admin to network admin in multisite UI, See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 20:16:16 +00:00 |
|
wpmuguru
|
5db4b418c5
|
remove WP rewrite rules from multisite options-permalink, props ocean90, See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 19:59:04 +00:00 |
|
wpmuguru
|
ab6e21f6fb
|
more multisite UI rebranding, See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 19:08:01 +00:00 |
|
wpmuguru
|
997a564f72
|
prevent admins from removing themselves and main super admin from super admin list, See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 17:16:31 +00:00 |
|
nacin
|
64d5d9e55c
|
Add a sanity check in install.php, accounting for whether PHP is running. fixes #11728
git-svn-id: http://svn.automattic.com/wordpress/trunk@13428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 06:31:40 +00:00 |
|
nacin
|
8b4e58529b
|
A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj
git-svn-id: http://svn.automattic.com/wordpress/trunk@13425 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 05:46:08 +00:00 |
|
nacin
|
1409dcca90
|
Don't use deprecated functions. Fixes #12377 props filosofo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 00:41:23 +00:00 |
|
westi
|
c7aa32c0ac
|
Just pass the comment object to get_avatar in floated_admin_avatar rather than duplicating logic. Fixes #12291 props Otto42.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13420 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-25 22:19:03 +00:00 |
|
wpmuguru
|
e667fb14e0
|
move super admin list maintenance from ms-options to ms-users, See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13419 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-25 22:11:54 +00:00 |
|
westi
|
e2f5b1f6c9
|
Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-25 22:01:30 +00:00 |
|
westi
|
97090ba1a2
|
Switch to using a filter for {en|dis}abling update services configuration. Fixes #12229. See #12381.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-25 21:48:11 +00:00 |
|