[web2py:23838] Re: web2py solution for debbuging with FirePHP/Firebug

2009-06-10 Thread sgtpep
00, mdipierro wrote: > You are now officially our firebug expert! > > Massimo > > On Jun 3, 5:19 am, sgtpep wrote: > > > > > Unfortunately I have no expirience in screencasting, and my English is > > buggy. > > > Debugging/logging tool is very useful

[web2py:25552] Re: web2py solution for debbuging with FirePHP/Firebug

2009-07-03 Thread sgtpep
n web2py? Should I just dump it in > contrib? > I have a feeling this should integrated with the logging function > recently proposed (for that what is logged is also sent to firebug). > What do you think? > > Massimo > > On Jun 10, 2:12 pm, sgtpep wrote: > > > Newer ve

[web2py:25553] Re: FirePython - python debugger for firefox.

2009-07-03 Thread sgtpep
Thank you for link to this great tool. Please check this thread about simillar solution http://groups.google.com/group/web2py/browse_thread/thread/cc13960a5079b2d5/864a5f56b1006139?lnk=gst&q=firephp#864a5f56b1006139 On 2 июл, 20:42, ceej wrote: > Hey all, > > Thought you might be interested in a

[web2py:28876] Error ticket usability for developers

2009-08-18 Thread sgtpep
Hi Massimo and all web2piers! Displaying a link to ticket on error for visitor is a very nice idea. But how about displaying full ticket with error traceback at once if the visitor is administrator. This will prevent me, developer, from clicking on ticket link every time the error occurs. --~--~

[web2py:28879] Re: Error ticket usability for developers

2009-08-18 Thread sgtpep
, web2py_error='ticket %s' % ticket).to(responder) On Aug 18, 11:44 am, sgtpep wrote: > Hi Massimo and all web2piers! > > Displaying a link to ticket on error for visitor is a very nice idea. > But how about displaying full ticket with error traceback at on

[web2py:28919] Re: Error ticket usability for developers

2009-08-19 Thread sgtpep
med) and we still want to see the > ticket number so we can access it manually > > Anyway. In principle, I am not opposed to this change but let's give > this some thought ad hear more opinions. > > Massimo > > On Aug 18, 3:08 am, sgtpep wrote: > > > > > To ac

[web2py:28920] Add appliances to some repository?

2009-08-19 Thread sgtpep
How about to add most useful appliances to repository and support its code parallel with web2py development? My favorite appliances are: - CAS (I have some bug fixes and enhancements for this version http://www.web2py.com/appliances/default/show/22). - wordpress clone - GrooverWiki - eStore - KPA

[web2py:23097] web2py solution for debbuging with FirePHP/Firebug

2009-06-01 Thread sgtpep
Hi, web2pyers! Everyone knows Firebug, the perfect webdeveloper tool. There is also FirePHP addon for using Firebug facilities for server side debugging/ logging. And recently I found firepy (http://code.google.com/p/ firepy/). It makes available to use FirePHP with Django. I have added a bit of c

[web2py:23112] Re: web2py solution for debbuging with FirePHP/Firebug

2009-06-02 Thread sgtpep
and multiple databases support Custom exception handler are not working yet because web2py owerrides it with own one. On 2 июн, 10:02, sgtpep wrote: > Hi, web2pyers! > Everyone knows Firebug, the perfect webdeveloper tool. There is also > FirePHP addon for using Firebug facilities for se

[web2py:23177] Re: web2py solution for debbuging with FirePHP/Firebug

2009-06-03 Thread sgtpep
e flexible than most of them (I think it beats Django as well). Such debugging possibility will be a nice addition for it. On 3 июн, 08:10, mdipierro wrote: > I am new to this. I can tell this is very usefull but I do not know > how to make it work. > > Any chance you can ma