RE: [web2py] Re: web2py: encrypt uploaded files

2012-04-12 Thread Alvaro Lizama
You should make a custom validator for encrypt files. -- Alvaro Lizama http://alvarolizama.net El jueves 12 de abril de 2012 a las 16:35, Naveed Ahmed escribió: > I wasn’t asking as how to encrypt the file itself, but how to incorporate it > in to web2py’s existing excellent form

Re: [web2py] Re: Installing web2py source libraries, etc.

2012-03-13 Thread Alvaro Lizama Molina
Python program. >> >> But I'm having trouble. The setup.py for web2py itself seems to >> require imports from web2py modules. I'm not sure how to install the >> libraries so they appear on my Python path. >> >> Thanks for any help. -- Alvaro Lizama Molina  - http://alvarolizama.net

Re: [web2py] web2py ported to bottle, flask, pyramid, tornado, wsgiref

2012-03-13 Thread Alvaro Lizama Molina
gt; > Please help us test it > -- Alvaro Lizama Molina  - http://alvarolizama.net

Re: [web2py] github: mdipierro->web2py

2012-03-07 Thread Alvaro Lizama Molina
ill keep both of them in sync, in case there is any problem. -- Alvaro Lizama Molina  - http://alvarolizama.net

Re: [web2py] Re: web2py 1.99.7 is OUT

2012-03-06 Thread Alvaro Lizama Molina
lar basis. -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] Re: web2py 1.99.7 is OUT

2012-03-05 Thread Alvaro Lizama Molina
dev/stable > branches difficult. > > There are a lot of people testing the current changeset so problems get > fixed relatively quickly. If you don't want to take a chance, stay on the > version you're on for a bit. The only major problem is that you won't get > any bug fi

Re: [web2py] Re: web2py.com is down

2012-01-23 Thread Alvaro Lizama Molina
gt;> http://www.wadecybertech.com >>> http://www.warplydesigned.com >>> http://www.fitnessfriendsfinder.com >>> >> >> > > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/brucelwade > http://www.wadecybertech.com > http://www.warplydesigned.com > http://www.fitnessfriendsfinder.com > -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] Re: Request to tag releases on github repo

2012-01-18 Thread Alvaro Lizama Molina
to checkout to. > > > > Thanks, > > Praneeth > -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] Re: There is no web2py homebrew for OS X

2012-01-18 Thread Alvaro Lizama Molina
Not change soo fast, de current version must be in pypi ande develop en git, must be branches for github for devel and mater(current stable version). Only need little code organization 2012/1/17 pbreit > Web2py changes too fast to use anything but source, in my opinion. -- Alvaro Liz

Re: [web2py] Re: There is no web2py homebrew for OS X

2012-01-17 Thread Alvaro Lizama Molina
The pypi repo must be the defeault form of install web2py is cross platform, and easy to use. 2012/1/17 pbreit > Might not be a bad idea but it's way better to install Web2py from source. > Then you have excellent version control. -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] Re: Many-to-many admin form

2011-12-23 Thread Alvaro Lizama Molina
> same page add multiple keywords and/or reports for the ad. This would have >> to happen with creating a new ad as well as when editing an existing ad. >> >> With Django you use: admin.TabularInline and inlines on admin.ModelAdmin >> classes >> >> https://docs.djangoproject.com/en/dev/ref/contrib/admin/#inlinemodeladmin-objects >> >> Has something similar being developed for web2py admin application? >> -- >> Regards, >> Bruce Wade >> http://ca.linkedin.com/in/brucelwade >> http://www.wadecybertech.com >> http://www.warplydesigned.com >> http://www.fitnessfriendsfinder.com >> > > > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/brucelwade > http://www.wadecybertech.com > http://www.warplydesigned.com > http://www.fitnessfriendsfinder.com > -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] Re: How to submit a patch?

2011-12-20 Thread Alvaro Lizama Molina
7;!=','<','>','<=','>='] > > criteria = [] > > # selectfields = {'':''} > > # Improved usability. Don't leave the user figuring out what > > to do > > # with the empty pulldown. > > selectfields = {T('Choose a field.'):''} > > for field in fields: > > name = str(field).replace('.','-') > > criterion = [] > > options = search_options.get(field.type,None) > > if options: > > selectfields[T(field.label)] = str(field) > > # couldn't figure out how to do this as a list > > comprehension, > > # so define the list first > > selectoptions=[] > > # is the option a list/tuple or a string? > > # handle accordingly > > for option in options: > > if isinstance(option, basestring): > > selectoptions.append(OPTION(option, > > _value=option)) > > else: > > selectoptions.append(OPTION(option[0], > > _value=option[1])) > > # operators = SELECT(*[T(option) for option in > > options]) > > # now build the operators pulldown > > operators = SELECT(selectoptions) > > # end of changes > > . > > . > > . > -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] Re: haml and sass

2011-12-20 Thread Alvaro Lizama Molina
World! > %strong{:class => "code", :id => "message"} Hello, World! > > <%= item.body %> > .item{:id => "item#{item.id}"}= item.body > > I don't spend too much time to write html so I don't see any real > advantage, and now it even looks strange ... > > my 2 cents > > -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] Re: Imports out of the function in a controll

2011-12-16 Thread Alvaro Lizama Molina
;> I have to necessarily import all modules inside of a function? >> >> -- >> Alvaro Lizama Molina - http://alvarolizama.net >> > -- Alvaro Lizama Molina - http://alvarolizama.net

[web2py] Imports out of the function in a controll

2011-12-16 Thread Alvaro Lizama Molina
Each time when i try import a module out of a function python show a error saying they would not find request. I have to necessarily import all modules inside of a function? -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] Re: 1.99.4 is OUT

2011-12-16 Thread Alvaro Lizama Molina
)).not(":disable > d").attr("checked",c);r()}}) > > > > attached the fixed files. > > > > Let me know if it works for you too. > > Thanks. > > > > jquery.multiselect.css > > 2KViewDownload > > > > jquery.multiselect.js > > 6KViewDownload > -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] Re: Web2py in pypi outdate.

2011-12-14 Thread Alvaro Lizama Molina
Should update de pipy repo, in production envs its more conforetable use this. 2011/12/14 Christopher Steel > mercurial or git? > -- Alvaro Lizama Molina - http://alvarolizama.net

Re: [web2py] web2py with twitter bootstrap - very clean interface ...

2011-09-26 Thread Alvaro Lizama Molina
Nice work! I am work with the same bootstrap form some projects with web2py 2011/9/26 Massimiliano > Very nice interface... > > > On Mon, Sep 26, 2011 at 8:10 AM, David Marko wrote: > >> http://labs.blouweb.com/bootstrap/default/index >> > > -- > Massim