Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] heads up: PLEASE check your pages against HEAD and verify their correct operation

I just finished work on refactoring the command service. [1]

Hopefully you shouldn't care much if you didn't request any specific function from me.
However, it is important to know that the command service is no longer in the service registry, and if you want to use it, you must pass it around your components.
Also, the command service is now called "CommandRegistry" as it's not an orion service anymore.

This is one of those refactorings that unfortunately touched nearly every page and also many of the UI component modules. [2]  I have tested all the pages coming up, a few of the commands on each page, etc.  But it is very likely I broke something.  So it is very important that you verify the correct operation of your page from HEAD and contact me if you have any problems at all.

susan

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=390356
[2] http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=477cf3c06a42cd86fb12904fbc2cbd58032b524b 


Back to the top