3 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8fca48f410f7/ Changeset: 8fca48f410f7 User: dan Date: 2014-01-14 19:39:59 Summary: Fix for history api set_as_current(). Affected #: 1 file diff -r 28575f5bd33b555cf594247f7706679df425085b -r 8fca48f410f7996cb79318118f3799856d1d3628 lib/galaxy/webapps/galaxy/api/histories.py --- a/lib/galaxy/webapps/galaxy/api/histories.py +++ b/lib/galaxy/webapps/galaxy/api/histories.py @@ -118,7 +118,7 @@ return history_data @web.expose_api - def set_as_current( self, trans, id, *kwd ): + def set_as_current( self, trans, id, **kwd ): """ set_as_current( trans, id, **kwd ) * POST /api/histories/{id}/set_as_current: https://bitbucket.org/galaxy/galaxy-central/commits/a96ca602209c/ Changeset: a96ca602209c Branch: stable User: dan Date: 2014-01-14 19:39:59 Summary: Fix for history api set_as_current(). Affected #: 1 file diff -r 97fd1b009c86ac992716ce6e81d45cb20c06a3c1 -r a96ca602209ca2d4d732cced9530a62b3e4134a8 lib/galaxy/webapps/galaxy/api/histories.py --- a/lib/galaxy/webapps/galaxy/api/histories.py +++ b/lib/galaxy/webapps/galaxy/api/histories.py @@ -117,7 +117,7 @@ return history_data @web.expose_api - def set_as_current( self, trans, id, *kwd ): + def set_as_current( self, trans, id, **kwd ): """ set_as_current( trans, id, **kwd ) * POST /api/histories/{id}/set_as_current: https://bitbucket.org/galaxy/galaxy-central/commits/22757ed4622e/ Changeset: 22757ed4622e User: dan Date: 2014-01-14 19:40:43 Summary: Merge stable Affected #: 1 file Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.