Commit Graph

7359 Commits

Author SHA1 Message Date
Ryan Boren 8c766f4960 Don't unpublish posts when a user edit who can edit publised posts but not publih new posts edits a post. Props jeremyclarke. see #7070 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8032 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-02 21:01:42 +00:00
Ryan Boren af7b5ce1f3 Use ORIG_PATH_INFO, if available. Props singpolyma. fixes #6995
git-svn-id: https://develop.svn.wordpress.org/trunk@8031 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-02 20:38:39 +00:00
Ryan Boren 4d7ef70c39 New filter and phpdoc for get_image_tag(). Props jacobsantos. fixes #7065 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8029 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-31 19:12:55 +00:00
Matt Mullenweg 52d8b76c48 Don't prepend the host if it's already a full URL.
git-svn-id: https://develop.svn.wordpress.org/trunk@8028 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-31 10:51:50 +00:00
Ryan Boren e9dd827bfc Close link postboxes
git-svn-id: https://develop.svn.wordpress.org/trunk@8026 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-30 21:16:33 +00:00
Ryan Boren 15e74aeb74 add_meta_box() for edit link form. fixes #6964
git-svn-id: https://develop.svn.wordpress.org/trunk@8025 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-30 21:16:15 +00:00
Ryan Boren 74226b61d4 Add some noncing. Props andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@8023 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-30 20:43:36 +00:00
Ryan Boren dd60c22172 Add charset to async-upload content-type header. Props duncanmc. fixes #6873 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8021 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-30 20:42:28 +00:00
Ryan Boren e1faf662e8 get_post_ancestors() fixes. fixes #7029 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8019 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-30 20:31:45 +00:00
Ryan Boren 43660f8de7 WP_Filesystem updates from DD32. See #7059
git-svn-id: https://develop.svn.wordpress.org/trunk@8018 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-30 16:14:05 +00:00
Ryan Boren b65fd1a8c8 Add label associations to press this. Props MarcoZ. fixes #7067
git-svn-id: https://develop.svn.wordpress.org/trunk@8017 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-30 16:00:37 +00:00
Ryan Boren b696c840eb Dashboard validation fixes from Viper007Bond and mdawaffe. fixes #7064
git-svn-id: https://develop.svn.wordpress.org/trunk@8016 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-30 15:59:14 +00:00
Ryan Boren 9755b98195 Write Post h2 positioning fix from azaozz. fixes #7063
git-svn-id: https://develop.svn.wordpress.org/trunk@8015 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-30 00:07:26 +00:00
Ryan Boren e17111672f Gears validation fixes. Props mdawaffe. see #6965
git-svn-id: https://develop.svn.wordpress.org/trunk@8014 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-29 23:36:26 +00:00
Ryan Boren aa90d33bbe Make some of the color CSS selectors more specific so that the category tabs on the Write page don't get messed up. Props mdawaffe. see #6998
git-svn-id: https://develop.svn.wordpress.org/trunk@8013 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-29 23:30:28 +00:00
Ryan Boren 66c719f214 Validation fixes for post revisions. Props mdawaffe. see #6775
git-svn-id: https://develop.svn.wordpress.org/trunk@8012 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-29 23:16:11 +00:00
Ryan Boren 163aa65807 Post revisions API cleanup from mdawaffe. see #6775
git-svn-id: https://develop.svn.wordpress.org/trunk@8011 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-29 22:21:36 +00:00
Ryan Boren 1ddaeaca45 Typo fixes from azaozz. see #7059
git-svn-id: https://develop.svn.wordpress.org/trunk@8010 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-29 19:06:27 +00:00
Ryan Boren 83ff7f5e58 Make WP_Filesystem work with new directory constants. Props DD32. fixes #7059
git-svn-id: https://develop.svn.wordpress.org/trunk@8009 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-29 17:29:32 +00:00
Ryan Boren da0dc6a117 styles should come before scripts should come before head. Props mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@8008 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-28 22:15:46 +00:00
Ryan Boren 0e37358429 Press this reorg. Remove old bookmarklet. Props noel. see #7049
git-svn-id: https://develop.svn.wordpress.org/trunk@8007 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-28 18:18:44 +00:00
Ryan Boren 039f8153de Use siteurl instead of home. Props msi08. fixes #7050
git-svn-id: https://develop.svn.wordpress.org/trunk@8006 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-28 16:53:29 +00:00
Ryan Boren e68bc53d0d Fix duplicate comment notifications. Props MtDewVirus. fixes #6892 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8004 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-28 15:37:59 +00:00
Ryan Boren 8c94098a3f Always hide gears popup. Props azaozz. see #6965
git-svn-id: https://develop.svn.wordpress.org/trunk@8003 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-28 00:09:19 +00:00
Ryan Boren 35d6e37ec4 Stub site_url() and admin_url() for manifest. Props azaozz. see #6965
git-svn-id: https://develop.svn.wordpress.org/trunk@8002 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-27 20:35:14 +00:00
Ryan Boren 85c6d10658 Fix slashing in tag feed link. fixes #7044 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8000 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-27 17:56:46 +00:00
Ryan Boren 6cc11cbf1e Allow wp-content to exist outside of webroot. Props sambauers. see #6938
git-svn-id: https://develop.svn.wordpress.org/trunk@7999 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-27 17:55:24 +00:00
Ryan Boren f213f87d59 First cut and better admin SSL support. see #7001
git-svn-id: https://develop.svn.wordpress.org/trunk@7998 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-27 17:46:01 +00:00
Ryan Boren 10d8a5d4f7 Better random email addresses. Props nbachiyski. fixes #7020
git-svn-id: https://develop.svn.wordpress.org/trunk@7997 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-27 11:48:07 +00:00
Ryan Boren b3a5f219ee gettext fix from thenlich. fixes #6993 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7996 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-27 11:42:32 +00:00
Ryan Boren 1d2d2c3835 Fix serialization when adding meta via update_post_meta(). Props azaozz. fixes #7018
git-svn-id: https://develop.svn.wordpress.org/trunk@7995 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-27 11:33:11 +00:00
Ryan Boren 3aa6501d8e inline docs for wp_admin_css(). Props mdawaffe. see #7033
git-svn-id: https://develop.svn.wordpress.org/trunk@7994 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-25 21:23:22 +00:00
Ryan Boren a02f0db149 Press This: Obey color scheme. Props azaozz. see #6998
git-svn-id: https://develop.svn.wordpress.org/trunk@7993 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-25 20:39:16 +00:00
Ryan Boren 7ed3d82a7c File file level phpdoc from jacobsantos. see #7037
git-svn-id: https://develop.svn.wordpress.org/trunk@7992 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-25 20:33:13 +00:00
Ryan Boren e25996c368 File file level phpdoc from jacobsantos. see #7037
git-svn-id: https://develop.svn.wordpress.org/trunk@7991 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-25 15:50:15 +00:00
Ryan Boren be87986f7a phpdoc updates from jacobsantos. see #7038
git-svn-id: https://develop.svn.wordpress.org/trunk@7990 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-25 15:45:05 +00:00
Ryan Boren 44084888b7 Fixes timing issue in IE6 in the TB mod scripts. Reorders css files to load before js in the admin head. Props azaozz. fixes #7032
git-svn-id: https://develop.svn.wordpress.org/trunk@7989 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-24 17:06:26 +00:00
Ryan Boren 8925593aea Few css fixes for the media uploader, confirm delete of attachments from the library tab. Props azaozz. fixes #7033
git-svn-id: https://develop.svn.wordpress.org/trunk@7988 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-24 17:03:51 +00:00
Ryan Boren a8a396d656 Allow defining the number of revisions to save. Props mdawaffe. see #6775
git-svn-id: https://develop.svn.wordpress.org/trunk@7987 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-23 15:27:56 +00:00
Ryan Boren 66bb3c870e wp_cache_add_global_groups() and wp_cache_add_non_persistent_groups(). fixes #6740
git-svn-id: https://develop.svn.wordpress.org/trunk@7986 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-22 17:28:54 +00:00
Ryan Boren 66b9c9ea6d Remove unnecessary checks for the existence of post meta data. Props filosofo. fixes #7018
git-svn-id: https://develop.svn.wordpress.org/trunk@7985 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-22 16:33:06 +00:00
Ryan Boren 681cc94a61 gettext for Press This. Props SteveAgl. fixes #702!
git-svn-id: https://develop.svn.wordpress.org/trunk@7984 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-22 15:48:32 +00:00
Ryan Boren 0a875a8617 Press This fixes from noel. see #6998
git-svn-id: https://develop.svn.wordpress.org/trunk@7983 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-22 15:47:37 +00:00
Ryan Boren 16f62693a7 Version bump, still bleeding.
git-svn-id: https://develop.svn.wordpress.org/trunk@7982 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-22 15:45:50 +00:00
Ryan Boren ab6c52cdf7 Use style loader for gears manifest. Props azaozz. fixes #7015
git-svn-id: https://develop.svn.wordpress.org/trunk@7981 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-22 15:27:28 +00:00
Ryan Boren bd67810803 Don't double escape. fixes #7018
git-svn-id: https://develop.svn.wordpress.org/trunk@7980 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-22 00:12:17 +00:00
Ryan Boren 0198c04b6d wp_admin_css() improvements. Props mdawaffe. see #7011
git-svn-id: https://develop.svn.wordpress.org/trunk@7979 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-22 00:06:41 +00:00
Ryan Boren 36f755bf12 Add non-existent values instead of returning g false in update_post_meta(). Props filosofo. fixes #7018
git-svn-id: https://develop.svn.wordpress.org/trunk@7978 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-22 00:01:00 +00:00
Ryan Boren 884a462cbb Remove colors from widgets.css, use colors css. Props johnhennmacc. fixes #7017
git-svn-id: https://develop.svn.wordpress.org/trunk@7977 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-21 23:36:06 +00:00
Ryan Boren ce3388a5ea Add wp_default_styles(), convert wp_admin_css(). Props mdawaffe. see #7011
git-svn-id: https://develop.svn.wordpress.org/trunk@7976 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-21 23:24:23 +00:00