Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 260647 Details for
Bug 490492
Orion should show it's version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
changes (19).patch (text/plain), 1.31 KB, created by
Curtis Windatt
on 2016-03-31 11:06:25 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Curtis Windatt
Created:
2016-03-31 11:06:25 EDT
Size:
1.31 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nls/root/messages.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nls/root/messages.js >index 418d6ee..7a886ff 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nls/root/messages.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nls/root/messages.js >@@ -91,4 +91,5 @@ define({//Default message bundle > "createNewTooltip": "Create a new launch configuration", > "back": "< Back", > "next": "Next >", >+ "systemInfo": "System Information" > }); >diff --git a/bundles/org.eclipse.orion.client.ui/web/plugins/pageLinksPlugin.js b/bundles/org.eclipse.orion.client.ui/web/plugins/pageLinksPlugin.js >index eb78cbb..6865dde 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/plugins/pageLinksPlugin.js >+++ b/bundles/org.eclipse.orion.client.ui/web/plugins/pageLinksPlugin.js >@@ -180,6 +180,15 @@ define([ > category: "user.0" > }); > >+ provider.registerService("orion.page.link.user", null, { >+ id: "orion.system.about", >+ order: 40, >+ name: widgetMessages["systemInfo"], >+ nls: "orion/widgets/nls/messages", >+ uriTemplate: "{+OrionHome}/about/about.html", >+ category: "user.0" >+ }); >+ > provider.registerService("orion.core.content", null, { > id: "orion.content.html5", > name: messages["Sample HTML5 Site"],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 490492
: 260647 |
264835
|
264836