Thanks Massimo !
On Monday, May 7, 2012 12:17:45 PM UTC-5, Massimo Di Pierro wrote: > > You are right. reverted. > > On Monday, 7 May 2012 12:04:23 UTC-5, Carlos wrote: >> >> Ho Massimo, >> >> No idea about the docs, I just checked the code and programmed >> accordingly. >> >> Doesn't it make more sense to use link (as up to know) instead of name >> (new change) since the condition is based on link?: >> >> if isinstance(link,DIV): >> >> Otherwise how would I make MENU to use LI(link)?, maybe then a new option >> in 'attributes' to use LI(link) directly?. >> >> Thanks, >> >> Carlos >> >> >> On Monday, May 7, 2012 11:42:54 AM UTC-5, Massimo Di Pierro wrote: >>> >>> Is there any place in the docs that suggests this should work one way or >>> another? >>> If there is this should behave according to the docs. If there isn't, >>> the new way makes more sense. >>> Are other people using these feature (helpers in links in menu)? >>> >>> >>> On Monday, 7 May 2012 09:38:15 UTC-5, Carlos wrote: >>>> >>>> Hi, >>>> >>>> One of the latest changes in trunk broke my app: >>>> >>>> changeset # 8923901b77c5 (fixed github issue 4) >>>> >>>> It changed from LI(link) to LI(name) in Menu.serialize @ html.py. >>>> >>>> Should I somehow make all necessary changes on my code or should this >>>> change be reverted?. >>>> >>>> Thanks, >>>> >>>> Carlos >>>> >>>>

