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 244640 Details for
Bug 438470
Links to the old git-status 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
ttt.txt (text/plain), 1.58 KB, created by
Silenio Quarti
on 2014-06-28 22:10:38 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2014-06-28 22:10:38 EDT
Size:
1.58 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js b/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js >index f1d6cc2..d66b5ee 100644 >--- a/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js >+++ b/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js >@@ -414,9 +414,9 @@ > Value: clone.GitUrl > }, > { >- Name: "Git Status", >- Value: "Git Status", >- Href: "{+OrionHome}/git/git-status.html#" + item.Git.StatusLocation >+ Name: "Git Repository", >+ Value: "Git Repository", >+ Href: "{+OrionHome}/git/git-repository.html#" + item.Git.CloneLocation > } > ] > } >diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/util.js b/bundles/org.eclipse.orion.client.git/web/orion/git/util.js >index 73b58a4..e0c89f1 100644 >--- a/bundles/org.eclipse.orion.client.git/web/orion/git/util.js >+++ b/bundles/org.eclipse.orion.client.git/web/orion/git/util.js >@@ -20,8 +20,6 @@ > var interestedUnstagedGroup = ["Missing", "Modified", "Untracked", "Conflicting"]; //$NON-NLS-3$ //$NON-NLS-2$ //$NON-NLS-1$ //$NON-NLS-0$ > var interestedStagedGroup = ["Added", "Changed", "Removed"]; //$NON-NLS-2$ //$NON-NLS-1$ //$NON-NLS-0$ > >- var statusUILocation = "git/git-status.html"; //$NON-NLS-0$ >- > function isStaged(change) { > for (var i = 0; i < interestedStagedGroup.length; i++) { > if (change.type === interestedStagedGroup[i]) { >@@ -136,7 +134,6 @@ > } > > return { >- statusUILocation: statusUILocation, > isStaged: isStaged, > isUnstaged: isUnstaged, > isChange: isChange,
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 438470
: 244640