Re: [Radiant] Submenu Extension in Radiant 1.0

2012-09-07 Thread Jim Gay
Ah. I see. Well, if you look here https://github.com/radiant/radiant/blob/master/lib/radiant/admin_ui.rb you'll see what it has. There is NavTab and NavSubItem but I would review what's in TabExtensions to see how it is attempting to change how radiant works. On Thu, Sep 6, 2012 at 3:51 PM,

[Radiant] Submenu Extension in Radiant 1.0

2012-09-06 Thread saalon
I'm upgrading from radiant 0.8.1 to 1.0, and I'm having a problem with one of the extensions we're using. We use multi-site-extension, and it uses the submenu extension to allow users to choose which site they want scoped to. Unfortunately, submenu isn't compatible with the Tabs changes from

Re: [Radiant] Submenu Extension in Radiant 1.0

2012-09-06 Thread Jim Gay
See these notes: https://github.com/radiant/radiant/wiki/developer-upgrade-notes The upgrade should be easy if all that's needed is addressing the tab API. Often, when I have a problem like this, I fork the repo and push my changes there. That way others can benefit from the fixes too and it's

Re: [Radiant] Submenu Extension in Radiant 1.0

2012-09-06 Thread saalon
Jim, Thank you for the link! One question that I don't see answered in the documentation, regarding this line: Radiant::AdminUI::Tab.send :include, TabExtensions Which returns this failure: uninitialized constant Radiant::AdminUI::Tab Is there an class that's replaced Radiant::AdminUI::Tab