Ryan Boren
|
82be9621ec
|
Trim trailing whitespace.
git-svn-id: https://develop.svn.wordpress.org/trunk@15235 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 20:19:35 +00:00 |
|
Ron Rennick
|
3e360da417
|
add create site link to My Sites page, original patch props filosofo, fixes #13852
git-svn-id: https://develop.svn.wordpress.org/trunk@15228 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 17:18:17 +00:00 |
|
Andrew Nacin
|
e45ec0a52c
|
Fix warnings related to static pages. props zeo for initial patch. fixes #13830.
git-svn-id: https://develop.svn.wordpress.org/trunk@15227 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 17:04:06 +00:00 |
|
Ryan Boren
|
fc2793bd46
|
Deprecate is_term, is_taxonomy, is_post_type for *_exists(). Props nacin. fixes #13747
git-svn-id: https://develop.svn.wordpress.org/trunk@15220 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 15:53:41 +00:00 |
|
Ron Rennick
|
9c74b84590
|
hide unpublished items on frontend nav menus, props filosofo, fixes #13822
git-svn-id: https://develop.svn.wordpress.org/trunk@15219 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 15:34:32 +00:00 |
|
Andrew Nacin
|
e8f7f12adf
|
Horizontal scrolling/resizing fixes for nav menu UI. Also some RTL fixes. props koopersmith, see #13525
git-svn-id: https://develop.svn.wordpress.org/trunk@15214 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 05:19:36 +00:00 |
|
Andrew Nacin
|
7a7a294de0
|
dbDelta needs all the comments it can get. Restore the one removed in [15210].
git-svn-id: https://develop.svn.wordpress.org/trunk@15211 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 03:03:17 +00:00 |
|
Andrew Nacin
|
58951fbf39
|
Reset variables back to empty arrays instead of unsetting them in dbDelta. prevents a warning. props mitchoyoshitaka, fixes #13715.
git-svn-id: https://develop.svn.wordpress.org/trunk@15210 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 03:01:51 +00:00 |
|
Peter Westwood
|
063ca11e7a
|
Introduce menu_page_url() for plugins to use to get the url for the pages they have added. Fixes #13829 props o'malley for all the cuteness.
git-svn-id: https://develop.svn.wordpress.org/trunk@15203 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 21:38:41 +00:00 |
|
Ron Rennick
|
06dadab38b
|
alway update fileupload_url during initial network install, see #13828
git-svn-id: https://develop.svn.wordpress.org/trunk@15202 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 21:31:46 +00:00 |
|
Andrew Nacin
|
825032bbf6
|
Provide context for screen options plural labels. fixes #13369.
git-svn-id: https://develop.svn.wordpress.org/trunk@15201 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 20:56:14 +00:00 |
|
Andrew Nacin
|
a052939dfc
|
Revert accidental commit. see [15199], see #13369
git-svn-id: https://develop.svn.wordpress.org/trunk@15200 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 20:48:04 +00:00 |
|
Andrew Nacin
|
0ed6a9bbb2
|
Valid HTML for wp-signup. fixes #13369, props ocean90, snumb130.
git-svn-id: https://develop.svn.wordpress.org/trunk@15199 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 20:44:54 +00:00 |
|
Andrew Nacin
|
a53e7e3018
|
Switch to current_theme_supports(menus) internally. Adding theme support for 'nav-menus' is deprecated in favor of register_nav_menu(s). fixes #13825.
git-svn-id: https://develop.svn.wordpress.org/trunk@15193 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 17:57:30 +00:00 |
|
Andrew Nacin
|
5dcf82f22f
|
Don't show an error when the theme supports widgets but not menus. see #13825.
git-svn-id: https://develop.svn.wordpress.org/trunk@15191 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 17:37:15 +00:00 |
|
Andrew Nacin
|
9d38c0af9e
|
Move 'helps' argument to the taxonomy labels object. Also move over help_nojs and help_cloud, both introduced in 3.0. This adds three new core labels for non-hierarchical taxonomies, for tweaking the meta box strings. fixes #13805.
git-svn-id: https://develop.svn.wordpress.org/trunk@15190 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 16:07:33 +00:00 |
|
Ryan Boren
|
d61154542c
|
Remove old hidden columns usermeta keys. fixes #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15187 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 14:41:51 +00:00 |
|
Ryan Boren
|
5dc92cb07f
|
Pass taxonomy to post_tags_meta_box. Use add_new_item label. see #13805
git-svn-id: https://develop.svn.wordpress.org/trunk@15183 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-09 21:59:13 +00:00 |
|
Peter Westwood
|
537fcf4970
|
Improve phpDoc for add_settings_section. Fixes #13801 props frankieroberto.
git-svn-id: https://develop.svn.wordpress.org/trunk@15180 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-09 20:21:43 +00:00 |
|
Ryan Boren
|
9537ce264c
|
Set the screen for add-tag ajax requests. see #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15178 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-09 16:52:25 +00:00 |
|
Ryan Boren
|
d599a6ca65
|
Make set_current_screen() taxonomy aware. Use current_screen when setting up table headers for edit-tags.php. see #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15175 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-08 15:34:42 +00:00 |
|
Dion Hulse
|
ccbfa3b52b
|
Do not check to see if parents of folders outside of the Destination folder exist within the Archive extractors, unzip_file() will take care of that area. Fixes #13741
git-svn-id: https://develop.svn.wordpress.org/trunk@15156 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-07 11:19:51 +00:00 |
|
Andrew Nacin
|
6f57a1a3ec
|
s/echos/echoes/ in phpdoc. props demetris, fixes #13742.
git-svn-id: https://develop.svn.wordpress.org/trunk@15148 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-06 05:16:32 +00:00 |
|
Andrew Nacin
|
ae77738ff9
|
More request_filesystem_credentials() string improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@15130 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-03 18:58:41 +00:00 |
|
Ryan Boren
|
0922715668
|
Cut 'em out, move 'em on, trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@15116 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-02 20:04:07 +00:00 |
|
Andrew Nacin
|
dd5d1692b8
|
Clear nav menu from menu locations on delete. Additional sanity checks. fixes #13690.
git-svn-id: https://develop.svn.wordpress.org/trunk@15100 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-02 05:10:31 +00:00 |
|
Andrew Nacin
|
fb0187a5a0
|
Add missing spaces.
git-svn-id: https://develop.svn.wordpress.org/trunk@15099 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 21:57:26 +00:00 |
|
Andrew Nacin
|
3c50fb2f00
|
Clarify the connection information requested in request_filesystem_credentials() to reduce confusion surrounding FTP information versus your WordPress login. see #13467, props jane.
git-svn-id: https://develop.svn.wordpress.org/trunk@15098 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 20:35:59 +00:00 |
|
Ryan Boren
|
171d6811cc
|
Add export capability. fixes #13681
git-svn-id: https://develop.svn.wordpress.org/trunk@15096 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 18:02:05 +00:00 |
|
Dion Hulse
|
792509c0be
|
Reinstate the custom chmod value in FtpExt. Accidentally removed in r12998. Props reaperhulk. Fixes #13667
git-svn-id: https://develop.svn.wordpress.org/trunk@15086 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 04:11:29 +00:00 |
|
Mark Jaquith
|
b8f92556c3
|
Fix the Author links from Edit Pages screen. props duck_. fixes #13665
git-svn-id: https://develop.svn.wordpress.org/trunk@15085 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 00:26:49 +00:00 |
|
Andrew Nacin
|
d5dd6a6aec
|
Move the Walker_Nav_Menu_Checklist class to admin/includes.
git-svn-id: https://develop.svn.wordpress.org/trunk@15077 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-31 15:47:53 +00:00 |
|
Mark Jaquith
|
29a6333a1f
|
Add ?ver=DATE query strings to all images that changed since 2.9, to expire browser cache. Bump versions on all CSS/JS files modified in that process. fixes #13562.
git-svn-id: https://develop.svn.wordpress.org/trunk@15072 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-31 06:33:46 +00:00 |
|
Mark Jaquith
|
8484570814
|
Default Google Gears ignoreQuery to true in manifest. see #13562
git-svn-id: https://develop.svn.wordpress.org/trunk@15068 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-30 08:45:50 +00:00 |
|
Andrew Nacin
|
b5f97b05ee
|
Consistent font size for menu instructions.
git-svn-id: https://develop.svn.wordpress.org/trunk@15067 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-29 21:58:14 +00:00 |
|
Andrew Nacin
|
45057df1ae
|
Full no-JS and IE support for [15062]. fixes #13615.
git-svn-id: https://develop.svn.wordpress.org/trunk@15063 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-29 20:33:48 +00:00 |
|
Ron Rennick
|
1485267cce
|
remove naughty not, see #13625
git-svn-id: https://develop.svn.wordpress.org/trunk@15061 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-29 19:10:49 +00:00 |
|
Ron Rennick
|
4ee6b4d663
|
check both wordpress & wordpress-mu roots in update core, see #13625
git-svn-id: https://develop.svn.wordpress.org/trunk@15059 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-29 18:21:30 +00:00 |
|
Ryan Boren
|
75714534b9
|
Bump WP version in update_core()
git-svn-id: https://develop.svn.wordpress.org/trunk@15057 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-29 17:28:09 +00:00 |
|
Andrew Nacin
|
60b96042f2
|
Use show_in_nav_menus for attachments. Also add it to register_taxonomy for consistency and have it default to public, not show_ui, like post types. see #13621.
git-svn-id: https://develop.svn.wordpress.org/trunk@15056 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-29 16:46:46 +00:00 |
|
Dion Hulse
|
da3b4b351e
|
Always fallback to PclZip in the event that ZipArchive does not return true. The PHP Zip extension is hit-and-miss with OSX generated zip files, sometimes 0 will be emitted and extraction will succeed, others it will fail with. Reverts r14346, r14377, partially r14800. See #12637. See #13491
git-svn-id: https://develop.svn.wordpress.org/trunk@15052 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-29 13:16:35 +00:00 |
|
Andrew Nacin
|
51cc204001
|
Sanity check menu item parents and fix HTML issues. props filosofo, fixes #13600.
git-svn-id: https://develop.svn.wordpress.org/trunk@15049 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 23:04:00 +00:00 |
|
Andrew Nacin
|
52ec03b947
|
Don't show (pending) in JS mode for nav menus UI. props filosofo, fixes #13604.
git-svn-id: https://develop.svn.wordpress.org/trunk@15047 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 20:41:39 +00:00 |
|
Andrew Nacin
|
69c7b18960
|
Make nav menu meta box tab ordering consistent across post types and taxonomies. see #13525.
git-svn-id: https://develop.svn.wordpress.org/trunk@15045 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 20:36:57 +00:00 |
|
Ron Rennick
|
3fe2b52e01
|
shake away out of date support files
git-svn-id: https://develop.svn.wordpress.org/trunk@15041 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 18:34:03 +00:00 |
|
Ryan Boren
|
e0e67c56ba
|
Do not show 'Network Activate' link if update fails. Props ocean90. fixes #13596
git-svn-id: https://develop.svn.wordpress.org/trunk@15038 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 16:42:09 +00:00 |
|
Mark Jaquith
|
cb6f66977e
|
Do proper caps check when processing bulk edited posts, and hide the checkbox on the Page edit page for users who lack permissions. props ocean90
git-svn-id: https://develop.svn.wordpress.org/trunk@15032 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 15:49:13 +00:00 |
|
Andrew Nacin
|
cb8002eb29
|
Shake away second copy of prototype.js during an upgrade. see [12557].
git-svn-id: https://develop.svn.wordpress.org/trunk@15030 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 05:54:57 +00:00 |
|
Andrew Nacin
|
5df7a4ffd6
|
Shake away MU files which are no longer in core on an upgrade.
git-svn-id: https://develop.svn.wordpress.org/trunk@15029 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 05:48:53 +00:00 |
|
Andrew Nacin
|
d70faa9a43
|
Fix nonce check for updating custom fields. fixes #13586.
git-svn-id: https://develop.svn.wordpress.org/trunk@15028 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 04:09:08 +00:00 |
|