[web2py:21540] Re: Kudos

2009-05-09 Thread Timmie
Hi, >    - Make a "welcome" application sample document for application >    documentation standard (will include it's own makefile) I successfully created a first draft for this yesterday. I currently cannot upload to LP. But I send you the file per PM and upload to LP next week. Regards. --~--

[web2py:21541] Re: w2p is here

2009-05-09 Thread Steve Shepherd
Thats a flamin excellent idea. You may need a init script and a rollback script. So that on install tables could be generated etc and then a rollback would gracefully cleanout the w2p. Especially plugins or modules that you might want to try and then feel that its not worth it etc. Maybe the files

[web2py:21542] Re: How to dynamically add an HTML Helper instance to a crud form

2009-05-09 Thread Jurgis
maybe mydict['myINPUT'] = myINPUT would help before "return mydict" ? > In the View I want to code something like: > > > {{ =myINPUT }} > > > When I run it, I get a runtime error indicating that the form variable > does not exist. --~--~-~--~~~---~--~

[web2py:21543] Re: auth in trunk

2009-05-09 Thread Fran
On 8 May, 20:23, mdipierro wrote: > I will change the name of the setting but this needs a little more > design in light of the fact that we want to integrate this with LDAP > (done by Fran but still in my list of things to process) Not 'done' - just made a couple more steps towards it...I'll wo

[web2py:21544] Re: Tables (and more) with Google Visualization API (JS)

2009-05-09 Thread Hans
Has anyone managed to implement a editable grid into web2py, something like http://datatables.net/examples/example_editable.html ? If so could you share a full (working!) example ? Hans On 8 Mai, 14:46, mdipierro wrote: > http://www.ajaxline.com/10-best-jquery-plugins-for-working-with-tables >

[web2py:21545] Bug in database admin pages

2009-05-09 Thread Jason Brower
I was trying to change the data of an existing user and I had noticed that I had to re-upload the image. Even if I click the little check box to select the current one. Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscri

[web2py:21546] Re: How to dynamically add an HTML Helper instance to a crud form

2009-05-09 Thread dlypka
Thank you - I will try it. And perhaps I should put mydict[:] = [] in front of that to clear out the crud-generated controls since I don't want them. On May 9, 6:43 am, Jurgis wrote: > maybe > mydict['myINPUT'] = myINPUT > would help before "return mydict" ? > > > > > In the View I want to co

[web2py:21547] Newbie debugger issues with IDLE and web2py.py

2009-05-09 Thread dlypka
On Windows XP, in folder C:\Google\Web2Py\web2py_win_01_60_2\Source\web2py I created this file "idle.bat": start C:\Python252\Lib\idlelib\idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9 - In the web2py folder I have the usual "applications" fold

[web2py:21548] Re: Newbie debugger issues with IDLE and web2py.py

2009-05-09 Thread Yarko Tymciurak
You could try an eval or even a free version of Wing: http://www.wingware.com/wingide/features On Sat, May 9, 2009 at 12:59 PM, dlypka wrote: > > On Windows XP, in folder > > C:\Google\Web2Py\web2py_win_01_60_2\Source\web2py > > > I created this file "idle.bat": > >start C:\Python252\Lib\idl

[web2py:21549] Re: Tables (and more) with Google Visualization API (JS)

2009-05-09 Thread mdipierro
I have used dataTable but I never tried jEditable. Should be easy to do. On May 9, 12:03 pm, Hans wrote: > Has anyone managed to implement a editable grid into web2py, something > likehttp://datatables.net/examples/example_editable.html? > If so could you share a full (working!) example ? > > Ha

[web2py:21550] Re: Bug in database admin pages

2009-05-09 Thread mdipierro
Could you explain better? On May 9, 12:25 pm, Jason Brower wrote: > I was trying to change the data of an existing user and I had noticed > that I had to re-upload the image.  Even if I click the little check box > to select the current one. > Regards, > Jason Brower --~--~-~--~~

[web2py:21551] Re: Newbie debugger issues with IDLE and web2py.py

2009-05-09 Thread dlypka
Yes, I intend to purchase Wing, however I still wish to gain some experience with the core debuggers. On May 9, 2:53 pm, Yarko Tymciurak wrote: > You could try an eval or even a free version of > Wing:http://www.wingware.com/wingide/features > > > > On Sat, May 9, 2009 at 12:59 PM, dlypka wrot

[web2py:21552] Re: svn help

2009-05-09 Thread Richard
hello, is this still a problem? Does this mean we should be using bzr to get updates until moving to mercurial? Richard On May 8, 12:57 am, mdipierro wrote: > I hate svn! > > massimo-di-pierros-macbook:web2py_svn mdipierro$ svn rm --force doc/ > build > D         doc/build > massimo-di-pierros

[web2py:21553] Re: CRUD not updating

2009-05-09 Thread Tito Garrido
Hi, I've tried to set this auth.settings.update_next=URL(r=request,f='index') but it keeps going to data/tables Is it a bug? Thanks! On Sun, Apr 19, 2009 at 7:36 PM, mdipierro wrote: > > yes. > > auth.settings.update_next=URL(...) > > On 19 Apr, 16:55, Tito Garrido wrote: > > Now it works...

[web2py:21554] Re: svn help

2009-05-09 Thread mdipierro
I have not been able to update svn in a couple of days. launchpad (bzr) is more updated the svn.. I do not know understand svn well enough to fix this problem. Massimo On May 9, 5:02 pm, Richard wrote: > hello, > > is this still a problem? Does this mean we should be using bzr to get > updates

[web2py:21555] Re: CRUD not updating

2009-05-09 Thread mdipierro
oops. should have been crud.settings.update_next=URL(r=request,f='index') Let us know if it works. On May 9, 5:48 pm, Tito Garrido wrote: > Hi, > > I've tried to set this auth.settings.update_next=URL(r=request,f='index') > but it keeps going to data/tables > > Is it a bug? > > Thanks! > > > >

[web2py:21556] Re: CRUD not updating

2009-05-09 Thread Tito Garrido
Working! Thank you! On Sat, May 9, 2009 at 8:46 PM, mdipierro wrote: > > oops. should have been > > crud.settings.update_next=URL(r=request,f='index') > > Let us know if it works. > > On May 9, 5:48 pm, Tito Garrido wrote: > > Hi, > > > > I've tried to set this auth.settings.update_next=URL(r=

[web2py:21557] Too many value to unpack

2009-05-09 Thread Keith
Greetings: I'm creating my first model. I set up the database and first table like this: db=SQLDB('sqlite://db.db') db.define_table('contact', SQLField('cont_first_name', 'string', length=15), SQLField('cont_last_name', 'string', length=25), SQLField('cont_organization', 'stri

[web2py:21558] Re: svn help

2009-05-09 Thread Álvaro Justen [Turicas]
On Thu, May 7, 2009 at 11:57 AM, mdipierro wrote: > I hate svn! > > massimo-di-pierros-macbook:web2py_svn mdipierro$ svn rm --force doc/ > build > D         doc/build > massimo-di-pierros-macbook:web2py_svn mdipierro$ svn commit -m > "cleanup" > svn: Commit failed (details follow): > svn: Directo

[web2py:21559] Re: Too many value to unpack

2009-05-09 Thread mdipierro
This has nothing to do with upload (and your table is correct) but something is wrong with validators. Are you setting any validators? Can you post the code? Massimo On May 9, 7:36 pm, Keith wrote: > Greetings: > > I'm creating my first model. I set up the database and first table > like this:

[web2py:21560] Re: svn help

2009-05-09 Thread lesh
I may be mistaken, but it appears you may have manually deleted the files prior to issuing the command to Subversion. When subversion goes to commit the change, it then tries to clean up the files you have "marked" for deletion. The error complains that it cannot complete your request because the

[web2py:21561] Re: svn help

2009-05-09 Thread mdipierro
That is true. I will do what Alvaro suggested. On May 10, 12:35 am, lesh wrote: > I may be mistaken, but it appears you may have manually deleted the > files prior to issuing the command to Subversion. When subversion goes > to commit the change, it then tries to clean up the files you have > "m