Sergey Biryukov
|
89aed6d7e8
|
Avoid 'Only variables should be passed by reference' notice on plugin search. props daankortenbach. fixes #25217.
Built from https://develop.svn.wordpress.org/trunk@25210
git-svn-id: http://core.svn.wordpress.org/trunk@25182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-02 13:54:10 +00:00 |
|
Sergey Biryukov
|
eccd3e42df
|
Deprecate wp_nav_menu_locations_meta_box(), unused since [23441]. props DrewAPicture. fixes #24942.
Built from https://develop.svn.wordpress.org/trunk@25209
git-svn-id: http://core.svn.wordpress.org/trunk@25181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-02 11:26:09 +00:00 |
|
Sergey Biryukov
|
0d0c87041c
|
Move get_real_file_to_edit() upper in the file for consistency with the existing order of functions. Some phpdoc fixes and additions. see #23680.
Built from https://develop.svn.wordpress.org/trunk@25208
git-svn-id: http://core.svn.wordpress.org/trunk@25180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-02 11:19:10 +00:00 |
|
Sergey Biryukov
|
5a8dc364d1
|
Fix a grammar error on Permalink Settings screen. props celloexpressions. fixes #25210.
Built from https://develop.svn.wordpress.org/trunk@25206
git-svn-id: http://core.svn.wordpress.org/trunk@25178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-02 10:04:10 +00:00 |
|
Sergey Biryukov
|
6760d294bb
|
Update phpdoc for get_user_to_edit(), get_userdata(), and get_user_by(). props tivnet. fixes #24992.
Built from https://develop.svn.wordpress.org/trunk@25204
git-svn-id: http://core.svn.wordpress.org/trunk@25176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-02 03:25:09 +00:00 |
|
Sergey Biryukov
|
00c9232a19
|
Move get_real_file_to_edit() to wp-admin/includes/deprecated.php. props iamfriendly. fixes #23680.
Built from https://develop.svn.wordpress.org/trunk@25201
git-svn-id: http://core.svn.wordpress.org/trunk@25173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-01 12:37:12 +00:00 |
|
Andrew Nacin
|
8e56222a1a
|
Nav menus: Allow assigning a new menu to an existing location when no theme setting is currently saved.
props ocean90.
see #25064, for trunk.
Built from https://develop.svn.wordpress.org/trunk@25195
git-svn-id: http://core.svn.wordpress.org/trunk@25167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-31 01:37:08 +00:00 |
|
Andrew Nacin
|
0496b1acfd
|
Hide 'Database Upgrade Required' on admin/network/upgrade.php when you are not being asked to upgrade, to prevent confusion.
props duck_.
see #24845. see #23540.
Built from https://develop.svn.wordpress.org/trunk@25191
git-svn-id: http://core.svn.wordpress.org/trunk@25163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-31 00:57:10 +00:00 |
|
Andrew Ozz
|
cd4d1460c6
|
Fix folding/unfolding of the admin menu on new installs, props SergeyBiryukov, fixes #24921 for 3.6.1.
Built from https://develop.svn.wordpress.org/trunk@25186
git-svn-id: http://core.svn.wordpress.org/trunk@25158 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-30 17:11:08 +00:00 |
|
Dion Hulse
|
d221f04e60
|
Plugin Upgrader: Plugin_Upgrader::upgrade() returns nothing in event of success, every other install(), upgrade() and bulk_upgrade() method returns true, so return true;
Built from https://develop.svn.wordpress.org/trunk@25181
git-svn-id: http://core.svn.wordpress.org/trunk@25153 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-30 07:38:09 +00:00 |
|
Dion Hulse
|
d3bd82f0ac
|
Theme Upgrader: Be super-careful and check the contents of the $wp_theme_directories variable before merging it, if someone has changed it directly, or worse, unset it, this could've resulted in the $protected_directories being empty. See [25082] See #22501
Built from https://develop.svn.wordpress.org/trunk@25180
git-svn-id: http://core.svn.wordpress.org/trunk@25152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-30 07:35:09 +00:00 |
|
Andrew Nacin
|
af70c14d6d
|
Add signup_id primary key to $wpdb->signups, and add better indexes.
props josephscott, pento, barry.
see #15004.
Built from https://develop.svn.wordpress.org/trunk@25179
git-svn-id: http://core.svn.wordpress.org/trunk@25151 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-30 04:30:08 +00:00 |
|
Andrew Nacin
|
cb154ad4f5
|
Move wp-config-sample.php to the root of develop.svn.
wp-config.php is now created in the root. wp-config-sample.php is properly copied over to the build directory for syncing to core.svn.
Add some ignores.
fixes #25185, see #24976.
Built from https://develop.svn.wordpress.org/trunk@25173
git-svn-id: http://core.svn.wordpress.org/trunk@25147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-29 20:46:09 +00:00 |
|
Andrew Nacin
|
f16aee063e
|
Avoid validating wildcard hostnames in populate_network() when multisite is already activated.
props jeremyfelt.
fixes #25182.
Built from https://develop.svn.wordpress.org/trunk@25171
git-svn-id: http://core.svn.wordpress.org/trunk@25146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-29 19:31:09 +00:00 |
|
Andrew Nacin
|
63568b0b61
|
Return to 'Item' for term updated messages for the link_category taxonomy.
props SergeyBiryukov, pavelevap.
fixes #18714.
Built from https://develop.svn.wordpress.org/trunk@25158
git-svn-id: http://core.svn.wordpress.org/trunk@25137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-28 18:59:09 +00:00 |
|
Andrew Nacin
|
09e92faa6c
|
Use Dropbox's zxcvbn library for our password meter.
The library was added in [25156].
props duck_.
see #21737.
Built from https://develop.svn.wordpress.org/trunk@25157
git-svn-id: http://core.svn.wordpress.org/trunk@25136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-28 16:09:10 +00:00 |
|
Dominik Schilling
|
1eb25761ee
|
Replace duplicated lines in [25143] with an assignment. see #18714.
Built from https://develop.svn.wordpress.org/trunk@25144
git-svn-id: http://core.svn.wordpress.org/trunk@25124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-27 21:25:09 +00:00 |
|
Andrew Nacin
|
737330ac4b
|
Add a terms_updated_messages filter to edit-tags.php, along with taxonomy-specific strings.
props johnbillion.
fixes #18714.
Built from https://develop.svn.wordpress.org/trunk@25143
git-svn-id: http://core.svn.wordpress.org/trunk@25123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-27 21:13:08 +00:00 |
|
Helen Hou-Sandí
|
94bacd5887
|
Make shift-click checkbox range selection work in both directions. props c3mdigital, SergeyBiryukov. fixes #23427.
Built from https://develop.svn.wordpress.org/trunk@25141
git-svn-id: http://core.svn.wordpress.org/trunk@25121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-27 20:50:10 +00:00 |
|
Andrew Nacin
|
aa6d5ddb3e
|
Don't create an edit link to a non-UI post type in the media list table.
props johnbillion.
fixes #20453.
Built from https://develop.svn.wordpress.org/trunk@25140
git-svn-id: http://core.svn.wordpress.org/trunk@25120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-27 20:49:10 +00:00 |
|
Andrew Nacin
|
159e67efe2
|
Only show 'Preview' on the custom header screen if there is something to show.
props nickmomrik.
fixes #14531.
Built from https://develop.svn.wordpress.org/trunk@25135
git-svn-id: http://core.svn.wordpress.org/trunk@25115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-27 12:27:10 +00:00 |
|
Dominik Schilling
|
8688857816
|
Introduce show_in_menu for register_taxonomy.
Accepts boolean: true to show, false to hide. If not set, the default is inherited from show_ui.
fixes #20930.
Built from https://develop.svn.wordpress.org/trunk@25133
git-svn-id: http://core.svn.wordpress.org/trunk@25113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-26 22:35:10 +00:00 |
|
Andrew Nacin
|
1700a5efb1
|
Press This: Add admin_head-like hooks that are specific to the page.
props sillybean.
fixes #18843.
Built from https://develop.svn.wordpress.org/trunk@25131
git-svn-id: http://core.svn.wordpress.org/trunk@25111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-26 21:00:09 +00:00 |
|
Andrew Nacin
|
f137f63e13
|
Network Admin: Hide the bulk actions checkbox for the main site.
props ericlewis.
fixes #24463.
Built from https://develop.svn.wordpress.org/trunk@25125
git-svn-id: http://core.svn.wordpress.org/trunk@25105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-26 18:46:08 +00:00 |
|
Andrew Nacin
|
7e17787f47
|
Add post-type-$post_type and taxonomy-$taxonomy admin body classes.
props johnbillion.
fixes #19247.
Built from https://develop.svn.wordpress.org/trunk@25124
git-svn-id: http://core.svn.wordpress.org/trunk@25104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-26 18:18:09 +00:00 |
|
Sergey Biryukov
|
a66fde2ea1
|
Add 'taxonomy_parent_dropdown_args' filter for the parent dropdown on taxonomy term editing screens. props leewillis77. fixes #18166.
Built from https://develop.svn.wordpress.org/trunk@25123
git-svn-id: http://core.svn.wordpress.org/trunk@25103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-26 17:31:09 +00:00 |
|
Ryan Boren
|
54bf0b713c
|
Don't show the "Get Shortlink" button for pages with a ?page_id=x permalink.
Props sillybean
fixes #14760
Built from https://develop.svn.wordpress.org/trunk@25122
git-svn-id: http://core.svn.wordpress.org/trunk@25102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-26 16:06:08 +00:00 |
|
Sergey Biryukov
|
ca17a6161a
|
Avoid displaying multiple instances of the same feature pointers on a single screen. props nacin. fixes #25022 for trunk.
Built from https://develop.svn.wordpress.org/trunk@25117
git-svn-id: http://core.svn.wordpress.org/trunk@25097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-24 22:34:10 +00:00 |
|
Sergey Biryukov
|
bf5b75c033
|
Remove 'admin' as a fallback for username in install. props tivnet, DrewAPicture. fixes #24078.
Built from https://develop.svn.wordpress.org/trunk@25115
git-svn-id: http://core.svn.wordpress.org/trunk@25096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-24 13:57:09 +00:00 |
|
Andrew Nacin
|
9d113aab4a
|
Add network name to <title> tags in the network admin and user admin (global dashboard).
props johnbillion.
fixes #19753.
Built from https://develop.svn.wordpress.org/trunk@25103
git-svn-id: http://core.svn.wordpress.org/trunk@25085 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-23 18:58:09 +00:00 |
|
Sergey Biryukov
|
2a14c96057
|
Correct phpdoc for wp-admin/menu.php. props neoxx. fixes #25124.
Built from https://develop.svn.wordpress.org/trunk@25100
git-svn-id: http://core.svn.wordpress.org/trunk@25082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-23 13:53:11 +00:00 |
|
Sergey Biryukov
|
5ab3d3bf54
|
Remove redundant context for Child Themes link. fixes #25079.
Built from https://develop.svn.wordpress.org/trunk@25099
git-svn-id: http://core.svn.wordpress.org/trunk@25081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-23 00:31:10 +00:00 |
|
Sergey Biryukov
|
61e5d3e5c1
|
Remove unused variable. props jeremyfelt. fixes #25121.
Built from https://develop.svn.wordpress.org/trunk@25098
git-svn-id: http://core.svn.wordpress.org/trunk@25080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-23 00:19:09 +00:00 |
|
Andrew Nacin
|
d06c049d51
|
Fix various typos in inline documentation. props nofearinc, fixes #25119.
Built from https://develop.svn.wordpress.org/trunk@25094
git-svn-id: http://core.svn.wordpress.org/trunk@25078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-22 22:01:08 +00:00 |
|
Andrew Nacin
|
9b0e21493d
|
In the admin, do not use auto-generated Gravatar images for comment authors.
This makes it easier to recognize Gravatars (or lack thereof) when moderating comments.
props solarissmoke.
fixes #7054.
Built from https://develop.svn.wordpress.org/trunk@25091
git-svn-id: http://core.svn.wordpress.org/trunk@25075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-22 20:08:08 +00:00 |
|
Helen Hou-Sandí
|
eb44516e48
|
Add more descriptive classes to submit meta box sections. props nofearinc. fixes #22333.
Built from https://develop.svn.wordpress.org/trunk@25083
git-svn-id: http://core.svn.wordpress.org/trunk@25068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-22 15:24:10 +00:00 |
|
Dion Hulse
|
8a70215404
|
Theme Installer/Updater: Handle custom Theme directories when updating themes, and installing new themes. Fixes #22501
Built from https://develop.svn.wordpress.org/trunk@25082
git-svn-id: http://core.svn.wordpress.org/trunk@25067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-22 04:50:09 +00:00 |
|
Dion Hulse
|
46daa240b9
|
Sanitize the plugin path in _get_plugin_data_markup_translate() to a WP_PLUGIN_DIR-relative path. The function is designed in mind for receiving relative paths, but may be used with a absolute path.
This change makes the function path-agnostic, and can accept either relative or absolute (converting to relative internally). Fixes #20813
Built from https://develop.svn.wordpress.org/trunk@25081
git-svn-id: http://core.svn.wordpress.org/trunk@25066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-22 04:03:09 +00:00 |
|
Dion Hulse
|
ff290a88bf
|
Add a note that the FTP Password will not be stored on the server to the FTP credentials page. Fixes #16492
Built from https://develop.svn.wordpress.org/trunk@25071
git-svn-id: http://core.svn.wordpress.org/trunk@25056 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-21 07:07:09 +00:00 |
|
Dion Hulse
|
907ca6cd30
|
Add a filter on the Plugin and Theme installers table listing API args, this allows for plugins to hook in and add custom args to plugins_api() and themes_api() for the Plugin/Theme listing tabls. Fixes #18169
Built from https://develop.svn.wordpress.org/trunk@25070
git-svn-id: http://core.svn.wordpress.org/trunk@25055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-21 06:52:12 +00:00 |
|
Dion Hulse
|
1b9ab9f66f
|
WP_Filesystem: Use the FTP_* path override constants during upgrades for prefixed paths, ie. use FTP_BASE for ABSPATH/sub-dir as well as just for ABSPATH/. Props vericgar for initial patch. See #14401
Built from https://develop.svn.wordpress.org/trunk@25057
git-svn-id: http://core.svn.wordpress.org/trunk@25043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-20 06:47:08 +00:00 |
|
Dion Hulse
|
ad980384f2
|
Check to see if mbstring.func_overload is configured to affect string functions before switching charsets. Props SergeyBiryukov. Fixes #25063
Built from https://develop.svn.wordpress.org/trunk@25056
git-svn-id: http://core.svn.wordpress.org/trunk@25042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-20 06:24:09 +00:00 |
|
Dion Hulse
|
8156e29a98
|
WP_Upgrader: Don't activate maintenance mode in bulk_upgrade() when no Themes or Plugins are specified. This doesn't affect Core, but rather, plugins who use the upgrade routines and do not do precautionary tests. Props jamescollins. Fixes #24496
Built from https://develop.svn.wordpress.org/trunk@25048
git-svn-id: http://core.svn.wordpress.org/trunk@25035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-17 05:36:11 +00:00 |
|
Helen Hou-Sandí
|
9adfd648a8
|
Make sure quick edited non-alternate list table rows don't become alternate. props mordauk. fixes #24951.
Built from https://develop.svn.wordpress.org/trunk@25039
git-svn-id: http://core.svn.wordpress.org/trunk@25026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-16 20:19:09 +00:00 |
|
Andrew Nacin
|
19e485ce42
|
In populate_network(), insert the first site as blog_id 1, overriding any auto-increment DB seed. props wpmuguru, fixes #16568.
Built from https://develop.svn.wordpress.org/trunk@25038
git-svn-id: http://core.svn.wordpress.org/trunk@25025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-16 20:08:09 +00:00 |
|
Andrew Nacin
|
d5c4413aaa
|
send_origin_headers() in admin-post.php.
props nickdaugherty, fixes #24600.
Built from https://develop.svn.wordpress.org/trunk@25036
git-svn-id: http://core.svn.wordpress.org/trunk@25023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-16 19:59:08 +00:00 |
|
Andrew Nacin
|
f71a4ae220
|
Add a maxlength attribute to the post password input, reflecting the current DB field length.\
props RayBernard, DrewAPicture.
see #24792.
Built from https://develop.svn.wordpress.org/trunk@25035
git-svn-id: http://core.svn.wordpress.org/trunk@25022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-16 19:56:09 +00:00 |
|
Andrew Nacin
|
88af5fa369
|
Add actions for term editing/creation form tags, for adding enctype attributes. Matches the pattern we've used elsewhere. props JustinSainton, fixes #15261.
Built from https://develop.svn.wordpress.org/trunk@25034
git-svn-id: http://core.svn.wordpress.org/trunk@25021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-16 19:54:09 +00:00 |
|
Ryan Boren
|
e2c8edc22d
|
Be consistent with the arguments passed to the theme_action_links filter. Stop passing stylesheet from class-wp-ms-themes-list-table.php.
Props georgestephanis
fixes #24478
Built from https://develop.svn.wordpress.org/trunk@25032
git-svn-id: http://core.svn.wordpress.org/trunk@25019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-16 15:47:10 +00:00 |
|
Ryan Boren
|
564d80e29f
|
wp_get_shortlink() improvements.
* Return shortlinks for pages and public CPTs.
* Return shortlinks even when cruft-free links are not enabled.
* Unit tests
Props sillybean, layotte, cais
fixes #18632
see #14760
Built from https://develop.svn.wordpress.org/trunk@25030
git-svn-id: http://core.svn.wordpress.org/trunk@25017 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-15 20:09:09 +00:00 |
|