[web2py:25655] Re: proposal: 'close' argument for html helpers

2009-07-05 Thread mdipierro
I do not see why anybody would use helpers this way. the purpose of helpers is not producting HTML code but provide a serverside representation of the DOM. Breaking a tag/tag into two separate object just breaks the mechanism. Massimo On Jul 5, 12:38 am, Jonathan Lundell jlund...@pobox.com

[web2py:25654] Re: html escaping a string

2009-07-05 Thread mdipierro
{{import cgi}} the replace {{=s.title}} with {{=cgi.escape(s.title,True)}} On Jul 4, 8:02 pm, mr.freeze nat...@freezable.com wrote: I am trying to pass a web2py string var that contains quotes, apostrophes, slashes, etc. to an element's onmouseover  method (

[web2py:25656] Removing tables and validators.

2009-07-05 Thread annet
I have one application in which I have all the crud functionality on the database. In a second application I have functions that only retrieve data from the database. I thought of removing all the tables that have no relationship with the second application and the validators of the tables I do

[web2py:25657] Re: Removing tables and validators.

2009-07-05 Thread Yarko Tymciurak
if you are talking about removing the web2py DAL definitions that aren't used, you should have not problem. You don't even need to define unreferenced fields within a table. You will want to set migrate=False in these definitions. On Sun, Jul 5, 2009 at 1:59 AM, annet annet.verm...@gmail.com

[web2py:25658] Re: Removing tables and validators.

2009-07-05 Thread annet
Yarko, Thanks for your reply, indeed I set the migrate=False. Kind regards, Annet --~--~-~--~~~---~--~~ 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:25659] stacking applications

2009-07-05 Thread Richard
hello, I have a core application that I want to customize for a few different uses. But I want to avoid forking for each version because the core application will be further developed. Is it possible to 'stack' applications so that I can override functionality but keep the core constant?

[web2py:25660] Re: GAE error

2009-07-05 Thread Vidul Petrov
That's true - it's web2py 1.59. Thank you. On Jul 4, 7:12 pm, mdipierro mdipie...@cs.depaul.edu wrote: On a second look. I think you may be using an old web2py or perhaps an old gaehandler.py On Jul 4, 2:32 am, Vidul Petrov vidul.r...@gmail.com wrote: Hi, Anybody any idea about the

[web2py:25662] Re: No ticket issues ?

2009-07-05 Thread Fauché JM
I have réinstall web2py and it is the same ! For be sure it isn't my application witch is in case I just create a new one Test a clone of welcome in witch i just put in index the line x=y/0 to be sure generate an error when running it generate a first ticket internal error: Test/

[web2py:25663] Re: auto_complete broken

2009-07-05 Thread annet
When I replace the init_ajax.html file with my previous init_ajax.html file the problem is solved. So the current web2py_ajax.html file is not backward compatible with what I implemented previously. I would like to use a copy of the current web2py_ajax.html file, how do I fix the problem? Kind

[web2py:25664] Re: No ticket issues ?

2009-07-05 Thread Hans Donner
what version of web2py are you running / where did you retrieve it from? I've taken a fresh install from trunk and done the same as you, and I get nice ticket screen On Sun, Jul 5, 2009 at 3:38 PM, Fauché JMjm.fau...@free.fr wrote: I have réinstall web2py and it is the same ! For be sure it

[web2py:25665] Re: No ticket issues ?

2009-07-05 Thread Fauché JM
I use a fresh one too 1.65.0 ,on windows ,running from web2py.exe (without source) When looking in sources: the problem seems to be arround admin/controllers/default.py : def ticket(): ... e.load(apath('%s/errors/%s' % (app, ticket), r=request)) =give self+2 arguments When looking in

[web2py:25667] Re: stacking applications

2009-07-05 Thread mdipierro
No. On Jul 5, 7:37 am, Richard richar...@gmail.com wrote: hello, I have a core application that I want to customize for a few different uses. But I want to avoid forking for each version because the core application will be further developed. Is it possible to 'stack' applications so that

[web2py:25668] Re: auto_complete broken

2009-07-05 Thread mdipierro
ajax does not need to be backward compatible. because it belongs to the apps and therefore does not get upgraded. Anyway, I do not think there was any backward incompatible change. What broke? On Jul 5, 8:49 am, annet annet.verm...@gmail.com wrote: When I replace the init_ajax.html file with my

[web2py:25670] Re: html escaping a string

2009-07-05 Thread mr.freeze
Thanks Massimo. That is what I attempted first but cgi.escape only handles , , and . I was hoping for a single method that dealt with everything. No worries, it is easy enough to write one. On Jul 5, 1:31 am, mdipierro mdipie...@cs.depaul.edu wrote: {{import cgi}} the replace {{=s.title}}

[web2py:25671] Re: html escaping a string

2009-07-05 Thread mdipierro
It handles strings if the second argument is trues On Jul 5, 10:35 am, mr.freeze nat...@freezable.com wrote: Thanks Massimo.  That is what I attempted first but cgi.escape only handles , , and . I was hoping for a single method that dealt with everything.  No worries, it is easy enough to

[web2py:25672] web2py 1.65.1 is OUT

2009-07-05 Thread mdipierro
This is mostly do address one bug in the windows binary that does not show tickets. It also includes the new syntax DAL(...) instead of SQLDB(...) DAL('gae') instead of GQLDB() Field instead of SQLField (the old syntax still works) It also includes - gluon/contrib/login_methods/cas_auth.py

[web2py:25673] Re: web2py 1.65.1 is OUT

2009-07-05 Thread mdipierro
and thanks to Yarko for fixing all the examples to reflex the new DAL syntax. Mind that we are not packaging the new DAL but we want to allow both syntax from now so that I can complete the new book. On Jul 5, 10:42 am, mdipierro mdipie...@cs.depaul.edu wrote: This is mostly do address

[web2py:25674] Re: web2py 1.65.0 is out

2009-07-05 Thread Hans Donner
the admin view for tickets viewing should now be enabled... On Thu, Jul 2, 2009 at 1:09 AM, mdipierromdipie...@cs.depaul.edu wrote: On Jul 1, 6:04 pm, Dan danbr...@gmail.com wrote: new auth.settings.create_user_groups good! tickets stored on datastore on GAE and also logged, (Hans and

[web2py:25675] Re: web2py 1.65.1 is OUT

2009-07-05 Thread Zoom.Quiet
On Sun, Jul 5, 2009 at 23:42, mdipierromdipie...@cs.depaul.edu wrote: This is mostly do address one bug in the windows binary that does not show tickets. It also includes the new syntax DAL(...) instead of SQLDB(...) DAL('gae') instead of GQLDB() Field instead of SQLField (the old syntax

[web2py:25676] Re: web2py 1.65.1 is OUT

2009-07-05 Thread Zoom.Quiet
On Sun, Jul 5, 2009 at 23:53, mdipierromdipie...@cs.depaul.edu wrote: and thanks to Yarko for fixing all the examples to reflex the new DAL syntax. Mind that we are not packaging the new DAL but we want to allow both syntax from now so that I can complete the new book. Mnnn new book,

[web2py:25677] Interesting issue with links...

2009-07-05 Thread Jason Brower
I have a funny issue with links... ip/IID and ip/IID/ are different. The second one works, but the first one goes to the wrong pages all the time. This is in the view... div class=center w200 a href=default/user/register img

[web2py:25678] Re: web2py 1.65.1 is OUT

2009-07-05 Thread Fauché JM
I install the windows binary and it appear as 1.65.0 version I think it is in fact the 1.65.1 one because the ticket issue is working well now...but the administrative interface say: Version web2py Version 1.65.0 (2009-07-01 12:16:25) A new version of web2py is available: Version 1.65.1

[web2py:25679] Re: web2py 1.65.1 is OUT

2009-07-05 Thread mdipierro
I am writing the new book so that I minimize changes. There are many additions in the form of new sections inserted here and there. There is a new chapter about auth. chap3 is probably the only chapter that will include a major rewrite. If you are translating the old book, it will be easy to make

[web2py:25680] Re: Interesting issue with links...

2009-07-05 Thread mdipierro
I do not understand. Sorry. On Jul 5, 11:31 am, Jason Brower encomp...@gmail.com wrote: I have a funny issue with links... ip/IID and ip/IID/ are different. The second one works, but the first one goes to the wrong pages all the time. This is in the view... div class=center w200        

[web2py:25681] Re: Interesting issue with links...

2009-07-05 Thread Hans Donner
me neither. Please indicate what goes wrong and how do you come to that conclusion On Sun, Jul 5, 2009 at 6:42 PM, mdipierromdipie...@cs.depaul.edu wrote: I do not understand. Sorry. On Jul 5, 11:31 am, Jason Brower encomp...@gmail.com wrote: I have a funny issue with links... ip/IID and

[web2py:25682] How do we petition Google to mention web2py?

2009-07-05 Thread weheh
Google's page about App Engine http://code.google.com/appengine/docs/whatisgoogleappengine.html states the following: ... The Python Runtime Environment With App Engine's Python runtime environment, you can implement your app using the Python programming language, and run it on an optimized

[web2py:25683] Re: web2py 1.65.1 is OUT

2009-07-05 Thread weheh
I'm on the new release 1.65.1 and it tests out ok on my app. --~--~-~--~~~---~--~~ 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

[web2py:25684] data admin problem

2009-07-05 Thread JohnMc
I receive the following error when I attempt to access the table below with 'database administration'. Form works fine. Using Web2py 1.63 Error traceback Traceback (most recent call last): File /home/rootuser/New/gluon/restricted.py, line 107, in restricted File

[web2py:25685] Re: How do we petition Google to mention web2py?

2009-07-05 Thread mdipierro
I do not know but I guess you can email Guido van Rossum. He works there. Massimo On Jul 5, 11:58 am, weheh richard_gor...@verizon.net wrote: Google's page about App Enginehttp://code.google.com/appengine/docs/whatisgoogleappengine.html states the following: ... The Python Runtime

[web2py:25686] Re: data admin problem

2009-07-05 Thread mdipierro
I do not know. Can you try the latest version? On Jul 5, 12:28 pm, JohnMc maruadventu...@gmail.com wrote: I receive the following error when I attempt to access the table below with 'database administration'. Form works fine. Using Web2py 1.63 Error traceback Traceback (most recent call

[web2py:25687] Error in AlterEgo auth doc

2009-07-05 Thread weheh
http://mdp.cti.depaul.edu/examples/default/tools#authentication has an error in the code snippet on custom user tables. Here is my correction: auth.settings.table_user = db.define_table( auth.settings.table_user_name, db.Field('first_name', length=128,default=''),

[web2py:25688] Re: No ticket issues ?

2009-07-05 Thread weheh
I just ran into this issue with a fresh 1.65.1. This is a nasty show- stopper. --~--~-~--~~~---~--~~ 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

[web2py:25689] Re: proposal: 'close' argument for html helpers

2009-07-05 Thread Jonathan Lundell
On Jul 4, 2009, at 11:34 PM, mdipierro wrote: I do not see why anybody would use helpers this way. the purpose of helpers is not producting HTML code but provide a serverside representation of the DOM. Breaking a tag/tag into two separate object just breaks the mechanism. I'd like to try

[web2py:25690] Re: Error in AlterEgo auth doc

2009-07-05 Thread mdipierro
what is the error? On Jul 5, 12:36 pm, weheh richard_gor...@verizon.net wrote: http://mdp.cti.depaul.edu/examples/default/tools#authentication has an error in the code snippet on custom user tables. Here is my correction: auth.settings.table_user = db.define_table(        

[web2py:25691] Re: No ticket issues ?

2009-07-05 Thread Hans Donner
just downloaded thebin version. web2py Version 1.65.0 (2009-07-01 12:16:25) but no problem showing tickets On Sun, Jul 5, 2009 at 7:39 PM, wehehrichard_gor...@verizon.net wrote: I just ran into this issue with a fresh 1.65.1. This is a nasty show- stopper.

[web2py:25692] Re: No ticket issues ?

2009-07-05 Thread mdipierro
haha. You are not upgrading admin. run web2py with --upgrade On Jul 5, 12:39 pm, weheh richard_gor...@verizon.net wrote: I just ran into this issue with a fresh 1.65.1. This is a nasty show- stopper. --~--~-~--~~~---~--~~ You received this message because you

[web2py:25694] Re: No ticket issues ?

2009-07-05 Thread Fauché JM
Yes Now it's good def ticket(): in 1.65.0 ... e.load(apath('%s/errors/%s' % (app, ticket), r=request)) have changed in: def ticket(): in 1.65.1 (but still named 1.65.0 in windows binary ...) ... e.load(request, app, ticket) so: OK Jean-Marc

[web2py:25695] Re: auto_complete broken

2009-07-05 Thread annet
Massimo, Anyway, I do not think there was any backward incompatible change. You are right. I replaced lines of code between the working file and the one that wasn't working, it turned out that this: jQuery('#clubbyplace').autocomplete('/init/handlers/clubbyplaceAC', {maxItemsToShow:12});

[web2py:25696] Re: auto_complete broken

2009-07-05 Thread mdipierro
are you suggested we change web2py_ajax.html? If so could you send me the change? On Jul 5, 1:30 pm, annet annet.verm...@gmail.com wrote: Massimo, Anyway, I do not think there was any backward incompatible change. You are right. I replaced lines of code between the working file and the

[web2py:25697] Re: Interesting issue with links...

2009-07-05 Thread mr.freeze
What happens when you use the URL function to generate the href attributes? On Jul 5, 11:31 am, Jason Brower encomp...@gmail.com wrote: I have a funny issue with links... ip/IID and ip/IID/ are different. The second one works, but the first one goes to the wrong pages all the time. This

[web2py:25698] Re: Interesting issue with links...

2009-07-05 Thread Jason Brower
I think I got it... it was simply using a static like link. Instead of: a href=default/user/register I did this... a href=/IID/default/user/register And seemed to solve my issue. Regards, Jason On Sun, 2009-07-05 at 09:42 -0700, mdipierro wrote: I do not understand. Sorry. On Jul 5, 11:31

[web2py:25699] Re: No ticket issues ?

2009-07-05 Thread weheh
I just ran it with the --upgrade option: web2py --upgrade -a password - i ip.addr -p 8000 and it still has the ticket problem. On Jul 5, 1:58 pm, mdipierro mdipie...@cs.depaul.edu wrote: haha. You are not upgrading admin. run web2py with --upgrade On Jul 5, 12:39 pm, weheh

[web2py:25700] Re: Error in AlterEgo auth doc

2009-07-05 Thread weheh
Missing closing braces and comma ), at end of email field definition. On Jul 5, 1:55 pm, mdipierro mdipie...@cs.depaul.edu wrote: what is the error? On Jul 5, 12:36 pm, weheh richard_gor...@verizon.net wrote: http://mdp.cti.depaul.edu/examples/default/tools#authentication has an error

[web2py:25701] Re: No ticket issues ?

2009-07-05 Thread mdipierro
Do this: cd applications/admin tar zxvf ../../admin.w2p Massimo On Jul 5, 2:28 pm, weheh richard_gor...@verizon.net wrote: I just ran it with the --upgrade option: web2py --upgrade -a password - i ip.addr -p 8000 and it still has the ticket problem. On Jul 5, 1:58 pm, mdipierro

[web2py:25703] Re: No ticket issues ?

2009-07-05 Thread weheh
Sorry, Massimo, I'm on windows. --~--~-~--~~~---~--~~ 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

[web2py:25704] Re: No ticket issues ?

2009-07-05 Thread Hans Donner
normally winzip or 7 zip can be used to extract a tar file. in this case, get the contents of admin.w2p and place it over the contents in applications/admin On Sun, Jul 5, 2009 at 9:53 PM, wehehrichard_gor...@verizon.net wrote: Sorry, Massimo, I'm on windows.

[web2py:25702] Re: Error in AlterEgo auth doc

2009-07-05 Thread Yarko Tymciurak
yes, it looks like you found a typo you are correct; the requires at the end of the email field definition didn't have a closing ), for that field... On Sun, Jul 5, 2009 at 2:30 PM, weheh richard_gor...@verizon.net wrote: Missing closing braces and comma ), at end of email field

[web2py:25705] Re: No ticket issues ?

2009-07-05 Thread weheh
I can't get it to work. Where is this going, anyway? What are we trying to determine by tarring or detarring that admin.w2p file? It's small enough that if someone wanted to inspect it I could email it. --~--~-~--~~~---~--~~ You received this message because you

[web2py:25706] Re: Error in AlterEgo auth doc

2009-07-05 Thread mdipierro
thanks On Jul 5, 2:51 pm, Yarko Tymciurak yark...@gmail.com wrote: yes, it looks like you found a typo you are correct;  the requires  at the end of the email field definition didn't have a closing ), for that field... On Sun, Jul 5, 2009 at 2:30 PM, weheh richard_gor...@verizon.net

[web2py:25707] Re: No ticket issues ?

2009-07-05 Thread Hans Donner
it seems your admin app is not upgraded, hence the issue you are having. If you work with a new install and past in your app, it should also work fine. On Sun, Jul 5, 2009 at 10:03 PM, wehehrichard_gor...@verizon.net wrote: I can't get it to work. Where is this going, anyway? What are we

[web2py:25708] Re: No ticket issues ?

2009-07-05 Thread Yarko Tymciurak
http://www.7-zip.org/ If you are having permission or some problem related to your installation, then trying to untar manually will show you more. On Sun, Jul 5, 2009 at 3:03 PM, weheh richard_gor...@verizon.net wrote: I can't get it to work. Where is this going, anyway? What are we trying

[web2py:25709] Re: No ticket issues ?

2009-07-05 Thread Yarko Tymciurak
alternately, you could try a completely new, fresh install on your windows, move just your test app over and see if that solves the problem - one way or another you seem to have a problem which others are (at the moment) not, so the goal is to find small steps to identify the areas that could be

[web2py:25710] Re: No ticket issues ?

2009-07-05 Thread weheh
OK, I downloaded 7-zip. Extracted the admin.w2p manually and moved the extracted admin folder to the web2py/applications folder. Problem still there ... no change. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[web2py:25711] Re: No ticket issues ?

2009-07-05 Thread mdipierro
I downloaded the latest web2py_win.zip from the web2py, unzipped it, opened admin.w2p and the buggy line is NOT there. Massimo On Jul 5, 3:21 pm, weheh richard_gor...@verizon.net wrote: OK, I downloaded 7-zip. Extracted the admin.w2p manually and moved the extracted admin folder to the

[web2py:25712] Re: No ticket issues ?

2009-07-05 Thread Yarko Tymciurak
clearly something not yet understood is going on for weheh weheh --- can you try running this from inside WingIDE, and see if you can capture what is going on? If you need help setting up breakpoits to get started, we can help... On Sun, Jul 5, 2009 at 3:27 PM, mdipierro

[web2py:25713] Re: No ticket issues ?

2009-07-05 Thread Hans Donner
How did you get the refresh? Can you do a redownload to make sure you have the latest version? Did you try a fresh install in a new folder and can you recreate it there? Various people now have indicated that it works for them, so it seems an issue at your side. See also the ussgtesion form

[web2py:25714] Re: No ticket issues ?

2009-07-05 Thread weheh
I will try a fresh install. I originally installed by downloading, extracting, then copying the files on top of existing installation. Will report findings when done. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[web2py:25715] Re: No ticket issues ?

2009-07-05 Thread Yarko Tymciurak
let's check some other things too - which versoin of python? sizes checksums on the download, etc. On Sun, Jul 5, 2009 at 3:36 PM, Hans Donner hans.don...@pobox.com wrote: How did you get the refresh? Can you do a redownload to make sure you have the latest version? Did you try a

[web2py:25716] Re: No ticket issues ?

2009-07-05 Thread Yarko Tymciurak
good - a fresh install will reduce the number of variables On Sun, Jul 5, 2009 at 3:39 PM, weheh richard_gor...@verizon.net wrote: I will try a fresh install. I originally installed by downloading, extracting, then copying the files on top of existing installation. Will report findings when

[web2py:25720] Trouble with Recaptcha

2009-07-05 Thread weheh
On my clean install of 1.65.1 I'm trying out a brand new test app. All I'm trying to do is test out all the auth stuff as documented in AlterEgo. I'm getting an error on the line: auth.settings.captcha=Recaptcha (request,public_key='RECAPTCHA_PUBLIC_KEY',private_key='RECAPTCHA_PRIVATE_KEY')

[web2py:25718] Re: Error in AlterEgo auth doc

2009-07-05 Thread weheh
Thought it was important to relate here since you're working on the auth doc. --~--~-~--~~~---~--~~ 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

[web2py:25721] Re: No ticket issues ?

2009-07-05 Thread Hans Donner
sourcegear diffmerge also works very well... On Sun, Jul 5, 2009 at 10:53 PM, Yarko Tymciurakyark...@gmail.com wrote: Glad to hear you got it resolved... If you want to try to figure out what the difference is between the two installs, you might want to look at (or selectively look at) the

[web2py:25723] Re: No ticket issues ?

2009-07-05 Thread weheh
Thanks Yarko and Hans for the help and the pointers to useful diff programs. --~--~-~--~~~---~--~~ 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

[web2py:25724] Re: No ticket issues ?

2009-07-05 Thread Yarko Tymciurak
you can also run rsync w/ the dry run option (-n) to see what files rsync are different... ... and I've just been reminded that there's also http://www.midnight-commander.org/ which does some sort of directory comparisons (although I haven't tried); I suppose there's also (then) filezilla

[web2py:25725] Re: No ticket issues ?

2009-07-05 Thread Yarko Tymciurak
np - for rsync, diff, tar, and all those nifty, useful command lines (as well as being able to do basic shell scripting stuff) you might consider taking the step of grabbing cygwin - I don't know how I could have gotten anything done on windows without it; the full install is huge, but if you

[web2py:25726] Re: No ticket issues ?

2009-07-05 Thread Hans Donner
gnuwin32.sourceforge.net might be usefull as well (in stead of cygwin) On Sun, Jul 5, 2009 at 11:17 PM, Yarko Tymciurakyark...@gmail.com wrote: np - for rsync, diff, tar, and all those nifty, useful command lines (as well as being able to do basic shell scripting stuff) you might consider

[web2py:25722] Re: Error in AlterEgo auth doc

2009-07-05 Thread weheh
Another problem with the above script: requires = [IS_EMAIL(), IS_NOT_IN_DB (db,'%s.email'%self.settings.table_user_name)] should read: requires = [IS_EMAIL(), IS_NOT_IN_DB (db,'%s.email'%auth.settings.table_user_name)] --~--~-~--~~~---~--~~ You received this

[web2py:25727] Getting auth to work

2009-07-05 Thread weheh
OK, so I've done a clean new install and started a new app. I've created db.py by reordering the stuff on auth from AlterEgo and fixing a typo: -- # -*- coding: utf-8 -*-

[web2py:25728] Re: Getting auth to work

2009-07-05 Thread mdipierro
where did you get these 3 lines from? auth.define_tables()# creates all needed tables auth.settings.user = db.define_table( auth.settings.auth_user, they should be auth.settings.user_table = db.define_table( auth.settings.auth_user_table, and

[web2py:25729] Re: Getting auth to work

2009-07-05 Thread weheh
Thanks, Massimo. I made up those 3 lines in an attempt to get things to work. Obviously, I didn't know what I was doing :( So I made your changes as per this: # CUSTOM USER # instantiate auth auth=Auth(globals(),db) # define custom user table

[web2py:25730] Re: No ticket issues ?

2009-07-05 Thread Yarko Tymciurak
unfortunately, that does not have some key tools, and - as a emulation of Linux and shell environs I think will be lacking (no rsync, for example). I think its fine if you don't want to install a bigger wad, and if you have specific needs it covers... but cygwin updates are automated and easy,

[web2py:25731] Re: No ticket issues ?

2009-07-05 Thread Yarko Tymciurak
of course, weheh, for testing you might find it useful / interesting (if you have 2G plus of ram) to just get an ubuntu image, and install it in virtualbox (www.virtualbox.org) --- I did android development and builds that way, and it was surprisingly fast (maybe 85% or 90% of native boot) ---

[web2py:25732] Re: Custom forms and dealing with error messages

2009-07-05 Thread Archer
Ah - slide 72? Where would that be? On Jun 28, 8:01 am, mdipierro mdipie...@cs.depaul.edu wrote: Actually the best way to customize forms is using the method explain in slide 72 (slides are not atwww.web2py.com). Errormessages normally are inform.errors and they get displayed below the

[web2py:25733] Re: Custom forms and dealing with error messages

2009-07-05 Thread Yarko Tymciurak
On Sun, Jul 5, 2009 at 4:56 PM, Archer dfdumar...@gmail.com wrote: Ah - slide 72? Where would that be? On Jun 28, 8:01 am, mdipierro mdipie...@cs.depaul.edu wrote: Actually the best way to customize forms is using the method explain in slide 72 (slides are not atwww.web2py.com). I think

[web2py:25736] Re: Getting auth to work

2009-07-05 Thread weheh
Massimo, Let's start over. I went back to AlterEgo and redid my db.py file from scratch. It now reads (comments omitted for brevity): db = DAL('sqlite://storage.db') # if not, use SQLite or other DB from gluon.tools import Mail, Auth, Crud# new in web2py 1.56 mail=Mail()

[web2py:25734] Re: Custom forms and dealing with error messages

2009-07-05 Thread mdipierro
you can also download them directly from web2py.com/examples/default/ docs in pdf/ppt/key bypassing scribd On Jul 5, 5:02 pm, Yarko Tymciurak yark...@gmail.com wrote: On Sun, Jul 5, 2009 at 4:56 PM, Archer dfdumar...@gmail.com wrote: Ah - slide 72? Where would that be? On Jun 28, 8:01 am,

[web2py:25735] Re: Getting auth to work

2009-07-05 Thread mdipierro
my fault here. I typed too fast auth.settings.user_table = db.define_table( auth.settings.auth_user_table, should be auth.settings.table_user = db.define_table( auth.settings.table_user_name, Massimo On Jul 5, 4:41 pm, weheh richard_gor...@verizon.net wrote: Thanks, Massimo.

[web2py:25737] Re: Getting auth to work

2009-07-05 Thread weheh
Massimo, thanks. But I think we should forget about this thread for now. I'm moving from AlterEgo to your latest slides, and there seems to be some more detail. So I think your time is better spent writing the auth doc. I would be happy to offer my assistance reviewing the doc and helping to

[web2py:25738] Re: How do we petition Google to mention web2py?

2009-07-05 Thread weheh
What's his email? Send it to me privately if you have it. I'm sure he gets tons of email, but I'll be happy to compose a brief letter. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py Web Framework group. To

[web2py:25739] Re: How do we petition Google to mention web2py?

2009-07-05 Thread Yarko Tymciurak
he's fully aware of web2py... he personally likes using django, and heads up (or at least is a lead player) on gae... I think it would serve web2py better to not ask for recognition, but rather show useful applications on gae, and show increasing support for bigtables... for example, reitveld

[web2py:25740] Re: stacking applications

2009-07-05 Thread Richard
I didn't think so. So what would you recommend. I have a language learning app that I need to customize for a few different languages (more that just strings) but the core is still being developed. On Jul 6, 1:03 am, mdipierro mdipie...@cs.depaul.edu wrote: No. On Jul 5, 7:37 am, Richard

[web2py:25741] Re: How do we petition Google to mention web2py?

2009-07-05 Thread Richard
you could try contacting Guido through his blog: http://neopythonic.blogspot.com/ On Jul 6, 9:52 am, weheh richard_gor...@verizon.net wrote: What's his email? Send it to me privately if you have it. I'm sure he gets tons of email, but I'll be happy to compose a brief letter.

[web2py:25742] Re: Google app and AuthSub

2009-07-05 Thread Richard
there was a thread related to gmail authentication here: http://groups.google.com/group/web2py/browse_thread/thread/5f6a2780a31142f Massimo mentioned that web2py will soon have an API to allow a login form like stackoverflow.com (multiple OpenID providers)! Richard On Jul 3, 5:03 pm, weheh

[web2py:25743] Re: How do we petition Google to mention web2py?

2009-07-05 Thread weheh
Agreed with Yarko that until and unless web2py is as effective with Google Apps as Django, then I would hold off any petitioning. However, if it is as good, then I don't understand why Google would necessarily show such a clear bias towards Django on the Google Apps info page. In addition,

[web2py:25744] Re: IDEA: account setup for translations by non admins...

2009-07-05 Thread Richard
I've also been wondering how to do this for a language learning app I'm working on. My users wouldn't be comfortable with a raw .po file and I want to avoid the extra dependencies of something external like pootle. Has anyone else made public translations possible in a web2py app? Richard On

[web2py:25746] Re: How do we petition Google to mention web2py?

2009-07-05 Thread weheh
Well put, Yarko. --~--~-~--~~~---~--~~ 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

[web2py:25745] Re: How do we petition Google to mention web2py?

2009-07-05 Thread Yarko Tymciurak
I thought I explained that perfectly well - it may be as good, but it has not the length and bredth of track record. We can do things; we can do things quickly; we can show how you would do things; sometimes we find that things you would want to do just a little different aren't so easy to do,

[web2py:25747] Re: How do we petition Google to mention web2py?

2009-07-05 Thread Yarko Tymciurak
:-) I'll also say that the people who participated in the fire of the news industry were skilled, survived it, and manage to show that industry they could do useful things... were / are the driving factor behind django being where it is. Python benefited. We all did. I applaud them! On Sun,

[web2py:25748] Re: How do we petition Google to mention web2py?

2009-07-05 Thread Yarko Tymciurak
(you can tell I appreciate Massimo - just look at the number of posts on web2py ;-)) On Sun, Jul 5, 2009 at 9:19 PM, Yarko Tymciurak yark...@gmail.com wrote: :-) I'll also say that the people who participated in the fire of the news industry were skilled, survived it, and manage to show

[web2py:25749] Re: How do we petition Google to mention web2py?

2009-07-05 Thread weheh
I never doubted it. --~--~-~--~~~---~--~~ 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

[web2py:25750] Re: How do we petition Google to mention web2py?

2009-07-05 Thread JohnMc
A round about way with the Google is 'summer of code'. If there is one or several students making pitches for project acceptance that uses web2py for the project, then some form of recognition would be automatic. JohnMc On Jul 5, 10:26 pm, weheh richard_gor...@verizon.net wrote: I never

[web2py:25751] Re: How do we petition Google to mention web2py?

2009-07-05 Thread Hans Donner
And don't forget, web2py was already mentioned in a google appengine blogpost http://googleappengine.blogspot.com/2009/05/web2py-support-new-datastore-backend.html That's how I ended up here... On Mon, Jul 6, 2009 at 6:23 AM, JohnMcmaruadventu...@gmail.com wrote: A round about way with the

[web2py:25752] web2pyslices.com test feedback

2009-07-05 Thread mr.freeze
I am putting together a paste bin site for web2py called web2pyslices.com. It has ratings, markdown, favorites, comments and a few other features. The test site is up at http://web2pyslices.com. I would appreciate any feedback. WARNING - the test database will probably be dumped when/if the

[web2py:25753] Re: How do we petition Google to mention web2py?

2009-07-05 Thread Yarko Tymciurak
yes - that was a nice, prominent mention On Sun, Jul 5, 2009 at 11:32 PM, Hans Donner hans.don...@pobox.com wrote: And don't forget, web2py was already mentioned in a google appengine blogpost http://googleappengine.blogspot.com/2009/05/web2py-support-new-datastore-backend.html

[web2py:25754] Re: need an ajax spreadsheet

2009-07-05 Thread Francois (Jersey)
Try to install from the following link http://www.web2py.com/appliances/default/download/app.source.abebe92ece83f899.73686565742e773270.w2p, and I still have an error message, Unable to install application spreadsheet. Am I the only one in this case? Francois

[web2py:25755] Re: auto_complete broken

2009-07-05 Thread annet
Massimo, are you suggested we change web2py_ajax.html? No, the line of code that caused the auto-complete to break was the solution to a previous problem, see this post: