Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] plugin renaming and reorg

On orion.eclipse.org you shouldn't need to do any manual cache flushing for this. The default preference list is cached with a one hour timeout, so you should see the new plugins appear within an hour of the new build being deployed. Unless you're in a desperate hurry, I suggest not taking any manual steps to handle this, and enter a bug if you see problems getting the plugin changes.

John



Susan Franklin McCourt <susan_franklin@xxxxxxxxxx>
Sent by: orion-dev-bounces@xxxxxxxxxxx

02/03/2012 02:17 PM

Please respond to
Orion developer discussions <orion-dev@xxxxxxxxxxx>

To
orion-dev@xxxxxxxxxxx
cc
Subject
[orion-dev] plugin renaming and reorg





I did some minor plugin reorg in [1].
This changes the default plugins that should be loaded.
The symptom of having the old/wrong plugins loaded would be:
1) no main nav links in your banner (Navigator, Sites, Repositories, etc...)
2) load timeouts on a plugin called "landingPageTasks.html"

To fix these sympoms:
You will need to localStorage.clear() to clear the preference of the list of default plugins. Then reload your pages. The way to make sure you are running the correct stuff is to check your plugin list and ensure you have:
landingPageTasksPlugin.html (not landingPageTasks.html)
pageLinksPlugin.html

For those who aren't self hosting, you will probably need to go through this on the next deployed build.

susan

[1]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=369999_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top