[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: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: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:23565] Re: need help with my multiplicity...

2009-06-07 Thread Jason Brower
Oh, oops, I missed it in all the emails. Forgive me, Jason On Sun, 2009-06-07 at 20:04 -0700, mdipierro wrote: > You asked already and I answered in a different threadL > http://groups.google.com/group/web2py/browse_thread/thread/77852375de00d625# > > Massimo > > On Jun

[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: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:22858] Re: mediawiki markup in web2py wiki?

2009-05-28 Thread Jason Brower
I would like to see that. Regards, Jason On Thu, 2009-05-28 at 14:00 -0700, mdipierro wrote: > It is actually very easy to change it (<10 lines of code I guess) and > the source is public. > perhaps next verion may have a configuration parameter > > > On May 28, 3:23 pm,

[web2py:22857] Re: web2py and Debian

2009-05-28 Thread Jason Brower
Understandable, but if someone wants to do it, why not. :D We could have who ever is wanted to make, or has made, the deb post it to a ppa for ubuntu/debian. Regards, Jason On Thu, 2009-05-28 at 15:29 -0700, cesmiga wrote: > Jurgis, > > That is a great idea and it would be a quick

[web2py:22856] Re: web2py and Debian

2009-05-28 Thread Jason Brower
I have connections with a Debian Developer, a Gentoo Main Chairman, and an Ubuntu Member. Would you like me to contact them? Regards, Jason On Thu, 2009-05-28 at 18:43 -0700, mdipierro wrote: > > > Presently Web2Py so easy to install, even a Cave Man could do it? :-) > > I

[web2py:22382] Re: Most complex app in Web2Py yet?

2009-05-22 Thread Jason Brower
I am creating a social networking site with web2py. So far VERY good. Regards, Jason On Fri, 2009-05-22 at 05:38 -0700, JorgeR wrote: > thank you > > Massimo: what about web2py being used for build big-name like apps > (gmail, youtube, rtm, facebook) > > Would you recom

[web2py:22381] Re: New in trunk .html, .xml, .json, .rss

2009-05-22 Thread Jason Brower
Can we please have someone document this, I would love to have a less, well, terse example. Nothing wrong with your explanation, I just like a more tutorial styled instruction set. :D Regards, Jason On Fri, 2009-05-22 at 05:54 -0700, mdipierro wrote: > - download trunk > - Create a n

[web2py:22256] Re: auth & MVC???

2009-05-20 Thread Jason Brower
Massimo, Perhaps we should have more details on that in the guide. Horst, You create your view in the same file you created the controller. If you created Auth() in default.py then you create a /default/login.html and it works. Same with register and so forth. That password hash, I can't remember

[web2py:22190] Re: look into this

2009-05-19 Thread Jason Brower
gards, Jason On Tue, 2009-05-19 at 07:58 -0700, mdipierro wrote: > http://www.trilancer.com/jpolite/#t1 > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to t

[web2py:22138] Re: Menu not always showing up...

2009-05-19 Thread Jason Brower
Actually, I just put in my default.py file the only controller file I am using. I place it before all the other methods that I initialize. I am lookingto it more now. Regards, Jason On Mon, 2009-05-18 at 03:55 -0700, annet.verm...@gmail.com wrote: > Jason, > > Just a thought ... Di

[web2py:22048] Re: Jquery question:

2009-05-17 Thread Jason Brower
Submit button with ui.jquery's tab feature. http://jqueryui.com/demos/tabs/#ajax Each tab, including the first one is an ajax call. I just want the first tab to "run" it's ajax call and refill the data. Regards, Jason On Sun, 2009-05-17 at 12:40 -0700, mdipierro wrote: >

[web2py:22054] Hoping to increase my connections to web2py people on linkedIn

2009-05-17 Thread Jason Brower
Could we have a web2py linkedIn group? I think it would be nice to have a network on linkedIn loving people there. Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework&q

[web2py:22053] Re: Menu not always showing up...

2009-05-17 Thread Jason Brower
')]] else: response.menu = [ [T('Home'), False, URL(r=request, f='index')], [T('Login'), False, URL(r=request, f='user/login')], [T('About'), False, URL(r=request, f='about'

[web2py:22049] Re: DB information on menu

2009-05-17 Thread Jason Brower
least that's how I imagine it. You must one a pretty fancy menu. Regards, Jason On Sun, 2009-05-17 at 22:23 -0300, Tito Garrido wrote: > Hi... > > How can I use DB data on menu? > I'd like to use db data to build a submenu on menu.py... > > Thanks! > >

[web2py:22050] Re: DB information on menu

2009-05-17 Thread Jason Brower
Shucks, you beat me to it! On Sun, 2009-05-17 at 19:32 -0700, mdipierro wrote: > Yes, I think some like this should do it. > > db.define_table('menu_item', >SQLField('name'), >SQLField('link'), >SQLField('position','integer'), >SQLField('parent','integer',default=0)) > > def me

[web2py:22032] Jquery question:

2009-05-17 Thread Jason Brower
I am using ui.jquery and have some nice tabs that pull data with ajax. Can I have it so that when I button is pressed, not only does it submit the data with ajax, but reloads the data(as if I clicked on one of the tabs) Hope that makes sense. Jason

[web2py:22031] Defaulting to current user...

2009-05-17 Thread Jason Brower
I have a table that needs to have a default to the current user in one of the fields. I am using auth() and just put default=auth.user.id and it didn't seem to help. Any ideas? Regards, Jason --~--~-~--~~~---~--~~ You received this message because yo

[web2py:22020] Re: Feature Request: Pagination

2009-05-17 Thread Jason Brower
I doubt I will have more than 100 records for now. I will stick with the example as it's a prototyped project anyway. Regards, Jason Brower On Sun, 2009-05-17 at 07:29 -0700, TheDude wrote: > Another alternative would be pgsql, oracle might be like killing a fly > with a bazooka ra

[web2py:22016] Menu not always showing up...

2009-05-17 Thread Jason Brower
create any methods... is not working all the time. Certain pages it always seems to work. But others seem random. Anything coming I am missing here? Did I do something wrong? Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribe

[web2py:22015] Fesature/Bug request-

2009-05-17 Thread Jason Brower
Is it down on purpose when I try to go to a page that requires login and when I enter the proper data it jumps me back a page? Shouldn't I be able to go to some page and if I don't have the rights ask for them, after which I am back to the page I was trying to get to? Rega

[web2py:22002] Broken link...

2009-05-16 Thread Jason Brower
Noticed you had a broken link here... http://mdp.cti.depaul.edu/AlterEgo/default/show/95 the ORM link that goes here... http://mdp.cti.depaul.edu/examples/default/orm My part to help out, Jason --~--~-~--~~~---~--~~ You received this message because you are

[web2py:21999] Re: w2p is here

2009-05-16 Thread Jason Brower
I know it was for him, but I like the idea of .w2p. File managers can have the ability to automatically install and run by double clicking. File selection can be very nice to and searching *.w2p. Regards, Jason On Sat, 2009-05-16 at 22:14 +0200, Markus Gritsch wrote: > On Sat, May 16, 2009

[web2py:21998] Re: Feature Request: Pagination

2009-05-16 Thread Jason Brower
Cool! thanks, Jason On Sat, 2009-05-16 at 10:15 -0700, virhilo wrote: > maybe look at: > http://mdp.cti.depaul.edu/AlterEgo/default/show/63 > and > http://mdp.cti.depaul.edu/AlterEgo/default/show/95 > > On 16 Maj, 18:39, Jason Brower wrote: > > It would be nice to ha

[web2py:21974] Re: web2py Enterprise Web Framework. ...

2009-05-16 Thread Jason Brower
Spam a way, thank you very much! Regards, Jason On Sat, 2009-05-16 at 11:58 -0500, Yarko Tymciurak wrote: > a new phase of creative spam > > Unless someone finds redeemeing aspect to this, we'll remobe and > ban > > Thanks, > - Yarko > > On Sat,

[web2py:21968] Feature Request: Pagination

2009-05-16 Thread Jason Brower
It would be nice to have integrated pagination, or perhaps some documentation on how it's done. And both would be a dream. :D I am sure this has been brought up before, but I want to plug it again as I really would like this feature in time for my thesis. ;) Regards, Jason B

[web2py:21963] Re: Items don't update quick enough...

2009-05-16 Thread Jason Brower
Yeah, that was my thought, use jquery.form.js and and a method to reload the list. json I am still getting used to. But it sounds catchy! -- Jason (or is it json) On Sat, 2009-05-16 at 07:06 -0700, carlo wrote: > my 2 cents: I would make an ajax get/post with a callback function > which

[web2py:21960] Re: Feature request: Select browser

2009-05-16 Thread Jason Brower
information (Terminal outputs), for example a sync with what users are logged in that very moment. Debug information. Lot's of things you can do! --- Regards, Jason On Sat, 2009-05-16 at 07:14 -0700, AchipA wrote: > You don't need make it a binary, python has perfectly good gtk > binding

[web2py:21947] Items don't update quick enough...

2009-05-16 Thread Jason Brower
I have a form that added items to a list that I have listing on the right of the form on the same page. When I add the item it says the item was added successfully, but I don't see the item until I refresh the page. What would you do? Regards,

[web2py:21943] Feature request: Select browser

2009-05-16 Thread Jason Brower
or if a browser should open at all. If you like, I can make you a fancy shmancie front-end in gtk. Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group.

[web2py:21839] Heard of some new Translation String system?

2009-05-13 Thread Jason Brower
en we have no features, I think it would be important to tweet about them and make reference to the documentation of that new feature. Regards, Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web

[web2py:21678] When starting the server is starts the wrong browser.

2009-05-12 Thread Jason Brower
Is there a way to start a different browser then what ever it picks? Even deeper, can I simple not have the webbrowser turn on? -- Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework&q

[web2py:21676] Re: No gui server admin

2009-05-12 Thread Jason Brower
It may be nice to be a little more verbose about that. Even something like, "TK" not found, if you would like the GUI you can install blabla bla. Regards, Jason On Tue, 2009-05-12 at 09:28 -0700, mdipierro wrote: > almost > > If you specify a password in the command li

[web2py:21671] No gui server admin

2009-05-12 Thread Jason Brower
It seems I don't have the gui server admin screen anymore, just the console based. How do I get it back? I am using ubuntu 9.04. --- Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[web2py:21655] Re: What's the latest on uploading?

2009-05-11 Thread Jason Brower
ions though. Regards, Jason On Mon, 2009-05-11 at 14:03 -0700, mdipierro wrote: > what do you mean by "upload information"? > > On May 11, 3:37 pm, Jason Brower wrote: > > I want to keep my upload information when I use the auth profile page. > > Wasn't there a w

[web2py:21639] What's the latest on uploading?

2009-05-11 Thread Jason Brower
I want to keep my upload information when I use the auth profile page. Wasn't there a way to do this recently added to web2py? It's a great release btw. Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscri

[web2py:21572] Why don't we include the tutorial collection in the web2py package?

2009-05-10 Thread Jason Brower
It would be nice to have links to common tasks or perhaps the cookbook tutorial docs in the web2py package. With nice links to that information. Perhaps something similar? Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are

[web2py:21571] Can't create views for auth pages..

2009-05-10 Thread Jason Brower
e if these instructions where clearer in the tutorial. 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@googlegroups.com To u

[web2py:21568] Issue: images don't update when changed.

2009-05-10 Thread Jason Brower
gards, 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@googlegroups.com To unsubscribe from this group, send email to

[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

[web2py:21470] Re: And I am listening to a seminar on Web2py

2009-05-08 Thread Jason Brower
p;ie=UTF8&ll=60.201339,24.934416&spn=0.007368,0.017595&z=16 They just won a USB harddrive and wacom tablet! Good job guys! --- Regards, Jason Brower On Fri, 2009-05-08 at 05:46 -0700, mdipierro wrote: > Which one is your school? > > On May 8, 6:55 am, Jason Brower wrote: >

[web2py:21463] And I am listening to a seminar on Web2py

2009-05-08 Thread Jason Brower
sure! BR- 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:21058] Re: 1000 users!

2009-05-03 Thread Jason Brower
Yahoo and dang! Hehe, don't know what's better, being without the book and starting earlier, or with the book and starting now. :P Congrats! On Sun, 2009-05-03 at 09:02 -0700, mdipierro wrote: > Congratulations to Rafael, our user # 1000. > > @Rafael, > you win a free copy of the PDF book. Ple

[web2py:21025] Re: And I am confused again... Again...

2009-05-02 Thread Jason Brower
q=True), > > > Since you probably don't want student name dropdown boxes in the form, > then this will work: > > db.student.student_name.requires = > [ IS_NOT_IN_DB(db,"student.student_name") ] > > db.student.student_name.requires.app

[web2py:20989] Re: And I am confused again... Again...

2009-05-02 Thread Jason Brower
And that dunce light points at Encompass. Thanks! Jason On Sat, 2009-05-02 at 09:13 -0700, DenesL wrote: > You are redefining the requires for student_name: > > On May 2, 10:21 am, Jason Brower wrote: > > db.student.student_name.requires = IS_NOT_IN_DB(db, > >

[web2py:20988] Re: Lightbox / Requests?

2009-05-02 Thread Jason Brower
too.) Many phones today are starting to move to a Javascript UI (The palm pre for example), crazy enough. Regards, Jason Brower On Sat, 2009-05-02 at 09:46 -0700, Michael wrote: > Jason, > Interesting position coming from the mobile end. > >This poses an interesting idea - I

[web2py:20983] And I am confused again... Again...

2009-05-02 Thread Jason Brower
I suppose your used to it by now. :D This works... except for the validators... they aren't stoping me from entering more than one student_name from datetime import datetime, date, time now = datetime.utcnow() today = date.today() db = SQLDB('sqlite://database.db') db.define_table('student',

[web2py:20946] Re: explain this to me

2009-05-01 Thread Jason Brower
Just as a side note, I am the guy that makes that big fat dot that makes it so you can't see finland! Go web2py! On Fri, 2009-05-01 at 11:12 -0700, Michael wrote: > Is it possible more people in the US come through links, than people > who *search* for web2py? > > That is a very interesting st

[web2py:20945] Re: Lightbox / Requests?

2009-05-01 Thread Jason Brower
You could do it pretty easy with what you have now. Personally I don't think it would be a good idea, as I develop for mobile phones that done' like or support that idea. It's better to implement that yourself. It's possible. Regards, Jason Brower On Fri, 2009-05-01 at

[web2py:20938] A view without the generic layout...

2009-05-01 Thread Jason Brower
I have tried to use a view that has no layout; it an ajax call that I am using to pull parts of the page only when needed. But when I do it, it keeps trying to add the generic layout. How do I tell it not to do something like that? BR, Jason Brower

[web2py:20874] Re: Is this possible? How?

2009-04-30 Thread Jason Brower
Look into jquery, it'll be easy. Have you used that before? On Thu, 2009-04-30 at 15:06 +0200, Michal Jursa wrote: > http://www.w3schools.com/jsref/jsref_onunload.asp > > Jason Brower wrote: > > Sounds like more of an html jquery thing. What are you wanting to

[web2py:20871] Re: Is this possible? How?

2009-04-30 Thread Jason Brower
Sounds like more of an html jquery thing. What are you wanting to do in particular? Regards, Jason On Wed, 2009-04-29 at 21:41 -0700, waTR wrote: > I have a form with a submit button. However, I need web2py to read the > form and perform an action not only when the person clicks

[web2py:20870] Re: zk-Direct

2009-04-30 Thread Jason Brower
Have you made an HTML website before? BR- Jason Brower On Wed, 2009-04-29 at 15:00 -0700, mikech wrote: > Hi: I'm still in the learning process with Web2py and Python for that > matter. And while its really too soon for me to consider the ui > design aspect of my projects I'v

[web2py:20713] Re: yet another feature in trunk

2009-04-28 Thread Jason Brower
Good god.. I love you! I just requested this! Where you listening to me!? I am touch. ;_; Regards, Jason On Mon, 2009-04-27 at 22:23 -0700, mdipierro wrote: > SQLField('fieldname','upload',length='256',rememberfilename=True) > > Do I need to say more

[web2py:20593] Re: Want to make a feature, just would like some help on where to look...

2009-04-26 Thread Jason Brower
Thanks, I will hack and it and see what I can learn. :D Regards, Jason Brower On Sun, 2009-04-26 at 13:37 -0500, Yarko Tymciurak wrote: > If I understand - you want to be able to have a link which will take > you to the line / code where an exception occurred. > > Break apart what

[web2py:20534] Re: Want to make a feature, just would like some help on where to look...

2009-04-26 Thread Jason Brower
part of web2py so I want to understand it's inner workings better. BR, Jason Brower On Sat, 2009-04-25 at 21:50 -0700, mdipierro wrote: > I do not understand. Can you post an example? > > On Apr 25, 11:26 pm, Jason Brower wrote: > > I want to add a feature to the error repo

[web2py:20523] Want to make a feature, just would like some help on where to look...

2009-04-25 Thread Jason Brower
I want to add a feature to the error reporting section of the code. Where is that part of the code? In specific, I would like to add something to where it prints out the final code before running. (When an error happens.) --- Best Regards, Jason Brower

[web2py:20322] Bug: When an error in a form occures, upload file feilds are empty.

2009-04-22 Thread Jason Brower
solution? It would also be nice if for example it's an image, it would should the image as soon as I select it for uploading. --- Regards, Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framew

[web2py:20192] How do I make a restricted page that I go to return after I login.

2009-04-21 Thread Jason Brower
I have auth setup, but after entering my information to log into a restricted page, I get back to the index page. Wouldn't it be natural to go to the page I was at rather than to index? Basically, I need the user to login before they can see their profile. Regards, Jason B

[web2py:20190] Re: Compliments

2009-04-21 Thread Jason Brower
Just to tell you, I am graduating from college, but I ask a 14 year old for help with my web2py. He is from Poland. Good luck and have fun! Regards, Jason Brower On Tue, 2009-04-21 at 03:39 -0700, Pynthon wrote: > Hello > > Im Pynthon and I'm 14 years old, sorry for my bad Engl

[web2py:20101] Re: Validating in the server

2009-04-20 Thread Jason Brower
Most of the time validation is done according to the restrictions you set in your table. For example, you can set a table item to be only a Email. After creating a table called users with a item called email I set this. The first validates if it's an email or not. The second validates if it's par

[web2py:20098] Re: Color picker?

2009-04-20 Thread Jason Brower
It would be nice if colors codes turned to highlighted of the color. Nice when browsing your css. IF your looking for a color chooser in linux you can try agave, or kruler. kruler is my fav, and I even use gnome! BR... JBro On Mon, 2009-04-20 at 15:29 +0200, Michal Jursa wrote: > In my point of

[web2py:20034] Auth issue resolved....

2009-04-19 Thread Jason Brower
It seems there is a typo. There should be no : at the end of decorators. Thanks, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, sen

[web2py:20031] Auth "decorators" - Just not getting it.

2009-04-19 Thread Jason Brower
t's not that way in the example. What am I doing wrong here? Thanks guys, 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 we

[web2py:20011] Re: Request for more organize feature request lists...

2009-04-19 Thread Jason Brower
Alright, being your the one that closes and fixes most of these bugs, I will leave it to you. But don't be afraid to assign things to us. :D Regards, Jason Brower On Sun, 2009-04-19 at 08:21 -0300, Douglas Soares de Andrade wrote: > Em Domingo 19 Abril 2009, às 03:23:03, mdipierro

[web2py:20007] Re: Request for more organize feature request lists...

2009-04-19 Thread Jason Brower
project has been doing a great job helping fix issues in the system. Thanks, Jason Brower On Sun, 2009-04-19 at 01:12 -0500, Yarko Tymciurak wrote: > You are right, Jason... > > > But still, I think putting a bug in the group list first serves a > purpose: it validates that other

[web2py:19996] Re: Request for more organize feature request lists...

2009-04-18 Thread Jason Brower
in and use, they report the bugs, as they have to pick and choose the projects they can fully contribute to. Many people have to focus on using the product so much they must have a quick way to contribute the bug report or they simple can't do it at all. To me, this is part of the maturing OSS pro

[web2py:19985] Request for more organize feature request lists...

2009-04-18 Thread Jason Brower
Can we use launchpad to keep try of bugs and feature requests? I love to post ideas that come to my mind, but putting to a list with a project this large makes the features melt into the intertube. Regards, Jason Brower --~--~-~--~~~---~--~~ You received this

[web2py:19984] Feature request: password strength integration...

2009-04-18 Thread Jason Brower
it would be nice to have the password weakness meter or something like that that. For example something that adds a class or changes a class of an element nearby to a value that the css attributes. I feel this feature falls in the same feature scope as the recaptcha support. -- Jason

[web2py:19975] Re: URL structure for multilanguage site

2009-04-18 Thread Jason Brower
It's my understanding the web2py takes care of all the multi language stuff automatically, no need to set it in the browser. Just set the language file and make sure to put a T("") Around ya strings. br- Jason Brower On Sat, 2009-04-18 at 04:14 -0700, jiri wrote: > Hello

[web2py:19924] Re: How do I add a class to an input button?

2009-04-16 Thread Jason Brower
OH! That will do it. I didn't know that was possible! I like that better as my view is needing the change, and I don't think I need to set something like this in the controller. Your awesome! -- Jason Brower On Thu, 2009-04-16 at 15:12 -0700, mdipierro wrote: > It is not suppose

[web2py:19905] Re: Form / Subform paradigm

2009-04-16 Thread Jason Brower
+1 I hated having to work in MSaccess. Can you believe that was my database class in school! Imaging working with something like web2py at school and creating a truly database driven website and learning how a database works at the same time! BR Jason Brower On Thu, 2009-04-16 at 10:16 -0700

[web2py:19904] Re: How do I add a class to an input button?

2009-04-16 Thread Jason Brower
CRUD, something I have yet to implement. But they are standard SQLForms. {{=aForm}} Is the final result. So no id. :( --- BR, Jason Brower On Thu, 2009-04-16 at 04:46 -0700, Fran wrote: > On Apr 16, 8:18 am, Jason Brower wrote: > > They don't have id's either. > &

[web2py:19903] Re: How do I add a class to an input button?

2009-04-16 Thread Jason Brower
The link seems broken or cut off. Sorry for the inconvenience. BR, Jason Brower On Thu, 2009-04-16 at 06:56 -0700, mdipierro wrote: > OK. > > On Apr 16, 8:50 am, DenesL wrote: > > On Apr 16, 9:07 am, mdipierro wrote: > > > > > It can be customized. You an w

[web2py:19858] Re: How do I add a class to an input button?

2009-04-16 Thread Jason Brower
They don't have id's either. sooo... same problem I would think. On Thu, 2009-04-16 at 00:09 -0700, Fran wrote: > On Apr 16, 7:18 am, Jason Brower wrote: > > I can't grab a button, like submit buttons, with jquery. At least as > > far as I can tell. I ha

[web2py:19851] How do I add a class to an input button?

2009-04-15 Thread Jason Brower
I can't grab a button, like submit buttons, with jquery. At least as far as I can tell. I have to add a class to them. So... How do I add a class to buttons in my SQLForms? BR Jason Brower --~--~-~--~~~---~--~~ You received this message because yo

[web2py:19849] Re: The session dies and I have to reload a page to bring it back up and other issues...

2009-04-15 Thread Jason Brower
Sorry, I haven't a clue how to do that. :( But would be happy to learn. BR Jason Brower On Wed, 2009-04-15 at 21:50 -0700, mdipierro wrote: > The editor is not supposed to expire the session because there is a > keepalive ajax request. > If it is disconnecting you than there is

[web2py:19842] Giving a class to all buttons.

2009-04-15 Thread Jason Brower
ch to this? 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, s

[web2py:19841] The session dies and I have to reload a page to bring it back up and other issues...

2009-04-15 Thread Jason Brower
k in to my session without losing data that I have done. Related is when I edit a document I don't think it should be a green bar. It should only be green when the data is saved. After that we don't know if it has been edited or not. BR... Jason --~--~-~--~~~

[web2py:19840] Re: Can response.flash have different colors?

2009-04-15 Thread Jason Brower
where you want it. >From there you start creating some css to go with it. If you need more details I can share it with you. I should probably at it to the wiki at that point. BR Jason On Wed, 2009-04-15 at 19:13 -0700, Iceberg wrote: > Currently I think most of us use response.flash as a

[web2py:19764] Re: how to detect connected users?

2009-04-14 Thread Jason Brower
Could you create a global variable. Have it check it, like we do with the response.flash stuff. if the value exists then show a modal popup with js or something similar. Regards, Jason Brower On Tue, 2009-04-14 at 05:01 -0700, notabene wrote: > Hint > > You could save session-recor

[web2py:19730] Re: Good article about authentication with web2py

2009-04-14 Thread Jason Brower
Err... oops.. http://mdp.cti.depaul.edu/examples/default/tools#authentication This will help a lot more. BR -Jason On Tue, 2009-04-14 at 00:51 -0700, Italo Maia wrote: > Hi! I'm new to web2py(as new as it gets), and i'm having some trouble > with authentication stuff. Like, how

[web2py:19729] Re: Good article about authentication with web2py

2009-04-14 Thread Jason Brower
I am using this now... http://mdp.cti.depaul.edu/AlterEgo/default/show/101 On Tue, 2009-04-14 at 00:51 -0700, Italo Maia wrote: > Hi! I'm new to web2py(as new as it gets), and i'm having some trouble > with authentication stuff. Like, how to reference to it in db.py and > stuff. So, if someone

[web2py:19651] Re: New App - hope you like it

2009-04-13 Thread Jason Brower
+1 I like that idea. What would be the reason to leave that data in the package? And if so, it would be good to have an option for it. -BR Jason On Sun, 2009-04-12 at 22:59 -0700, Iceberg wrote: > Nothing wrong, but it seems people tends to forget pressing the > cleanup button before p

[web2py:19650] Re: google trends today

2009-04-13 Thread Jason Brower
Congrats! That's a big step in my opinion. :D -BR Jason On Sun, 2009-04-12 at 22:29 -0700, mdipierro wrote: > http://www.web2py.com/examples/static/the_pass.png > > > --~--~-~--~~~---~--~~ You received this message because you are subscri

[web2py:19649] Can't seem my web apps from other computers on the network.

2009-04-13 Thread Jason Brower
I try to use my IP addy from another computer on the same network but it doesn't show up. Is there a setting somewhere that I need to change to make it accessable from outside the network? (I need it for browser testing.) Best Regards, Jason B

[web2py:19547] Re: Question about the book..

2009-04-10 Thread Jason Brower
, Jason Brower On Fri, 2009-04-10 at 05:38 -0300, Álvaro Justen [Turicas] wrote: > On Fri, Apr 10, 2009 at 4:12 AM, Jason Brower wrote: > > > > Does the edition of the book at lulu talk about authentication? What > > what version of web2py does the book end at? > >

[web2py:19541] Question about the book..

2009-04-10 Thread Jason Brower
Does the edition of the book at lulu talk about authentication? What what version of web2py does the book end at? Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework&q

[web2py:18763] Re: Would this patch be useful?

2009-03-29 Thread Jason Brower
Good question. I like the idea as it gives us a nice place to put scripts and make them apply to the views we want very easily. so +1 on that! Regards, Jason Brower On Sun, 2009-03-29 at 20:23 -0700, mr.freeze wrote: > It's basically a new global list, response.scripts, that is rendered

[web2py:18743] I want to make my website live now...

2009-03-29 Thread Jason Brower
nect to my site from my ip, 192.168.0.24:8000 it doesn't connect either. Any ideas? Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this gr

[web2py:18741] What is the latest book and when is the next one coming?

2009-03-29 Thread Jason Brower
I want to buy the book now that I want to make a business with this product. I couldn't find a link to the book on the website. Best Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &q

[web2py:18740] Re: Can't display certain fields, and baffled as to why... And one other little question...

2009-03-29 Thread Jason (spot) Brower
Gees, it was right in front of me. Thanks! Regards, Jason On Sat, Mar 28, 2009 at 3:24 PM, Vidul Petrov wrote: > > Hi Jason, > >    tags = db().select(db.tag.ALL,orderby=db.tag.name) >    users = db().select(db.users.ALL,orderby=db.users.nickname) >    tags = db.tag >

[web2py:18700] Can't display certain fields, and baffled as to why... And one other little question...

2009-03-28 Thread Jason Brower
that the best way to check if there is content in users model? If not what would you recommend is the best way? Bester Regards, Jason --- Information: MODEL: db.define_table('users', SQLField('first_name', 'string'

[web2py:18637] Re: Feature Req: varialbes passed when editing view.

2009-03-25 Thread Jason Brower
I suppose that works. I knew that before, I just thought it would be nice to have in the interface. Another way to do it would be to have it in the auto-complete of amy editor, if that's possible. Regards, Jason Brower On Wed, 2009-03-25 at 12:32 -0700, mdipierro wrote: > Place thi

[web2py:18598] Feature Req: varialbes passed when editing view.

2009-03-25 Thread Jason Brower
as all the columns in that table, I would like to click on stuff and see the columns, name, number, etc... Having this information helps us see what variables we have to work with without having to jump back and forth between screens to see what data is there. What do you think? Regards, Ja

[web2py:18545] Why aren't we under our own domain yet?

2009-03-24 Thread Jason Brower
Don't you think web2py would be a better product if we had it at, for example, web2py.org? I am willing to pay for something like this. Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &q

[web2py:18459] Re: Authentication related question

2009-03-22 Thread Jason Brower
p. :D Regards, Jason Brower On Sun, 2009-03-22 at 08:31 -0700, notabene wrote: > Hi Massimo > > Thank You for Your great work. I have the impression that You are a > "one-man army", that design, develop, make documentation, teach and > support. > > But (always a but?) i

<    5   6   7   8   9   10   11   >