what was the problem? did you fork another version of aiki to make this work or fix the problem and apply against all?
On Sun, Jan 2, 2011 at 2:37 AM, Bassel Safadi <b...@ssel.me> wrote: > fixed on scale as well > > ** Changed in: aikiframework > Status: New => Fix Released > > -- > You received this bug notification because you are a direct subscriber > of the bug. > https://bugs.launchpad.net/bugs/695457 > > Title: > no results error escapes characters like class="alert > -- Jon Phillips http://rejon.org/ http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (sf/global) +86.187.1003.9974 (china) +65.8330.5807 (singapore) -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/695457 Title: no results error escapes characters like class="alert Status in Aiki Framework: Fix Released Bug description: Ok, perfect example of aiki not being logical. The NO RESULTS ERROR box in current aiki escapes special characters. We are forced to put html in this box because the errors are not working, can't place them on the page, and there is no automatic ID output for errors. <div class="alert">There is no one here with the profile you seek.</div> becomes <div class=\"alert\">There is no one here with the profile you seek.</div> ### what is the best solution? Well, how would anyone know what you can put in here when all sorts of diff. input is allowed into diff. aiki inputs??? no ui to tell you, it just doesn't work how one would expect. I suggest we allow any type of input into this box, because I've seen all sorts allowed in diff. aiki no results error hacks, OR, we only allow text and then the no results error gets a default id of: <div id="no-results-error">ERROR_MESSAGE</div> That type of field as well, should be translatable. Jon _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : aikiframework.admins@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp