There's an issue with changeset 1086 that needs to be noted in UPGRADING, and pointed out here.
This change alters the way that the common categories and locales in the navbar work. These templates - navbar_categories.tt and navbar_locales.tt - are ones which guide admins are almost certain to have modified, since the categories and locales in the distributed templates won't be relevant to most guides.
First of all, your template needs to check for [% config.enable_common_categories %] rather than [% common_categories %] in order to know whether to add this <div> to the navbar or not.
Secondly, you need to replace <a href="[% catloc_link %]Category_[% cat %]"> with <a href="[% config.script_url _ config.script_name %]?id=Category_[% cat %]">
So this is just a heads-up to people to be aware of the changes. I haven't added this to UPGRADING because I'm tired and in the middle of tracking down other upgrading issues. Could someone do that, please?
Kake
Hi!
On Sun, Jun 24, 2007 at 02:07:22AM +0100, Kake L Pugh wrote:
So this is just a heads-up to people to be aware of the changes. I haven't added this to UPGRADING because I'm tired and in the middle of tracking down other upgrading issues. Could someone do that, please?
vienna.openguide.org does not display links from Nodes to Categories/Locales any more. Could this be releated to this change?
On Wed 27 Jun 2007, Thomas Klausner domm@cpan.org wrote:
vienna.openguide.org does not display links from Nodes to Categories/Locales any more. Could this be releated to this change?
It's related in that I expect it came from Bob upgrading to svn versions. I hacked around it in RGL's templates but hadn't realised he'd upgraded Vienna as well. What happened was that a bug was introduced into svn. I've since fixed this bug, so another upgrade to the newer svn version should fix it.
Kake
On Sun, Jun 24, 2007 at 02:07:22AM +0100, Kake L Pugh wrote:
There's an issue with changeset 1086 that needs to be noted in UPGRADING, and pointed out here.
[snip]
So this is just a heads-up to people to be aware of the changes. I haven't added this to UPGRADING because I'm tired and in the middle of tracking down other upgrading issues. Could someone do that, please?
Done.
Dominic.
openguides-dev@lists.openguides.org