[web2py] Re: Doing validation using sqlform grid onupdate or ondelete callbacks

2013-03-21 Thread luismurciano
Hi There are some easy ways to do it. If the owner reference is in the row you can use before and after callbacks something like: db.mytable._before_update.append(lambda s,r: True if r.owner == auth.user_id else Fa

[web2py] Re: Solidform: key-error

2011-12-16 Thread luismurciano
may be you should as Hosoda Kenji himself, he's a kind guy, and solve a bug i found in just few days. you can ask him in the comments section in the plugin page. On 15 dic, 11:17, Johann Spies wrote: > I get > >   table = self.createform(xfields) >   File "applications/init/modules/plugin_solidfo

[web2py] Re: Pycharm 2 is out

2011-12-16 Thread luismurciano
I voted. I my opinion every web2py user should vote (you can use a gmail acount to login) because even if you dont need a pycharm support yourself, proyects and IDE's including web2py support place this framework in the place it should be, on top. Currently the web2py support has more votes than F

[web2py] Re: new web site

2011-11-07 Thread luismurciano
The idea of using their joke is fun, its like a joke inside a joke... But I really think if Web2py is a Web Framework the Home Page should be more fancy not too much but it should represents what Web2py can do. IMHO the best way to do it is doing a contest and Massimo decides which one to use. Fo

[web2py] Re: Usability: SQLFORM.grid column order with foreign table

2011-11-06 Thread luismurciano
Hi Cliff. Our friend Hosoda Kenji has a awesome collection of web2py plugins http://dev.s-cubism.com/web2py_plugins you could use Solid Form, it's allows you to place fields in any order you want. All plugins are well documented and has examples. Enjoy :D

[web2py] Re: clueTip + Web2Py Not Caching

2011-10-09 Thread luismurciano
e user remains on a given > page):http://davidwalsh.name/cache-ajax. > > Anthony > > > > > > > > On Sunday, October 9, 2011 1:10:42 AM UTC-4, luismurciano wrote: > > > Hello everyone > > > Im using  clueTiphttp://plugins.learningjquery.com/cluetip/a f

[web2py] clueTip + Web2Py Not Caching

2011-10-08 Thread luismurciano
Hello everyone Im using clueTip http://plugins.learningjquery.com/cluetip/ a fancy tooltip js lib to show some adition info. That information is loaded via AJAX. clueTip is very easy, works well with web2py and loads asynchronously. I want to cache the requested information for efficiency but it

[web2py] Re: web2py Ajax and ajaxClick()

2011-04-03 Thread luismurciano
Hi CrisM. The response.js works only in components loaded by =LOAD() function. You can find some documetation in http://www.web2py.com/book/default/chapter/13#Components Its very easy to use.

[web2py] Re: Proposals for New Tagline

2011-03-15 Thread luismurciano
Here's mine, just for fun. Web2py {{=response.subtitle}} Its an original tagline :P

[web2py] Re: Vertical superfish menu doesn't work well, how about yours?

2011-03-05 Thread luismurciano
Hello Iceberg,I had the same issue just few hours ago, the problem is that superfish-vertical.css is applied before superfish.css when you use response.files.append() and overwrites some css styles. One solution could be editing the /view/layout.html adding the superfish-vertical.css after. In 43

[web2py] Just a typo in change log.

2011-03-05 Thread luismurciano
In the change log page http://www.web2py.com/examples/default/changelog the version should be 1.93.1-2 instead 1.63.1-2 i guess. btw I think the last changes should be shown first so I dont have to scrolldown all the page :P

[web2py] Re: web2py admin 2.0

2010-11-20 Thread luismurciano
I was thinking about changing the the admin app too not only its front end but adding some simple features. What about a simple CVS? it would be a nice to include it just add a list in the admin app a drop down menu with version in the app name, so its only showed when needed.

[web2py] Re: RFC: Why web2py rocks

2010-11-07 Thread luismurciano
Theres a typo in full-stack section its says "pick trhough" instead "pick through" great jobs anyways!

[web2py] Re: Autocomplete Widget Issue

2010-10-06 Thread luismurciano
Thank you for the fast response. I have tested the widget and it works as expected when i don't need the IS_IN_DB requirement and there's not an id/attribute translation. But the main issue for me it's that the widget doesn't change the displayed text in the input field and I think that maybe con

[web2py] Autocomplete Widget Issue

2010-10-06 Thread luismurciano
Hello everyone. I have found something that I want to discuss. Using the Autocomplete Widget if I write in the field with this widget the dropdown suggestion menu appears correctly but I have noticed the widget submits the first value of that list but doesn't put the value in the field. Example: