Re: [web2py] Re: web2py 2.8.1 is OUT

2013-12-10 Thread Martin Weissenboeck
I try: *- virtual fields in grid* My model: db.define_table("test", Field("person","integer"), #Field.Virtual("doublep", lambda r: r.person*2), ) My function: def index(): return dict(grid=SQLFORM.grid(db.test.id>0)) No problem without the

[web2py] Re: web2py 2.8.1 is OUT

2013-12-03 Thread Dave S
On Monday, December 2, 2013 10:24:57 PM UTC-8, Massimo Di Pierro wrote: > > Please open a ticket about this. We can do it. > > Done. > On Monday, 2 December 2013 22:02:10 UTC-6, Dave S wrote: >> >> On Wednesday, November 27, 2013 12:31:05

[web2py] Re: web2py 2.8.1 is OUT

2013-12-02 Thread Massimo Di Pierro
Please open a ticket about this. We can do it. On Monday, 2 December 2013 22:02:10 UTC-6, Dave S wrote: > > On Wednesday, November 27, 2013 12:31:05 PM UTC-8, Massimo Di Pierro wrote: >> >> Changelog >> >> >> - no more winservice (use nssm instead) >> - better imap support in DAL >> - db().select(

[web2py] Re: web2py 2.8.1 is OUT

2013-12-02 Thread Dave S
On Wednesday, November 27, 2013 12:31:05 PM UTC-8, Massimo Di Pierro wrote: > > Changelog > > > - no more winservice (use nssm instead) > - better imap support in DAL > - db().select().as_tree() > - bootstrap 2.3.2 > - codemirror 3.19 > - virtual fields in grid > - improved mongoDB support, thanks

[web2py] Re: web2py 2.8.1 is OUT

2013-11-28 Thread Massimo Di Pierro
It is fixed in 2.8.2 On Thursday, 28 November 2013 05:46:14 UTC-6, Tim Richardson wrote: > > It's due to the commit for issue 1760, according to my bisect. > I'll update that issue. > > > > On Thursday, November 28, 2013 7:28:53 PM UTC+11, Tim Richardson wrote: >> >> I confirm error reported by M

[web2py] Re: web2py 2.8.1 is OUT

2013-11-28 Thread Tim Richardson
To remove existing sessions try cleaning the application via the admin application. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this mes

[web2py] Re: web2py 2.8.1 is OUT

2013-11-28 Thread Tim Richardson
It's due to the commit for issue 1760, according to my bisect. I'll update that issue. On Thursday, November 28, 2013 7:28:53 PM UTC+11, Tim Richardson wrote: > > I confirm error reported by Martin above: I get it via the scheduler: > > /accpac_web_orders/default/monitor_jobs/view/scheduler_run/

[web2py] Re: web2py 2.8.1 is OUT

2013-11-28 Thread Tim Richardson
I confirm this, albeit I get it via the scheduler: /accpac_web_orders/default/monitor_jobs/view/scheduler_run/586 Traceback (most recent call last): File "d:\web2py2x\gluon\scheduler.py", line 218, in executor _env = env(a=a, c=c, import_models=True) File "d:\web2py2x\gluon\shell.py", line 134,

[web2py] Re: web2py 2.8.1 is OUT

2013-11-27 Thread 黄祥
an error occured during upgrade on pythonanywhere from web2py admin panel and manually from bash console, both return same error. Internal errorTicket issued: admin/139.192.163.182.2013-11-28.04-40-34.c74c4e23-0068-4e9a-addd-a1a8cb3de97b

[web2py] Re: web2py 2.8.1 is OUT

2013-11-27 Thread webpypy
How can i remove existing sessions? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Gr

[web2py] Re: web2py 2.8.1 is OUT

2013-11-27 Thread Massimo Di Pierro
You need to remove existing sessions. The format is a little different (faster). On Wednesday, 27 November 2013 21:59:43 UTC-6, webpypy wrote: > > > Hi, > > I got the error: > 'dict' object has no attribute 'is_mobile' > it works fine in 2.7.4 > -- Resources: - http://web2py.com - http://web2

[web2py] Re: web2py 2.8.1 is OUT

2013-11-27 Thread webpypy
Hi, I got the error: 'dict' object has no attribute 'is_mobile' it works fine in 2.7.4 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received th

[web2py] Re: web2py 2.8.1 is OUT

2013-11-27 Thread guruyaya
A word about this the blocked generic.jsonp for security reasons: Upgrading the file in old apps is recommended. If you are using it for your app, it is advicesed to create a copy for each function used, and avoid the generic view. On Wednesday, November 27, 2013 10:31:05 PM UTC+2, Massimo Di P

[web2py] Re: web2py 2.8.1 is OUT

2013-11-27 Thread 黄祥
i got an error during bulk_insert (the same script is work fine in 2.7.4) code : db.rack.bulk_insert([{'rack' : '1', 'branch' : 1, 'name' : 'B1R1'}, {'rack' : '2', 'branch' : 1, 'name' : 'B1R2'}, {'rack' : '3', 'branch' : 1, 'name' : 'B1R3'}, ]) traceback : Traceback (most recent call last):

[web2py] Re: web2py 2.8.1 is OUT

2013-11-27 Thread Meir
Hello Massimo, congratulations!!! Hello Massimo, congratulations! What would db().select().as_tree()? Has example? Em quarta-feira, 27 de novembro de 2013 18h31min05s UTC-2, Massimo Di Pierro escreveu: > > Changelog > > > - no more winservice (use nssm instead) > - better imap support in DAL >

[web2py] Re: web2py 2.8.1 is OUT

2013-11-27 Thread Lewis
Auto upgrade worked perfectly. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups