Andrew Nacin
|
11396bd92d
|
Initialize some options for the secondary dashboard widget. see #11783
git-svn-id: https://develop.svn.wordpress.org/trunk@13959 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-03 07:31:28 +00:00 |
Andrew Nacin
|
fdd1d24399
|
Check for string, as method may be an array. fixes #10778
git-svn-id: https://develop.svn.wordpress.org/trunk@13958 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-03 07:18:16 +00:00 |
Andrew Nacin
|
066c4893a1
|
Fix "Mine" posts link on edit.php. Adds post_type to URL, and hides auto-drafts from count. props rovo89, fixes #12692.
git-svn-id: https://develop.svn.wordpress.org/trunk@13957 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-03 05:19:39 +00:00 |
Andrew Nacin
|
0684fcffda
|
Make remove_user a meta capability. see #12793
git-svn-id: https://develop.svn.wordpress.org/trunk@13956 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-03 05:14:34 +00:00 |
Andrew Nacin
|
5be7345c1b
|
Use correct cap in get_editable_user_ids(). edit_cap is the meta cap (edit_post) and needs a post id passed, edit_type_cap is the primitive edit_posts cap.
git-svn-id: https://develop.svn.wordpress.org/trunk@13955 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-03 04:38:20 +00:00 |
Mark Jaquith
|
2878b0618a
|
Bump versions for 3.0-beta1
git-svn-id: https://develop.svn.wordpress.org/trunk@13954 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-03 01:50:01 +00:00 |
Andrew Nacin
|
09b04d58bf
|
More MS cleanups. props ocean90. see #12460
git-svn-id: https://develop.svn.wordpress.org/trunk@13953 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-03 00:10:44 +00:00 |
Andrew Nacin
|
114cedbf17
|
Allow methods to be used as a callback in wp_unique_filename(). fixes #12824 props aaroncampbell.
git-svn-id: https://develop.svn.wordpress.org/trunk@13952 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 23:54:56 +00:00 |
Andrew Nacin
|
5615e1ba93
|
Add AYS to "Install Now" link in plugin installer. fixes #11050
git-svn-id: https://develop.svn.wordpress.org/trunk@13951 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 23:27:23 +00:00 |
Andrew Nacin
|
5cd6b0f327
|
Change "More Information" link to "Details" in plugin installer. Shorten/clarify a few other strings. see #11050
git-svn-id: https://develop.svn.wordpress.org/trunk@13950 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 23:04:48 +00:00 |
Ron Rennick
|
3a9d10480d
|
have get_blog_prefix() default to the prefix of the current blog, see #12820
git-svn-id: https://develop.svn.wordpress.org/trunk@13949 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 22:47:51 +00:00 |
Andrew Nacin
|
ca8c935b10
|
Add beta testers note to nav menus admin panel.
git-svn-id: https://develop.svn.wordpress.org/trunk@13948 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 22:46:48 +00:00 |
Ryan Boren
|
a7ef69777b
|
Use wpdb->prefix instead of wpdb->base_prefix(). base_prefix() does not return the correct prefix when a blog ID is not passed.
git-svn-id: https://develop.svn.wordpress.org/trunk@13947 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 17:23:36 +00:00 |
Ryan Boren
|
af71e20215
|
Move wp-ajax_add-tax hook back to registration. Reverts part of [13924]. see #10437
git-svn-id: https://develop.svn.wordpress.org/trunk@13946 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 17:07:30 +00:00 |
potbot
|
44fb71915d
|
POT, generated from r13944
git-svn-id: https://develop.svn.wordpress.org/trunk@13945 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 08:21:08 +00:00 |
Dion Hulse
|
af3a5edd74
|
Don't prevent 404'ing on tax/author pages when a paged page is requested which doesnt contain posts. For example, /category/animal/page/9999999/. Allows for /category/empty_cat/ to not 404. Fixes #11857
git-svn-id: https://develop.svn.wordpress.org/trunk@13944 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 08:16:20 +00:00 |
Dion Hulse
|
9b2113d8cd
|
Match the separator style of get_category_parents() in get_the_category_list(), Respects the spacing of the provided separator. Fixes #10761
git-svn-id: https://develop.svn.wordpress.org/trunk@13943 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 07:30:20 +00:00 |
Dion Hulse
|
c57a54f082
|
A better default except, Remove multiple white spaces from the except as well as splitting safely on UTF8 strings. Props Denis-de-Bernardy for the UTF8 split. Fixes #10376
git-svn-id: https://develop.svn.wordpress.org/trunk@13942 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 07:10:51 +00:00 |
Andrew Nacin
|
db6a40aa27
|
Move add/remove super admin out of bulk edit and into user-edit.php. Introduce grant_super_admin() and revoke_super_admin(). Link to profile.php in ms-users user row for current user. Add defensive check by forcing IS_PROFILE_PAGE on user-edit if trying to edit your own user_id. see #12460
git-svn-id: https://develop.svn.wordpress.org/trunk@13941 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 06:46:07 +00:00 |
Dion Hulse
|
842e844bc5
|
Change UI labels from "Post Thumbnails" to "Featured Image". See #12554
git-svn-id: https://develop.svn.wordpress.org/trunk@13940 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 06:12:49 +00:00 |
Dion Hulse
|
db55fa0abb
|
Reduce Code duplication. Rely on parent class to do the heavy lifting, just tack the comment addition on the end. See #8841
git-svn-id: https://develop.svn.wordpress.org/trunk@13939 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 05:33:18 +00:00 |
Dion Hulse
|
393c94d1a5
|
Move children of nested levels not shown to after the current element, not inside it like children. See #8841
git-svn-id: https://develop.svn.wordpress.org/trunk@13938 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 05:13:57 +00:00 |
Andrew Nacin
|
7e33f4a479
|
Fix notice in wp_new_comment(). fixes #10854.
git-svn-id: https://develop.svn.wordpress.org/trunk@13937 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 05:01:13 +00:00 |
Andrew Nacin
|
408e9ed2e2
|
Update obsolete docs in Twentyten.
git-svn-id: https://develop.svn.wordpress.org/trunk@13936 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 04:45:22 +00:00 |
Andrew Nacin
|
1179f37584
|
Fix int cast usage in simplepie. see #12334, props rlerdorf.
git-svn-id: https://develop.svn.wordpress.org/trunk@13935 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 04:37:42 +00:00 |
Andrew Nacin
|
fb7ea4ea42
|
Allow MS cape-wearers to demote their blog roles to something without the edit_users cap. see #12387
git-svn-id: https://develop.svn.wordpress.org/trunk@13934 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 04:30:00 +00:00 |
potbot
|
64e8e6dc00
|
POT, generated from r13932
git-svn-id: https://develop.svn.wordpress.org/trunk@13933 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 04:21:11 +00:00 |
Dion Hulse
|
5c306d5ca4
|
Fix out-of-order comments when comment nesting is reduced. Displays child comments on the same level after its "parent" in the case that the max_depth has been hit. See #8841
git-svn-id: https://develop.svn.wordpress.org/trunk@13932 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 04:05:01 +00:00 |
Ron Rennick
|
c439a5b81c
|
fix caps check on delete user link, props ocean90, see #12793
git-svn-id: https://develop.svn.wordpress.org/trunk@13931 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 03:40:49 +00:00 |
Ron Rennick
|
52c9389af1
|
fix folder install detection in [13926], see #12736
git-svn-id: https://develop.svn.wordpress.org/trunk@13930 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 03:27:08 +00:00 |
Andrew Nacin
|
96144d31d9
|
Switch from wp_die() to a nice error message for siteurl!=home for network.php. see #12736
git-svn-id: https://develop.svn.wordpress.org/trunk@13929 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 03:24:18 +00:00 |
Andrew Nacin
|
9dab120905
|
Child theme support for theme header registrations. Second call to register_theme_headers() should add more headers, not replace existing headers. add unregister_theme_headers(). props jorbin. see #12343
git-svn-id: https://develop.svn.wordpress.org/trunk@13928 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 03:15:18 +00:00 |
Ron Rennick
|
10f1daf8e3
|
restore super admin icon pending updated menu sprite, see #12374
git-svn-id: https://develop.svn.wordpress.org/trunk@13927 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 02:15:40 +00:00 |
Ron Rennick
|
fc051c063f
|
block subdomain install when install is in a folder, see #12736
git-svn-id: https://develop.svn.wordpress.org/trunk@13926 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 02:04:25 +00:00 |
Ron Rennick
|
736637fb27
|
rework syncing of global terms, see #12663
git-svn-id: https://develop.svn.wordpress.org/trunk@13925 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 01:26:44 +00:00 |
Dion Hulse
|
312438ad06
|
Use the taxonomy show_ui flag to control if all WordPress generated UI is exposed (Menu previously, This affects metaboxes). See #10437
git-svn-id: https://develop.svn.wordpress.org/trunk@13924 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 01:23:58 +00:00 |
Dion Hulse
|
f09e81941e
|
Restore pluggable for twentyten_setup(). Its impossible for child themes to override without using a callback to remove the filter at a higher priority. Props jorbin. Fixes #12806
git-svn-id: https://develop.svn.wordpress.org/trunk@13923 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 00:54:48 +00:00 |
Dion Hulse
|
4dcdc247f6
|
Handle uppercase html entities in get_next_posts_link() & get_next_comments_link() (and family) $labels. Fixes #4152
git-svn-id: https://develop.svn.wordpress.org/trunk@13922 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 00:07:59 +00:00 |
Dion Hulse
|
1c542e0281
|
Correct typos in r13920. Use correct variable name. See #11050
git-svn-id: https://develop.svn.wordpress.org/trunk@13921 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 23:38:37 +00:00 |
Dion Hulse
|
eb6dba1f3a
|
Rename Install to More Information, Add an Install Now action link to the Plugin Installer search results. See #11050
git-svn-id: https://develop.svn.wordpress.org/trunk@13920 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 23:17:53 +00:00 |
Mark Jaquith
|
f1e8f1847b
|
Regenerate production CSS and bump version for last commit
git-svn-id: https://develop.svn.wordpress.org/trunk@13919 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 21:22:48 +00:00 |
Mark Jaquith
|
9370ab3810
|
Huge MS refactoring and code cleanup. see #12460. props ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@13918 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 21:21:27 +00:00 |
Mark Jaquith
|
a3eb14e75f
|
Update admin-header-footer.png. see #12586. props johnonolan
git-svn-id: https://develop.svn.wordpress.org/trunk@13917 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 20:32:17 +00:00 |
Mark Jaquith
|
6d32e21468
|
Use correct post type label in a few key places.
git-svn-id: https://develop.svn.wordpress.org/trunk@13916 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 20:14:26 +00:00 |
Andrew Nacin
|
9781730e1c
|
s/hierarachical/hierarchical/g. Props JohnPBloch.
git-svn-id: https://develop.svn.wordpress.org/trunk@13915 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 14:37:38 +00:00 |
Dion Hulse
|
90dd44e0c2
|
Whitespace and coding standards cleanup for balanceTags(). See #11968
git-svn-id: https://develop.svn.wordpress.org/trunk@13914 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 13:18:34 +00:00 |
Dion Hulse
|
6edd892710
|
Recognise namespaces in tags for balanceTags(). Fixes #11968
git-svn-id: https://develop.svn.wordpress.org/trunk@13913 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 13:16:44 +00:00 |
Dion Hulse
|
189c79def4
|
Most users edit wp-config-sample.php on a Windows system with a text editor which does not understand LF, Ensure that the file is always CRLF on svn exports. Fixes #12775
git-svn-id: https://develop.svn.wordpress.org/trunk@13912 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 10:47:31 +00:00 |
Dion Hulse
|
d9b935e3ce
|
Delete _transient_timeout_$name and _site_transient_timeout_$name when specifically deleting transients. Fixes #12782
git-svn-id: https://develop.svn.wordpress.org/trunk@13911 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 10:42:03 +00:00 |
Dion Hulse
|
b2aaeb8394
|
Small coding standards cleanup of wp_die();
git-svn-id: https://develop.svn.wordpress.org/trunk@13910 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 10:30:58 +00:00 |