Re: [web2py] Re: please help us test new web site

2010-10-11 Thread Jason Brower
Har har... way to keep it pythonic. They say to use Python jokes where ever you can. :D Does that make us more Pep8? On Mon, 2010-10-11 at 07:50 -0700, Jonathan Lundell wrote: > On Oct 11, 2010, at 12:05 AM, weheh wrote: > > > > I know it's late, but I've got it! The logo should be a simulacrum

Re: [web2py] Fwd: Solie Logo

2010-10-12 Thread Jason Brower
I LIKE THAT!!! On Tue, 2010-10-12 at 00:53 -0500, Massimo Di Pierro wrote: > Begin forwarded message: > > > From: Bruno Rocha > > > > > > > > >

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Jason Brower
I like the idea. I wonder how it would look with various colors. On Mon, 2010-10-11 at 22:41 -0700, weheh wrote: > More doodles. Fonts and colors are easily changed. > https://docs.google.com/leaf?id=0BzPqKovYWlw-YjdkYzllM2UtMWNlNy00N2MzLWExZGEtYWY2MDg4MmIwN2Ni&hl=en&authkey=CNrH5YQE

Re: [web2py] 'IS_NOT_EMPTY' is not defined

2010-10-14 Thread Jason Brower
Could you tell which line this is happening on? It sounds like a syntax error. On Thu, 2010-10-14 at 04:16 -0700, Francisco Costa wrote: > I'm getting this: > > NameError: global name 'IS_NOT_EMPTY' is not defined > > What should i import?

Re: [web2py] new web toolkit inside click here

2010-10-14 Thread Jason Brower
Punks.. Dont click. Spam. - Original message - > http://123maza.com/35/build415/

Re: [web2py] Re: Vote for a new logo

2010-10-14 Thread Jason Brower
Me too On Thu, 2010-10-14 at 17:40 +0200, Michele Comitini wrote: > I agree with Thadeus > > 2010/10/14 Thadeus Burgess : > > You really should remove the names of who voted for what. It creates a bias > > towards certain logos for new people to vote. > > > > The logos should also be randomized e

Re: [web2py] Re: Who made this? It is great!

2010-10-19 Thread Jason Brower
FUN! I think this is something more people can contribute to as it's higherlevel then the server/framework. BR, Jason On Tue, 2010-10-19 at 05:41 -0700, mdipierro wrote: > I am stealing this idea. In trunk: > > /admin/widget > > It is a work in progress so not everything works yet. > > On Oct

Re: [web2py] present a wait page to user

2010-10-20 Thread Jason Brower
I have had similar problem. Here is what you could do. Dont think about the page you click on but where you are redirecting. Get or post the parameters you want into the next page that is telling you to wait. Then on the "telling you to wait" page you take the parameters and start looking. As lo

[web2py] args in response.menu

2010-10-20 Thread Jason Brower
Are there no arg in response.menu? If not I can build it different, but I thought it would so I can do some special menu items. :/ Innerestin' --- BR, Jason <>

Re: [web2py] Re: present a wait page to user

2010-10-20 Thread Jason Brower
ur browser will eventually give up. (The page didn't load, timeout error, or something like that.) Perhaps this approach would be better. BR, Jason Brower On Wed, 2010-10-20 at 10:41 -0700, meland wrote: > Hi Jason, > > Thank you for your reply. I think I have tried something similar t

[web2py] äöå in the address bar....

2010-10-20 Thread Jason Brower
I can see it in google, I can use cär and it works... Why or how can I use äöå in that area or is there some other way to use it as a parameter when sending data to a page... BR, Jason Brower

Re: [web2py] Re: args in response.menu

2010-10-20 Thread Jason Brower
o default/products and the other to default/products/used. BR, Jason On Wed, 2010-10-20 at 11:26 -0700, mdipierro wrote: > ? > > On Oct 20, 12:26 pm, Jason Brower wrote: > > Are there no arg in response.menu? If not I can build it different, but > > I thought it would so I can do some special menu items. > > :/ Innerestin' > > --- > > BR, > > Jason > > > > face-uncertain.png > > 1KViewDownload

Re: [web2py] Re: How to access functions inside other controller files other than default

2010-10-20 Thread Jason Brower
Woah... I thought you had to do... URL(r=request, c='defaut', f='index',args=[1,2,3]) I am such an old school web2py'r :) Jason On Wed, 2010-10-20 at 15:22 -0700, Eric Vicenti wrote: > Vlad, > > URL is quite versatile. Not only can you do URL('function') for a > function in the current controller

Re: [web2py] new layouts pages

2010-10-20 Thread Jason Brower
I think I see where your going with this. Are you going to implement this in your recent work with the "application builder"? BR, Jason On Wed, 2010-10-20 at 18:04 -0700, mdipierro wrote: > http://web2py.com/layouts > > I deleted a lot of the crappy layouts and fixed the good ones. Now > they a

[web2py] Re: äöå in the address bar....

2010-10-20 Thread Jason Brower
For example, if I put... http://127.0.0.1:8000/furniture/default/results/sdfsafsdfa%C3%A4%C3%A4% C3%A4 It will not work and tells me I have an invalid controller. http://127.0.0.1:8000/furniture/default/results/sdfsafs Works. Any solution for this? BR, Jason Brower On Wed, 2010-10-20 at 20:52

Re: [web2py] Re: äöå in the address bar....

2010-10-20 Thread Jason Brower
That works, but how do I load that data? On Wed, 2010-10-20 at 19:57 -0700, Jonathan Lundell wrote: > On Oct 20, 2010, at 7:52 PM, Jason Brower wrote: > > > For example, if I put... > > http://127.0.0.1:8000/furniture/default/results/sdfsafsdfa%C3%A4%C3% > > A4%C3%A4

Re: [web2py] Re: args in response.menu

2010-10-20 Thread Jason Brower
Sorry that was a really dumb moment. Of course I can just put it in the URL. :P Sorry about that. On Wed, 2010-10-20 at 22:44 -0700, ron_m wrote: > This works > > URL(request.application,'default','products/used'), []) > > On Oct 20, 7:40 pm, Jas

Re: [web2py] Re: äöå in the address bar....

2010-10-21 Thread Jason Brower
It was my understanding that you called it as such... request.vars.variable_name So I want it so I can set the variable_name and it would respond with it's contents. BR, Jason On Wed, 2010-10-20 at 22:47 -0700, Jonathan Lundell wrote: > On Oct 20, 2010, at 10:34 PM, Jason Brow

Re: [web2py] web2py wizard (alpha) is here

2010-10-21 Thread Jason Brower
GREAT! I think we could make lots of improvements to that. Especially is special things, like if you want auth... then it should show more form information. And who wants to buy this poor guy a new magic mouse? He really needs to save his fingers from that poor trackpad! BR, Jason On Wed, 2010-

Re: [web2py] Re: args in response.menu

2010-10-21 Thread Jason Brower
> > > > > > > > > Ron > > > > > On Oct 20, 10:55 pm, Jonathan Lundell wrote: > > >> On Oct 20, 2010, at 10:44 PM, ron_m wrote: > > > > >>> This works > > > > >>> URL(request.application,&#x

Re: [web2py] Re: äöå in the address bar....

2010-10-21 Thread Jason Brower
This gets me pretty close! I can't put spaces in the field... is there a way to do that? In the end I will be parsing by space for a search feature I am trying to implement. Best Regards, Jason Brower On Thu, 2010-10-21 at 07:42 -0700, Jonathan Lundell wrote: > On Oct 21, 2010, at

Re: [web2py] Re: äöå in the address bar....

2010-10-21 Thread Jason Brower
: > > > On Oct 21, 2010, at 9:55 AM, Jason Brower wrote: > > > > > This gets me pretty close! > > > I can't put spaces in the field... is there a way to do that? > > > In the end I will be parsing by space for a search feature I am > > > try

[web2py] Dynamically adding items to search for...

2010-10-22 Thread Jason Brower
; I want to look for big & comfy & sofa... And it would be dynamicly sized... I only know how to look for the one value in many feilds at a time... but not many items dynamically. Any ideas? --- BR, Jason Brower

Re: [web2py] Dynamically adding items to search for...

2010-10-22 Thread Jason Brower
> Thadeus > > > > > On Fri, Oct 22, 2010 at 12:12 PM, Jason Brower > wrote: > > d this works with one string of works... > but I would like to look for items sigul > >

Re: [web2py] Re: Function that does not require a view

2010-10-24 Thread Jason Brower
I personally put them in a special section of the file I am using. It's easier to me. If you need to restrict access to it you can use the same decorators you normally use too. On Sun, 2010-10-24 at 07:11 -0700, mdipierro wrote: > If a function returns a string it does not require a view. > >

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-25 Thread Jason Brower
I like the white one! Very nice! Nothing wrong with the ship. Does it mean we are a flasg ship product with new ideas?! :D On Tue, 2010-10-26 at 00:46 +0200, Branko Vukelic wrote: > It says no more uploads, so I'll attach the first proposal here. In > the following days, I will probably do more

Re: [web2py] Quiet here tonight

2010-10-28 Thread Jason Brower
+1 have fun. Be nice to all those other frameworks. :) On Thu, 2010-10-28 at 22:34 -0700, ron_m wrote: > Massimo, your users of web2py wish you a safe and successful trip > spreading the good word about web2py. <>

Re: [web2py] Countries as Python objects

2010-11-03 Thread Jason Brower
Yeah, I noticed that a few months ago. It's very nice to use. On Wed, 2010-11-03 at 10:49 -0200, Bruno Rocha wrote: > > > > Countries as Python objects > > > http://opencountrycodes.appspot.com/python/ > >

[web2py] How do you create custom form feilds?

2010-11-04 Thread Jason Brower
data And then I would have to create customer forms for these as they are certainly not conventional. That second table here is like a 3 way cosmic convergence of craziness and I wonder if there is a better way. --- Best Regards, Jason Brower

Re: [web2py] Select most recent record from list

2010-11-06 Thread Jason Brower
I personally would use it to your advantage. Loop over them and pick the last one, or the first ones, time stamp. That should give what you need timestamp wise. While your at it, you can count them too, and use that info too. BR, Jason On Sat, 2010-11-06 at 04:15 -0700, Ruiwen Chua wrote: > Hi

[web2py:23458] My first complicated sql statement....

2009-06-06 Thread Jason Brower
I have a big fat book on SQL syntax. But I am hoping on using Web2Py's python syntax. I want to make it so my users that have tags that are the same can be listed with the tag is the same between them. The user I am looking up is the logged in user, I am using the auth feature. Soo I have tag "

[web2py:23560] need help with my multiplicity...

2009-06-07 Thread Jason Brower
B(db,'tag.id') db.user_tags.user_id.requires = IS_IN_DB(db,'users.id') db.users.first_name.requires = IS_NOT_EMPTY() db.users.last_name.requires = IS_NOT_EMPTY() db.users.password.requires = CRYPT() db.users.email.requires = [IS_EMAIL(), IS_NOT_IN_DB(db,'users.email')]

[web2py:23565] Re: need help with my multiplicity...

2009-06-07 Thread Jason Brower
t; > > db.user_tags.tag_id.requires = IS_IN_DB(db,'tag.id') > > db.user_tags.user_id.requires = IS_IN_DB(db,'users.id') > > > > db.users.first_name.requires = IS_NOT_EMPTY() > > db.users.last_name.requires = IS_NOT_EMPTY() > > db.users.password.requir

[web2py:23729] Re: Should we be tracking bugs and enhancement requests at Launchpad?

2009-06-09 Thread Jason Brower
Sadly, I agree, but 1 month ago, the choice was made to stick to what we have now. I REALLY want that to happen. Regards, Jason Brower On Tue, 2009-06-09 at 08:56 -0700, cesmiga wrote: > All: > > I'm not sure if this has been discussed in the past and would like to > hear mor

[web2py:23842] Stuck again...

2009-06-10 Thread Jason Brower
I have this fancy little help from you guys... But I can't quite seem to work with the data the way I like. Basically, I want to display a list of all users that have similar tags that I do. So I would get something like this: Tag Name 1 -- Massimo -- Jukka -- Billy Tag Name 2 -- Massimo --

[web2py:23926] Re: web2py 1.64.0 posted

2009-06-11 Thread Jason Brower
+1 on the Jython support! That will open a lot of doors at my work. Thanks! Regards, Jason Brower On Thu, 2009-06-11 at 08:27 -0700, mdipierro wrote: > Please check it out! > > - Models are much faster ~ 2.5x times (thanks Alexey) > - fully works on Jython without tweaks

[web2py:24050] My little blog post about web2py...

2009-06-12 Thread Jason Brower
2009/06/12/web2py-now-works-with-jython/ Regards, Jason Brower --~--~-~--~~~---~--~~ 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:24114] Trying to make a tag cloud...

2009-06-13 Thread Jason Brower
So we have gotten close with this: def status(): current_user_id=auth.user.id tags = db((db.users.id==db.user_tags.user_id) &(db.user_tags.tag_id==db.tag.id) &(db.user_tags.tag_id.belongs( db(db.user_tags.user_id==current_user_id)._select( db.user_tags.tag_i

[web2py:24116] I want to send an email...

2009-06-14 Thread Jason Brower
I found this... http://groups.google.com/group/web2py/browse_thread/thread/3250ef91619c7c19 but the link seems dead. Any new information I should know about? Just want to know how to send an email. Regards, Jason Brower --~--~-~--~~~---~--~~ You received this

[web2py:24125] Re: I want to send an email...

2009-06-14 Thread Jason Brower
Those two links in the mdp.cti.depaul.edu are not working for me. Weird. not even http://mdp.cti.depaul.edu/ loads. Regards, Jason Brower On Sun, 2009-06-14 at 01:48 -0700, Fran wrote: > On Jun 14, 8:34 am, Jason Brower wrote: > > I found > > this...http://groups.google.c

[web2py:24131] Re: I want to send an email...

2009-06-14 Thread Jason Brower
e > > http://www.web2py.com.//.php > http://www.web2py.com.//.asp > http://www.web2py.com.//.jsp > > will add you to the firewall and reject your IP forever. > > Massimo > > On Jun 14, 5:44 am, Jason Brower wrote: > > Those two links in the mdp.cti.depaul.edu

[web2py:24236] Re: I want to send an email...

2009-06-15 Thread Jason Brower
Thanks, I will try working with these. Regards, Jason On Sun, 2009-06-14 at 06:19 -0700, Fran wrote: > def email_user(sender,message,subject="group notice"): > import smtplib > fromaddr=sender > toaddrs=[x.email for x in db().select(db.recipient.email)] > msg="From: %s\r\nTo: %s\

[web2py:24321] Re: 3D visualizations in the browser with web2py

2009-06-16 Thread Jason Brower
:( I want to see it, but I am still blocked. Is there any way of allowing me again? (I need this site for my thesis work.;) Regards, Jason On Tue, 2009-06-16 at 16:14 -0700, mdipierro wrote: > http://web2py.com/3d > > Please send me comments, suggestions for improvements. > > Massimo > > -

[web2py:24379] Parsing through and sql-statement

2009-06-17 Thread Jason Brower
{{for user in relatedTags[tag]:}} User Name {{count2 += 1}} {{pass}} {{count +=1}} {{pass}} {{pass}} Have

[web2py:24533] Re: web2py.com down?

2009-06-20 Thread Jason Brower
sigh, still not working for me either. I need that documentation for my thesis. :( Regards, Jason On Sun, 2009-06-07 at 19:56 -0700, Jesse Bever wrote: > I can't access it it either I thought it was just me > > On Sun, Jun 7, 2009 at 1:30 PM, Hans Donner > wrote: > > for me i

[web2py:24537] Can't get the server to work online...

2009-06-20 Thread Jason Brower
I start web2py with this... python web2py.py -i 0.0.0.0 And it seem to run fine on that server... but when I try to go to the IP address from online it doesn't work. I know it's not my firewall as I have apache running on this computer too. I turned off apache before trying this. Rega

[web2py:24552] Re: Can't get the server to work online...

2009-06-20 Thread Jason Brower
Thanks Kuba, your awesome! Regards, Jason Brower On Sat, 2009-06-20 at 14:48 +0200, Kuba Kucharski wrote: > Have you tried specyfing BOTH ip and port parameter? > > > -- > Kuba > > > > --~--~-~--~~~---~--~~ You received t

[web2py:24554] Re: web2py.com down?

2009-06-20 Thread Jason Brower
There was some mention of a firewall. Sadly, I think we are on that list. I don't think it's punishment though. :P On Sat, 2009-06-20 at 08:30 -0500, Douglas Horst wrote: > It's not working for me either from home but it is from work. Both > are in the Chicago area. Trace route from home sti

[web2py:24651] ok ok I got da buuk

2009-06-21 Thread Jason Brower
I got it, and yeah, it's worth it. If your having trouble, and need to do your thesis, don't do anything until you get this. It's too bad I couldn't get the newer version. ;) I wanted to have details about auth and other nifties. Thanks M. R

[web2py:24677] Re: ok ok I got da buuk

2009-06-21 Thread Jason Brower
ok ok I got da buukn = ok ok I got the book. :) It's very nice. On Sun, 2009-06-21 at 13:25 -0700, mdipierro wrote: > ? > > On Jun 21, 1:38 pm, Jason Brower wrote: > > I got it, and yeah, it's worth it. > > If your having trouble, and need to do your thesis,

[web2py:24718] I think they call it a join... not sure which kind of join it is I need...

2009-06-22 Thread Jason Brower
I have 3 tables: 1 for tags 1 for users and one to stick them together based on there ID's How do I view all tags that a user has? I have the book, but I just don't know where to look. Don't really know the difference between an inner outer left join. :/ Regard

[web2py:24815] Re: I think they call it a join... not sure which kind of join it is I need...

2009-06-23 Thread Jason Brower
I did this for the tags with this from what you gave me: userTags = db(db.user_tags.user_id == current_user_id).select('user_tags.tag_id') should I actually run the query for each one? Shouldn't I be able to get the rows of the tags too? On Mon, 2009-06-22 at 12:12 -0700, DenesL wrote: > So if

[web2py:24827] Re: I think they call it a join... not sure which kind of join it is I need...

2009-06-23 Thread Jason Brower
b.tag.on > (db.tag.user_id==db.user.id)): > print row.user.name, row.tag.name > # output > Jason web2py > Jason python > Massimo None > > # same as before but Massimo is listed even if no tags. > > Massimo > > > > On Jun 22, 12:33 pm, Jason Brower w

[web2py:25009] Re: autocomplete

2009-06-25 Thread Jason Brower
I am not sure that is what he is looking for. Are you looking to get autocomplete for commands as your program right? Perhaps this? http://www.web2py.com/AlterEgo/default/show/178 - j On Thu, 2009-06-25 at 10:11 -0700, Yannick wrote: > Hello, > > I think you can just create an Ajax from the fro

[web2py:25073] Idea... Thumbnailing...

2009-06-27 Thread Jason Brower
I wonder if there is a nice way to implement thumbnailing. I am working with a lot of images in my website and it would be nice to have a way to scale them before they get to the user. That way my big images scale to the need of the view. Regards, Jason Brower

[web2py:25075] Attatchments in email...

2009-06-27 Thread Jason Brower
Noticed this dead end. http://groups.google.com/group/web2py/browse_thread/thread/3250ef91619c7c19 I would love to have attatchments in email. (I will be sending a users avatar in the email.) Regards, Jason --~--~-~--~~~---~--~~ You received this message because

[web2py:25140] Re: Web2Py - iPhone site (HTML5 / CSS / JS) sample code?

2009-06-27 Thread Jason Brower
If you thinking of making your own phone apps with web2py I see 2 ways: Client uses a webbrowser. Just like Joe said here, you can simply log into the site. As far as making an application, if you can get python for phone, you can actually make a little webserver in the phone itself, that run you

[web2py:25154] Re: Idea... Thumbnailing...

2009-06-28 Thread Jason Brower
I have thought about using imagemagick something I have grown used to. Let's see if I can't implement my ideas with PIL. Regards, Jason On Sun, 2009-06-28 at 16:21 +0200, Tim Michelsen wrote: > > There is the Python Imaging Library (PIL) that lets you open and > > manipulate images from Python a

[web2py:25202] Re: Web2py is not too designer friendly?

2009-06-28 Thread Jason Brower
I personally feel this falls in the lines of IDE or fancy plugin. Perhaps something for Gimp if you want photoshop like, or a plugin for Geanery or Bluefish. Regards, Jason On Sun, 2009-06-28 at 14:39 -0700, Pystar wrote: > By saying designer friendly i mean being able to design my forms, web

[web2py:25204] Re: Idea... Thumbnailing...

2009-06-28 Thread Jason Brower
tip: > if you use a Mac, try the tool Picturesque. > > There are many tools that can do batch resizing on images and adding > suffixes like this. I think gimp also does it. > > On Jun 28, 4:57 pm, Jason Brower wrote: > > I have thought about using imagemagick something I have g

[web2py:25249] Re: Idea... Thumbnailing...

2009-06-29 Thread Jason Brower
Or better, why don't we just package this with web2py? http://www.imagemagick.org/download/python/ That would be fancy schmancy. Regards, Jason Brower On Sun, 2009-06-28 at 20:36 -0700, mdipierro wrote: > I think imagemagic is the best way. It is in every unix system and it > very

[web2py:25250] Re: Idea... Thumbnailing...

2009-06-29 Thread Jason Brower
As nice as this is, the real power, I think, would be in requesting an image, declaring it's width and height, and it resizes or sends an image read for you. At least at first thought, it would be cool. Regards, Jason On Mon, 2009-06-29 at 08:39 -0700, cjparsons wrote: > I've had success with P

[web2py:25272] Re: Idea... Thumbnailing...

2009-06-29 Thread Jason Brower
Oh yeah, forgot about Google Apps Engine. On Mon, 2009-06-29 at 11:31 -0700, mdipierro wrote: > It is not pure python it is a binary library. As far as I know none of > them runs on GAE. > > On Jun 29, 1:23 pm, Joe Barnhart wrote: > > Since PIL is all Python, do you suppose it's compatible wi

[web2py:25338] Re: new IS_IMAGE validator in trunk

2009-06-30 Thread Jason Brower
Thanks, that will come in handy. Regards, Jason Brower On Tue, 2009-06-30 at 07:58 -0700, mdipierro wrote: > Thanks to Mateusz for the new IS_IMAGE validator in trunk (pure > Python, no PIL) > read more about it here: > > http://web2py.com/AlterEgo/default/show/2

[web2py:25359] email not working

2009-06-30 Thread Jason Brower
It looks like email was working, and now it's not. :( I am down to static typing with still no result. I have postfix installed from my ubuntu repositories. I have turned off postfix and I get an error, so I figure it is getting that far. --- def email_user(sender,message,subject, recipient):

[web2py:25381] Re: PyCow

2009-06-30 Thread Jason Brower
Looks very fun! On Tue, 2009-06-30 at 16:56 -0700, JohnMc wrote: > Anyone try/using this python-javascript translator? > > http://code.google.com/p/pygowave-server/wiki/PythonToJavaScriptTranslator > > --~--~-~--~~~---~--~~ You received this message because yo

[web2py:25382] [Bump: email not working]

2009-06-30 Thread Jason Brower
I hope to get this resolved soon. It was very unexpected. It just stopped working. And now I have my thesis project being piloted for the first time tomorrow. :( Is there anyone that can help? Regards, Jason Brower --~--~-~--~~~---~--~~ You received this

[web2py:25400] Re: [Bump: email not working]

2009-07-01 Thread Jason Brower
t; try: > line = raw_input() > except EOFError: > break > if not line: > break > msg = msg + line > print "Message length is " + repr(len(msg)) > server = smtplib.SMTP('localhost') > server.set_debuglevel(1) > server.s

[web2py:25399] Re: [Bump: email not working]

2009-07-01 Thread Jason Brower
g = ("From: %s\r\nTo: %s\r\n\r\n" >% (fromaddr, ", ".join(toaddrs))) > while 1: > try: > line = raw_input() > except EOFError: > break > if not line: > break > msg = msg + line > print "Message leng

[web2py:25415] Re: [Bump: email not working]

2009-07-01 Thread Jason Brower
ak > msg = msg + line > print "Message length is " + repr(len(msg)) > server = smtplib.SMTP('localhost') > server.set_debuglevel(1) > server.sendmail(fromaddr, toaddrs, msg) > server.quit() > > > On Jun 30, 10:27 pm, Jason Brower wrote: > > I

[web2py:25417] Forms formating funny...

2009-07-01 Thread Jason Brower
I have a form like this... form=FORM(SQLTABLE(rows),INPUT(_type='submit')) if form.accepts(request.vars): for i in request.vars: if i.startswith("check"): tagID = i.replace("check", "") db.user_tags.insert(tag_id=tagID, user_id=auth.user.i

[web2py:25455] Feature IDEA: Auto Deploy Web2py Apps

2009-07-01 Thread Jason Brower
puter with ssh, run a text based browser and then install the program that way. Not fun. I would rather code here, then deploy it with ftp to a directory on the server and restart the server. Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message b

[web2py:25457] Pages showing up blank.

2009-07-01 Thread Jason Brower
I have started to deploy my applicaton. I donwloaded the latest web2py extracted it and it's working. No on my personally computer I packaged my app and sent it to the server. Now I have it installed, all the data is there, but all I get is the dark background from my CSS style sheet. Nothing el

[web2py:25463] Re: Pages showing up blank.

2009-07-01 Thread Jason Brower
I will look into that one. For now I am running a strait copy of my program. Regards, Jason On Thu, 2009-07-02 at 00:07 -0300, Álvaro Justen [Turicas] wrote: > On Wed, Jul 1, 2009 at 23:31, Jason Brower wrote: > > I have started to deploy my applicaton. > > I donwloaded th

[web2py:25498] Isn't there this feature in auth now?

2009-07-02 Thread Jason Brower
Isn't there a way to redirect to a page after a successful login? Regards, Jason --~--~-~--~~~---~--~~ 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@googlegroup

[web2py:25499] Re: Feature IDEA: Auto Deploy Web2py Apps

2009-07-02 Thread Jason Brower
meeh, I don't know :) Regards, Jason On Thu, 2009-07-02 at 08:05 -0700, AchipA wrote: > Great tip ! How would you go about handling tickets/errors ? > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web

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

2009-07-04 Thread Jason Brower
setup)? Regards, Jason Brower --~--~-~--~~~---~--~~ 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 e

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

2009-07-04 Thread Jason Brower
Looks like that is what I will use as it would work well with launchpad. Regards, JAson On Sat, 2009-07-04 at 11:34 -0700, Fran wrote: > On Jul 4, 7:09 pm, Jason Brower wrote: > > I have people that would love to translate some of the stuff I am > > working on. But I don't

[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... Any ideas? Regard

[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: I did this... 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 am, Jason Brower wrote: > > I have a f

[web2py:25789] Email verification not working the way I expected it...

2009-07-06 Thread Jason Brower
I have setup the email verification according to the instructions online, but everyone is still able to login with no issues. I know the email is setup properly as I have used the same settings for emailing to others with my website. I am using Gmail's smtp to do the emailing. Any ideas? This is i

[web2py:25805] Re: Locking vertical scrollbar ?

2009-07-06 Thread Jason Brower
Little hack I do that most editors have... If you want to see your last change: Cntrl-Z for undo... that will jump your cursor there... the Cntrl-Y is ussually redo, and that will put back your change with your cursor where you want it. I use geany, it has a nice bookmarking feature. I use it at

[web2py:25864] BUG: updating profile requires logout...

2009-07-07 Thread Jason Brower
I am getting complaints about a bug I reported a while ago. When people update their profile, people have to logout and back in to see the change. Is there a setting I haven't set for this? Regards, Jason --~--~-~--~~~---~--~~ You received this message because yo

[web2py:25866] Re: Check to delete doesn't delete record.

2009-07-07 Thread Jason Brower
http://web2py.com/examples/default/download but it's only the code that is being used... not the launchpad site, web2py doesn't use all the launchpad featureset. On Tue, 2009-07-07 at 08:15 -0700, annet wrote: > Massimo, > > Problem solved. Thanks. > > By the way: I couldn't find a link on the

[web2py:25873] Re: Web2py vs the world

2009-07-07 Thread Jason Brower
The code is and stays very organized. I work on a powerful system built on Java. But when I make changes to the web application built on java... I program in python(with jython) Python is a more organized language. Really easy to learn, and actively being developed. If you like java run web2py in

[web2py:25963] Re: Tip of the Day: Documentation

2009-07-08 Thread Jason Brower
Speaking of... did you find a good tutorial on how to use sphinx? Our site of a huge bug I found nothing that showed how to actualy document in the code. Regards, JAson On Wed, 2009-07-08 at 09:51 -0700, mdipierro wrote: > Right now there are many ways to get Documentation about web2py (until >

[web2py:25974] Waht is cron for?

2009-07-08 Thread Jason Brower
I know what it does in linux. But what is it for in Web2py and why do I need it? Regards, Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to we

[web2py:26152] Sending a welcome message but not a cofirm message...

2009-07-10 Thread Jason Brower
Is there a way with auth to send a welcome message when people register? Regards, JAson --~--~-~--~~~---~--~~ 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@goog

[web2py:26176] Re: Sending a welcome message but not a cofirm message...

2009-07-10 Thread Jason Brower
rro wrote: > def welcome(form): > auth.settings.mailer.sent(to=form.vars.email,message='Hello %s' % > form.vars.first_name) > > auth.settings.register_onaccept = welcome > > Need to add this to the book. Thanks for the reminder. > > Massimo > &g

[web2py:26216] Re: amf3

2009-07-10 Thread Jason Brower
What is this for? On Fri, 2009-07-10 at 14:21 -0700, mdipierro wrote: > amfrpc3 --~--~-~--~~~---~--~~ 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@googlegroup

[web2py:26311] Re: detecting slow page response on mobile devices

2009-07-11 Thread Jason Brower
It may be a little off topic, but actually on too... have you looked into pywurfl. http://wurfl.sourceforge.net/ This tool has been a great use for us with our mobile users. It is also the reason I wanted to have rendering thumbnails on the fly. So depending on the screen it sends an optimized ima

[web2py:26438] Re: Reports Engine

2009-07-13 Thread Jason Brower
I don't know... but I wonder how much better it would be then just using reportlab itself, 'cause that's dead easy to me. Thanks. Regards, JAson On Mon, 2009-07-13 at 10:05 -0700, JohnMc wrote: > This looks like an interesting report generator. Says its framework > independent. > > http://geral

[web2py:26440] Reporting tool in the works for web2py

2009-07-13 Thread Jason Brower
I may be a newb at this web2py but I wanted to tell you I am working at my job to create a reporting tool with reportlab, inkscape, web2py, python etc... should be fun... the only thing I can't do is support foriegn char like chinese in the adobe files unless I do a poor hack. But that's adobe's f

[web2py:26703] Re: Call Help in branding 2Py and get larger mind-share for Web2Py

2009-07-16 Thread Jason Brower
I like it, but let's hope this is only for things that are closely related. We don't want ever website under that sun that is made with web2py to be called 2py. That would just get annoying. Look at KDE with, Kwin, Konquerer, Kalculator, talk about weird. Regards, J On Tue, 2009-07-14 at 04:4

[web2py:26826] Re: Vote: Roadmap and Issue Tracking Applications

2009-07-18 Thread Jason Brower
+1 on launchpad. I love the bug tracker. Not to mention the look and feel. :P On Sat, 2009-07-18 at 12:34 -0700, mdipierro wrote: > I would prefer to use google groups and/or launchpad instead of > hosting something myself. > > On Jul 18, 2:00 pm, Yarko Tymciurak wrote: > > Well - currently

[web2py:26873] How to properly remove a user in Auth.

2009-07-18 Thread Jason Brower
What is the proper way to remove a user with the Auth method? I could just delete them from the database. But I don't know about all the connection they may have. Is there something built in to auth for this? Perhaps it should be part of their edit profile page? Best Regards, Jason --~--~---

[web2py:27323] Re: Minimal Application

2009-07-24 Thread Jason Brower
+1 on the minimum app idea. Many times, now that I am more "advanced" in my development, I don't want any of the base stuff. I would like a basic app. No more. Along those same lines, we coudl have a "wizard" to ask what you would like, get get you started with basic tables, authentication and o

[web2py:27324] Re: Minimal Application

2009-07-24 Thread Jason Brower
Thanks Ulf, good Points. ;) Jason On Fri, 2009-07-24 at 08:23 -0700, Jonathan Lundell wrote: > On Jul 24, 2009, at 3:36 AM, BG wrote: > > > > > OK, I will try to be specific from a newbie perspective. > > > > How does the Javascript menu work? > > > > I assume that you build a structure with HT

[web2py:27343] Re: default colour

2009-07-24 Thread Jason Brower
I have asked this one before. I actually, got really used to using my own editor. Regards, Jason On Fri, 2009-07-24 at 14:19 -0700, rb wrote: > Can anyone tell me how to change the default colour of the cursor in > the web-edit of files? On my systems the cursor colour against the > background

[web2py:27375] Re: default colour

2009-07-25 Thread Jason Brower
27;ll have to look around some, I guess. > > -- > > On Jul 24, 8:12 pm, Jason Brower wrote: > > I have asked this one before. I actually, got really used to using my > > own editor. > > Regards, > > Jason > > > > On Fri, 2009-07-24 at 14:19 -0700,

<    1   2   3   4   5   6   7   8   >