Commit Graph

7329 Commits

Author SHA1 Message Date
Ryan Boren dfe33306a1 close the socket in discover_pingback_server_uri
git-svn-id: https://develop.svn.wordpress.org/trunk@8052 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 23:36:55 +00:00
Ryan Boren d9712588a0 Use WP_CONTENT_DIR in get_page_templates(). Props ionfish. see #7059
git-svn-id: https://develop.svn.wordpress.org/trunk@8051 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 23:15:55 +00:00
Ryan Boren f88b6a9f92 Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@8050 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 20:21:02 +00:00
Ryan Boren b2d881412a Bulk delete/activate/deactivate for plugins. Split plugins into active and available lists. Props DD32. see #7091
git-svn-id: https://develop.svn.wordpress.org/trunk@8049 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 18:09:31 +00:00
Ryan Boren 3d6cc17ced Press This enhancement from noel. see #7066
git-svn-id: https://develop.svn.wordpress.org/trunk@8048 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 16:13:55 +00:00
Ryan Boren 29cf061640 TinyMCE 3.0.9 from azaozz. fixes #7088
git-svn-id: https://develop.svn.wordpress.org/trunk@8047 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 15:31:14 +00:00
Ryan Boren 9e870ca780 Revert jQuery hack. see #7082
git-svn-id: https://develop.svn.wordpress.org/trunk@8046 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 05:31:56 +00:00
Ryan Boren ab8655babc Replace ref to dimensions with jquery core
git-svn-id: https://develop.svn.wordpress.org/trunk@8045 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 05:19:23 +00:00
Ryan Boren 0a52e8a66e Add missing semi. see #7082
git-svn-id: https://develop.svn.wordpress.org/trunk@8044 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 01:52:27 +00:00
Ryan Boren 1453182c34 Hacked up version of jQuery to workaround Safari 2.0.4 bug. see #7082
git-svn-id: https://develop.svn.wordpress.org/trunk@8043 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 01:47:11 +00:00
Ryan Boren 95ccaf3f21 Dimensions is now part of jquery core
git-svn-id: https://develop.svn.wordpress.org/trunk@8042 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 01:24:04 +00:00
Ryan Boren 9ce7676e72 Make load_plugin_textdomain() work with WP_CONTENT_DIR. Props sambauers. see #6938
git-svn-id: https://develop.svn.wordpress.org/trunk@8041 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-03 17:19:47 +00:00
Ryan Boren a099e4c12f Use WP_CONTENT_DIR and URL when linking to theme screenshots. Props sambauers. see #6938
git-svn-id: https://develop.svn.wordpress.org/trunk@8040 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-03 17:17:45 +00:00
Ryan Boren 5ae5914e23 Bump jQuery to latest svn.
git-svn-id: https://develop.svn.wordpress.org/trunk@8039 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-03 16:44:51 +00:00
Ryan Boren 00921720c2 Remove thickbox enqueueing. Props azaozz. fixes #7078
git-svn-id: https://develop.svn.wordpress.org/trunk@8038 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-03 15:39:20 +00:00
Ryan Boren 0c34dcfb37 Enable autosave for fullscreen mode. Props azaozz. fixes #7069
git-svn-id: https://develop.svn.wordpress.org/trunk@8037 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-03 08:15:39 +00:00
Ryan Boren 46181c78b6 Gears instead of Google Gears. Props azaozz. fixes #6965
git-svn-id: https://develop.svn.wordpress.org/trunk@8036 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-03 08:14:38 +00:00
Ryan Boren 0eaf1ee390 Word count fix from azaozz. fixes #6991
git-svn-id: https://develop.svn.wordpress.org/trunk@8035 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-03 08:13:33 +00:00
Ryan Boren b0a0139c4d Don't unpublish pages when a user who can edit publised pages but not publish new pages edits a page. Props jeremyclarke. see #6943 #7070 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8034 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-03 06:44:40 +00:00
Ryan Boren 07518727b8 Add thickbox to pages that use media uploader.
git-svn-id: https://develop.svn.wordpress.org/trunk@8033 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-02 21:46:25 +00:00
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