Andrew Ozz
|
aeab6ed248
|
Add conditional to handle get_comment_meta() return value, make #comment_id required arg for wp_trash_comment() and wp_untrash_comment(), see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11997 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-05 01:49:19 +00:00 |
Andrew Ozz
|
f7e5db2645
|
Fix delete_metadata(), see #2659
git-svn-id: https://develop.svn.wordpress.org/trunk@11996 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-05 01:08:06 +00:00 |
Peter Westwood
|
1c12fc9165
|
Make the (add|get|update)_site_option functions run the same filters in WP as they do in mu. Fixes #10893.
git-svn-id: https://develop.svn.wordpress.org/trunk@11995 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-03 21:40:27 +00:00 |
Andrew Ozz
|
dcdc3fdd1c
|
Press This fixes, props noel, see #10784
git-svn-id: https://develop.svn.wordpress.org/trunk@11994 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-03 07:14:44 +00:00 |
Peter Westwood
|
cd312efd44
|
Update pclzip to 2.8.2 - Fixes #10650 and #10777.
Includes:
* Removal of eval()s
* Merge WordPress 64 bit fix upstream
git-svn-id: https://develop.svn.wordpress.org/trunk@11993 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-01 21:04:57 +00:00 |
Peter Westwood
|
ef14722014
|
Delete the trash metadata when untrashing a comment. See #4529 props caesarsgrunt.
git-svn-id: https://develop.svn.wordpress.org/trunk@11992 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-01 19:59:35 +00:00 |
Ryan Boren
|
30e0d4173f
|
Improve inline documentation for register_setting(). Props filosofo. fixes #10368
git-svn-id: https://develop.svn.wordpress.org/trunk@11991 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-01 17:54:24 +00:00 |
Ryan Boren
|
bb4c840efb
|
Use ID, not user_id. Props filosofo. fixes #10709
git-svn-id: https://develop.svn.wordpress.org/trunk@11990 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-01 17:52:01 +00:00 |
Ryan Boren
|
3f0243f75e
|
Pass args to mysql2date() in the correct order. Props filosofo, fabifott. fixes #10866
git-svn-id: https://develop.svn.wordpress.org/trunk@11989 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-01 17:50:28 +00:00 |
Ryan Boren
|
21ff869024
|
Show link back to post for pingbacks in the recent comments dashboard widget. Props scribu. fixes #10622
git-svn-id: https://develop.svn.wordpress.org/trunk@11988 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-01 17:42:33 +00:00 |
Ryan Boren
|
faead879c7
|
Localize default strings for edit_comment_link() and edit_post_link(). fixes #10879
git-svn-id: https://develop.svn.wordpress.org/trunk@11987 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-01 17:41:09 +00:00 |
Mark Jaquith
|
04772d1b9f
|
Surface "Move to Trash" link for posts/pages immediately after first autosave fires. Props cross country flight. fixes #10344
git-svn-id: https://develop.svn.wordpress.org/trunk@11986 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-01 11:44:18 +00:00 |
Andrew Ozz
|
917e03d25b
|
Image Editor: fix refreshing of the thumbnail, use WP_Http_Fopen::test(), see #10528
git-svn-id: https://develop.svn.wordpress.org/trunk@11985 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-30 23:39:09 +00:00 |
Andrew Ozz
|
2895da93b2
|
Image Editor: add load and save image filters, fix backup sizes meta, see #10528
git-svn-id: https://develop.svn.wordpress.org/trunk@11984 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-30 08:38:32 +00:00 |
Andrew Ozz
|
ad064e9a49
|
htmlspecialchars after apply_filters, props Viper007Bond, see #10858
git-svn-id: https://develop.svn.wordpress.org/trunk@11983 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-29 10:28:08 +00:00 |
Andrew Ozz
|
048bc0b258
|
Press This: editor fixes and CSS tweaks for IE6/7
git-svn-id: https://develop.svn.wordpress.org/trunk@11982 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-29 09:46:13 +00:00 |
Ryan Boren
|
d3d1c0c4b1
|
Pad counts in wp_dropdown_categories. Props mtdewvirus. fixes #10870
git-svn-id: https://develop.svn.wordpress.org/trunk@11981 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-28 22:32:27 +00:00 |
Ryan Boren
|
2cb6b5469d
|
Deprecates the_content_rss(). Add the_content_feed() and get_the_content_feed(). Convert places that called the_content_rss() with an excerpt length to the_excerpt_rss(). Remove the rss_excerpt_length option. Use the_content_feed() where the_content() was previously used in feeds. Props Viper007Bond.
git-svn-id: https://develop.svn.wordpress.org/trunk@11980 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-28 14:36:48 +00:00 |
Mark Jaquith
|
9bb3e2ca73
|
Hide "Attach" link for media (which requires JS) if no JS available. (BUGS ON A PLANE!)
git-svn-id: https://develop.svn.wordpress.org/trunk@11979 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-27 18:54:17 +00:00 |
Mark Jaquith
|
737378702c
|
esc_sql() for wp-includes
git-svn-id: https://develop.svn.wordpress.org/trunk@11978 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-27 05:33:56 +00:00 |
Andrew Ozz
|
343e591c2b
|
Expose HTTP PUT when supported, props mdawaffe, fixes #10855
git-svn-id: https://develop.svn.wordpress.org/trunk@11977 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-26 22:52:42 +00:00 |
Andrew Ozz
|
1ef0620a33
|
Improve get_page_hierarchy, props hailin, fixes #10853
git-svn-id: https://develop.svn.wordpress.org/trunk@11976 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-26 22:45:52 +00:00 |
Andrew Ozz
|
b2d6dc7e66
|
Apply "comment_edit_pre" filter when quick-editing comments, props Viper007Bond, fixes #10858
git-svn-id: https://develop.svn.wordpress.org/trunk@11975 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-26 22:28:22 +00:00 |
Andrew Ozz
|
c4571d4a60
|
TinyMCE 3.2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@11974 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-26 08:33:16 +00:00 |
Andrew Ozz
|
a8505d056f
|
Image Editor: fix preview size calculation when cropping small part of a very large image, see #10528
git-svn-id: https://develop.svn.wordpress.org/trunk@11973 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-26 04:07:27 +00:00 |
Andrew Ozz
|
3ea3b853cc
|
Image Editor: fix minified CSS, see #10528
git-svn-id: https://develop.svn.wordpress.org/trunk@11972 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-24 20:22:31 +00:00 |
Ryan Boren
|
bb43e36418
|
Remove trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@11971 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-24 17:19:13 +00:00 |
Ryan Boren
|
d11f390d69
|
Use a post_parent of 0 instead of -1 to indicate unattached posts. Props c0nstruct. see #10521
git-svn-id: https://develop.svn.wordpress.org/trunk@11969 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-24 17:13:11 +00:00 |
Ryan Boren
|
578e956287
|
Actions for postmeta updates. Props Demitrious Kelly. see #10750
git-svn-id: https://develop.svn.wordpress.org/trunk@11968 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-24 17:10:28 +00:00 |
Andrew Ozz
|
dfed9737d7
|
Image Editor: fix JS prompt, add size to 'load_image_to_edit' filter, see #10528
git-svn-id: https://develop.svn.wordpress.org/trunk@11967 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-24 08:47:33 +00:00 |
Mark Jaquith
|
254df719da
|
Active plugin filter, plugin deactivation array_splice() protection. props apeatling. fixes #10839
git-svn-id: https://develop.svn.wordpress.org/trunk@11966 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-24 04:15:37 +00:00 |
Andrew Ozz
|
5e878a916d
|
Image Editor improvements, see #10528
git-svn-id: https://develop.svn.wordpress.org/trunk@11965 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-24 01:54:07 +00:00 |
Ryan Boren
|
ede15e394f
|
Use hard-coded functions instead of create_function() in importers. Props mdawaffe. fixes #10836
git-svn-id: https://develop.svn.wordpress.org/trunk@11964 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-23 22:03:39 +00:00 |
Peter Westwood
|
2fac03c837
|
Handle the file upload case on import when post_max_size is smaller than upload_max_filesize and no POST data arrives at all. Fixes #10830.
git-svn-id: https://develop.svn.wordpress.org/trunk@11963 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-23 07:06:58 +00:00 |
Peter Westwood
|
b2de687b90
|
Move the nonce on the import upload form to the action url so it always arrives even if the post data exceeds post_max_size. Also add some phpdoc. See #10830.
git-svn-id: https://develop.svn.wordpress.org/trunk@11962 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-23 06:59:20 +00:00 |
Peter Westwood
|
fceac051c1
|
Fix notice in wp_explain_nonce when the supplied action has no extra text. See #10830.
git-svn-id: https://develop.svn.wordpress.org/trunk@11961 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-23 06:51:19 +00:00 |
Ryan Boren
|
f7a1111e3c
|
Set the cap appropriate to the post type. fixes #10807 see #10605
git-svn-id: https://develop.svn.wordpress.org/trunk@11960 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-22 22:57:01 +00:00 |
Peter Westwood
|
64adda80db
|
Updated phpdoc for the theme preview code.
git-svn-id: https://develop.svn.wordpress.org/trunk@11959 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-22 07:16:19 +00:00 |
Mark Jaquith
|
292781ec44
|
Eliminate the redundant and confusing comment threading depth of 1. Threading starts at 2 now. fixes #10829
git-svn-id: https://develop.svn.wordpress.org/trunk@11958 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-22 06:00:46 +00:00 |
Peter Westwood
|
2838a1c85d
|
Move theme preview away from using create_function and to predefined functions. See #10729.
git-svn-id: https://develop.svn.wordpress.org/trunk@11957 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-21 21:43:41 +00:00 |
Ryan Boren
|
178a391097
|
get_delete_post_link()
git-svn-id: https://develop.svn.wordpress.org/trunk@11956 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-21 21:33:00 +00:00 |
Ryan Boren
|
38151de2b5
|
Key should be comment_id not post_id. see #2659
git-svn-id: https://develop.svn.wordpress.org/trunk@11955 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-21 18:09:21 +00:00 |
Ryan Boren
|
0d8a84bb98
|
Special case comment type 'all'. Fixes comment search. fixes #10463
git-svn-id: https://develop.svn.wordpress.org/trunk@11954 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-21 14:43:31 +00:00 |
Peter Westwood
|
fd912ff469
|
Switch round some quotes. Fixes #10669 props niallkennedy
git-svn-id: https://develop.svn.wordpress.org/trunk@11953 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-20 13:49:20 +00:00 |
Andrew Ozz
|
1011e0cf58
|
Add "View trash" link to the notice after moving to the trash
git-svn-id: https://develop.svn.wordpress.org/trunk@11952 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-19 01:06:17 +00:00 |
Peter Westwood
|
4a65c047c5
|
Fix notice when adding tag from the Post Tags page. Fixes #10808 props prettyboymp.
git-svn-id: https://develop.svn.wordpress.org/trunk@11951 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-18 21:06:23 +00:00 |
Peter Westwood
|
78efafba1d
|
Fix user creation from admin after changes for #10751. Fixes #10811 props alexkingorg.
git-svn-id: https://develop.svn.wordpress.org/trunk@11950 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-18 20:47:24 +00:00 |
Peter Westwood
|
f5e49c809b
|
Make the action name for post-by-email takeover actually unique so the plugins are not triggered every time WP tries to send an email!
git-svn-id: https://develop.svn.wordpress.org/trunk@11949 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-18 20:43:05 +00:00 |
Peter Westwood
|
8e26b1739b
|
Return correct results for both single and array cases. Fixes #10803.
git-svn-id: https://develop.svn.wordpress.org/trunk@11948 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-17 22:11:57 +00:00 |
Peter Westwood
|
a4d00eca9a
|
Remove temporary transition code from the trash_meta option to postmeta transition See #4529.
git-svn-id: https://develop.svn.wordpress.org/trunk@11947 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-17 21:06:41 +00:00 |