On May 4, 2010, at 11:01 AM, Mariano Reingart wrote:

> Fixed.
> 
> I've also
> * added: db(query).update(field=val)
> * added: @cache('key', 3600, cache.ram)  -removed ('domain') from amfrpc-
> * modified: T('message') => ‘translation’
> * added: “ajax(url,[id1,id2,...],target)”
> 
> Mariano Reingart
> http://www.sistemasagiles.com.ar
> http://reingart.blogspot.com

What does it mean that response has a pointer to request?

> 
> 
> 
> On Tue, May 4, 2010 at 2:33 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:
>> Almost perfect. You lost a 'r' in r-espose and there is ] that takes
>> unnecessarily an entire line. I will replace mine with yours.
>> 
>> 
>> On May 4, 11:56 am, Mariano Reingart <reing...@gmail.com> wrote:
>>> Like this?
>>> 
>>> Mariano Reingarthttp://www.sistemasagiles.com.arhttp://reingart.blogspot.com
>>> 
>>> On Tue, May 4, 2010 at 1:28 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:
>>>> Excellent! A few suggestions to keep up with recent changes:
>>> 
>>>> SQLDB(...,pools=...) should be DAL(...,pool_size=...)
>>> 
>>>> add response.files.append('http://somewhere/file.css')
>>> 
>>>> replace
>>>>   response.author, response.description and response.keywords
>>>> with
>>>>   response.meta.author, response.meta.description and
>>>> response.meta.keywords
>>> 
>>>> replace IS_NULL_OR with IS_EMPTY_OR
>>> 
>>>> db(...).select(...) is missing distinct=False
>>> 
>>>> change T.force(...) into T.set_current_languages(...)
>>> 
>>>> remove the ON=True helper since it is useless.
>>> 
>>>> If they fit add fields attributes: compute and widget
>>> 
>>>> I would add list of decorators but I would not know where
>>>> @auth.requires_login()
>>>> @auth.requires_membership(role='group')
>>>> @auth.requires_permission('read','table','record_id')
>>>> @sevice.xml
>>>> @sevice.rss
>>>> @sevice.csv
>>>> @sevice.json
>>>> @sevice.xmlrpc
>>>> @sevice.jsonrpc
>>>> @sevice.amfrpc('domain')
>>> 
>>>> On May 4, 11:00 am, Mariano Reingart <reing...@gmail.com> wrote:
>>>>> Ok, remade.
>>>>> This one is B/W only and fits in half legal, to be easily printable
>>> 
>>>>> What do you think?
>>> 
>>>>> Mariano 
>>>>> Reingarthttp://www.sistemasagiles.com.arhttp://reingart.blogspot.com
>>> 
>>>>> On Mon, May 3, 2010 at 4:20 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:
>>>>>> The source (which I cannot find) was a Comic Life file. Unless you
>>>>>> have a Mac that does not help.
>>> 
>>>>>> On May 3, 1:56 pm, Mariano Reingart <reing...@gmail.com> wrote:
>>>>>>> Sadly, this PDF imported with inkscape looks bad, and is more dificult
>>>>>>> to edit texts.
>>> 
>>>>>>> Best regards
>>> 
>>>>>>> Mariano 
>>>>>>> Reingarthttp://www.sistemasagiles.com.arhttp://reingart.blogspot.com
>>> 
>>>>>>> On Mon, May 3, 2010 at 1:06 AM, Jason Brower <encomp...@gmail.com> 
>>>>>>> wrote:
>>>>>>>> If you don't have the source, you can open and edit it with inkscape. 
>>>>>>>> Oh
>>>>>>>> yeah!  Did it when designers would throw stuff at in in pdf thinking
>>>>>>>> they could make a few extra bucks by not letting me adjust it.  
>>>>>>>> Inkscape
>>>>>>>> should do a pretty good job and it can save as pdf as well. (But can't
>>>>>>>> all we linux users now-a-days.)
>>>>>>>> Best Regards,
>>>>>>>> Jason
>>> 
>>>>>>>> On Sun, 2010-05-02 at 20:26 -0700, mdipierro wrote:
>>>>>>>>> I cannot find the source. I will check if I have a copy at the office.
>>> 
>>>>>>>>> massimo
>>> 
>>>>>>>>> On May 2, 7:28 pm, Mariano Reingart <reing...@gmail.com> wrote:
>>>>>>>>>> I'm looking at:
>>> 
>>>>>>>>>> http://www.web2py.com/examples/static/web2py_cheatsheet.pdf
>>> 
>>>>>>>>>> and I wonder if anyone have the source file, so we can adapt it and
>>>>>>>>>> translate (to spanish)...
>>> 
>>>>>>>>>> I'm thinking of printing and distributing it to the attendees of the
>>>>>>>>>> next PyDay here in Argentina (were I'm going to give a talk about
>>>>>>>>>> w2p):
>>> 
>>>>>>>>>> http://www.pyday.com.ar
>>> 
>>>>>>>>>> (the site is also made with web2conf :-)
>>> 
>>>>>>>>>> Best regards,
>>> 
>>>>>>>>>> Mariano 
>>>>>>>>>> Reingarthttp://www.web2py.com.arhttp://www.sistemasagiles.com.arhttp://reinga...
>>> 
>>>>>  web2py-cheatsheet-new-half-legal.pdf
>>>>> 31KViewDownload
>>> 
>>> 
>>> 
>>>  web2py-cheatsheet-new-half-legal-v2.pdf
>>> 30KViewDownload
>> 
> <web2py-cheatsheet-new-half-legal-v2.1.pdf>


Reply via email to