You are not logged in Log in Join
You are here: Home » Members » natesain » CMF Weblog Tool » CHANGES » View Document

Log in
Name

Password

 

CHANGES

june 14th

  • fixed BloggerAPI added calendar import, set XMLRPCTRUE/FALSE constants, fixed getRecentPosts to only return posts from one blog instad of all of user's blog entries
  • fixed WeblogTool added getRecentPosts,deletePost to RPCAuth auth provider registry. setup now checks to see if a directory view, or skinpath entry exists used alternate method to register action provider
  • fixed tests add username/password parms to all tests added getUsersBlogs to test tests no longer use http basic auth

june 20th

  • Moved the RPCAuth stuff into BloggerAPI.py
  • Pulled the code to get a users blogs, get users posts, and get a new entry id from BloggerAPI.py and put it in the tool to be used by other apis too
  • Added some initial docs

CMFWeblog 0.2.1 fixes a stupid typo in 0.2

june 24th

  • Updated tests to check structures returned by BloggerAPI for required keys
  • Really moved RPCAuth registration into BloggerAPI fixed a bug in 0.2.1 (didn't register properly because of junk inserted by cvs update)