Andrew Ozz
|
bb7c8d7b4b
|
Show My Posts as default view on the Edit Posts screen for users without 'edit_others_posts' cap.
git-svn-id: https://develop.svn.wordpress.org/trunk@11843 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-19 22:37:51 +00:00 |
|
Ryan Boren
|
051e34e38f
|
Don't import _wp_attachment_metadata. It is regenerated when the attachment is imported.
git-svn-id: https://develop.svn.wordpress.org/trunk@11842 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-19 21:37:47 +00:00 |
|
Andrew Ozz
|
782977afbf
|
"Trash" updates, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11841 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-19 08:35:24 +00:00 |
|
Andrew Ozz
|
34deab141b
|
Use the current user as author for autosave, fixes #10004
git-svn-id: https://develop.svn.wordpress.org/trunk@11840 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-19 02:30:42 +00:00 |
|
Ryan Boren
|
1a2506c493
|
Don't show comments template if post is empty
git-svn-id: https://develop.svn.wordpress.org/trunk@11839 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-18 19:33:56 +00:00 |
|
Ryan Boren
|
f4f70a6479
|
Prophylactic escapes
git-svn-id: https://develop.svn.wordpress.org/trunk@11838 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-18 16:05:07 +00:00 |
|
Andrew Ozz
|
5a36aa00cd
|
Speed up jQuery based scripts, props Denis-de-Bernardy, see #10021
git-svn-id: https://develop.svn.wordpress.org/trunk@11837 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-18 09:53:37 +00:00 |
|
Ryan Boren
|
b1447aa6a4
|
Kill entity check in wp_blacklist_check(). Props tellyworth. fixes #9965
git-svn-id: https://develop.svn.wordpress.org/trunk@11836 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-17 01:38:01 +00:00 |
|
Andrew Ozz
|
49de179229
|
Don use has_action() before do_action() in http.php, props Viper007Bond, fixes #10625
git-svn-id: https://develop.svn.wordpress.org/trunk@11835 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 22:43:48 +00:00 |
|
Peter Westwood
|
1b1683c1ed
|
Add in the missing </td> so that the install page validates correctly.
git-svn-id: https://develop.svn.wordpress.org/trunk@11834 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 09:09:24 +00:00 |
|
Peter Westwood
|
6d16dbabd0
|
Restore the default behaviour on install of blogs appearing in search engines. Fixes #10621 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@11832 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 09:01:39 +00:00 |
|
Andrew Ozz
|
38ac50b6eb
|
WP_Filesystem fixes and phpdoc, props hakre dd32, see #10304
git-svn-id: https://develop.svn.wordpress.org/trunk@11831 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 08:34:53 +00:00 |
|
Andrew Ozz
|
deadcef66e
|
Remove old query args when updating user profile, props dd32, fixes #9038
git-svn-id: https://develop.svn.wordpress.org/trunk@11830 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 07:43:37 +00:00 |
|
Peter Westwood
|
9a5c426226
|
Make the operator precedence obvious by using parenthesis.
git-svn-id: https://develop.svn.wordpress.org/trunk@11829 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 06:30:52 +00:00 |
|
Andrew Ozz
|
5d667146b8
|
Do not use lambda functions in wp_kses_decode_entities(), props mdawaffe, fixes #10623
git-svn-id: https://develop.svn.wordpress.org/trunk@11828 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 05:58:39 +00:00 |
|
Andrew Ozz
|
438666badd
|
Fix non-translated strings in dashboard, fixes #10617
git-svn-id: https://develop.svn.wordpress.org/trunk@11827 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 05:51:36 +00:00 |
|
Andrew Ozz
|
830ecf4108
|
Increase timeout on cron-based requests when checking for upgrades, props dd32, fixes #10349
git-svn-id: https://develop.svn.wordpress.org/trunk@11826 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 04:59:38 +00:00 |
|
Andrew Ozz
|
8c31996e6a
|
Check if EXIF extension is loaded, props dd32, fixes #10613
git-svn-id: https://develop.svn.wordpress.org/trunk@11825 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 04:50:10 +00:00 |
|
Andrew Ozz
|
987dcbda89
|
Fix warning in wp-admin/widgets.php when using Accessibility Mode on brand new install, fixes #10610
git-svn-id: https://develop.svn.wordpress.org/trunk@11824 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-16 01:56:21 +00:00 |
|
Andrew Ozz
|
10cd9df0ae
|
Add constants for ftp connections timeouts, props dd32, see #10522
git-svn-id: https://develop.svn.wordpress.org/trunk@11823 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-15 12:01:04 +00:00 |
|
Andrew Ozz
|
5e8dbc10cd
|
Fix displaying pages and attachments, props dd32, see #10605
git-svn-id: https://develop.svn.wordpress.org/trunk@11822 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-15 10:57:56 +00:00 |
|
Andrew Ozz
|
6e39ca2cb0
|
Fix WP_Filesystem_FTPext->exists(), props dd32, fixes #10060
git-svn-id: https://develop.svn.wordpress.org/trunk@11821 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-15 08:31:06 +00:00 |
|
Andrew Ozz
|
39f2c3c6f0
|
Send Retry-After header when in maintenance mode, props sirzooro, fixes #10439
git-svn-id: https://develop.svn.wordpress.org/trunk@11820 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-15 08:10:56 +00:00 |
|
Andrew Ozz
|
ff64167d03
|
Remove dot and silence errors in get_filesystem_method()
git-svn-id: https://develop.svn.wordpress.org/trunk@11819 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-15 08:03:48 +00:00 |
|
Andrew Ozz
|
82a0986656
|
Fix class-wp-filesystem-ssh2 put_contents() for empty files, props lostinlafayette dd32, fixes #10604
git-svn-id: https://develop.svn.wordpress.org/trunk@11818 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-15 07:49:28 +00:00 |
|
Mark Jaquith
|
14ac0702da
|
Always respect custom post_type in queries. props dd32, filosofo. fixes #10605
git-svn-id: https://develop.svn.wordpress.org/trunk@11817 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-15 03:28:03 +00:00 |
|
Peter Westwood
|
c4449d23b1
|
Add the new file too.
git-svn-id: https://develop.svn.wordpress.org/trunk@11816 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-14 18:58:22 +00:00 |
|
Peter Westwood
|
1af5847d85
|
Refactor the meta boxes out of the edit pages and into an include file. See #9674 props wnorris.
git-svn-id: https://develop.svn.wordpress.org/trunk@11815 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-14 17:37:40 +00:00 |
|
Peter Westwood
|
9e32cf358c
|
Support location of category templates based on category slug as well as id. Fixes #10614 based on patch from scribu.
git-svn-id: https://develop.svn.wordpress.org/trunk@11814 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-14 16:56:51 +00:00 |
|
Peter Westwood
|
ddbdf401d4
|
Fix wptexturisation of quotes when enclosed by brackets. Fixes #1418 props voyou1.
git-svn-id: https://develop.svn.wordpress.org/trunk@11813 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-14 16:43:22 +00:00 |
|
Peter Westwood
|
bd084996dd
|
Fix two more notices in the APP implementation. This time in the root /service page.
git-svn-id: https://develop.svn.wordpress.org/trunk@11812 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-13 20:52:41 +00:00 |
|
Peter Westwood
|
31387fd45c
|
Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for trunk props mysz.
git-svn-id: https://develop.svn.wordpress.org/trunk@11810 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-13 20:31:12 +00:00 |
|
Peter Westwood
|
19c135e0e6
|
Fix notice in APP server if no authentication credentials supplied.
git-svn-id: https://develop.svn.wordpress.org/trunk@11809 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-13 20:11:52 +00:00 |
|
Andrew Ozz
|
04b7cd96b4
|
Strip slashes from POST data in request_filesystem_credentials(), props dd32, fixes #10567
git-svn-id: https://develop.svn.wordpress.org/trunk@11808 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-13 06:03:26 +00:00 |
|
Andrew Ozz
|
aa630abdab
|
Fix bulk edit, some cleanup and message fixes for moving in/out of the trash, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11807 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-12 10:57:15 +00:00 |
|
Ryan Boren
|
0e8ca7b71f
|
Make it raw
git-svn-id: https://develop.svn.wordpress.org/trunk@11803 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-11 05:58:48 +00:00 |
|
Ryan Boren
|
ecadd0a159
|
urlencode login
git-svn-id: https://develop.svn.wordpress.org/trunk@11802 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-11 05:56:43 +00:00 |
|
Ryan Boren
|
628a2605fc
|
Pass user login when resetting passwords.
git-svn-id: https://develop.svn.wordpress.org/trunk@11801 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-11 05:48:44 +00:00 |
|
Ryan Boren
|
7199d04255
|
Enforce activation key to be a string.
git-svn-id: https://develop.svn.wordpress.org/trunk@11799 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-11 05:29:36 +00:00 |
|
Ryan Boren
|
151bd98491
|
Reject activation keys that are arrays.
git-svn-id: https://develop.svn.wordpress.org/trunk@11797 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-11 04:53:10 +00:00 |
|
Ryan Boren
|
d895dcb002
|
get_sample_permalink_html filter
git-svn-id: https://develop.svn.wordpress.org/trunk@11796 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-10 20:49:09 +00:00 |
|
Ryan Boren
|
e01eb2fd26
|
Apply get_edit_post_link filter. Props prettyboymp. fixes #10579
git-svn-id: https://develop.svn.wordpress.org/trunk@11795 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-10 16:33:42 +00:00 |
|
Andrew Ozz
|
962116a319
|
Strip slashes in the text widget for users without the unfiltered_html capability, props jamescollins, fixes #10563
git-svn-id: https://develop.svn.wordpress.org/trunk@11794 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-09 12:32:18 +00:00 |
|
Peter Westwood
|
51a0906688
|
Fix notice when trying to view comments due to Trash implementation.
git-svn-id: https://develop.svn.wordpress.org/trunk@11793 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-09 10:58:41 +00:00 |
|
Peter Westwood
|
599246431b
|
Pass the widget instance as context to the widget_title and widget_text filters. Fixes #10573 props Viper007Bond.
git-svn-id: https://develop.svn.wordpress.org/trunk@11792 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-09 10:35:28 +00:00 |
|
Peter Westwood
|
ce10f59fac
|
Correct comments and remove unecessary echos from the default themes sidebar templete file. Fixes #10335 props JeremyVisser.
git-svn-id: https://develop.svn.wordpress.org/trunk@11791 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-08 14:26:49 +00:00 |
|
Andrew Ozz
|
ad9e217bf4
|
Don't do autosave while the TinyMCE spellchecker is active (it strips all the markup), fixes #10515
git-svn-id: https://develop.svn.wordpress.org/trunk@11790 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-08 09:03:56 +00:00 |
|
Peter Westwood
|
cbb9057c95
|
Seperate out the XML-RPC server active behaviour from object construction so that plugins can use the utility functions when extending the XML-RPC server. Fixes #10513 props davecpage.
git-svn-id: https://develop.svn.wordpress.org/trunk@11789 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-08 08:38:20 +00:00 |
|
Andrew Ozz
|
152a0d9f3f
|
Scroll back to the same location after saving a file in the Plugin and Theme editors
git-svn-id: https://develop.svn.wordpress.org/trunk@11788 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-08 07:22:19 +00:00 |
|
Peter Westwood
|
2cd8ded9aa
|
Pass the filename to the wp_feed_cache_transient_lifetime filter to give the plugins some context. Fixes #10565 props dd32.
git-svn-id: https://develop.svn.wordpress.org/trunk@11787 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-07 17:17:40 +00:00 |
|