Ryan Boren
|
bff73fa973
|
Cause infinite recursion caused by malformed URLs. Props mdawaffe. fixes #14655
git-svn-id: https://develop.svn.wordpress.org/trunk@15971 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-26 13:43:26 +00:00 |
|
Andrew Nacin
|
55db5a4d9d
|
Classes must be defined before they are extended. props PeteMall, see #14579.
git-svn-id: https://develop.svn.wordpress.org/trunk@15969 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-26 04:48:03 +00:00 |
|
Andrew Nacin
|
9c39f8bcf2
|
Fix custom background selector for IE7. props duck_, fixes #14152.
git-svn-id: https://develop.svn.wordpress.org/trunk@15966 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-26 03:42:14 +00:00 |
|
Andrew Nacin
|
f7345eb522
|
wp_htmledit_pre for salts in wp-admin/network. fixes #15092.
git-svn-id: https://develop.svn.wordpress.org/trunk@15965 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-26 03:36:23 +00:00 |
|
scribu
|
14d6d39a72
|
Remove dead 'delete-link-cat' ajax handler. See #12285
git-svn-id: https://develop.svn.wordpress.org/trunk@15963 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-26 01:16:08 +00:00 |
|
Ryan Boren
|
ae76af21a9
|
Generalize seletion for h2 and h3 tabs. Props chrisbliss18 fixes #15154
git-svn-id: https://develop.svn.wordpress.org/trunk@15962 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-25 20:45:58 +00:00 |
|
Andrew Nacin
|
b0208b5a8c
|
Importer and exporter overhaul, mega props duck.
Exporter overhaul:
* Add author information to export
* Greater usage of slug identifiers
* Don't export auto-drafts, spam comments, or edit lock/last meta keys
* Inline documentation improvements
* Remove filtering for now (@todo)
* Bump WXR version to 1.1, but remain back compat in the importer
Importer overhaul (http://plugins.trac.wordpress.org/changeset/304249):
* Use an XML parser where available (SimpleXML, XML Parser)
* Proper import support for navigation menus
* Many bug fixes, specifically improvements to category and custom taxonomy handling
* Better author/user mapping
Fixes #5447 #5460 #7400 #7973 #8471 #9237 #10319 #11118 #11144 #11354 #11574 #12685 #13364 #13394 #13453 #13454 #13627 #14306 #14442 #14524 #14750 #15055 #15091 #15108.
See #15197.
git-svn-id: https://develop.svn.wordpress.org/trunk@15961 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-25 20:43:52 +00:00 |
|
Andrew Nacin
|
d68060204a
|
Fix inverted logic. props duck_. fixes #15205.
git-svn-id: https://develop.svn.wordpress.org/trunk@15959 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-25 08:27:49 +00:00 |
|
Andrew Nacin
|
c1d8f9cd69
|
phpdoc for the various list table includes. see #14579.
git-svn-id: https://develop.svn.wordpress.org/trunk@15958 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-25 04:04:18 +00:00 |
|
Andrew Nacin
|
49589001bb
|
Commit the rest of [15955]. see #14579.
git-svn-id: https://develop.svn.wordpress.org/trunk@15956 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-25 02:58:25 +00:00 |
|
Andrew Nacin
|
2a7cb746de
|
Introduce require_list_table(), rework get_list_table() calls, split default-list-tables into individual files. see #14579.
git-svn-id: https://develop.svn.wordpress.org/trunk@15955 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-25 02:57:43 +00:00 |
|
Andrew Nacin
|
6f05802a40
|
Shuffle list-table files. First pass. see #14579.
git-svn-id: https://develop.svn.wordpress.org/trunk@15954 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-25 00:12:41 +00:00 |
|
Andrew Nacin
|
0799c3f519
|
Avoid extra conditional in the subdirectory rewrite rules. props wpmuguru, fixes #15083.
git-svn-id: https://develop.svn.wordpress.org/trunk@15949 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-24 21:09:33 +00:00 |
|
Andrew Nacin
|
4bc9423b85
|
Don't use deprecated path in wp_admin_css call.
git-svn-id: https://develop.svn.wordpress.org/trunk@15947 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-24 19:22:39 +00:00 |
|
Andrew Nacin
|
f392876ac7
|
Disable static page dropdowns when 'latest posts' is selected on Settings > Reading. props koopersmith, fixes #15205.
git-svn-id: https://develop.svn.wordpress.org/trunk@15946 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-24 19:20:52 +00:00 |
|
Andrew Nacin
|
787da5c464
|
Allow fields with a paragraph tag to align to top in the form-table on settings pages. see #15205.
git-svn-id: https://develop.svn.wordpress.org/trunk@15945 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-24 18:07:20 +00:00 |
|
scribu
|
31cb193012
|
Add sanitized plugin name as id attribute to plugin rows. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15944 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-24 15:46:33 +00:00 |
|
Andrew Nacin
|
46458ec3ca
|
Compress scripts and bump for [15939] [15940]. see #11420.
git-svn-id: https://develop.svn.wordpress.org/trunk@15941 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-24 03:03:52 +00:00 |
|
Andrew Nacin
|
f34a8de8ec
|
Internal linking, first pass. props koopersmith, see #11420.
git-svn-id: https://develop.svn.wordpress.org/trunk@15940 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-24 02:58:42 +00:00 |
|
Andrew Ozz
|
790b4dbdf0
|
Clean list-table.js: when declaring JS object a comma after the last property is invalid, remove unused vars. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15939 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-23 20:52:49 +00:00 |
|
Andrew Nacin
|
cd50525faa
|
Don't show the admin bar in the plugin/theme installers. Inserts condition directly into iframe_header(). Allows show_admin_bar() to be called after init by unsetting wp_admin_bar, thus preventing render once those hooks are fired. see #14772.
git-svn-id: https://develop.svn.wordpress.org/trunk@15938 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-23 19:49:25 +00:00 |
|
scribu
|
7dc089e685
|
Revert [15925]. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15927 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-23 12:05:00 +00:00 |
|
scribu
|
0658668634
|
Set $plugin_file as plugin row id. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15925 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-23 11:46:01 +00:00 |
|
scribu
|
2146585c80
|
Use row_actions() in WP_Plugins_Table. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15924 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-23 11:22:00 +00:00 |
|
Ryan Boren
|
6f62e4f13c
|
Default send to editor to true if the post parent is empty. Props blepoxp. fixes #14133
git-svn-id: https://develop.svn.wordpress.org/trunk@15920 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-22 20:17:17 +00:00 |
|
Ryan Boren
|
f2dbc7d273
|
Fix media dialog keyPress handling. Props mdawaffe. fixes #14394
git-svn-id: https://develop.svn.wordpress.org/trunk@15918 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-22 19:23:00 +00:00 |
|
Ryan Boren
|
414b000848
|
Fix id
git-svn-id: https://develop.svn.wordpress.org/trunk@15913 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-22 18:41:30 +00:00 |
|
scribu
|
04f36aafa9
|
Make plugin search & order methods, instead of standalone functions. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15912 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-22 11:08:35 +00:00 |
|
Andrew Nacin
|
48c841392a
|
Mid-page headers should be h3, not h2.
git-svn-id: https://develop.svn.wordpress.org/trunk@15910 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-22 00:27:12 +00:00 |
|
Andrew Nacin
|
c6f08a2929
|
And site-new, too. props PeteMall, see #15174.
git-svn-id: https://develop.svn.wordpress.org/trunk@15908 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 20:31:01 +00:00 |
|
Andrew Nacin
|
b61c50cbf3
|
Use correct network admin icon. props PeteMall, see #15174.
git-svn-id: https://develop.svn.wordpress.org/trunk@15907 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 20:24:54 +00:00 |
|
Andrew Nacin
|
337eeb3134
|
Checkboxes over radio buttons for site info tab. Values outside of 0/1 won't be changed, see #12832 for previous discussion. see #15174.
git-svn-id: https://develop.svn.wordpress.org/trunk@15906 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 20:23:54 +00:00 |
|
Ryan Boren
|
8b52b36850
|
Fix bulk network users nonce. Props duck_. fixes #15168
git-svn-id: https://develop.svn.wordpress.org/trunk@15905 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 20:20:50 +00:00 |
|
Andrew Nacin
|
7e48ac3e78
|
Pruning shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@15904 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 19:55:28 +00:00 |
|
Ryan Boren
|
69994bf7ca
|
Tabbed interface for site editing. see #15174
git-svn-id: https://develop.svn.wordpress.org/trunk@15903 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 18:35:52 +00:00 |
|
Andrew Nacin
|
b41591f183
|
Please pardon my OCD.
git-svn-id: https://develop.svn.wordpress.org/trunk@15902 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 17:53:26 +00:00 |
|
Andrew Nacin
|
b25df4f549
|
Rename Update menu to Updates in network admin. see #14435
git-svn-id: https://develop.svn.wordpress.org/trunk@15901 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 17:52:44 +00:00 |
|
Andrew Nacin
|
95332ccaa7
|
Hooks for user dashboard. props PeteMall, see #14696.
git-svn-id: https://develop.svn.wordpress.org/trunk@15900 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 17:51:49 +00:00 |
|
Andrew Nacin
|
df81af604c
|
Network admin theme install. props PeteMall, fixes #15184.
git-svn-id: https://develop.svn.wordpress.org/trunk@15898 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 17:06:52 +00:00 |
|
Andrew Nacin
|
6d20960c97
|
Pass user object through _wp_get_user_contactmethods() to the user_contactmethods filter. props aaroncampbell, fixes #15186.
git-svn-id: https://develop.svn.wordpress.org/trunk@15896 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 15:42:06 +00:00 |
|
Andrew Nacin
|
63f0dd2135
|
Add @since to new file. props markmcwilliams. see #15174.
git-svn-id: https://develop.svn.wordpress.org/trunk@15895 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 15:38:50 +00:00 |
|
scribu
|
bb3325a6df
|
Fix notices in WP_List_Table::ajax_response(). Props Utkarsh. Fixes #15185
git-svn-id: https://develop.svn.wordpress.org/trunk@15894 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 15:30:35 +00:00 |
|
scribu
|
82a68a8979
|
Use isset() instead of '@'. Props Utkarsh. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15893 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 15:15:50 +00:00 |
|
Andrew Nacin
|
a2061db4b5
|
Use correct class.
git-svn-id: https://develop.svn.wordpress.org/trunk@15889 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 14:20:40 +00:00 |
|
scribu
|
a3ef15ffc0
|
Allow filtering comments by user_id via URL. Props neoxx. Fixes #14163
git-svn-id: https://develop.svn.wordpress.org/trunk@15887 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 14:03:25 +00:00 |
|
Ryan Boren
|
e93f819e09
|
Move add site form to site-new.php. see #15174
git-svn-id: https://develop.svn.wordpress.org/trunk@15886 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 13:49:49 +00:00 |
|
Ryan Boren
|
238431b624
|
Add network/update-core.php. see #15162
git-svn-id: https://develop.svn.wordpress.org/trunk@15885 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 13:15:27 +00:00 |
|
Ryan Boren
|
682376a2ae
|
Use get_users() instead of get_users_of_blog(). Props scribu. see #15053
git-svn-id: https://develop.svn.wordpress.org/trunk@15882 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 13:08:47 +00:00 |
|
Andrew Nacin
|
c4d5a5e4a6
|
Encode the amp in the edit-tags menu link for pages. props blepoxp, see #14489 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15881 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 12:42:48 +00:00 |
|
Andrew Nacin
|
60526c0fc8
|
Doc blocks for wp-admin/network. see #14435.
git-svn-id: https://develop.svn.wordpress.org/trunk@15880 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-21 11:21:13 +00:00 |
|