Commit Graph

188 Commits

Author SHA1 Message Date
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
Ryan Boren fd48e36227 Typo fix. Props josephscott. see #7446
git-svn-id: https://develop.svn.wordpress.org/trunk@8698 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-21 05:19:16 +00:00
Ryan Boren 2272a1a950 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@8600 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 05:36:14 +00:00
Ryan Boren b370c7862c XML-RPC comments API. see #7446
git-svn-id: https://develop.svn.wordpress.org/trunk@8543 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 22:29:37 +00:00
Ryan Boren b298deede1 Make RSD links SSL aware by using site_url()
git-svn-id: https://develop.svn.wordpress.org/trunk@8444 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-24 22:05:04 +00:00
Ryan Boren 9cf90ec524 More informative error message when remote publishing is disabled. Don't disable if upgrading. Props josephscott. see #7157
git-svn-id: https://develop.svn.wordpress.org/trunk@8202 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-26 22:39:57 +00:00
Ryan Boren b17b7f8bf0 Disable remote publishing by default. Add options to turn them back on. Props josephscott. see #7157
git-svn-id: https://develop.svn.wordpress.org/trunk@8136 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-20 15:39:41 +00:00
Peter Westwood 7e3c52d52c Add XMLRPC options api. See #7123 props josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@8114 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-17 20:41:13 +00:00
Ryan Boren f557a89dc4 wp.getUsersBlogs from josephscott. fixes #7130
git-svn-id: https://develop.svn.wordpress.org/trunk@8075 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-12 21:41:18 +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 e911cca913 Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933
git-svn-id: https://develop.svn.wordpress.org/trunk@7971 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-21 05:59:27 +00:00
Ryan Boren 4f11ea671a Use wp_count_comments() in wp.getCommentCount. Props josephscott. fixes #6941
git-svn-id: https://develop.svn.wordpress.org/trunk@7914 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-09 16:02:44 +00:00
Mark Jaquith 9ae97a6602 Remove last remaining user level checks in favor of capabilities checks. props filosofo. fixes #6940
git-svn-id: https://develop.svn.wordpress.org/trunk@7912 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-09 00:45:17 +00:00
Ryan Boren 3bd59c71f1 Expose page template functionality via XML-RPC. Props josephscott. fixes #6098
git-svn-id: https://develop.svn.wordpress.org/trunk@7901 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-06 16:49:42 +00:00
Ryan Boren 872183bfcf Handle enclosures in xmlrpc. Props josephscott. fixes #3405
git-svn-id: https://develop.svn.wordpress.org/trunk@7847 602fd350-edb4-49c9-b593-d223f7449a82
2008-04-28 16:15:23 +00:00
Ryan Boren fdc05b24f6 Prepare DB queries in more places. Props filosofo. see #6644
git-svn-id: https://develop.svn.wordpress.org/trunk@7645 602fd350-edb4-49c9-b593-d223f7449a82
2008-04-14 16:13:25 +00:00
Ryan Boren 7b825a3086 Remove unused starify function. Props josephscott. fixes #6634 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7617 602fd350-edb4-49c9-b593-d223f7449a82
2008-04-07 21:13:48 +00:00
Peter Westwood 4415c75743 Don't add new lines around the <!--more--> tag when posting over xmlrpc. Fixes #6016 props josephscott and redsweater.
git-svn-id: https://develop.svn.wordpress.org/trunk@7599 602fd350-edb4-49c9-b593-d223f7449a82
2008-04-03 20:56:48 +00:00
Peter Westwood 4d2a1874e8 Allow plugins to filter the fetched pingback source data. Fixes #3525 props tenpura.
git-svn-id: https://develop.svn.wordpress.org/trunk@7296 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-14 19:08:09 +00:00
Ryan Boren f3b2ffc10d Grammar fixes from takayukister and thenlich. fixes #5992
git-svn-id: https://develop.svn.wordpress.org/trunk@7026 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-25 19:13:21 +00:00
Ryan Boren eb6d1ee7c8 Grammar fix. Props thenlich and hansengel. fixes #5991
git-svn-id: https://develop.svn.wordpress.org/trunk@7021 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-25 18:34:45 +00:00
Ryan Boren ef77993bdc metaWeblog.newPost fix. Props malex. fixes #5814 for 2.5
git-svn-id: https://develop.svn.wordpress.org/trunk@6815 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 17:54:08 +00:00
Ryan Boren 3a18b96c9b Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@6726 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 06:47:27 +00:00
Ryan Boren 7c3373aae6 More cap checks from josephscott. see #5313
git-svn-id: https://develop.svn.wordpress.org/trunk@6714 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-04 18:35:05 +00:00
Ryan Boren bc75594504 Add edit_page cap check. Props josephscott. see #5313
git-svn-id: https://develop.svn.wordpress.org/trunk@6709 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-02 17:55:40 +00:00
Ryan Boren de3e0f8345 Future post publishing over XML-RPC fixes from markjaquith. fixes #5721
git-svn-id: https://develop.svn.wordpress.org/trunk@6691 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-30 20:33:14 +00:00
Ryan Boren d87d074a9d Use var_export instead of printr. fixes #5732
git-svn-id: https://develop.svn.wordpress.org/trunk@6686 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-29 22:54:18 +00:00
Ryan Boren 61fb6c5c53 Typo fix from rnt. fixes #5700
git-svn-id: https://develop.svn.wordpress.org/trunk@6642 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-22 17:13:43 +00:00
Peter Westwood a4e97b1745 Add some more actions to xmlrpc. Fixes #5686 props joesephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@6634 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-18 07:52:15 +00:00
Peter Westwood 9310d7cc6f Better xmlrpc field names. See #5569 props josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@6596 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-10 22:37:15 +00:00
Peter Westwood af929c5525 Add xmlrpc methods to discover the valid post and page statuses. See #5569 props josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@6594 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-10 21:46:25 +00:00
Ryan Boren 851481d869 wp.getCommentCount from josephscott. fixes #5463
git-svn-id: https://develop.svn.wordpress.org/trunk@6534 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-01 18:40:39 +00:00
Ryan Boren 0e1130e0aa Some xmlrpc cap checks from josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@6503 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-27 22:14:27 +00:00
Ryan Boren 4eae78fe70 Limit what getAuthors exposes. Props josephscott for the patch and xknown for the find. fixes #5534 for 2.4
git-svn-id: https://develop.svn.wordpress.org/trunk@6498 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-26 19:54:35 +00:00
Ryan Boren 5709654d4b Limit post_password exposure. Props josephscott for the patch and xknown for the find. fixes #5535 for 2.4
git-svn-id: https://develop.svn.wordpress.org/trunk@6496 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-26 19:50:26 +00:00
Peter Westwood a412f1411d '>"
git-svn-id: https://develop.svn.wordpress.org/trunk@6474 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-23 09:15:57 +00:00
Ryan Boren 7abea37f4f Add xmlrpc_call actions. Cleanup some whitespace.
git-svn-id: https://develop.svn.wordpress.org/trunk@6473 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-23 01:35:44 +00:00
Ryan Boren e24f5a29c1 Custom fields support for xmlrpc from josephscott. fixes #5148
git-svn-id: https://develop.svn.wordpress.org/trunk@6418 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 21:07:38 +00:00
Ryan Boren 74d5bd66b2 wp.deleteCategory xmlrpc method from josephscott. fixes #4599
git-svn-id: https://develop.svn.wordpress.org/trunk@6417 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 20:33:27 +00:00
Ryan Boren 75561df04f Fix wp.suggestCategories return values. Props josephscott. fixes #5406
git-svn-id: https://develop.svn.wordpress.org/trunk@6416 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 20:30:44 +00:00
Ryan Boren 3a8b2fcca3 Remove unused vars. Props DD32. see #5418
git-svn-id: https://develop.svn.wordpress.org/trunk@6364 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-06 19:49:33 +00:00
Peter Westwood d092f73d97 Expose post_status over xmlrpc. Fixes #4982 props josephscott
git-svn-id: https://develop.svn.wordpress.org/trunk@6358 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-05 07:42:42 +00:00
Peter Westwood eab6b80195 Correct support for mt_allow_comments to cover all possible values. Fixes #5366 props redsweater/josephscott
git-svn-id: https://develop.svn.wordpress.org/trunk@6347 602fd350-edb4-49c9-b593-d223f7449a82
2007-11-28 20:52:55 +00:00
Peter Westwood fcd2063365 Ensure that we offer https access to atom if it is available. Fixes #5298 props rubys.
git-svn-id: https://develop.svn.wordpress.org/trunk@6339 602fd350-edb4-49c9-b593-d223f7449a82
2007-11-17 11:21:34 +00:00
Peter Westwood eba9681b84 Add Atom to the RSD. Fixes #5213 props rubys.
git-svn-id: https://develop.svn.wordpress.org/trunk@6262 602fd350-edb4-49c9-b593-d223f7449a82
2007-10-17 19:50:56 +00:00
Ryan Boren d06df9ddd6 Replace faulty regex. Props tenpura. fixes #4820
git-svn-id: https://develop.svn.wordpress.org/trunk@6127 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-18 16:42:25 +00:00
Ryan Boren 5917c5458c Add checks for WP_Error. Props filosofo. see #4809
git-svn-id: https://develop.svn.wordpress.org/trunk@6125 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-18 16:32:22 +00:00
Ryan Boren 7a43c01e08 Remove trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@6026 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-03 23:32:58 +00:00
Ryan Boren 2aed807672 mt_keywords support. Props westi and josephscott. fixes #900
git-svn-id: https://develop.svn.wordpress.org/trunk@5981 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 23:01:48 +00:00
Ryan Boren 635b23fc1c mt_allow_pings fix. Props Joseph Scott and Allan Odgaard. fixes #4770 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5898 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-17 23:32:49 +00:00