You only need to edit the gluon/restricted.py

and replace this line in log(...):

        cPickle.dump(d,open(os.path.join
(request.folder,'errors',f),'wb'))

check if you are on gae by trying to import google (as done in other
places). If so define a table for the tickets and insert "d" in that
table.

Then you need to change admin to retrieve the tickets:
- change administrator authentication using google API to check if
user is owner of site
- try read tickets from the table above before reading from filesystem

right now admin is not deplyed on GAE at all.

Massimo

On Nov 20, 6:45 am, Jonathan Benn <[EMAIL PROTECTED]> wrote:
> On Nov 20, 2:15 am, BigBaaadBob <[EMAIL PROTECTED]> wrote:
>
> > Isn't the ticket feature one of the key features of web2py?  It is
> > listed on the features page.
>
> I'll implement the ticketing feature on GAE if nobody else gets to it
> before I do. It's not a super high priority for me, but I'll probably
> implement it within the next few months. I'll make it available to
> everyone when I'm done.
>
> I've also got a partial fix for the appadmin (database administration)
> so that it now mostly works on GAE.  If anyone is interested in seeing
> it just send me an email.
>
> --Jonathan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to