Andrew Ozz
|
ebe59173cd
|
Reattaching of orphan attachments and choose post/page ajaxed search box
git-svn-id: https://develop.svn.wordpress.org/trunk@8901 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-16 04:24:28 +00:00 |
Ryan Boren
|
f4366bf242
|
Implement attachmenet delete link. Use get_edit_post_link(). see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8895 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-15 19:28:26 +00:00 |
Ryan Boren
|
9a63c2421d
|
Column hiding for media library. see #7725
git-svn-id: https://develop.svn.wordpress.org/trunk@8894 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-15 17:53:30 +00:00 |
Ryan Boren
|
cb195c411f
|
Close comments for old posts. see #7741
git-svn-id: https://develop.svn.wordpress.org/trunk@8892 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-15 16:26:37 +00:00 |
Andrew Ozz
|
1933cadce7
|
Publish postbox and post status select updates.
git-svn-id: https://develop.svn.wordpress.org/trunk@8889 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-14 12:58:00 +00:00 |
Ryan Boren
|
e97af14335
|
Column hiding for links. see #7725
git-svn-id: https://develop.svn.wordpress.org/trunk@8888 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-14 06:51:42 +00:00 |
Ryan Boren
|
110b6f1bbe
|
Plugin install cleanups from Simek. fixes #7717
git-svn-id: https://develop.svn.wordpress.org/trunk@8884 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-14 05:37:54 +00:00 |
Ryan Boren
|
602c2f366d
|
Revert [8881], patch wasn't ready. see #7738
git-svn-id: https://develop.svn.wordpress.org/trunk@8882 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-13 18:18:44 +00:00 |
Ryan Boren
|
cd225e64bd
|
Hook floated_admin_avatar to admin_init. Props DD32. fixes #7738
git-svn-id: https://develop.svn.wordpress.org/trunk@8881 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-13 18:16:42 +00:00 |
Ryan Boren
|
d39e61cd74
|
ssh2 fs fixes from ShaneF and DD32. see #7690
git-svn-id: https://develop.svn.wordpress.org/trunk@8880 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-13 18:06:20 +00:00 |
Ryan Boren
|
9e7d65df0d
|
Thumbnail and exif fixes from DD32. see #7622
git-svn-id: https://develop.svn.wordpress.org/trunk@8879 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-13 18:04:20 +00:00 |
Ryan Boren
|
0f6bf551a3
|
Don't allow submit box to be hidden. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8868 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-11 18:56:04 +00:00 |
Ryan Boren
|
d25dc6aa54
|
Handle ssh keys in ssf2 fs. Props ShaneF. see #7690
git-svn-id: https://develop.svn.wordpress.org/trunk@8865 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-11 17:44:43 +00:00 |
Ryan Boren
|
d4bc35cf9e
|
Reorder comment actions. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8864 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-11 17:18:26 +00:00 |
Ryan Boren
|
0f05f837f8
|
View links for posts and pages. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8863 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-11 16:46:22 +00:00 |
Ryan Boren
|
f95d33ce03
|
Don't assign default to pass-by-ref var. Not compatible with all PHP versions. see #6815
git-svn-id: https://develop.svn.wordpress.org/trunk@8861 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-11 05:50:14 +00:00 |
Ryan Boren
|
2c6b741670
|
Column hiding for pages. see #7725
git-svn-id: https://develop.svn.wordpress.org/trunk@8860 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-11 05:36:34 +00:00 |
Ryan Boren
|
3acc2acb2b
|
Column hiding for manage posts. see #7725
git-svn-id: https://develop.svn.wordpress.org/trunk@8858 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-11 01:46:30 +00:00 |
Ryan Boren
|
88e581b529
|
Inline editing. First cut. Props Aaron Harp. see #6815
git-svn-id: https://develop.svn.wordpress.org/trunk@8857 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-10 22:47:03 +00:00 |
Ryan Boren
|
907d759f02
|
add_settings_section() and add_settings_field(). see #7682
git-svn-id: https://develop.svn.wordpress.org/trunk@8855 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-09 22:31:22 +00:00 |
Mark Jaquith
|
ca3cd51f8e
|
Put aria-required in the proper place, and use htmlspecialchars for sanitizing textarea output. Props Mike Schinkel
git-svn-id: https://develop.svn.wordpress.org/trunk@8853 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-09 19:08:22 +00:00 |
Andrew Ozz
|
291dfd9a4e
|
SSH2 filesystem improvements, props ShaneF, see #7690
git-svn-id: https://develop.svn.wordpress.org/trunk@8852 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-09 03:24:05 +00:00 |
Andrew Ozz
|
e994ef3899
|
CSS and HTML validation fixes, props Simek, fixes #7703
git-svn-id: https://develop.svn.wordpress.org/trunk@8845 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-08 06:01:33 +00:00 |
Peter Westwood
|
1a98aec97c
|
Better admin search boxes.
git-svn-id: https://develop.svn.wordpress.org/trunk@8827 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-05 23:19:08 +00:00 |
Ryan Boren
|
7ccb9abd4b
|
SSH2 filesystem. Props ShaneF. see #7690
git-svn-id: https://develop.svn.wordpress.org/trunk@8812 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-05 05:47:08 +00:00 |
Ryan Boren
|
eb093c7182
|
Don't append HTTPOnly if cookie domain is empty. see #7677
git-svn-id: https://develop.svn.wordpress.org/trunk@8811 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-05 05:35:58 +00:00 |
Ryan Boren
|
c3190734f8
|
Add settings registration and whitelisting. Props donncha. see #7277
git-svn-id: https://develop.svn.wordpress.org/trunk@8802 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-04 01:11:18 +00:00 |
Ryan Boren
|
9045798e95
|
Make attachment file path relative to the upload dir. Don't use GUID to find attachement URL. Props DD32. see #7622
git-svn-id: https://develop.svn.wordpress.org/trunk@8796 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-02 22:55:39 +00:00 |
Ryan Boren
|
54d9937ca8
|
Comment manipulation keyboard shorcuts from nbachiyski. see #7643
git-svn-id: https://develop.svn.wordpress.org/trunk@8777 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-29 21:43:34 +00:00 |
Andrew Ozz
|
e722dd11a5
|
Add tabindex to the comment reply form. Props nbachiyski, see #7435
git-svn-id: https://develop.svn.wordpress.org/trunk@8776 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-29 20:44:54 +00:00 |
Andrew Ozz
|
7e1f0947d8
|
Reply to comments from admin, small improvements and fixes, see #7435
git-svn-id: https://develop.svn.wordpress.org/trunk@8767 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-29 05:07:40 +00:00 |
Andrew Ozz
|
faa46dd672
|
Hide the Reply button if no js and fix some HTML validation problems. Props nbachiyski, see #7435
git-svn-id: https://develop.svn.wordpress.org/trunk@8765 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-28 22:09:56 +00:00 |
Andrew Ozz
|
c0ab8b59d7
|
Pass on variables to the wp_comment_reply filter. Props caesarsgrunt, see #7435
git-svn-id: https://develop.svn.wordpress.org/trunk@8764 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-28 22:03:38 +00:00 |
Peter Westwood
|
832b0dd21a
|
Only upgrade if we are installed. Fixes #7627 props pishmishy.
git-svn-id: https://develop.svn.wordpress.org/trunk@8763 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-28 20:55:40 +00:00 |
Ryan Boren
|
5b550900f0
|
Upgrade db with remote post during core update. see #5560
git-svn-id: https://develop.svn.wordpress.org/trunk@8759 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-28 07:09:46 +00:00 |
Ryan Boren
|
fa0b44817d
|
Add edit and delete links to the Content->Links rows. Add get_edit_bookmark_link(). Add caching for individual bookmarks. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8758 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 22:04:12 +00:00 |
Ryan Boren
|
bbb94f1d10
|
Add sub page padding back. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8756 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 21:35:22 +00:00 |
Ryan Boren
|
72e438ba52
|
crazyhorse dash see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8751 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 19:36:12 +00:00 |
Ryan Boren
|
2650c61745
|
Fix delete page nonce. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8750 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 18:18:55 +00:00 |
Peter Westwood
|
903915c067
|
utf8 encode data from IPTC tags. Fixes #7495 for trunk props Txanny.
git-svn-id: https://develop.svn.wordpress.org/trunk@8744 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 06:54:48 +00:00 |
Ryan Boren
|
9ab6c5d3f7
|
wpdb::has_cap() from mdawaffe. fixes #7609
git-svn-id: https://develop.svn.wordpress.org/trunk@8740 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-26 23:57:48 +00:00 |
Ryan Boren
|
4533de26cf
|
Menu fixes. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8735 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-26 04:27:00 +00:00 |
Ryan Boren
|
0920c3eb27
|
Menu fixes. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8734 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-26 00:54:21 +00:00 |
Ryan Boren
|
bda582ab0d
|
Notice fixes. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@8732 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-25 21:50:11 +00:00 |
Ryan Boren
|
b5f62016f5
|
Move post row generation to functions in prep for some AJAX work. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8729 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-25 20:21:27 +00:00 |
Andrew Ozz
|
15bee9cec8
|
Fix typo, props Simek fixes #7590
git-svn-id: https://develop.svn.wordpress.org/trunk@8727 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-25 10:57:14 +00:00 |
Andrew Ozz
|
513f9fea23
|
Some 'Show on screen' metabox settings styling, see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8726 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-25 10:17:41 +00:00 |
Andrew Ozz
|
3e9d31fc8f
|
Reply to comments from admin, first run, see #7435
git-svn-id: https://develop.svn.wordpress.org/trunk@8720 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-24 06:56:22 +00:00 |
Peter Westwood
|
761360fa68
|
Add names for attachment templates, fix page template name extraction. See #7576.
git-svn-id: https://develop.svn.wordpress.org/trunk@8718 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-23 09:49:52 +00:00 |
Ryan Boren
|
dd385234e4
|
Use WP_CONTENT_PATH to find find files. Props Terragg. fixes #7575 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8716 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-22 22:55:30 +00:00 |