Commit Graph

226 Commits

Author SHA1 Message Date
michelvaldrighi 2d58fd7954 remove contextual compatiblity, and require functions-compat instead
git-svn-id: https://develop.svn.wordpress.org/trunk@1777 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-11 13:22:33 +00:00
michelvaldrighi 4fe532990f ok, I can't believe I forgot to add that in
git-svn-id: https://develop.svn.wordpress.org/trunk@1718 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 12:42:36 +00:00
michelvaldrighi 2b1066d6d7 make pingback.ping use wp_new_comment
git-svn-id: https://develop.svn.wordpress.org/trunk@1706 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-22 19:45:29 +00:00
michelvaldrighi 0115e0cd00 dateCreated typos
git-svn-id: https://develop.svn.wordpress.org/trunk@1704 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-22 12:11:05 +00:00
michelvaldrighi e2200573b9 I was stupidly parsing dateCreated even when it was empty -- hence the crash in mw_newPost
git-svn-id: https://develop.svn.wordpress.org/trunk@1693 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-18 18:10:16 +00:00
michelvaldrighi 581f1a26d7 whoops, a dot that was removed yesterday came back when restoring the file
git-svn-id: https://develop.svn.wordpress.org/trunk@1692 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-18 17:03:08 +00:00
michelvaldrighi 0e1a09470b big oopsie related to moving the xmlrpc.php file: somehow it got replaced by the old one. you can ignore version 1.21
git-svn-id: https://develop.svn.wordpress.org/trunk@1685 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-17 20:53:18 +00:00
michelvaldrighi 38116183dd moved wp-admin/xmlrpc.php to the root dir
git-svn-id: https://develop.svn.wordpress.org/trunk@1684 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-17 20:48:43 +00:00
michelvaldrighi c2b97cdfec returning actual fault codes in pingback.ping
git-svn-id: https://develop.svn.wordpress.org/trunk@1679 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-17 10:35:41 +00:00
michelvaldrighi c7f5afd9db added pingback.extensions.getPingbacks
git-svn-id: https://develop.svn.wordpress.org/trunk@1672 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-16 15:20:39 +00:00
michelvaldrighi e9dd8f6187 now with complete MT API support -- TEST TEST TEST THIS (here it worked fine with Ecto 2)
git-svn-id: https://develop.svn.wordpress.org/trunk@1671 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-16 14:54:25 +00:00
michelvaldrighi ea193a0f97 added pingback (now with accurate fault codes and more easily readable code), added aliases for metaweblog stuff that mimics blogger api
git-svn-id: https://develop.svn.wordpress.org/trunk@1670 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-16 13:26:06 +00:00
michelvaldrighi c69ee23851 wtf was I thinking? here comes a bunch of fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@1666 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-16 09:55:00 +00:00
michelvaldrighi 18fc3d77f2 fixed comment_status screwup, removed debug stuff, screwed up big time, ate a cheese sandwich
git-svn-id: https://develop.svn.wordpress.org/trunk@1659 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 17:20:22 +00:00
michelvaldrighi f1715a5250 various fixes, and started MT API support
git-svn-id: https://develop.svn.wordpress.org/trunk@1658 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 16:52:13 +00:00
michelvaldrighi 8ff923a591 added Emmanuel Frecon's fix to create directories in mw.newMediaObject, removed some useless (and/or potentially dangerous) debug strings
git-svn-id: https://develop.svn.wordpress.org/trunk@1580 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-01 16:13:35 +00:00
michelvaldrighi d7f6c89f1b fix0red mw.newMediaObject, added byte-length logging (in which we learn Ecto 1.1.8 sends too many bytes, it seems)
git-svn-id: https://develop.svn.wordpress.org/trunk@1569 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-27 13:31:22 +00:00
michelvaldrighi 1aa3ba1de0 added mw.newMediaObject (not tested yet), fixed local/gmt dates confusion, removed debug edits, ate an apple too and taught a coworker how to use our espresso machine (it only takes a button to press)
git-svn-id: https://develop.svn.wordpress.org/trunk@1568 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-27 08:46:24 +00:00
michelvaldrighi 530f455bfa added mw.getRecentPosts, mw.getCategories, refactored the living shit out of the rest of the file
git-svn-id: https://develop.svn.wordpress.org/trunk@1565 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-26 15:42:43 +00:00
michelvaldrighi 63ab3d066c added metaweblog methods: newPost, editPost, getPost -- UNTESTED (yet)
git-svn-id: https://develop.svn.wordpress.org/trunk@1563 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-25 16:28:20 +00:00
michelvaldrighi d13b1e73bd added blogger.editPost and blogger.deletePost, time to move on to metaWeblog API addition
git-svn-id: https://develop.svn.wordpress.org/trunk@1562 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-25 15:24:09 +00:00
michelvaldrighi 0b1a9970ab database-related functions such as wp_insert_post are now in wp-includes/functions-post.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1359 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 22:07:30 +00:00
Matt Mullenweg 717855f007 Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
git-svn-id: https://develop.svn.wordpress.org/trunk@1355 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 08:22:18 +00:00
michelvaldrighi a400663927 added blogger.newPost
git-svn-id: https://develop.svn.wordpress.org/trunk@1351 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 16:42:23 +00:00
michelvaldrighi 3abc94a5c5 added blogger.getTemplate and blogger.setTemplate
git-svn-id: https://develop.svn.wordpress.org/trunk@1349 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 15:46:43 +00:00
michelvaldrighi f96224edb1 work in progress: replacement for xmlrpc.php, using IXR
git-svn-id: https://develop.svn.wordpress.org/trunk@1348 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 04:02:53 +00:00