Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / xmlrpc / api [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
09 Aug 2002 15:52:07 | postnuke_official/html/modules/xmlrpc/api | blogger.php,1.16,1.17 | Marcel van der Boom |
rewrite for .8, basic functionality complete |
Update of /home/cvsroot/postnuke_official/html/modules/xmlrpc/api In directory ns7.hostnuke.net:/tmp/cvs-serv21908/html/modules/xmlrpc/api Modified Files: blogger.php Log Message: rewrite for .8, basic functionality complete Index: blogger.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/xmlrpc/api/blogger.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** blogger.php 12 Jun 2002 08:47:35 -0000 1.16 --- blogger.php 9 Aug 2002 15:52:04 -0000 1.17 *************** *** 28,68 **** // Purpose of file: implementation of the blogger xml-rpc api (server) // ---------------------------------------------------------------------- - /** ! * Delete a posting * * Takes an xmlrpc enveloped message according to blogger api and ! * uses it to delete a posting from postnuke articles. * [...982 lines suppressed...] } else { ! // convert date to iso date code ! $t = iso8601_encode($article['pubdate']); ! ! // create a struct for the response ! $myStruct=new xmlrpcval(array( ! "userid" => new xmlrpcval($article['authorid']), ! "dateCreated" => new xmlrpcval($t,"dateTime.iso8601"), ! "content" => new xmlrpcval($article['summary']), ! "postid" => new xmlrpcval( $article['aid'])), ! "struct"); ! ! return new xmlrpcresp($myStruct); ! } ! } + + $xmlrpc_blogger_main_deletePost_sig=array(array($xmlrpcString, $xmlrpcString, $xmlrpcString, $xmlrpcString, $xmlrpcString, $xmlrpcBoolean));
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |