Re: [web2py] Re: PyCharm license for web2py dev - who wants?

2015-10-15 Thread Daniel Aguayo
ttp://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails fr

Re: [web2py] great news: Sphinx Documentation

2014-04-14 Thread Daniel Aguayo
On 13/04/14 12:43, Massimo Di Pierro wrote: Great news! We are finally moving to Sphinx. http://web2py.readthedocs.org/en/latest/ Kudos to Simone (niphlod) who single handedly ported all the docstrings and made this possible. Thank you Simone! Awesome! This is very useful, Thank you niphol

[web2py] Re: response.toolbar, missing db stats?

2012-10-23 Thread Daniel Aguayo
[db.tables] and [db.stats] in response.toolbar doesn't show anything in 2.1.1 El martes, 23 de octubre de 2012 00:53:06 UTC-3, lyn2py escribió: > > db stats used to produce the SQL code and the db access timings whenever > the controller has code that accesses the db. > > But I found that db sta

Re: [web2py] Re: Unable to login to admin in trunk

2012-07-20 Thread Daniel Aguayo
El viernes, 20 de julio de 2012 14:24:01 UTC-4, Jonathan Lundell escribió: > > On 20 Jul 2012, at 11:03 AM, Daniel Aguayo wrote: > > Hi, It's still not resolved > > > Yeah, that was just for diagnostic purposes. Find where you're specifying > 'sh512'

[web2py] Re: Unable to login to admin in trunk

2012-07-20 Thread Daniel Aguayo
Hi, It's still not resolved El viernes, 20 de julio de 2012 12:22:01 UTC-4, Massimo Di Pierro escribió: > > can you please try again? > > Traceback (most recent call last): File "web2py.py", line 25, in gluon.widget.start(cron=True) File "/home/dantoac/web2py_git/gluon/widget.py", line 10

[web2py] Re: Book Update - Chapter 9 - Pyjamas and jsonrpc

2012-05-15 Thread Daniel Aguayo
fellows! almost 2 years later, this is not yet updated in the book (also, login is temporarily disabled) personally, I'd really like to-have-more-documentation-about-this™ regards

Re: [web2py] Re: web2py on github

2011-12-21 Thread Daniel Aguayo Catalán
Massimo Di Pierro wrote: I hate all changes related to this topic. This is because I have to learn a new system and do extra work to move stuff around. There was a lot of push for git and github so we did it. Please, let's not open this can of worms again. The costs of changing outweighs the ben

Re: [web2py] Web Development Introduction Based On Web2py

2011-12-21 Thread Daniel Aguayo Catalán
ma...@rockiger.com escribió: Should go away, when all dns servers are updated. Hi, at http://killer-web-development.com/section/1/3 shows a diagram that try to explain the MVC pattern that says: [USER <-> CONTROLLER <-> VIEW, USER <-> CONTROLLER <-> MODEL <- DATABASE] ...but I think it sh

Re: [web2py] Re: web2py on github

2011-12-21 Thread Daniel Aguayo Catalán
Bruce Wade escribió: My problem with bitbucket is the 5 cap for free private, if you are wanting to use git and keep the projects public I recommend gitorious. I like gitorious because it's FLOSS and 'eats its own dog food' (gitorious code is hosted on gitorious), but private projects **for fre

Re: [web2py] Re: web2py on github

2011-12-21 Thread Daniel Aguayo Catalán
Daniel Aguayo Catalán escribió: mdipierro escribió: I somebody wants to keep an "official" mirror there I have no objection. I prefer to stick with mercurial on Google because mercurial is 100% python. On Apr 5, 1:53 am, elffikk wrote: hi, I use a few project stored on github, and

Re: [web2py] Re: web2py on github

2011-12-21 Thread Daniel Aguayo Catalán
mdipierro escribió: I somebody wants to keep an "official" mirror there I have no objection. I prefer to stick with mercurial on Google because mercurial is 100% python. On Apr 5, 1:53 am, elffikk wrote: hi, I use a few project stored on github, and I find it easier to navigate source code or

Re: [web2py] Re: problem with request.date and db.table.update_or_insert

2011-12-14 Thread Daniel Aguayo Catalán
Alan Etkin escribió: dbi('historia', ... Field('fecha', 'string') ) That should be a 'date' field for web2py to handle date information properly. I changed that later. I was using the 'date' type originally when the issue came up. date = str(datetime.datetime.now()) #NO err

Re: [web2py] Re: problem with request.date and db.table.update_or_insert

2011-12-14 Thread Daniel Aguayo Catalán
e == False: f += 1 else: n += 1 db_informes.historia.update_or_insert( brand_id = b.id, brand_name = b.name, positivos = t, negativos = f,

Re: [web2py] Re: problem with request.date and db.table.update_or_insert

2011-12-14 Thread Daniel Aguayo Catalán
Daniel Aguayo Catalán escribió: Alan Etkin escribió: datepart,timepart=val.split(" ")ValueError:need more than1value to unpack It looks like convert_timestamp() in pysqlite2.dbapi2 is expecting a date+time object and receives a date, isn't it? Hi, I forgot to say that the prob

Re: [web2py] Re: problem with request.date and db.table.update_or_insert

2011-12-14 Thread Daniel Aguayo Catalán
Alan Etkin escribió: datepart,timepart=val.split(" ")ValueError:need more than1value to unpack It looks like convert_timestamp() in pysqlite2.dbapi2 is expecting a date+time object and receives a date, isn't it? Hi, I forgot to say that the problem exists even if I try to insert a request.now v

[web2py] problem with request.date and db.table.update_or_insert

2011-12-14 Thread Daniel Aguayo Catalán
Hi, i have a fieldtype 'date' in a table that I cannot create from using request.now.date() in the db.table.update_or_insert statement (even if a change the fieldtype and date value to string) Traceback (most recent call last): File "/home/danto/web2py/gluon/r

Re: [web2py] user profile - adding a button

2011-12-10 Thread Daniel Aguayo Catalán
Nik Go escribió: How do I add a new button in a user's profile page that redirects to another view? (assuming that you're using the default 'user' function in 'default' controller) ...you can edit the view /default/user.html

Re: [web2py] Re: web2py 1.99.3 is OUT

2011-12-10 Thread Daniel Aguayo Catalán
LightDot escribió: I'm browsing trough the new web page a bit and I can report a glitch: div class "sixteen columns announce" gets thrown to the right, so I get a horizontal scroll bar even on a 1920px wide screen. Tested on linux, Firefox 8 and Opera 11.60 (screenshot attached). Chromium 1

[web2py] orderby with virtualfields

2011-11-17 Thread Daniel Aguayo
Hi, web2py has so many 'fast way' of doing thins that I trying to find Is there any fast way to do an "orderby" in a select with virtualfields (been the virtualfield the orderby parameter)? kind regards -- Daniel Aguayo @dantoac GNU/Linux User #387337

Re: [web2py] Re: Virtual Fields and usual database's Views

2011-11-08 Thread Daniel Aguayo
this helps, >> BrendanC >> >> > > I'm agree with you. I also can't understand why Databases Views are not so > important in Web2py (et al). The only way I see to use Database's Views in > web2py is with db.extecutesql statement. I hope some other can answer us. > > Thank you Brendan! You helped me a lot. > > -- Daniel Aguayo @dantoac GNU/Linux User #387337

[web2py] Virtual Fields and usual database's Views

2011-11-07 Thread Daniel Aguayo
Hi all, I'm confuse with this two questions: 1) Create Virtual Fields are similar to create usual Views in database (mysql, postgres)? 2) What/How would you recommend to use for a search function? (just the idea could be enough) I haven't much experience with neither of both. I never used virtu

[web2py] CSS3PIE

2011-10-28 Thread Daniel Aguayo
t; It is currently in version 1.0beta5 Regards. Daniel Aguayo Catalán

Re: [web2py] Re: IMPORTANT

2011-10-12 Thread Daniel Aguayo
El 12/10/11 18:17, Stefaan Himpe escribió: Do we need a policy about this? "live and let live" ? ++1 I would be worried if anyone take seriously enough another user signature ;3

[web2py] Re: web2py - Best Practice

2011-09-15 Thread Daniel Aguayo
maybe we could add to this project: http://pyforum.org (afaik author is also in this forum :))

[web2py] Re: Published my collection of plugins

2011-08-30 Thread Daniel Aguayo
fantastic kenji! nice job

[web2py] Re: table, grid, smartgrid, getting better

2011-08-18 Thread Daniel Aguayo
I meant: when deleting an item from the grid view, is not showing a confirmation box

[web2py] Re: table, grid, smartgrid, getting better

2011-08-18 Thread Daniel Aguayo
when deleting an item it's not showing a confirmation box as suppose to default (deletable=True)

Re: [web2py] New release of pyForum

2011-08-18 Thread Daniel Aguayo
that you can do in the system as > far as management options. > > Cheers, > > Julio > (pyforum: speedbird) > > http://www.pyforum.org/ > I have been expecting this. Nice work Julio, thank for sharing it. -- Daniel Aguayo Catalán Estudiante Ingeniería Informática Univ

[web2py] Re: is the web2py autocomplete widget the best solution atm?

2011-08-17 Thread Daniel Aguayo
Thanks for your reply Anthony, was very useful.

[web2py] is the web2py autocomplete widget the best solution atm?

2011-08-17 Thread Daniel Aguayo
Hi List, I remember that book used to say that for autocomplete was better going for the jquery plugin for same purposes (altought i cannot find that in the book, now). If I would have a large amount of fields to search (say, thousands or, i hope not, millions) is the web2py autocomplete best sol