[web2py] Re: IIS help with permissions

2014-09-29 Thread Leonel Câmara
Have you tried turning off all caching in IIS? -- 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

[web2py] select insert record in shell

2014-09-29 Thread John Frank
i am starting to web2py and using shell for all db related stuff. today i notice a bizarre behavior on db select. Instead of selecting a record, it is insert value of last insert query. am i making any mistake here.. this my shell log: In [5] : for x in row: print x In [6] : db.dog.insert(na

[web2py] Re: mssql legacy tables reference

2014-09-29 Thread Alen Cerovic
Hi pn, I am expecting dropdown list of Mjesta when I add/edit record in Partneri tried putting 'requires' Field ('Mjesto','reference Mjesta.PostanskiBroj',requires=IS_NOT_EMPTY *()) *but n

[web2py] Re: Uploading a large number of files using Web2py

2014-09-29 Thread Massimo Di Pierro
This line: ArchivoAudible = db.Archivo_grabadora.archivo.store(aux, aux.filename) should be ArchivoAudible = db.Archivo_grabadora.archivo.store(aux.file, aux.filename) Anyway, you cannot upload this many files. There are size limits to how much you can upload: http://www.motobit.com/he

[web2py] Re: sqlite - how to use web2py built in driver or latest sqlite

2014-09-29 Thread Massimo Di Pierro
can you tells us more about the problem. If in path it should just use it. what error do you get? On Saturday, 27 September 2014 22:48:12 UTC-5, Mohd Radzi Ibrahim wrote: > > Hi, > > I've just install web2py and trying the welcome app. > > I have problem with sqlite database. I think it's because

[web2py] Re: Automate JQuery for Button

2014-09-29 Thread Niphlod
we did a pretty heavy job to discard any inline javascript this goes exactly in the opposite way. What are you seeking in functionality ? It seems that your *button *is better suited with a normal *a* On Sunday, September 28, 2014 10:37:33 PM UTC+2, Bernhard Radermacher wrote: > > I was al

[web2py] is there w2p script for letting users drag table data to set the order they want?

2014-09-29 Thread Alex Glaros
for example, script would let user prioritize most important projects by dragging them higher on the window than other projects. if there is anything like this, are there limits on how many records the table can have? thanks Alex Glaros -- Resources: - http://web2py.com - http://web2py.com/b

[web2py] Re: is there w2p script for letting users drag table data to set the order they want?

2014-09-29 Thread Leonel Câmara
I like to use jquery-sortable ( http://johnny.github.io/jquery-sortable/ ) for this. It's pretty simple to integrate with web2py and I find it much better than the sortable in jquery-ui .I use it with the new select().as_tree() to let people sort and nest stuff at will. If the sortable in jquer

[web2py] Re: is there w2p script for letting users drag table data to set the order they want?

2014-09-29 Thread LightDot
There's S-cubism's Table Permuter: http://dev.s-cubism.com/plugin_tablepermuter On Monday, September 29, 2014 6:27:41 PM UTC+2, Alex Glaros wrote: > > for example, script would let user prioritize most important projects by > dragging them higher on the window than other projects. > > if there i

[web2py] Re: IIS help with permissions

2014-09-29 Thread Tim Richardson
It was turned on. I disabled it for the site, restarted the site but the same result. On Monday, September 29, 2014 7:19:16 PM UTC+10, Leonel Câmara wrote: > > Have you tried turning off all caching in IIS? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://g

[web2py] Re: Automate JQuery for Button

2014-09-29 Thread Bernhard Radermacher
Would that be just enclosing the button with ? On Monday, September 29, 2014 6:35:15 AM UTC-7, Niphlod wrote: > > we did a pretty heavy job to discard any inline javascript this goes > exactly in the opposite way. What are you seeking in functionality ? It > seems that your *button *is bet

[web2py] Scheduler always QUEUED and no record in scheduler_worker and scheduler_run data table

2014-09-29 Thread Pengfei Yu
Hi, I have a web application hosted on AWS EC2 with Apache2. I plan to use web2py scheduler for some heavy tasks with user input files. Now I only use some small tasks like "wc -c" to test the functions of scheduler. It seems that the submitted tasks are always QUEUED and the status never chang