What is SVN HEAD? SVN Source isn't fixed... http://trac.habariproject.org/habari/browser/trunk/htdocs/system/themes/charcoal/tag.php
On 16 Feb, 12:26, "Ali B." <[email protected]> wrote: > Hello there, > > This is a known issue in 0.5.2 and is already fixed in SVN HEAD. > > The fix you described is the one I'd recommend. I am not sure, however, if > it has any security impact or not (ie if the tag var is filtered under 0.5.2 > or not). > > Ali B / dmondarkhttp://www.awhitebox.com > > On Mon, Feb 16, 2009 at 1:09 AM, mrc2407 <[email protected]> wrote: > > > Hi! > > > I'm trying Habari 0.5.2 with the Charcoal theme, and when I try to > > view a tag archive it says that tag is not defined. I checked the > > tag.php file and it says: > > > <p class="prompt"><?php printf( _t("Displaying posts tagged: %s"), > > $tag ); ?></p> > > (line 4) > > > I changed the code to: > > <p class="prompt"><?php printf( _t("Displaying posts tagged: %s"), > > Controller::get_var('tag') ); ?></p> > > > And it works. I don't know how to put it on the trac, but I don't know > > how to do it... Could someone do this for me, or at least explain me > > how to change the trac? > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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/habari-dev -~----------~----~----~----~------~----~------~--~---
