Commit Graph

286 Commits

Author SHA1 Message Date
wpmuguru 913f639eea Call class function in xmlrpc.php, fixes #12155
git-svn-id: http://svn.automattic.com/wordpress/trunk@13004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-02-07 04:21:53 +00:00
dd32 cce3973d0e Do not use deprecated user levels in XMLRPC (s/level_8/manage_options/). Props nacin. Fixes #10806
git-svn-id: http://svn.automattic.com/wordpress/trunk@12969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-02-05 14:43:08 +00:00
ryan ca04c9d349 Cast length to int. Props josephscott. fixes #12046
git-svn-id: http://svn.automattic.com/wordpress/trunk@12870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-01-27 14:06:06 +00:00
wpmuguru 54d1dfeccf apply xmlrpc patch 2056 from MU 2.9.1.1, fixes #11999
git-svn-id: http://svn.automattic.com/wordpress/trunk@12864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-01-27 02:59:26 +00:00
ryan 9b79d3d516 Integrate wpmu_blogger_getUsersBlogs() directly into xmlrpc.php. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-01-26 20:15:43 +00:00
ryan 8760e7da1b Coding standards, space after if
git-svn-id: http://svn.automattic.com/wordpress/trunk@12752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-01-18 20:34:48 +00:00
ryan 9bea527ac3 Coding style
git-svn-id: http://svn.automattic.com/wordpress/trunk@12735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-01-15 23:40:29 +00:00
ryan dea7019303 Use is_super_admin() instead of is_site_admin(). Props GIGALinux see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-01-08 20:29:56 +00:00
ryan cedfa0181b Use array calling style. Props Denis-de-Bernardy. see #6647
git-svn-id: http://svn.automattic.com/wordpress/trunk@12515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-12-23 15:31:02 +00:00
azaozz 37bcca4492 Don't show deleted Pages in wp.getPages results, props ryan, props Denis-de-Bernardy,fixes #11243
git-svn-id: http://svn.automattic.com/wordpress/trunk@12303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-12-01 08:14:42 +00:00
ryan 235afd2f97 Use a post_parent of 0 instead of -1 to indicate unattached posts. Props c0nstruct. see #10521
git-svn-id: http://svn.automattic.com/wordpress/trunk@11969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-09-24 17:13:11 +00:00
ryan eb5ed671ac Don't run content_save_pre filter twice for XMLRPC posts. Props redsweater. fixes #10802
git-svn-id: http://svn.automattic.com/wordpress/trunk@11942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-09-17 16:59:33 +00:00
westi 3553ccdbb4 Make the number of pages argument to wp.getPages properly optional. See #10659 props redsweater.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-20 16:26:34 +00:00
westi f9aff1739a Ensure that drafts viewed over XMLRPC have a correct gmt date set. Fixes #10244 for trunk props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-20 06:59:02 +00:00
westi 461f029eac 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: http://svn.automattic.com/wordpress/trunk@11789 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-08 08:38:20 +00:00
westi 07c88e581e Ensure that XMLRPC clients can tell the difference between unapproved and spam comments. Fixes #10510 props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-06 20:48:59 +00:00
westi d26e048b4c Allow user registration to be enabled by an XMLRPC client. Fixes #10454 props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11773 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-04 21:30:21 +00:00
ryan 509df6442d Add 'rpc' context to siteurl which obeys ADMIN and LOGIN forced SSL. see #10330
git-svn-id: http://svn.automattic.com/wordpress/trunk@11686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-04 02:48:22 +00:00
ryan 6fe15c84d3 Use SSL links to xmlrpc and app when admin ssl is forced.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-01 18:40:09 +00:00
ryan c6838b1761 Pass delimiter to preg_quote(). Props Denis-de-Bernardy. see #9955
git-svn-id: http://svn.automattic.com/wordpress/trunk@11634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-23 22:10:46 +00:00
ryan 8d00b22c40 Return correct date in date_created_gmt field. Props josephscott. fixes #10244 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-23 16:23:49 +00:00
ryan 261f318c8a Use array instead of query string notation. Prop dd32, kamiyeye. fixes #10047
git-svn-id: http://svn.automattic.com/wordpress/trunk@11528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-06 14:44:38 +00:00
markjaquith 119b39cec2 deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-18 15:11:07 +00:00
ryan 1354d0660a Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730
git-svn-id: http://svn.automattic.com/wordpress/trunk@11323 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-14 02:00:32 +00:00
azaozz 83f674bf9a Banishing ASCII quotes and apostrophes, props demetris, fixes #9655
git-svn-id: http://svn.automattic.com/wordpress/trunk@11190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 04:28:05 +00:00
ryan 4754d22576 Use comments_open() and pings_open(). Props coffee2code. fixes #9557
git-svn-id: http://svn.automattic.com/wordpress/trunk@10982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-04-17 07:02:55 +00:00
ryan 70fa2b1b28 Fix path to xmlrpc. Props MidnighToker. fixes #9516
git-svn-id: http://svn.automattic.com/wordpress/trunk@10932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-04-14 19:14:56 +00:00
ryan e8b6fe7347 Trim trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@10810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-03-18 02:43:45 +00:00
ryan d43bd8177c Use wpdb::insert() and update(). Props DD32. see #6836
git-svn-id: http://svn.automattic.com/wordpress/trunk@10730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-03-06 04:27:51 +00:00
westi 062c0c6ac0 Fix typo in action body for pingback.extensions.getPingbacks. Fixes 9157 for trunk props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-02-17 23:09:23 +00:00
ryan 9ef3298a6f Use user returned from auth for XML-RPC logins. Props wnorris. fixes #8941
git-svn-id: http://svn.automattic.com/wordpress/trunk@10456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-01-29 00:25:24 +00:00
westi 38ab20699d Don't duplicate enclosures on edit. See #7773 props redsweater.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-01-19 22:19:45 +00:00
ryan 5704f72d54 Provide access to sticky status via XMLRPC. Props josephscott. see #8777
git-svn-id: http://svn.automattic.com/wordpress/trunk@10382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-01-19 19:22:26 +00:00
ryan 08d144271f XMLRPC wp_newComment() fixes. Props josephscott. fixes #8672 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-01-19 18:47:24 +00:00
ryan dc85fcff07 Return cat name and description. Props josephscott. fixes #8494
git-svn-id: http://svn.automattic.com/wordpress/trunk@10205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-16 07:22:01 +00:00
ryan e89192b1a8 Strip trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@10150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 18:03:31 +00:00
ryan 06303fe3a7 Return description not name. Props josephscott. fixes #8494
git-svn-id: http://svn.automattic.com/wordpress/trunk@10058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 05:13:27 +00:00
westi 1d72687cc5 Add the comment type to the data wp.getComment returns. Fixes #8486 props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 20:31:40 +00:00
ryan bdde119980 wp_getUsersBlogs() fix from josephscott. fixes #8255
git-svn-id: http://svn.automattic.com/wordpress/trunk@9798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-19 23:06:01 +00:00
ryan 1abc6d0e91 Check type. Props josephscott. fixes #8267
git-svn-id: http://svn.automattic.com/wordpress/trunk@9745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 00:53:30 +00:00
ryan 8f19010b2d Use pings_open() to check ping status
git-svn-id: http://svn.automattic.com/wordpress/trunk@9696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 22:33:13 +00:00
westi 3a54acc52f Don't use deprecated function. Fixes #8103 props Speedbozxer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-08 09:10:19 +00:00
azaozz 9b50d01630 XML-RPC wp.getPages Fix: don't restrict to just published pages, props josephscott, fixes #7954
git-svn-id: http://svn.automattic.com/wordpress/trunk@9313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-10-24 01:56:22 +00:00
ryan f72a4ce64f List post tags via XMLRPC. Props josephscott. fixes #7744
git-svn-id: http://svn.automattic.com/wordpress/trunk@9143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-10-13 23:54:21 +00:00
ryan c589d81c34 Return empty post list instead of fault code when there are no posts. Props josephscott. fixes #7287
git-svn-id: http://svn.automattic.com/wordpress/trunk@9133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-10-13 21:28:28 +00:00
ryan 6b94d84123 Return enclosure data in mw_getPosts(). Props Otto42. fixes #7772
git-svn-id: http://svn.automattic.com/wordpress/trunk@9089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-10-06 19:20:50 +00:00
westi 0a37661254 Ensure we support custom comment approval statuses over xmlrpc. Fixes #7792 props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-09-25 19:56:36 +00:00
azaozz eb3e916086 Completion and fixes for wp-app, wp-login and xmlrpc inline documentation, props jacobsantos, fixes #7550
git-svn-id: http://svn.automattic.com/wordpress/trunk@8952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-09-22 05:15:41 +00:00
azaozz 95fa29a208 Reply to comments from admin, first run, see #7435
git-svn-id: http://svn.automattic.com/wordpress/trunk@8720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-08-24 06:56:22 +00:00
ryan 24b304fbaa Typo fix. Props josephscott. see #7446
git-svn-id: http://svn.automattic.com/wordpress/trunk@8698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-08-21 05:19:16 +00:00
ryan 35b18e5034 Trailing whitespace cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@8600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-08-09 05:36:14 +00:00
ryan 1b0bfced2e XML-RPC comments API. see #7446
git-svn-id: http://svn.automattic.com/wordpress/trunk@8543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-08-04 22:29:37 +00:00
ryan b43c86dc07 Make RSD links SSL aware by using site_url()
git-svn-id: http://svn.automattic.com/wordpress/trunk@8444 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-07-24 22:05:04 +00:00
ryan 3f90dc2f58 More informative error message when remote publishing is disabled. Don't disable if upgrading. Props josephscott. see #7157
git-svn-id: http://svn.automattic.com/wordpress/trunk@8202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-26 22:39:57 +00:00
ryan f22abd7533 Disable remote publishing by default. Add options to turn them back on. Props josephscott. see #7157
git-svn-id: http://svn.automattic.com/wordpress/trunk@8136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-20 15:39:41 +00:00
westi c678502b3d Add XMLRPC options api. See #7123 props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-17 20:41:13 +00:00
ryan 94eea943d6 wp.getUsersBlogs from josephscott. fixes #7130
git-svn-id: http://svn.automattic.com/wordpress/trunk@8075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-12 21:41:18 +00:00
ryan a6a1522a8d File file level phpdoc from jacobsantos. see #7037
git-svn-id: http://svn.automattic.com/wordpress/trunk@7991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-25 15:50:15 +00:00
ryan 5b8113578d Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933
git-svn-id: http://svn.automattic.com/wordpress/trunk@7971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-21 05:59:27 +00:00
ryan 94eb7224bb Use wp_count_comments() in wp.getCommentCount. Props josephscott. fixes #6941
git-svn-id: http://svn.automattic.com/wordpress/trunk@7914 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-09 16:02:44 +00:00
markjaquith 25b49b2ceb Remove last remaining user level checks in favor of capabilities checks. props filosofo. fixes #6940
git-svn-id: http://svn.automattic.com/wordpress/trunk@7912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-09 00:45:17 +00:00
ryan 5d69e51c86 Expose page template functionality via XML-RPC. Props josephscott. fixes #6098
git-svn-id: http://svn.automattic.com/wordpress/trunk@7901 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-06 16:49:42 +00:00
ryan ded2d7929d Handle enclosures in xmlrpc. Props josephscott. fixes #3405
git-svn-id: http://svn.automattic.com/wordpress/trunk@7847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-28 16:15:23 +00:00
ryan 248a0c06e2 Prepare DB queries in more places. Props filosofo. see #6644
git-svn-id: http://svn.automattic.com/wordpress/trunk@7645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-14 16:13:25 +00:00
ryan 4e1465b8d9 Remove unused starify function. Props josephscott. fixes #6634 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@7617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-07 21:13:48 +00:00
westi fd890d1fb4 Don't add new lines around the <!--more--> tag when posting over xmlrpc. Fixes #6016 props josephscott and redsweater.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-03 20:56:48 +00:00
westi 062fc0b63a Allow plugins to filter the fetched pingback source data. Fixes #3525 props tenpura.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 19:08:09 +00:00
ryan fc943e24c6 Grammar fixes from takayukister and thenlich. fixes #5992
git-svn-id: http://svn.automattic.com/wordpress/trunk@7026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-25 19:13:21 +00:00
ryan 428d820978 Grammar fix. Props thenlich and hansengel. fixes #5991
git-svn-id: http://svn.automattic.com/wordpress/trunk@7021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-25 18:34:45 +00:00
ryan 1bb2ce0e08 metaWeblog.newPost fix. Props malex. fixes #5814 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/trunk@6815 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-13 17:54:08 +00:00
ryan d88983793b Trailing whitespace cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@6726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-05 06:47:27 +00:00
ryan b9316d1e80 More cap checks from josephscott. see #5313
git-svn-id: http://svn.automattic.com/wordpress/trunk@6714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-04 18:35:05 +00:00
ryan c95f0e57c7 Add edit_page cap check. Props josephscott. see #5313
git-svn-id: http://svn.automattic.com/wordpress/trunk@6709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-02 17:55:40 +00:00
ryan 491aec7937 Future post publishing over XML-RPC fixes from markjaquith. fixes #5721
git-svn-id: http://svn.automattic.com/wordpress/trunk@6691 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-30 20:33:14 +00:00
ryan 93e7ffb118 Use var_export instead of printr. fixes #5732
git-svn-id: http://svn.automattic.com/wordpress/trunk@6686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-29 22:54:18 +00:00
ryan a33b080c9d Typo fix from rnt. fixes #5700
git-svn-id: http://svn.automattic.com/wordpress/trunk@6642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-22 17:13:43 +00:00
westi 9f9769b328 Add some more actions to xmlrpc. Fixes #5686 props joesephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-18 07:52:15 +00:00
westi c75a848b4c Better xmlrpc field names. See #5569 props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6596 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-10 22:37:15 +00:00
westi ac2d661ee9 Add xmlrpc methods to discover the valid post and page statuses. See #5569 props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-10 21:46:25 +00:00
ryan 99b6eff02c wp.getCommentCount from josephscott. fixes #5463
git-svn-id: http://svn.automattic.com/wordpress/trunk@6534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-01 18:40:39 +00:00
ryan c36d1c928a Some xmlrpc cap checks from josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-27 22:14:27 +00:00
ryan 2490ec40c8 Limit what getAuthors exposes. Props josephscott for the patch and xknown for the find. fixes #5534 for 2.4
git-svn-id: http://svn.automattic.com/wordpress/trunk@6498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-26 19:54:35 +00:00
ryan f2ea13fd3b Limit post_password exposure. Props josephscott for the patch and xknown for the find. fixes #5535 for 2.4
git-svn-id: http://svn.automattic.com/wordpress/trunk@6496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-26 19:50:26 +00:00
westi 3177977de8 '>"
git-svn-id: http://svn.automattic.com/wordpress/trunk@6474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-23 09:15:57 +00:00
ryan 53db776533 Add xmlrpc_call actions. Cleanup some whitespace.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-23 01:35:44 +00:00
ryan 630cd8267c Custom fields support for xmlrpc from josephscott. fixes #5148
git-svn-id: http://svn.automattic.com/wordpress/trunk@6418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-19 21:07:38 +00:00
ryan 00d334c288 wp.deleteCategory xmlrpc method from josephscott. fixes #4599
git-svn-id: http://svn.automattic.com/wordpress/trunk@6417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-19 20:33:27 +00:00
ryan fc8d8837a0 Fix wp.suggestCategories return values. Props josephscott. fixes #5406
git-svn-id: http://svn.automattic.com/wordpress/trunk@6416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-19 20:30:44 +00:00
ryan 028a159440 Remove unused vars. Props DD32. see #5418
git-svn-id: http://svn.automattic.com/wordpress/trunk@6364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-06 19:49:33 +00:00
westi 7c3f965571 Expose post_status over xmlrpc. Fixes #4982 props josephscott
git-svn-id: http://svn.automattic.com/wordpress/trunk@6358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-05 07:42:42 +00:00
westi aa60ae297d Correct support for mt_allow_comments to cover all possible values. Fixes #5366 props redsweater/josephscott
git-svn-id: http://svn.automattic.com/wordpress/trunk@6347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-11-28 20:52:55 +00:00
westi b296c5f19e Ensure that we offer https access to atom if it is available. Fixes #5298 props rubys.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-11-17 11:21:34 +00:00
westi fc33615fb5 Add Atom to the RSD. Fixes #5213 props rubys.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-10-17 19:50:56 +00:00
ryan 39152aff25 Replace faulty regex. Props tenpura. fixes #4820
git-svn-id: http://svn.automattic.com/wordpress/trunk@6127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-09-18 16:42:25 +00:00
ryan 9bfccd6286 Add checks for WP_Error. Props filosofo. see #4809
git-svn-id: http://svn.automattic.com/wordpress/trunk@6125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-09-18 16:32:22 +00:00
ryan 321c310717 Remove trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@6026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-09-03 23:32:58 +00:00
ryan 560b73b9e3 mt_keywords support. Props westi and josephscott. fixes #900
git-svn-id: http://svn.automattic.com/wordpress/trunk@5981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-08-29 23:01:48 +00:00
ryan 4f183b4fe7 mt_allow_pings fix. Props Joseph Scott and Allan Odgaard. fixes #4770 for 2.3
git-svn-id: http://svn.automattic.com/wordpress/trunk@5898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-08-17 23:32:49 +00:00
markjaquith d55ac9708c Send dateCreated as local blog time, add date_created_gmt with GMT value. Props josephscott. fixes #4624. refs #4158, #4314
git-svn-id: http://svn.automattic.com/wordpress/trunk@5888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-08-17 03:18:58 +00:00
markjaquith 8c454d7909 Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674
git-svn-id: http://svn.automattic.com/wordpress/trunk@5825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-07-30 16:32:12 +00:00