Re: [web2py] Re: When would one load a component with ajax=True as opposed to ajax_trap=True

2011-06-14 Thread Sebastian E. Ovide
for more details. Anthony -- Sebastian E. Ovide

[web2py] component inside a component drops the .load when both are ajax_trap=true

2011-06-14 Thread Sebastian E. Ovide
Hi All, I have a COMMENTS component and a LIKE component. The COMMENTS component includes many LIKE components. If COMMENT is ajax=true and LIKE is ajax_trap=true (otrajax=false), then everything work as expected and the links inside the LIKE components are rendered as: a

[web2py] Re: component inside a component drops the .load when both are ajax_trap=true

2011-06-14 Thread Sebastian E. Ovide
actually it doesn't drop the .load it adds .load when ajax=true. is it working as expected ? On Tue, Jun 14, 2011 at 12:12 PM, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: Hi All, I have a COMMENTS component and a LIKE component. The COMMENTS component includes many LIKE

[web2py] Re: ajax componen bug when clicking several times

2011-06-14 Thread Sebastian E. Ovide
tracked http://code.google.com/p/web2py/issues/detail?id=304 http://code.google.com/p/web2py/issues/detail?id=304 On Tue, Jun 14, 2011 at 12:34 PM, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: Hi All, add one (or more components) in a page. Load it with a slow computer/connection

Re: [web2py] Re: ajax componen bug when clicking several times

2011-06-14 Thread Sebastian E. Ovide
only includes the link, and when you reload it, it simply reloads the link)? Anyway, I went ahead and added 'txt' to the .load view as well, and it didn't make any difference. Anthony -- Sebastian E. Ovide

Re: [web2py] Re: any shortcut for changing view and function from a function ?

2011-06-14 Thread Sebastian E. Ovide
code, and it ends up generating a new request. It also results in the URL changing, which may not be desirable. Anthony redirect would create problems with ajax functions: see http://code.google.com/p/web2py/issues/detail?id=304 -- Sebastian E. Ovide

Re: [web2py] Re: component inside a component drops the .load when both are ajax_trap=true

2011-06-14 Thread Sebastian E. Ovide
. Can you show the code that results in the .load extension being added? -- Sebastian E. Ovide

[web2py] will ajax_trap be fully supported in the next stable?

2011-06-13 Thread Sebastian E. Ovide
Hi All, just wondering if there are plans of supporting ajax_trap as documentation in the next releases (see bug http://code.google.com/p/web2py/issues/detail?id=286) thanks -- Sebastian E. Ovide

Re: [web2py] Login via Facebook

2011-06-13 Thread Sebastian E. Ovide
example code if possible? -- Sebastian E. Ovide

Re: [web2py] How to access facebook graph of logged in user

2011-06-13 Thread Sebastian E. Ovide
ec2 server, with the web2py framework (version 1.95.1). Does any of this look wrong?How did you do your setup at facebook? Thanks, Luis. -- Sebastian E. Ovide

Re: [web2py] web2py book changelog?

2011-06-13 Thread Sebastian E. Ovide
a change log for the web2py book where I can view what's been added or modified recently? /r -- Sebastian E. Ovide

Re: [web2py] Re: When would one load a component with ajax=True as opposed to ajax_trap=True

2011-06-13 Thread Sebastian E. Ovide
is a big trend in web service design. -- Sebastian E. Ovide

Re: [web2py] Optimising web2py for GAE

2011-06-08 Thread Sebastian E. Ovide
be totally appreciated, Thanks in advance, Matt Also: Is there anyway to stop it from automatically attempting to find all of the other drivers each time? (Aside from hacking the code base.) can you post your models ? -- Sebastian E. Ovide

[web2py] OAuth2.0 and Facebook (as from the book)

2011-06-06 Thread Sebastian E. Ovide
user = self.db(table_user[username] == keys[username]).select().first() KeyError: 'email' any ideas , thanks -- Sebastian E. Ovide

Re: [web2py] OAuth2.0 and Facebook (as from the book)

2011-06-06 Thread Sebastian E. Ovide
/michelecomitini-facebookaccess/source/browse/#hg%2Fapplications%2FhelloFacebookand let me know mic 2011/6/6 Sebastian E. Ovide sebastian.ov...@gmail.com Hi All, just wondering if the section OAuth2.0 and Facebook of the book is up to date? I following it's instructions but I'm getting

Re: [web2py] Re: OAuth2.0 and Facebook (as from the book)

2011-06-06 Thread Sebastian E. Ovide
: auth.settings.login_form=FaceBookAccount(globals()) return dict(form=auth()) On Mon, Jun 6, 2011 at 11:16 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: if there is agreement on one, please send me a patch. On Jun 6, 4:31 pm, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: Hi Mic

Re: [web2py] Re: LOAD: ajax_trap errors... (still in 1.96.1)

2011-06-03 Thread Sebastian E. Ovide
is why the link is a set, the output formating seems to indicate that. I don't know enough to know whether the first element should be dereferenced e.g. link[0] instead of just link. Then there would not be 2 sets of single quotes atcked in the output. Ron -- Sebastian E. Ovide

Re: [web2py] What is the point of CRUD?

2011-06-03 Thread Sebastian E. Ovide
of parameters. Should I choose SQLFORM as it allows most flexibility or CRUD as this will ultimately have greater functionality? -- Sebastian E. Ovide

[web2py] clarification about upgrading web2py on ajax applications

2011-06-03 Thread Sebastian E. Ovide
applications. Am I missing something ? thanks -- Sebastian E. Ovide

Re: [web2py] BUG?: Funny Bug with LOAD;

2011-06-03 Thread Sebastian E. Ovide
try to reload the component after the session expires the component loads the login page where the component should go; Perhaps once the session expires; we should force the whole page to be redirected? Any thoughts? Thanks. -- Sebastian E. Ovide

[web2py] Trapped Ajax Links (bug?)

2011-06-03 Thread Sebastian E. Ovide
=request http://127.0.0.1:8000/examples/global/vars/request.cid)}} It works great with ajax=True, but it does'n work with {{=LOAD(f=seba.load,ajax_trap=True)}} when I click on the link it load the seba.load on the whole screen... any ideas ? -- Sebastian E. Ovide

Re: [web2py] BUG?: Funny Bug with LOAD;

2011-06-03 Thread Sebastian E. Ovide
2:29 PM, Sebastian E. Ovide wrote: it works for me (1.96.2)... I can see the login page in the whole page On Fri, Jun 3, 2011 at 4:09 PM, David J. da...@styleflare.com wrote: Maybe its not a bug; But I found a strange behavior; I am using LOAD to load some views; I also use

Re: [web2py] Re: BUG?: Funny Bug with LOAD;

2011-06-03 Thread Sebastian E. Ovide
tracked in http://code.google.com/p/web2py/issues/detail?id=285 On Sat, Jun 4, 2011 at 12:53 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: please open an issue on google code On Jun 3, 1:53 pm, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: you are right, with ajax=True

[web2py] Re: Trapped Ajax Links (bug?)

2011-06-03 Thread Sebastian E. Ovide
tracked in http://code.google.com/p/web2py/issues/detail?id=286 On Fri, Jun 3, 2011 at 7:50 PM, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: Hi All, in the view {{=LOAD(f=seba.load,ajax=True)}} in the controller def seba(): import random return dict(txt=random.random

[web2py] LOAD: ajax_trap errors... (still in 1.96.1)

2011-06-02 Thread Sebastian E. Ovide
) load the page you will see syntax error web2py_trap_form('('/aaa/default/testajax.load',)','c507265219215'); any ideas ? On Wed, Jun 1, 2011 at 9:31 AM, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: yes, I like that keep the current release model and add some kind of Super Stable

Re: [web2py] Re: LOAD: ajax_trap errors...

2011-06-01 Thread Sebastian E. Ovide
think the next logical bit of progress would be to have two branches: 1) the current trunk and 2) the current 1.xx.x releases with critical bug fixes. -- Sebastian E. Ovide

Re: [web2py] web2py 1.96.1 is OUT

2011-06-01 Thread Sebastian E. Ovide
(but no redefinitions of non-serializable types) - jQuery 1.6.1 - Lots of bug fixes -- Sebastian E. Ovide

Re: [web2py] Re: LOAD: ajax_trap errors...

2011-05-31 Thread Sebastian E. Ovide
. Help us out (if you can) and confirm that the fix is in trunk and will be ready for you with the next stable release. thanks, cfh -- Sebastian E. Ovide

Re: [web2py] Deploying with default web2py server?

2011-05-30 Thread Sebastian E. Ovide
. Are there any disadvantages to deploying using the default server that comes with web2py? -- Sebastian E. Ovide

Re: [web2py] Re: LOAD: ajax_trap errors...

2011-05-29 Thread Sebastian E. Ovide
, May 29, 2011 at 12:36 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: If you are not using trunk, can you try trunk? Sebastian E. Ovide

[web2py] components with links inside components ?

2011-05-29 Thread Sebastian E. Ovide
working. I'm using ajax=True (until when the ajax_trap=False will be fixed) and the latest stable version 1.95.1) Is it working as expected ? any workaround ? Thanks -- Sebastian E. Ovide

[web2py] LOAD ajax=False bug

2011-05-28 Thread Sebastian E. Ovide
,hello.load,args=(World))}} displays only Hello W {{=LOAD(default,hello.load,args=(123))}} displays Internal error any ideas ? (last stable 1.95.1) -- Sebastian E. Ovide

Re: [web2py] Re: LOAD ajax=False bug

2011-05-28 Thread Sebastian E. Ovide
, with the extra comma it works fine ;) -- Sebastian E. Ovide

[web2py] LOAD: ajax_trap errors...

2011-05-28 Thread Sebastian E. Ovide
'); To reproduce it from scratch you can go to default/test test.html {{extend 'layout.html'}} {{=LOAD(f=hello.load,ajax_trap=True)}} in default.py def hello(): return dict() def test(): return dict() Am I missing something ? thanks -- Sebastian E. Ovide

Re: [web2py] Re: I found this poll

2011-05-21 Thread Sebastian E. Ovide
On Sat, May 14, 2011 at 6:49 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: No and it will not. That does not mean there will not a web3py that is not backward compatible and has major redesign. No hurry anyway. I look forward for it. Any plans ? -- Sebastian E. Ovide

[web2py] reference field allowing None fields

2011-05-14 Thread Sebastian E. Ovide
Hi All, db.define_table('dog', Field('owner',db.auth_user)) wont allows me to select an empty user adding db.dog.owner.requires = [IS_EMPTY_OR(IS_IN_DB(db,'auth_user.id'))] would make the drop down menu disappear... any ideas ? thanks -- Sebastian E. Ovide

Re: [web2py] Re: reference field allowing None fields

2011-05-14 Thread Sebastian E. Ovide
down menu back if you take the validator out of the list: db.dog.owner.requires = IS_EMPTY_OR(IS_IN_DB(db,'auth_user.id')) Anthony -- Sebastian E. Ovide

Re: [web2py] Re: web2py with Eclipse

2011-05-10 Thread Sebastian E. Ovide
import Auth db = DAL() auth = Auth() The code won't actually get executed, it's just there to give Eclipse and other IDE's some direction. If this still doesn't work, then you'll have to wait until the next web2py release, which could be in a week or two. -- Sebastian E. Ovide

[web2py] queries in Views without breaking MVC

2011-05-08 Thread Sebastian E. Ovide
to do that as I do not want to break the MVC and I don't want to do DB queries from the View Another option is to build a new structure in the controller or from the view call some helper function what do you guys use in these kind of situations ? thanks -- Sebastian E. Ovide

Re: [web2py] Asking advice for a special architecture

2011-04-12 Thread Sebastian E. Ovide
customer is going to need... because he generally doesn'.t know... and the application needs could change a lot of times) -- Sebastian E. Ovide

Re: [web2py] Congratulations to this mailing list

2011-04-04 Thread Sebastian E. Ovide
need to ask less (web2py releases always a couple of stable versions after a stable version has been released as it alwasy has few bugs) Congratulations to all of you! Massimo Congratulation to all of you ! great community ! -- Sebastian E. Ovide

Re: [web2py] Japan

2011-03-12 Thread Sebastian E. Ovide
ovidio...@gmail.com Tecnologia da Informaçao Casa Civil do Governador 83 3214 7885 - 88269088 Paraiba -- Sebastian E. Ovide

Re: [web2py] Re: great performance of web2py at the startup weekend dublin (Feb 25-27)

2011-03-01 Thread Sebastian E. Ovide
E. Ovide

[web2py] great performance of web2py at the startup weekend dublin (Feb 25-27)

2011-02-28 Thread Sebastian E. Ovide
it doesn't seam get traction among developers... Sebastian -- Sebastian E. Ovide

Re: [web2py] Re: plugin_wiki and public pages

2011-02-23 Thread Sebastian E. Ovide
but after that they are NOT forwarded to the wiki page 3) OK: editor can READ and EDIT page what I'm doing wrong ? On 2011-02-22, at 6:13 PM, Sebastian E. Ovide wrote: Hey Mat, I've did a couple of experiments and found some add behaviour.. so I've created a group editor and created two

[web2py] image broken in step 6 of the widzard

2011-02-22 Thread Sebastian E. Ovide
at the step 6 there is an image pointing to http://web2py.com/layouts/static/plugin_layouts/layouts/Default/preview.png http://web2py.com/layouts/static/plugin_layouts/layouts/Default/preview.png which appears to be broken... -- Sebastian E. Ovide

[web2py] just an small detail

2011-02-22 Thread Sebastian E. Ovide
in the plugin admin interface, if I click upload without choosing a any file, I'm getting an ugly Internal error instead of some nice validation like error -- Sebastian E. Ovide

[web2py] app wizard: small detail with plugin_wiki

2011-02-22 Thread Sebastian E. Ovide
... it stays in the wiki page -- Sebastian E. Ovide

[web2py] plugin_wiki and public pages

2011-02-22 Thread Sebastian E. Ovide
Hi All, I've created a public page and as expected I can see it even if I'm not logged in. Nevertheless the menu PAGE is not visible if I'm not logged in. Is it working as expected ? thanks -- Sebastian E. Ovide

[web2py] Re: plugin_wiki and public pages

2011-02-22 Thread Sebastian E. Ovide
; Not authorized ACCESS DENIED On Tue, Feb 22, 2011 at 3:53 PM, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: Hi All, I've created a public page and as expected I can see it even if I'm not logged in. Nevertheless the menu PAGE is not visible if I'm not logged in. Is it working as expected

Re: [web2py] Re: plugin_wiki and public pages

2011-02-22 Thread Sebastian E. Ovide
... Hope it helps, Mart :) On Feb 22, 11:27 am, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: actually only the user that has created the page can see the menu PAGE. so userONE creates a page (public, active, with no roles) ... he can see it and any other user can see

Re: [web2py] Re: plugin_wiki and public pages

2011-02-22 Thread Sebastian E. Ovide
a users group,add a membership to those who should read. Anybody else should fall in 404 error. Mart :) On 2011-02-22, at 6:13 PM, Sebastian E. Ovide wrote: Hey Mat, I've did a couple of experiments and found some add behaviour.. so I've created a group editor and created two users: editor

Re: [web2py] Re: rise HTML !--xxxxxx

2010-09-11 Thread Sebastian E. Ovide
the content of error pages unless the content is more than 512 bytes. Without the x (or some other junk) IE would override the web2py error messages. Massimo On Sep 10, 8:25 pm, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: Hi All, in the line class HTTP ( http://www.google.com

[web2py] rise HTML !--xxxxxx

2010-09-10 Thread Sebastian E. Ovide
call returns an error page ... therefore it displays the message that I rise in the controller plus those Is it possible to disable those xx ? thanks -- Sebastian E. Ovide

[web2py:32543] Re: controller images

2009-10-09 Thread Sebastian E. Ovide
exactly it suppose to use a relative path... from the library: /* * Thickbox 3.1 - One Box To Rule Them All. * By Cody Lindley (http://www.codylindley.com) * Copyright (c) 2007 cody lindley * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php */ var

[web2py:32545] Re: controller images

2009-10-09 Thread Sebastian E. Ovide
same problem for HTML file div class=index_small_pics style=background: url(images/pic_goals.jpg) no-repeat; Courses Aims /div for those I can use URL or CSS files, but I am not so kind of modify 3th party libraries ... On Fri, Oct 9, 2009 at 10:03 AM, Sebastian E. Ovide

[web2py:32561] Re: html pages without function associated

2009-10-09 Thread Sebastian E. Ovide
well... I'm still using URL probably in some future I could use sessions... just wondering how to save some seconds more... and make web2py even easier adding more defaults... On Fri, Oct 9, 2009 at 4:00 PM, DenesL denes1...@yahoo.ca wrote: Any reason not to place them under static?.

[web2py:32481] Re: controller images

2009-10-08 Thread Sebastian E. Ovide
it is located in static (same directory of jquery) On Thu, Oct 8, 2009 at 1:57 PM, mdipierro mdipie...@cs.depaul.edu wrote: Something is wrong somewhere. Where is the Js library located? Is it in static? On Oct 8, 5:30 am, sebastian sebastianov...@gmail.com wrote: Hi All, I am using a

[web2py:30700] Re: Any comments on Tornado Server?

2009-09-11 Thread Sebastian E. Ovide
waw accordingly to http://www.tornadoweb.org/documentation#performanceit performes very well do we have any numbers about web2py to compare to them ? On Fri, Sep 11, 2009 at 2:09 AM, Joe Barnhart joe.barnh...@gmail.com wrote: Looks kinda like Twisted to me, but without the generality

[web2py:30709] Re: Any comments on Tornado Server?

2009-09-11 Thread Sebastian E. Ovide
E. Ovide sebastianov...@gmail.com wrote: waw accordingly tohttp:// www.tornadoweb.org/documentation#performanceitperformes very well do we have any numbers about web2py to compare to them ? On Fri, Sep 11, 2009 at 2:09 AM, Joe Barnhart joe.barnh...@gmail.com wrote

[web2py:28606] Re: current link indication with MENU() helper

2009-08-14 Thread Sebastian E. Ovide
/mapMapa/a/li lia href=/new/default/tarifasTarifas/a/li /ul Thank you, best regards -- Sebastian E. Ovide --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post

[web2py:28608] Re: current link indication with MENU() helper

2009-08-14 Thread Sebastian E. Ovide
just vote for http://code.google.com/p/web2py/issues/detail?id=44 clicking on the star On Fri, Aug 14, 2009 at 9:26 AM, Sebastian E. Ovide sebastianov...@gmail.com wrote: I agree with Yarko... On Fri, Aug 14, 2009 at 6:52 AM, Yarko Tymciurak yark...@gmail.comwrote: We should change

[web2py:28610] extending web2py template system

2009-08-14 Thread Sebastian E. Ovide
-- Sebastian E. Ovide --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr

[web2py:28494] Re: Menu and active CSS class

2009-08-13 Thread Sebastian E. Ovide
. The default layout does not use it. Your own layout may need it so it is there. On Aug 12, 12:04 pm, Sebastian E. Ovide sebastianov...@gmail.com wrote: Is it a bug or a feature not implemented yet ? On Fri, Jul 3, 2009 at 12:08 PM, Álvaro Justen [Turicas] alvarojus...@gmail.com wrote

[web2py:28499] Re: current link indication with MENU() helper

2009-08-13 Thread Sebastian E. Ovide
=/new/default/placeLocal/a/li lia href=/new/default/mapMapa/a/li lia href=/new/default/tarifasTarifas/a/li /ul Thank you, best regards -- Sebastian E. Ovide --~--~-~--~~~---~--~~ You received this message because you are subscribed

[web2py:28527] Re: logo

2009-08-13 Thread Sebastian E. Ovide
they are attached. Which one should go on the main web2py page and the book? Vote A for the logo with the W and B for the logo with the globe. Poll is open for 48 hours starting now. Massimo logo1.png 31KViewDownload web2py_logo_300.png 89KViewDownload -- Sebastian E. Ovide

[web2py:28414] Re: images in css

2009-08-12 Thread Sebastian E. Ovide
which browser are you using? Massimo -- Sebastian E. Ovide skype: seezov +353 87 6340149 Sent from Dublin, Ireland --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group

[web2py:28421] Re: images in css

2009-08-12 Thread Sebastian E. Ovide
or it is an issue with your browser. Can you email me an app to reproduce it? Massimo On Aug 12, 4:51 am, Sebastian E. Ovide sebastianov...@gmail.com wrote: following inhttp://code.google.com/p/web2py/issues/detail?id=48 On Wed, Aug 12, 2009 at 12:09 AM, mdipierro mdipie...@cs.depaul.edu

[web2py:28447] Re: Menu and active CSS class

2009-08-12 Thread Sebastian E. Ovide
'] li.append(self.serialize(item[3], level+1)) ul.append(li) return ul -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ -- Sebastian E. Ovide skype: seezov +353 87 6340149 Sent from Dublin, Ireland

[web2py:28338] Re: feature request: activate the feature request template

2009-08-11 Thread Sebastian E. Ovide
the status. -- Sebastian E. Ovide --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email

[web2py:28375] images in css

2009-08-11 Thread Sebastian E. Ovide
(the resulting URL should be http://127.0.0.1:8000/init/static/images/myimage.jpg). That means that all the templates made by the UI designer must be changed by hand adding the full URL. Is it working as expected ? Thanks -- Sebastian E. Ovide --~--~-~--~~~---~--~~ You

[web2py:28148] Re: db - stored procedure

2009-08-07 Thread Sebastian E. Ovide
subsidy (s)he will get. Is this a rational idea? I have done calculating by a controller, but it has taken more than 50 seconds to get the result. Is a stored procedure helpful for this? And how to do it in DAL? Thanks. -- Sebastian E. Ovide skype: seezov +353 87 6340149

[web2py:27657] Re: feature request: activate the feature request template

2009-07-30 Thread Sebastian E. Ovide
Hi All I have just noticed that the google code page with the bug tracker has some old bugs (more than one month old). Is Web2Py still using the google bug tracking system ? thanks On Wed, Jul 29, 2009 at 12:36 PM, Sebastian E. Ovide sebastianov...@gmail.com wrote: great.. you need to go

[web2py:27533] feature request: activate the feature request template

2009-07-29 Thread Sebastian E. Ovide
Hi Massimo, Is it ok for you if we use the google code page to create feature request issues ? Users can vote and therefore you would have an extra feedback from the community. In the same time good ideas would not risk of being forgotten in the mailing list. Thanks -- Sebastian E. Ovide

[web2py:27537] Re: feature request: activate the feature request template

2009-07-29 Thread Sebastian E. Ovide
to the project... On Wed, Jul 29, 2009 at 12:25 PM, mdipierro mdipie...@cs.depaul.edu wrote: OK with me. Is this something I need to setup? Massimo On Jul 29, 6:06 am, Sebastian E. Ovide sebastianov...@gmail.com wrote: Hi Massimo, Is it ok for you if we use the google code page to create feature

[web2py:27432] password recovery bug ?

2009-07-26 Thread Sebastian E. Ovide
? thanks -- Sebastian E. Ovide --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py

[web2py:27433] retrieve password: password sent

2009-07-26 Thread Sebastian E. Ovide
with the current email. is it possible ? thanks -- Sebastian E. Ovide --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from

[web2py:27438] Re: retrieve password: password sent

2009-07-26 Thread Sebastian E. Ovide
:08 PM, Yarko Tymciurak yark...@gmail.com wrote: you should be able to set auth.messages.email_sent dynamically; just set it (for example) once you have the user id, before the form is presented. On Sun, Jul 26, 2009 at 3:30 PM, Sebastian E. Ovide sebastianov...@gmail.com wrote: Hi All

[web2py:27439] Re: password recovery bug ?

2009-07-26 Thread Sebastian E. Ovide
the validation, you would need to store it, and extend the Auth class, and modify change_password accordingly. On Sun, Jul 26, 2009 at 3:15 PM, Sebastian E. Ovide sebastianov...@gmail.com wrote: Hi All, retrieving a new password, if the SMTP is down, I am getting (correctly) an flash saying

[web2py:27387] Re: error messages in Auth.change_password

2009-07-25 Thread Sebastian E. Ovide
Hi Massimo, just to remind you that it is not in the trunk yet. thanks On Sun, Jul 19, 2009 at 8:14 PM, Sebastian E. Ovide sebastianov...@gmail.com wrote: just in case it could be useful: Index: tools.py === --- tools.py

[web2py:27391] Re: error messages in Auth.change_password

2009-07-25 Thread Sebastian E. Ovide
eccolo On Sat, Jul 25, 2009 at 3:42 PM, mdipierro mdipie...@cs.depaul.edu wrote: Can you please email it to me? Massimo On Jul 19, 2:14 pm, Sebastian E. Ovide sebastianov...@gmail.com wrote: just in case it could be useful: Index: tools.py

[web2py:27271] Mondrian aka Rietveld

2009-07-23 Thread Sebastian E. Ovide
of a patch on web2py http://codereview.appspot.com/96113/diff/1/2 what do you think ? -- Sebastian E. Ovide Sent from Dublin, Ireland --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post

[web2py:27278] adding cancel button to auth form

2009-07-23 Thread Sebastian E. Ovide
by auth) def retrieve_password(): form=auth.retrieve_password() # ADD CANCEL BUTTON HERE THAT REDIRECTS TO SOME URL IN SOME WAY #... return dict(form=form) thanks -- Sebastian E. Ovide Sent from Dublin, Ireland --~--~-~--~~~---~--~~ You received

[web2py:26726] Re: Where's the roadmap?

2009-07-17 Thread Sebastian E. Ovide
agree 100 % Sebastian E. Ovide Sent from Dublin, Ireland On Fri, Jul 17, 2009 at 1:29 AM, Bottiger bottig...@gmail.com wrote: Work ON the projects, not IN the projects Yes, we there are too many large examples and not enough documentation. Documentation being spread out on AlterEgo

[web2py:26570] Re: Where's the roadmap?

2009-07-15 Thread Sebastian E. Ovide
it to customers with IT background as they claim that it leaks of clear documentation and defined development process. Sebastian E. Ovide On Wed, Jul 15, 2009 at 2:49 PM, Timmie timmichel...@gmx-topmail.de wrote: Dear Lucas Massimo! a very good discussion I have waited for quite some time

[web2py:25850] Re: _extra returns string instead of date

2009-07-06 Thread Sebastian E. Ovide
, 2009 at 8:24 PM, Sebastian E. Ovide sebastianov...@gmail.com wrote: following up from another thread http://groups.google.com/group/web2py/browse_frm/thread/aac58263328d9e8f/96af57e862484949 rows.colnames=[date,id,clicks,impressions] for rename the cols and row._extra[date

[web2py:25481] Re: select something as other from this

2009-07-02 Thread Sebastian E. Ovide
is there any way to access to the sum column ? in this way we would not need to rename that column On Sat, Jun 20, 2009 at 6:43 AM, mdipierro mdipie...@cs.depaul.edu wrote: Changing colnames that have the form table.field is a NO NO. That is what I was referring to. colnames that refer

[web2py:25482] _extra returns string instead of date

2009-07-02 Thread Sebastian E. Ovide
Hi Massimo I have renamed a query columns setting colnames. For some reason the _extra operator is returning a string for a field that is date. In another server running the same web2py version _extra is returning datetime for the same field (instead of date) Version 1.64.1 (2009-06-11

[web2py:25484] Re: _extra returns string instead of date

2009-07-02 Thread Sebastian E. Ovide
following up from another thread http://groups.google.com/group/web2py/browse_frm/thread/aac58263328d9e8f/96af57e862484949 rows.colnames=[date,id,clicks,impressions] for rename the cols and row._extra[date] for acceding the field =- On Thu, Jul 2, 2009 at 8:08 PM, Hans Donner

[web2py:25084] Re: dataTables and date

2009-06-27 Thread Sebastian E. Ovide
Is it possible to do it on a field not associated to any db ? say that for example I have one input with the format /mm/dd an another input field in another page with the format 25th Jun, 1990... is it possible to do that using the date picker provided by web2py ? On Mon, Apr 20, 2009 at

[web2py:25024] Re: error messages in Auth.change_password

2009-06-26 Thread Sebastian E. Ovide
cool ! is it part of 1.63.4 ? another question : is it possible to customize change password screen in the way to add a cancel button and/or another link such as return home ? thanks Sebastian E. Ovide On Thu, Jun 25, 2009 at 11:25 PM, mdipierro mdipie...@cs.depaul.edu wrote: Try

[web2py:25061] bug validating datatime

2009-06-26 Thread Sebastian E. Ovide
are selected using the datapicker) any idea? Sebastian E. Ovide --~--~-~--~~~---~--~~ 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

[web2py:24969] error messages in Auth.change_password

2009-06-25 Thread Sebastian E. Ovide
Hi, Using Auth.change_password I noticed that if the 2 password do not match web2py is giving the message invalid expression! and if the password is not valid the message is value not in database!. Is it possible to change those strings with some more user friendly ones ? thanks Sebastian E

[web2py:24861] Re: form.accepts problem

2009-06-23 Thread Sebastian E. Ovide
in the same page there are more IFrames with the same form inside an JQuery accordion... Sebastian E. Ovide On Wed, Jun 24, 2009 at 12:15 PM, Sebastian E. Ovide sebastianov...@gmail.com wrote: Hi I have a function serving a form (for updates) that is working perfectly. Nevertheless

[web2py:24862] Re: form.accepts problem

2009-06-23 Thread Sebastian E. Ovide
only 1 time) ideas ? Sebastian E. Ovide On Wed, Jun 24, 2009 at 12:15 PM, Sebastian E. Ovide sebastianov...@gmail.com wrote: Hi I have a function serving a form (for updates) that is working perfectly. Nevertheless it doesn't work correctly if it is included inside another page

[web2py:24864] Re: form.accepts problem

2009-06-23 Thread Sebastian E. Ovide
Thanks, not passing session to accept made the trick ! when should be session be passed to accept? Sebastian E. Ovide On Wed, Jun 24, 2009 at 1:06 PM, mdipierro mdipie...@cs.depaul.edu wrote: Hard to say without the details. I suggest setting formname=None and not passing session

[web2py:24477] Re: select something as other from this

2009-06-19 Thread Sebastian E. Ovide
I'm looking for a way to use AS in a query so that I can rename columns... so for example: rows=db().select(db.mytable.date,db.mytable.clicks.sum(),db.mytable.impressions.sum(),groupby=db.mytable.date) produces SELECT mytable.date, SUM(mytable.clicks), SUM(mytable.impressions) FROM mytable

[web2py:24502] Re: select something as other from this

2009-06-19 Thread Sebastian E. Ovide
(...) rows.colnames is a list with the colnames. You can change any element in this list as you please. Look what is in there first. Massimo On Jun 19, 3:27 am, Sebastian E. Ovide sebastianov...@gmail.com wrote: I'm looking for a way to use AS in a query so that I can rename columns... so for example

[web2py:24505] select a + b from mytable

2009-06-19 Thread Sebastian E. Ovide
Is it possible to do select a+b, a/b, 123 from mytable without using db.executesql ? thanks --~--~-~--~~~---~--~~ 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:23667] Re: build automation

2009-06-09 Thread Sebastian E. Ovide
ok... from the Makefile I could use: python -c 'import compileall; compileall.compile_dir(applications/myapplication)' to build it. will it run the unit tests too ? if yes, how do I know how many tests have failed ? thanks On Mon, Jun 8, 2009 at 10:20 PM, mdipierro

<    1   2   3   >