exapi.git
2012-04-04 Leo Andradearrumado os parametros da função exapi_newComment que... master 0.1.4
2012-01-09 Lincoln de... Readding the code that removes the blog_id param from...
2011-12-05 Thiago SilvaGetting the right set of posts to the given page
2011-12-05 Thiago SilvaAdding getArchivePosts to the API
2011-12-05 Thiago SilvaCorrecting getPosts pagination
2011-12-05 Thiago Silvacorrecting error sentence
2011-12-02 Lincoln de... Fixing the pagination of the archive api (Closes: ...
2011-11-29 Lincoln de... A small rewrite of the pagination links in the archives...
2011-11-25 Lincoln de... Adicionando o Thiago ao arquivo AUTHORS
2011-11-16 Lincoln de... Making sure the return of wp_tag_cloud will not return...
2011-11-14 Lincoln de... Fazendo com que a função getPosts receba parâmetros...
2011-11-10 Thiago SilvaAllowing sidebar retrieval by name parameterized-sidebar
2011-11-08 Thiago SilvaAdding the `getPosts()' method to our XMLRPC API
2011-11-08 Thiago SilvaReturning pagination for search
2011-11-08 Thiago Silvareturning pagination html code with posts paginatioon
2011-11-07 Lincoln de... Fixing the undefined variable "$params" problem in...
2011-11-06 Lincoln de... Removing html tags from the post excerpt
2011-11-05 Lincoln de... Fixing a bug in all functions that we use from the...
2011-11-05 Lincoln de... Removing the blogid parameter received (and removed...
2011-11-05 Thiago SilvaAdicionada função remota para busca paginada
2011-11-05 Thiago SilvaAdicionando suporte a newComment
2011-11-04 Thiago SilvaPython usando apenas exapi namespace.
2011-11-04 Thiago SilvaEnviando posts paginados por categoria e tags (Closes...
2011-11-04 Thiago SilvaExpondo html do sidebar-1 via chamada rcp (Closes:...
2011-11-04 Thiago SilvaConsumindo o parâmetro blog_id, para manter a consistên...
2011-10-31 Lincoln de... Adding the method "getPageByPath()" to our xmlrpc API
2011-10-27 Lincoln de... Renaming "postid" field to "id" in the _exapi_prepare_p... 0.1.3
2011-10-26 Lincoln de... Fixing the name of the param that limits the return...
2011-10-26 Lincoln de... Exposing a wrapper to the wp get_post function, called...
2011-10-26 Lincoln de... Refactoring the getRecentPosts function and extracting...
2011-10-25 Lincoln de... Checking the return of the _exapi_method_header call... 0.1.2
2011-10-25 Lincoln de... We shold not call wp_xmlrpc_server->login as a static...
2011-10-25 Lincoln de... Adding the AUTHORS file
2011-10-23 Lincoln de... Implementing the getTagCloud() method
2011-10-23 Lincoln de... Creating the _method_header func by refactoring getRece...
2011-10-23 Lincoln de... We don't need the blog_ID parameter, let's kick it...
2011-10-23 Lincoln de... Fixing the @since annotation in a bunch of functions 0.1.1
2011-10-23 Lincoln de... The exapi_post_categories() func now returns id, slug...
2011-10-22 Lincoln de... Rewriting the function that lists thumbnails of a post
2011-10-22 Lincoln de... Writing a function to extract parameters from the getRe...
2011-10-22 Lincoln de... A heavy refactoring in the getRecentPosts() method
2011-10-22 Lincoln de... Adding the comments_count value to the return array... 0.1.0
2011-10-22 Lincoln de... Adding the excerpt field to the `getRecentPosts()'...
2011-10-22 Lincoln de... Adding thumbnail info and the filtered content to the...
2011-10-21 Lincoln de... Fixing the emacs modeline in the `exapi.php' file
2011-10-21 Lincoln de... First pieces of the Extended XMLRPC API for Wordpress
2011-10-21 Lincoln de... First file, the COPYING document