Mark Jaquith
|
9f02654b0d
|
Introduce wp_remove_object_terms() and wp_add_object_terms(). No more fetch-alter-update nonsense. Use wp_remove_object_terms() in a few places internally.
props simonwheatley, scribu, ericmann, maxcutler. fixes #15475
git-svn-id: https://develop.svn.wordpress.org/trunk@23398 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-08 18:45:34 +00:00 |
Mark Jaquith
|
1723190616
|
Document the mysterious seventh parameter of add_meta_box().
props wonderboymusic, markjaquith. fixes #17515
git-svn-id: https://develop.svn.wordpress.org/trunk@23397 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-08 18:37:34 +00:00 |
Mark Jaquith
|
a601e170aa
|
Link post formats in posts list table. Use a dash for standard, like we do for absence of tags. see #16047 Next: use icons, not text descriptions.
git-svn-id: https://develop.svn.wordpress.org/trunk@23396 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-08 18:34:51 +00:00 |
Mark Jaquith
|
e419f6258c
|
Fix some tabbing issues on the post editing screen. Add Media no longer skipped when going backwards from content. Save Draft no longer skipped when going forwards from content.
props adamsilverstein. fixes #23195 and #22933
git-svn-id: https://develop.svn.wordpress.org/trunk@23395 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-08 18:30:09 +00:00 |
Helen Hou-Sandi
|
efda431bc2
|
Open external links to plugin homepages, plugin author homepages, and theme author homepages in a new window/tab. props SergeyBiryukov. fixes #20839.
git-svn-id: https://develop.svn.wordpress.org/trunk@23394 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-08 16:20:01 +00:00 |
Mark Jaquith
|
ca7674b100
|
"Lookup" is a noun. "Look up" is the verb form. If you doubt me, you should have lookuped in a dictionary.
props johnbillion, SergeyBiryukov. fixes #22386
git-svn-id: https://develop.svn.wordpress.org/trunk@23393 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-08 16:19:04 +00:00 |
Mark Jaquith
|
2f6d3fed8c
|
Display post formats in the posts list table.
props nacin, garyc40, DrewAPicture, wonderboymusic, aaroncampbell.
fixes #16047
git-svn-id: https://develop.svn.wordpress.org/trunk@23392 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-08 16:10:05 +00:00 |
Andrew Nacin
|
5dd8a15b26
|
Add underscore and backbone to the do-not-deregister list of scripts.
props adamsilverstein.
see [23378]. see #22896.
git-svn-id: https://develop.svn.wordpress.org/trunk@23391 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-08 05:11:27 +00:00 |
Mark Jaquith
|
e3a1266c0c
|
Revert [23375] until we can get Media fixed to work with newer versions of Backbone. see #23262
git-svn-id: https://develop.svn.wordpress.org/trunk@23390 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-08 03:15:22 +00:00 |
Andrew Ozz
|
b38675a65a
|
Heartbeat API: fix error in IE < 9, props SergeyBiryukov, don't attempt to bind events to cross-domain iframes, see #23216
git-svn-id: https://develop.svn.wordpress.org/trunk@23389 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-06 07:10:04 +00:00 |
Sergey Biryukov
|
12fcb94781
|
Use a human-readable constant in wp_set_auth_cookie(). fixes #23372.
git-svn-id: https://develop.svn.wordpress.org/trunk@23388 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-06 03:44:43 +00:00 |
Sergey Biryukov
|
163f0a4769
|
Correct the documentation for _publish_post_hook(). Remove unused global declaration. props roulandf. fixes #23376.
git-svn-id: https://develop.svn.wordpress.org/trunk@23387 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-05 15:45:37 +00:00 |
bumpbot
|
68360b40ab
|
Compress scripts/styles: 3.6-alpha-23386.
git-svn-id: https://develop.svn.wordpress.org/trunk@23386 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-04 14:38:03 +00:00 |
Ryan Boren
|
51e5049575
|
In wp_get_archives(), cache queries to individual cache buckets instead of storing them in one cached array. Use incrementor style passive cache invalidation.
fixes #23206
see #23173
git-svn-id: https://develop.svn.wordpress.org/trunk@23385 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-04 13:54:15 +00:00 |
Ryan Boren
|
8b07ad9884
|
Use incrementors for cache invalidation in get_terms().
fixes #23326
see #23173
git-svn-id: https://develop.svn.wordpress.org/trunk@23384 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-04 13:48:46 +00:00 |
Mark Jaquith
|
bd80d92a89
|
Update Underscore to version 1.4.4. see #23262
git-svn-id: https://develop.svn.wordpress.org/trunk@23383 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-04 06:40:21 +00:00 |
Andrew Ozz
|
682b66b560
|
Heartbeat API: throttle down when the window looses focus or when the user is inactive, always send 'screen_id', change the interval settings to 'fast' (5sec), 'standard' (15sec) and 'slow' (60sec), the interval can be changed from PHP, see #23216
git-svn-id: https://develop.svn.wordpress.org/trunk@23382 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-03 07:03:27 +00:00 |
Helen Hou-Sandi
|
7f2205971c
|
Maintain theme screenshot aspect ratio on the update screen. props cochran. fixes #23164.
git-svn-id: https://develop.svn.wordpress.org/trunk@23381 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 17:02:01 +00:00 |
Andrew Nacin
|
bb904fcf2b
|
Confirm a user exists before deleting them in wp_delete_user() and wpmu_delete_user(). props scribu, fixes #23067.
git-svn-id: https://develop.svn.wordpress.org/trunk@23380 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 04:41:02 +00:00 |
Sergey Biryukov
|
795ea73568
|
Mark the string for translation. see #22896.
git-svn-id: https://develop.svn.wordpress.org/trunk@23379 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 03:42:10 +00:00 |
Andrew Nacin
|
ca3bfb34f9
|
Do not allow accidental or negligent deregistering of critical scripts in the admin. (Defined for now as jQuery and jQuery UI.) Show minimal remorse if the correct hook is used. see #22896.
git-svn-id: https://develop.svn.wordpress.org/trunk@23378 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 03:01:20 +00:00 |
Andrew Nacin
|
2b1d2bfa78
|
Stop recommending the init hook in the _doing_it_wrong() message for too-early scripts and styles. Instead, recommend the three _enqueue_scripts hooks. If they're noticing they are doing it wrong, let's push them to 100% correct, not partly correct.
see #22896.
git-svn-id: https://develop.svn.wordpress.org/trunk@23377 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 02:42:09 +00:00 |
Andrew Nacin
|
d5de4a9bbd
|
Update to Services_JSON 1.0.3. props bpetty. fixes #21568.
git-svn-id: https://develop.svn.wordpress.org/trunk@23376 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 02:09:01 +00:00 |
Andrew Nacin
|
faa884032e
|
Update Backbone.js to 0.9.10. props aaronholbrook, fixes #23262.
git-svn-id: https://develop.svn.wordpress.org/trunk@23375 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 02:02:53 +00:00 |
Sergey Biryukov
|
30650e32be
|
Return WP_Error from wp_crop_image() if saving has failed. props macbrink. fixes #23325.
git-svn-id: https://develop.svn.wordpress.org/trunk@23374 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 02:01:59 +00:00 |
Andrew Nacin
|
2604bfffbf
|
Ensure we have a charset before calling mb_internal_encoding(), avoiding an unnecessary (if suppressed) warning. props dfavor. fixes #23093.
git-svn-id: https://develop.svn.wordpress.org/trunk@23373 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 02:01:29 +00:00 |
Andrew Nacin
|
6caa05bc81
|
Clean up rendering of the title column in the posts list table. Simplify branching. Use get_userdata() rather than get_user_by( 'id' ). Change string to '%s is currently editing'. see #23312.
git-svn-id: https://develop.svn.wordpress.org/trunk@23372 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 01:54:06 +00:00 |
Andrew Ozz
|
712fcec00b
|
Posts screen: show when a post is "locked", hide the checkbox, Quick Edit and Trash links, props dh-shredder, see #23312
git-svn-id: https://develop.svn.wordpress.org/trunk@23371 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 01:31:06 +00:00 |
Andrew Ozz
|
85fa686346
|
New icons: make the .icon32 container larger to prevent clipping, see #23333
git-svn-id: https://develop.svn.wordpress.org/trunk@23370 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 01:01:35 +00:00 |
Andrew Ozz
|
11b614f32d
|
New icons take one, props empireoflight, see #23333
git-svn-id: https://develop.svn.wordpress.org/trunk@23369 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-02 00:22:40 +00:00 |
Sergey Biryukov
|
ce72d762f8
|
Correct the documentation for balanceTags(). Remove unnecessary boolean inversion. props TobiasBg. fixes #22537.
git-svn-id: https://develop.svn.wordpress.org/trunk@23368 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-01 22:20:06 +00:00 |
Sergey Biryukov
|
35453dc623
|
Properly check if the custom header/background has been initialized. fixes #23170. see #22246.
git-svn-id: https://develop.svn.wordpress.org/trunk@23367 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-01 20:33:27 +00:00 |
Sergey Biryukov
|
a873f4acdb
|
Select "Attribute all posts to..." radio button automatically when selecting a username from the dropdown. fixes #23224.
git-svn-id: https://develop.svn.wordpress.org/trunk@23366 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-01 18:43:23 +00:00 |
Sergey Biryukov
|
78b83d3fc1
|
PHPDoc fixes and additions. props bananastalktome, DrewAPicture. fixes #23313.
git-svn-id: https://develop.svn.wordpress.org/trunk@23365 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-01 18:07:08 +00:00 |
Sergey Biryukov
|
e135387172
|
Only show "There is a pending change of your e-mail..." message on the current user's profile page. fixes #23146.
git-svn-id: https://develop.svn.wordpress.org/trunk@23364 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-01 01:50:19 +00:00 |
Sergey Biryukov
|
d4f8fff530
|
Merge two different descriptions of siteurl and home options. fixes #22771.
git-svn-id: https://develop.svn.wordpress.org/trunk@23363 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-02-01 01:35:37 +00:00 |
Sergey Biryukov
|
027ee84349
|
Add inline documentation for wp-signup.php. props DrewAPicture. fixes #22187.
git-svn-id: https://develop.svn.wordpress.org/trunk@23362 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-31 03:13:22 +00:00 |
Sergey Biryukov
|
98cbf77a95
|
Use digraphs for German umlauts in remove_accents(). props SergeyBiryukov, ocean90. fixes #3782.
git-svn-id: https://develop.svn.wordpress.org/trunk@23361 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-31 01:55:09 +00:00 |
Sergey Biryukov
|
2b5a4c5596
|
Display username (user_login) rather than user_nicename in Toolbar. fixes #22121.
git-svn-id: https://develop.svn.wordpress.org/trunk@23360 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-31 01:39:08 +00:00 |
Sergey Biryukov
|
5948d92355
|
Cast post_author to string in XML-RPC methods. props markoheijnen. fixes #22324.
git-svn-id: https://develop.svn.wordpress.org/trunk@23359 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-31 01:25:26 +00:00 |
Sergey Biryukov
|
78b69ff012
|
Pass old roles to set_user_role action. props awellis13. fixes #19134.
git-svn-id: https://develop.svn.wordpress.org/trunk@23358 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-31 01:15:25 +00:00 |
Sergey Biryukov
|
633d1902b5
|
Avoid 'Only variables should be passed by reference' warning. fixes #23232.
git-svn-id: https://develop.svn.wordpress.org/trunk@23357 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-31 01:01:19 +00:00 |
Andrew Ozz
|
23ef0e4e0b
|
Remove BOM from jquery.query.js, fixes #23315
git-svn-id: https://develop.svn.wordpress.org/trunk@23356 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-29 20:52:32 +00:00 |
Andrew Ozz
|
5edc6b2711
|
Heartbeat API: first run, see #23216
git-svn-id: https://develop.svn.wordpress.org/trunk@23355 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-29 06:15:25 +00:00 |
Helen Hou-Sandi
|
a38f0e16c5
|
Remove the long-broken and questionably useful [more]/[less] toggle for hierarchical taxonomies in Quick/Bulk Edit. Nobody seems to have noticed in the nearly 3 years it's been broken. fixes #23006
git-svn-id: https://develop.svn.wordpress.org/trunk@23354 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-28 22:36:15 +00:00 |
Sergey Biryukov
|
9a00a0dcce
|
Sanitize post_author and comment_count as integer fields. props GeertDD. fixes #22324.
git-svn-id: https://develop.svn.wordpress.org/trunk@23353 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-28 04:17:05 +00:00 |
Sergey Biryukov
|
44c8e7aea8
|
Consistently use a helper function instead of directly printing the disabled attribute.
Remove an erroneous esc_attr() call.
fixes #23194.
git-svn-id: https://develop.svn.wordpress.org/trunk@23352 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-28 03:23:01 +00:00 |
Sergey Biryukov
|
81e88f1ec3
|
Make sure the post exists before checking its ID. fixes #23026.
git-svn-id: https://develop.svn.wordpress.org/trunk@23351 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-28 02:55:06 +00:00 |
Sergey Biryukov
|
b96d467630
|
Add missing inline descriptions.
props momo360modena, aaronholbrook.
see #20494, fixes #23304.
git-svn-id: https://develop.svn.wordpress.org/trunk@23350 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-28 02:20:47 +00:00 |
Sergey Biryukov
|
7b811871b6
|
Correct return value for WP_Filesystem_Base::gethchmod(). props bananastalktome. fixes #23121.
git-svn-id: https://develop.svn.wordpress.org/trunk@23349 602fd350-edb4-49c9-b593-d223f7449a82
|
2013-01-28 01:55:39 +00:00 |