Not very important but there is now DIV.elements to grab elements by
tag or attribute:
text = form.elements("input",_type="text")
for t in text:
t['_size']="50"
...you can grab by multiple tags or attributes...
On Oct 21, 12:14 am, mdipierro <[email protected]> wrote:
> Not written yet. Sorry. Except for
>
> New hindi and spanish translation
> ingres support (thanks Chris)
> cached uploads allow for progress bars (thanks AndCycle)
> legacy database support for db2, mssql with non-int primary keys
> (thanks Denes)
>
> the other things are mostly internal rewrites. I believe there are
> threads for the last two issues.
>
> Hope I am not forgetting something important.
>
> Massimo
>
> On Oct 21, 12:07 am, weheh <[email protected]> wrote:
>
> > The best keeps getting better! Where can we find doc on new
> > capabilities?
>
> > On Oct 20, 1:56 pm, mdipierro <[email protected]> wrote:
>
> > > Please try it!
>
> > > 1.68.1
> > > New cron
> > > New hindi and spanish translation
> > > cached uploads allow for progress bars (thanks AndCycle)
> > > ingres support (thanks Chris)
> > > legacy database support for db2, mssql with non-int primary keys
> > > (thanks Denes)
> > > default setting of content-type (this may cause strange behavior in
> > > old apps when downloading images)
> > > IS_UPPER and IS_LOWER works with unicode
> > > CLENUP not takes regex of allowed/now allowed chartares
> > > New rewrite.py allows dynamic routes
> > > Better error messages for IS_INT_* and IS_FLOAT_*
>
> > > Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---