[web2py:10308] Re: T2 FINAL?

2008-10-16 Thread billf
Sorry - one other thing. I think that the manual is light on the view aspect of MVC. If that is really web2py rather than t2 then another reason to ref other docs. Examples of customization using CSS and widgets would be helpful for newcomers plus (that old saw of mine) using own's own html.

[web2py:10311] Re: database connection password

2008-10-16 Thread Phyo Arkar
Glad that , we finally have a web programming framework developer who really understands and cares and responds about Security. I heard some horror stories of RoR , which have a critical security flaw that have already patched in past 2 beta versions but re-introduced after a stable release .

[web2py:10312] Re: T2 FINAL?

2008-10-16 Thread mdipierro
Good points. Thanks. On Oct 16, 3:51 am, billf [EMAIL PROTECTED] wrote: Sorry - one other thing. I think that the manual is light on the view aspect of MVC. If that is really web2py rather than t2 then another reason to ref other docs. Examples of customization using CSS and widgets would

[web2py:10313] Re: Help needed on SMPP

2008-10-16 Thread mdipierro
This is very new: http://zeepmobile.com/ You may want to give it a try. Free SMS using REST. Massimo On Oct 16, 7:08 am, Pystar [EMAIL PROTECTED] wrote: I am developing a mobile micro-blogging platform which allows a user to post short posts on the site which are then sent to the mobile

[web2py:10314] Re: database connection password

2008-10-16 Thread Pai
Ok so maybe this would be a better way to phrase the question. Is there a way in web2py to not write password in clear text. I know that you can do it in jboss.. something like this.. http://www.jboss.org/community/docs/DOC-9703 Thanks! On Oct 15, 9:39 pm, mdipierro [EMAIL PROTECTED] wrote:

[web2py:10316] Re: database connection password

2008-10-16 Thread mdipierro
This is a false security mechanism. Consider a communication between A(lice) and B(ob). It can be protected against a third party (C) by encrypting information (for example the password). It is logically impossible to protect B from A. Even if A only stores the encrypted password there are a

[web2py:10317] Re: database connection password

2008-10-16 Thread Phyo Arkar
Yes , I couldn't agree more with you massimo. Security by Obscurity Fails Horribly . Pai what you looking will only prevent at the Source Code level , and any sniffer can grep that encrypted string and can decrypt (there are alot of MD5 decryption bots out in the internet, use one) On Thu, Oct

[web2py:10319] Re: mootools vs jquery , what you choose?

2008-10-16 Thread Timothy Farrell
voice style=fanboy It's well documented on this list that I use and advocate YUI. If you haven't considered it, at least give it a look. The most important thing to consider about YUI is it's aim. Many JS toolkits aim to make a better, faster Web 2.0 website. YUI's focus is to provide a web

[web2py:10322] Re: mootools vs jquery , what you choose?

2008-10-16 Thread Phyo Arkar
For just Non-UI JS lib, Mootool is better? Because mootool effects looks so cool , cooler and faster then jquery does i think. On Thu, Oct 16, 2008 at 5:26 PM, Phyo Arkar [EMAIL PROTECTED]wrote: Thanks for the responses. I would love to use ajax UIs too . but sheer size of most UI frameworks

[web2py:10321] Re: database connection password

2008-10-16 Thread Pai
That's really all i'm looking for actually. The code will get pass around to a couple of developers. I don't want the password to show up in clear text. On Oct 16, 11:20 am, Phyo Arkar [EMAIL PROTECTED] wrote: Yes , I couldn't agree more with you massimo. Security by Obscurity Fails

[web2py:10323] Re: database connection password

2008-10-16 Thread Phyo Arkar
So you can always use any algorighm (SHA , MD5) which already comes with python. On Thu, Oct 16, 2008 at 6:26 PM, Pai [EMAIL PROTECTED] wrote: That's really all i'm looking for actually. The code will get pass around to a couple of developers. I don't want the password to show up in clear

[web2py:10324] Re: database connection password

2008-10-16 Thread Pai
So what would the connection string look like? db=SQLDB(mysql://username:[md5 password [EMAIL PROTECTED]:port/dbname) On Oct 16, 1:28 pm, Phyo Arkar [EMAIL PROTECTED] wrote: So you can always use any algorighm (SHA , MD5) which already comes with python. On Thu, Oct 16, 2008 at 6:26 PM,

[web2py:10325] Re: database connection password

2008-10-16 Thread mdipierro
That would just replace the password with the md5 of the password. for practical purposes the md5 would be your password and you have not made one step forward. Once again... whatever gibberish you put in the SQLDB db=SQLDB(gibberish) this does not prevent an attacker from doing for

[web2py:10327] Re: sqldesigner again

2008-10-16 Thread Boris Manojlovic
steki:~$ cat routes.py routes_in=( ('/backend/.*/(?Pfile.*)','/init/default/backend\gfile'), ('/designer.html','/init/static/designer/index.html'), ('/images/(?Pfile.*)','/init/static/designer/images/\gfile'), ('/db/(?Pfile.*)','/init/static/designer/db/\gfile'),

[web2py:10328] Re: sqldesigner again

2008-10-16 Thread mdipierro
I think your problem is that the JS only submits war posts. no variables. You can find the raw post data in request.body.read() I do not what to generate web2py code because I am building something that works on GAE. This means I want an abstract representation of the tables (for example in XML

[web2py:10332] Re: T2 FINAL?

2008-10-16 Thread Tito Garrido
T2 looks like magic! unbelievable! Congratulations Maximo! On Thu, Oct 16, 2008 at 9:28 PM, Tito Garrido [EMAIL PROTECTED] wrote: page 11: there is an ande in the first line... should be and On Thu, Oct 16, 2008 at 9:17 PM, Tito Garrido [EMAIL PROTECTED]wrote: In page 7... you're saying

[web2py:10333] Re: Help needed on SMPP

2008-10-16 Thread Pystar
Massimo, from what i can see, that site only works in the usa and i dont live there. do you know of any that works outside the usa? On Oct 16, 3:13 pm, mdipierro [EMAIL PROTECTED] wrote: This is very new: http://zeepmobile.com/ You may want to give it a try. Free SMS using REST. Massimo

[web2py:10334] Issues w/ T2 Bazaar repository?

2008-10-16 Thread yarko
Has anyone else been seeing trouble? For the better part of this afternoon, I've been seeing this error from bzr: D:\Workspace\Web2Py\t2\mainbzr merge Merging from remembered parent location http://bazaar.launchpad.net/~mdipierro/t2/main/ bzr: ERROR: Invalid http response for

[web2py:10338] Re: web2py cookbook anyone?

2008-10-16 Thread mdipierro
Make sure you add your names to it. I look forward to see it and will be happy to post it. Massimo On Oct 16, 8:47 pm, Vidul Petrov [EMAIL PROTECTED] wrote: Hi Pystar, Great idea (the best web framework should have such book)! Can I help in some way? Do you think that it will be adequate if

[web2py:10339] Re: Issues w/ T2 Bazaar repository?

2008-10-16 Thread mdipierro
I have not tried recently. BTW, there is an old development version and I do not know how to remove it. :-( On Oct 16, 8:15 pm, yarko [EMAIL PROTECTED] wrote: Has anyone else been seeing trouble? For the better part of this afternoon, I've been seeing this error from bzr:

[web2py:10340] Re: web2py cookbook anyone?

2008-10-16 Thread Pystar
The book style is very similar to the python cookbook by orielly, I would not mind your help with some code snippets or unique tips that you might have. Thanks On Oct 17, 2:47 am, Vidul Petrov [EMAIL PROTECTED] wrote: Hi Pystar, Great idea (the best web framework should have such book)! Can

[web2py:10341] Re: web2py cookbook anyone?

2008-10-16 Thread mdipierro
to my studentsare you reading this? you get extra points if you help Pystar. Massimo On Oct 16, 10:12 pm, Pystar [EMAIL PROTECTED] wrote: The book style is very similar to the python cookbook by orielly, I would not mind your help with some code snippets or unique tips that you might

[web2py:10342] Re: web2py cookbook anyone?

2008-10-16 Thread Zoom . Quiet
On Fri, Oct 17, 2008 at 09:31, Pystar [EMAIL PROTECTED] wrote: I am compiling a collection of web2py code snippets from this group and from other sources into an open source web2py cookbook. It will be released under a GPL license and will be available for download for free. Any thoughts on

[web2py:10343] Re: web2py cookbook anyone?

2008-10-16 Thread Tito Garrido
Share in some place that everybody can read and write... like google docs or another tool :D Great initiative On Fri, Oct 17, 2008 at 12:39 AM, Zoom. Quiet [EMAIL PROTECTED] wrote: On Fri, Oct 17, 2008 at 09:31, Pystar [EMAIL PROTECTED] wrote: I am compiling a collection of web2py code

[web2py:10344] Re: web2py cookbook anyone?

2008-10-16 Thread Tommy Zhu
to get extra points, that will be great. count me in, Massimo and Pystar. On Thu, Oct 16, 2008 at 10:21 PM, mdipierro [EMAIL PROTECTED] wrote: to my studentsare you reading this? you get extra points if you help Pystar. Massimo On Oct 16, 10:12 pm, Pystar [EMAIL PROTECTED] wrote: