Turbogears2 migration: current status (August 2016)

2016-08-29 Thread Thomas De Schampheleire
Hi, After the previous status update, remaining test failures have been fixed, .ini files have been fixed, and the code has been rebased a few times to line up with default. I updated the wiki page and pasted below for your convenience:

Re: Turbogears2 migration: API calls

2016-08-29 Thread Alessandro Molina
On Mon, Aug 29, 2016 at 10:44 AM, Thomas De Schampheleire < patrickdeping...@gmail.com> wrote: > > > > - Routing, Kallithea is probably the only TG2 app using routes as the > core > > dispatch system. This is probably not going away unless all controllers > are > > rewritten using

Re: Turbogears2 migration: API calls

2016-08-29 Thread Thomas De Schampheleire
On Mon, Aug 29, 2016 at 10:15 AM, Alessandro Molina wrote: >> So the routing tries to access an index method. >> >> In the API code, the JSONRPCController parent class of ApiController >> is supposed to direct the calls to the correct method, but it seems we >> do not

Re: Turbogears2 migration: API calls

2016-08-29 Thread Alessandro Molina
> > So the routing tries to access an index method. > > In the API code, the JSONRPCController parent class of ApiController > is supposed to direct the calls to the correct method, but it seems we > do not enter that class. > > JSONRPCController needs to be able to implement his own routing and