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 222088 Details for
Bug 391479
Git log: No longer be able to press ENTER to view a commit.
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 for Szymon to review
patch391479.txt (text/plain), 1.69 KB, created by
libing wang
on 2012-10-09 16:26:05 EDT
(
hide
)
Description:
Patch for Szymon to review
Filename:
MIME Type:
Creator:
libing wang
Created:
2012-10-09 16:26:05 EDT
Size:
1.69 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/gitLogExplorer.js b/bundles/org.eclipse.orion.client.git/web/orion/git/gitLogExplorer.js >index 26003a6..953357d 100644 >--- a/bundles/org.eclipse.orion.client.git/web/orion/git/gitLogExplorer.js >+++ b/bundles/org.eclipse.orion.client.git/web/orion/git/gitLogExplorer.js >@@ -12,8 +12,8 @@ > /*global define dijit console document Image */ > > define(['i18n!git/nls/gitmessages', 'require', 'dojo', 'orion/explorers/explorer', 'orion/commands', 'orion/section', 'orion/globalCommands', >- 'orion/git/gitCommands', 'orion/git/widgets/CommitTooltipDialog'], >- function(messages, require, dojo, mExplorer, mCommands, mSection, mGlobalCommands, mGitCommands) { >+ 'orion/git/gitCommands', 'orion/explorers/navigationUtils', 'orion/git/widgets/CommitTooltipDialog'], >+ function(messages, require, dojo, mExplorer, mCommands, mSection, mGlobalCommands, mGitCommands, mNavUtils) { > var exports = {}; > > exports.GitLogExplorer = (function() { >@@ -383,7 +383,9 @@ > var detailsView = dojo.create( "div", { "class":"stretch"}, horizontalBox ); //$NON-NLS-2$ //$NON-NLS-1$ //$NON-NLS-0$ > > var titleLink = dojo.create("a", {"class": "gitMainDescription navlinkonpage", href: "/git/git-commit.html#" + commit.Location + "?page=1&pageSize=1"}, detailsView); //$NON-NLS-4$ //$NON-NLS-3$ //$NON-NLS-2$ //$NON-NLS-1$ //$NON-NLS-0$ >- dojo.place(document.createTextNode(commit.Message), titleLink); >+ dojo.place(document.createTextNode(commit.Message), titleLink); >+ //Add the commit page link as the first grid of the row >+ mNavUtils.addNavGrid(this.explorer.getNavDict(), item, titleLink); > > var _timer;
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 Raw
Actions:
View
Attachments on
bug 391479
: 222088