Ryan Boren
|
810ebfe299
|
AND get_terms() field queries
git-svn-id: https://develop.svn.wordpress.org/trunk@5807 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-17 02:02:52 +00:00 |
Ryan Boren
|
9817ec9e74
|
suggestCategories cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@5782 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-06 00:15:13 +00:00 |
Ryan Boren
|
58655ffa52
|
Eliminate cat select. Use API.
git-svn-id: https://develop.svn.wordpress.org/trunk@5758 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-25 21:34:06 +00:00 |
Ryan Boren
|
66ec9bee20
|
Add name_like query to get_terms(). Use it in suggestCategories.
git-svn-id: https://develop.svn.wordpress.org/trunk@5756 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-25 21:28:19 +00:00 |
Ryan Boren
|
2c0a13ebbf
|
Accept 'open' and 'closed' as valid values for mt_allow_comments and mt_allow_pings in XML-RPC. Props Joseph Scott. see #4469
git-svn-id: https://develop.svn.wordpress.org/trunk@5729 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-19 19:12:24 +00:00 |
Ryan Boren
|
df299289fe
|
escape before extracting. Props Alexander Concha.
git-svn-id: https://develop.svn.wordpress.org/trunk@5721 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-18 00:18:18 +00:00 |
Ryan Boren
|
b046d67f41
|
Trim empty lines. Nothing but newline.
git-svn-id: https://develop.svn.wordpress.org/trunk@5700 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 02:25:30 +00:00 |
rob1n
|
ab82e6cf1e
|
Check the user before overwriting the attachment. Props xknown and Joseph Scott. fixes #4422
git-svn-id: https://develop.svn.wordpress.org/trunk@5671 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-08 17:07:59 +00:00 |
Matt Mullenweg
|
403657fce1
|
We prefer our own API. (Which MT/Typepad have cloned already.)
git-svn-id: https://develop.svn.wordpress.org/trunk@5662 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-07 14:10:53 +00:00 |
Ryan Boren
|
5fcd7483ea
|
Add 'edit_posts' capability check to metaWeblog.newPost. Props Joseph Scott and Wei-Yeh Lee. fixes #4404 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5651 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-04 18:31:32 +00:00 |
rob1n
|
12c2ef6be0
|
Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545
git-svn-id: https://develop.svn.wordpress.org/trunk@5640 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-02 05:21:18 +00:00 |
Mark Jaquith
|
0a52564fc2
|
Int cast. Props to Alexander Concha for the find, Joseph Scott for the patch.
git-svn-id: https://develop.svn.wordpress.org/trunk@5570 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 05:12:56 +00:00 |
rob1n
|
4aa71c8ae9
|
More xmlrpc.php i18n fixes from nbachiyski. fixes #3997
git-svn-id: https://develop.svn.wordpress.org/trunk@5547 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-25 15:33:47 +00:00 |
Ryan Boren
|
09f70467e0
|
Admin includes reorg. see #4334
git-svn-id: https://develop.svn.wordpress.org/trunk@5542 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-25 07:16:21 +00:00 |
Ryan Boren
|
7acc4a5c5f
|
RSD link fixes from Joseph Scott. fixes #4329 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5537 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-24 17:09:39 +00:00 |
Ryan Boren
|
510799abe8
|
More rel_type elimination. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5532 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-23 20:59:11 +00:00 |
Mark Jaquith
|
86ccde95ad
|
explicitly state Zulu time for desktop editors. Props Erik Barzeski and Joseph Scott. fixes #4314 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5513 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-22 19:57:50 +00:00 |
Mark Jaquith
|
d2d79b9a58
|
Prevent current author from claiming authorship of posts from other authors when editing via desktop client. Props Erik Barzeski. fixes #4315 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5511 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-22 19:53:16 +00:00 |
rob1n
|
e33cb11a4a
|
Fix for PHP version 5.2.2 where $HTTP_RAW_POST_DATA isn't set. fixes #4248
git-svn-id: https://develop.svn.wordpress.org/trunk@5445 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-11 03:21:06 +00:00 |
Ryan Boren
|
35d6ed5ebf
|
Use GMT in XML-RPC dateCreated fields. Props Joseph Scott. fixes #4158 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5292 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-22 03:07:34 +00:00 |
Ryan Boren
|
767e7aa881
|
XML-RPC fixes to allow for empty/zero settings in various fields. Props Joseph Scott. fixes #4156
git-svn-id: https://develop.svn.wordpress.org/trunk@5281 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-17 22:00:00 +00:00 |
Ryan Boren
|
2d046d0427
|
Reverting [5278]. It breaks mw_getRecentPosts.
git-svn-id: https://develop.svn.wordpress.org/trunk@5279 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-17 16:52:11 +00:00 |
rob1n
|
93c7d37e5b
|
Add mt_keywords support. Props redsweater. fixes #900
git-svn-id: https://develop.svn.wordpress.org/trunk@5278 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-17 01:30:12 +00:00 |
rob1n
|
5dd06ccdb7
|
Don't show categories in getCategoryList. fixes #4114
git-svn-id: https://develop.svn.wordpress.org/trunk@5215 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-09 02:12:29 +00:00 |
Ryan Boren
|
75fdbf0f87
|
Cast to int after escaping. Props Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@5173 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-03 07:11:13 +00:00 |
Ryan Boren
|
8be342b294
|
Translate APP and XMLRPC errors. Props nbachiyski. fixes #3997
git-svn-id: https://develop.svn.wordpress.org/trunk@5166 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-01 15:59:50 +00:00 |
Ryan Boren
|
8fd1367323
|
Whitespace cleanup. Props donncha. fixes #4034
git-svn-id: https://develop.svn.wordpress.org/trunk@5115 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-26 23:39:28 +00:00 |
Ryan Boren
|
068b0f0957
|
Add xmlrpc_text_filters filter. Props rob1n. fixes #1429
git-svn-id: https://develop.svn.wordpress.org/trunk@5107 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-25 23:50:22 +00:00 |
Ryan Boren
|
2185aa3723
|
XMLRPC fixes from Joseph Scott. 404 for invalid post ids. Return empty array if no pages are present.
git-svn-id: https://develop.svn.wordpress.org/trunk@5098 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-25 03:53:33 +00:00 |
Matt Mullenweg
|
d57901d29a
|
Ryan slays the dragon. (Some of these return WP_Error objects.)
git-svn-id: https://develop.svn.wordpress.org/trunk@5089 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-23 02:05:29 +00:00 |
Matt Mullenweg
|
b1f6f9a6a8
|
(int)er the dragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@5087 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-23 00:59:21 +00:00 |
Ryan Boren
|
77559c20b4
|
More int casts
git-svn-id: https://develop.svn.wordpress.org/trunk@5082 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-22 20:52:29 +00:00 |
Ryan Boren
|
87b8d6d558
|
Check for publish caps when editing via xmlrpc.
git-svn-id: https://develop.svn.wordpress.org/trunk@5074 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-21 22:15:20 +00:00 |
Ryan Boren
|
4926111056
|
Improve error propagation from newMediaObject failure in xmlrpc.php. Props Daniel Jalkut (Red Sweater Software). fixes #3981 for 2.2
git-svn-id: https://develop.svn.wordpress.org/trunk@5054 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-16 22:12:15 +00:00 |
Ryan Boren
|
c79783485f
|
Change xmlrpc upload logic. Props Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@5008 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-09 20:14:52 +00:00 |
Ryan Boren
|
3e08976087
|
xmlrpc updates from Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@4961 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-03 16:56:46 +00:00 |
Mark Jaquith
|
5acfcd9fea
|
trailing tabs and whitespace cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@4953 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-27 15:24:54 +00:00 |
Ryan Boren
|
819e6e9c4f
|
Reverse logic.
git-svn-id: https://develop.svn.wordpress.org/trunk@4915 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-22 15:30:47 +00:00 |
Ryan Boren
|
5816d942f0
|
xmlrpc updates from Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@4908 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-22 01:42:21 +00:00 |
Ryan Boren
|
ca42a4bbdb
|
Handle array of mt_tb_ping_urls. Props bafonso. fixes #3721
git-svn-id: https://develop.svn.wordpress.org/trunk@4905 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-22 01:34:06 +00:00 |
Ryan Boren
|
f6e2131c86
|
editPage and newPage escaping fixes from Joseph.
git-svn-id: https://develop.svn.wordpress.org/trunk@4874 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-12 19:20:31 +00:00 |
Ryan Boren
|
587188d556
|
XMLRPC changes from Joseph.
git-svn-id: https://develop.svn.wordpress.org/trunk@4870 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-06 01:44:23 +00:00 |
Ryan Boren
|
10550fe0cd
|
More XMLRPC updates from Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@4862 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-02 07:43:59 +00:00 |
Ryan Boren
|
cee4ff919b
|
Use get_users_of_blog() for wp_getAuthors
git-svn-id: https://develop.svn.wordpress.org/trunk@4854 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-01 07:28:12 +00:00 |
Ryan Boren
|
3be2e0334e
|
XMLRPC API updates.
git-svn-id: https://develop.svn.wordpress.org/trunk@4851 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-01 00:34:33 +00:00 |
Ryan Boren
|
4d4e6b5c7b
|
More XML-RPC API enhancements from Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@4833 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-30 03:09:58 +00:00 |
Ryan Boren
|
826eb406a1
|
WP XML-RPC API enhancements.
git-svn-id: https://develop.svn.wordpress.org/trunk@4814 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-26 20:05:53 +00:00 |
Ryan Boren
|
ddd9ef5216
|
Cast categoryId to string to be compliant. fixes #3662
git-svn-id: https://develop.svn.wordpress.org/trunk@4807 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-25 18:27:47 +00:00 |
Ryan Boren
|
c5cb379adf
|
Expose page_status in XML-RPC API.
git-svn-id: https://develop.svn.wordpress.org/trunk@4806 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-25 18:22:05 +00:00 |
Ryan Boren
|
a35cbc8387
|
WP XML-RPC API
git-svn-id: https://develop.svn.wordpress.org/trunk@4793 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-24 01:16:08 +00:00 |