From: Honza M. <hon...@ec...> - 2003-01-10 23:35:46
|
I didn't know about the second problem so I fixed just the 'missing argument ...' bug. It is in CVS. Mitra, can you please look in your new version of new_unalias_recurent() to fix the unaliasing problem? BTW, my other today changes in AA: 01/10/02 - fixed bug of not displaying UserManagement pages in NN4.7=20 - fixed bad display of selected related items, when "Two Boxes" input type is used (honzam) - {influde()} inline construct accepts "http://" includes, now=20 - fixed bug of bad number of parameters to new_unalias_recurent() - fixed problem with modification of bad spot when clicked "Back" in browser for 'site module' (r_spot_id changed to spot_id) - forbiden "action" field name renamed to "akce" in 'site module' admin - added missing "util.php3" include in "Module Settings" page=20 for 'site module' (modedit.php3) Honza On P=E1, 2003-01-10 at 20:10, Marek Tichy wrote: > Just tried cvs update and afterwards got lots of >=20 > Warning: Missing argument 7 for new_unalias_recurent() in /data/www/htd= ocs/ein.org.uk/aa/include/stringexpand.php3 on line 210 >=20 > Warning: Missing argument 6 for new_unalias_recurent() in /data/www/htd= ocs/ein.org.uk/aa/include/stringexpand.php3 on line 210 >=20 > But that's just a minor issue, which can be fixed >=20 > bash-2.05b$ diff item.php3 item.php3- > 409c409 > < return new_unalias_recurent($text, $remove, $level, $maxlevel, $t= his,null,null); # Note no itemview param > --- > > return new_unalias_recurent($text, $remove, $level, $maxlevel, $t= his ); # Note no itemview param >=20 > But new_unalias_recurent is not unaliasing properly, i have things like= headline..... - when printing link using f_b function with > following params: >=20 > ::/members/country/full.shtml:headline........::class=3D"res_link": >=20 > all over the site. >=20 > Any ideas ? >=20 > It's likely that the problem is in new_unalias_recurent function, but I= 'm unable to fix. >=20 > Marek >=20 > > -----Original Message----- > > From: apc...@li... > > [mailto:apc...@li...]On Behalf Of Mitra > > Sent: 03 January 2003 23:20 > > To: APC AA General > > Subject: [Apc-aa-coders] Remove string behavior - possible change > > > > > > Is anyone likely to have problems if the Remove strings apply to the > > entire result of a view/slice rather than just to certain parts as it > > does now? > > > > Honza - I'm ready to CVS submit the merged string handling code, but > > just need your ok on doing this because of the change to Remove. > > > > - Mitra > > > > -- > > Mitra Technology Consulting - www.mitra.biz - mi...@mi... > > 02-6684-8096 or 0414-648-0722 > > > > Life is a Mystery to be Lived, not a Problem to be Solved > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Apc-aa-coders mailing list > > Apc...@li... > > https://lists.sourceforge.net/lists/listinfo/apc-aa-coders > > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Apc-aa-coders mailing list > Apc...@li... > https://lists.sourceforge.net/lists/listinfo/apc-aa-coders >=20 |