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 211101 Details for
Bug 371400
Restore bugzilla link in git commit page.
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 v1
clipboard.txt (text/plain), 1.34 KB, created by
Szymon Brandys
on 2012-02-16 07:53:42 EST
(
hide
)
Description:
Fix v1
Filename:
MIME Type:
Creator:
Szymon Brandys
Created:
2012-02-16 07:53:42 EST
Size:
1.34 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommitExplorer.js b/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommitExplorer.js >index 7d13250..2106bb4 100644 >--- a/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommitExplorer.js >+++ b/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommitExplorer.js >@@ -165,15 +165,15 @@ > var detailsView = dojo.create( "div", null, horizontalBox ); > > var commitMessages = this._splitCommitMessage(commit.Message); >- >+ > var div = dojo.create( "div", null, detailsView ); >- dojo.create( "span", { "class":"gitMainDescription", innerHTML: commitMessages[0] }, div ); >- >+ var mainCommitMessage = dojo.create( "span", { "class":"gitMainDescription"}, div ); >+ this.registry.getService("orion.core.textlink").addLinks(commitMessages[0], mainCommitMessage); > dojo.create( "div", {"style":"padding-top:15px"}, detailsView ); > > if (commitMessages[1] !== null){ >- div = dojo.create( "pre", null, detailsView ); >- dojo.place(document.createTextNode(commitMessages[1]), div); >+ var secondaryCommitMessage = dojo.create( "pre", null, detailsView ); >+ this.registry.getService("orion.core.textlink").addLinks(commitMessages[1], secondaryCommitMessage); > dojo.create( "div", {"style":"padding-top:15px"}, detailsView ); > } >
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 371400
: 211101 |
267948