nacin
|
e58da4ac0a
|
Add 'Check Again' button and timestamp to update-core. Also return the same error message for themes as we do for plugins when no checkboxes are checked. fixes #14764.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-27 02:21:49 +00:00 |
|
nacin
|
73bc798ffa
|
Use 'Visit Site' in header if blog has no name. props blepoxp, fixes #13978.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-27 01:48:08 +00:00 |
|
scribu
|
3102a4edf5
|
Round bottom-right corner of the screen options dropdown. Fixes #15226
git-svn-id: http://svn.automattic.com/wordpress/trunk@15986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 22:15:58 +00:00 |
|
nacin
|
6d2f18f240
|
Remove trailing newlines. see #14579.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 20:21:27 +00:00 |
|
nacin
|
5a81941fed
|
Don't sort plugin descriptions column. Make on state for sortable columns black, not the typical link orange. fixes #15224.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 18:15:47 +00:00 |
|
nacin
|
5eae13f4c0
|
Fix Dashboard link in Network Admin on update-core. props PeteMall, see #14435.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 17:41:43 +00:00 |
|
nacin
|
0d5278ebfe
|
s/awhile/a while/. props jane, PeteMall, fixes #15225.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 17:40:54 +00:00 |
|
ryan
|
2c51cd5ae2
|
Remove “Actions: ” string from action links (on updater screens). Props demetris. fixes #15047
git-svn-id: http://svn.automattic.com/wordpress/trunk@15977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 17:18:49 +00:00 |
|
ryan
|
130ae000ce
|
Hide more meta boxes by default. fixes #14212
git-svn-id: http://svn.automattic.com/wordpress/trunk@15976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 17:14:31 +00:00 |
|
ryan
|
bbd2895543
|
Cause infinite recursion caused by malformed URLs. Props mdawaffe. fixes #14655
git-svn-id: http://svn.automattic.com/wordpress/trunk@15971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 13:43:26 +00:00 |
|
nacin
|
a368688055
|
Classes must be defined before they are extended. props PeteMall, see #14579.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 04:48:03 +00:00 |
|
nacin
|
484aebcf5c
|
Fix custom background selector for IE7. props duck_, fixes #14152.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 03:42:14 +00:00 |
|
nacin
|
b68d28a728
|
wp_htmledit_pre for salts in wp-admin/network. fixes #15092.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 03:36:23 +00:00 |
|
scribu
|
497335778b
|
Remove dead 'delete-link-cat' ajax handler. See #12285
git-svn-id: http://svn.automattic.com/wordpress/trunk@15963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-26 01:16:08 +00:00 |
|
ryan
|
da54089621
|
Generalize seletion for h2 and h3 tabs. Props chrisbliss18 fixes #15154
git-svn-id: http://svn.automattic.com/wordpress/trunk@15962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-25 20:45:58 +00:00 |
|
nacin
|
ee1ba7f2f3
|
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: http://svn.automattic.com/wordpress/trunk@15961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-25 20:43:52 +00:00 |
|
nacin
|
6bcac04c29
|
Fix inverted logic. props duck_. fixes #15205.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-25 08:27:49 +00:00 |
|
nacin
|
8303b3c14a
|
phpdoc for the various list table includes. see #14579.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-25 04:04:18 +00:00 |
|
nacin
|
48d8763734
|
Commit the rest of [15955]. see #14579.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15956 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-25 02:58:25 +00:00 |
|
nacin
|
6f20df8a51
|
Introduce require_list_table(), rework get_list_table() calls, split default-list-tables into individual files. see #14579.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-25 02:57:43 +00:00 |
|
nacin
|
f448471380
|
Shuffle list-table files. First pass. see #14579.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-25 00:12:41 +00:00 |
|
nacin
|
750243a0cd
|
Avoid extra conditional in the subdirectory rewrite rules. props wpmuguru, fixes #15083.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-24 21:09:33 +00:00 |
|
nacin
|
a9e06a0344
|
Don't use deprecated path in wp_admin_css call.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-24 19:22:39 +00:00 |
|
nacin
|
d682c0b03d
|
Disable static page dropdowns when 'latest posts' is selected on Settings > Reading. props koopersmith, fixes #15205.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-24 19:20:52 +00:00 |
|
nacin
|
f714463866
|
Allow fields with a paragraph tag to align to top in the form-table on settings pages. see #15205.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-24 18:07:20 +00:00 |
|
scribu
|
53abb90f30
|
Add sanitized plugin name as id attribute to plugin rows. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-24 15:46:33 +00:00 |
|
nacin
|
e31f06608c
|
Compress scripts and bump for [15939] [15940]. see #11420.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-24 03:03:52 +00:00 |
|
nacin
|
a583da8c45
|
Internal linking, first pass. props koopersmith, see #11420.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-24 02:58:42 +00:00 |
|
azaozz
|
ab4f9fa9aa
|
Clean list-table.js: when declaring JS object a comma after the last property is invalid, remove unused vars. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-23 20:52:49 +00:00 |
|
nacin
|
81f2d8b405
|
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: http://svn.automattic.com/wordpress/trunk@15938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-23 19:49:25 +00:00 |
|
scribu
|
5117ddfd49
|
Revert [15925]. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-23 12:05:00 +00:00 |
|
scribu
|
50e06d42ee
|
Set $plugin_file as plugin row id. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-23 11:46:01 +00:00 |
|
scribu
|
10ec70d244
|
Use row_actions() in WP_Plugins_Table. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-23 11:22:00 +00:00 |
|
ryan
|
779b8ff334
|
Default send to editor to true if the post parent is empty. Props blepoxp. fixes #14133
git-svn-id: http://svn.automattic.com/wordpress/trunk@15920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-22 20:17:17 +00:00 |
|
ryan
|
62003eb20f
|
Fix media dialog keyPress handling. Props mdawaffe. fixes #14394
git-svn-id: http://svn.automattic.com/wordpress/trunk@15918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-22 19:23:00 +00:00 |
|
ryan
|
a438023aa5
|
Fix id
git-svn-id: http://svn.automattic.com/wordpress/trunk@15913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-22 18:41:30 +00:00 |
|
scribu
|
379f54ff30
|
Make plugin search & order methods, instead of standalone functions. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-22 11:08:35 +00:00 |
|
nacin
|
71d4760883
|
Mid-page headers should be h3, not h2.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-22 00:27:12 +00:00 |
|
nacin
|
0a943555ef
|
And site-new, too. props PeteMall, see #15174.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 20:31:01 +00:00 |
|
nacin
|
c93f639f1e
|
Use correct network admin icon. props PeteMall, see #15174.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 20:24:54 +00:00 |
|
nacin
|
1e640c7b0a
|
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: http://svn.automattic.com/wordpress/trunk@15906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 20:23:54 +00:00 |
|
ryan
|
57fe65fd6d
|
Fix bulk network users nonce. Props duck_. fixes #15168
git-svn-id: http://svn.automattic.com/wordpress/trunk@15905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 20:20:50 +00:00 |
|
nacin
|
14ccdbec33
|
Pruning shears.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 19:55:28 +00:00 |
|
ryan
|
012bb5278c
|
Tabbed interface for site editing. see #15174
git-svn-id: http://svn.automattic.com/wordpress/trunk@15903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 18:35:52 +00:00 |
|
nacin
|
456a6151c0
|
Please pardon my OCD.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 17:53:26 +00:00 |
|
nacin
|
5d1730dfba
|
Rename Update menu to Updates in network admin. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15901 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 17:52:44 +00:00 |
|
nacin
|
09570f0114
|
Hooks for user dashboard. props PeteMall, see #14696.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15900 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 17:51:49 +00:00 |
|
nacin
|
66a2572a2e
|
Network admin theme install. props PeteMall, fixes #15184.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 17:06:52 +00:00 |
|
nacin
|
f5e23028ff
|
Pass user object through _wp_get_user_contactmethods() to the user_contactmethods filter. props aaroncampbell, fixes #15186.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 15:42:06 +00:00 |
|
nacin
|
99a5439b44
|
Add @since to new file. props markmcwilliams. see #15174.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-21 15:38:50 +00:00 |
|