piwigo: Add session.getStatus, improve categories.getList
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 21 Mar 2013 08:07:59 +0000 (09:07 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 21 Mar 2013 08:18:07 +0000 (09:18 +0100)
commitcf0816c182c2acab30b1ee9e191aff091ac41d13
tree3f292ea5b96a867f849d4ca92703a2aef51bf75c
parentdc7c26f3559be00e272c5c880f87c7550d80baae
piwigo: Add session.getStatus, improve categories.getList

- pwg.session.getStatus returns the current user as
  "fake_user".  When we have a session, we'll return
  something better.

- pwg.categories.getList add a name and the parent id for
  its one and only "collection".

- Improve logging a bit.
mediagoblin/plugins/piwigo/tools.py
mediagoblin/plugins/piwigo/views.py