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 236595 Details for
Bug 419705
Forbidden git-log access
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]
Revert patch
0001-Revert-Bug-417159-Can-t-edit-files-whose-path-contai.patch (text/plain), 2.12 KB, created by
Maciej Bendkowski
on 2013-10-17 08:59:02 EDT
(
hide
)
Description:
Revert patch
Filename:
MIME Type:
Creator:
Maciej Bendkowski
Created:
2013-10-17 08:59:02 EDT
Size:
2.12 KB
patch
obsolete
>From c228d718f56feda8be05b898905f0ea7282f40fd Mon Sep 17 00:00:00 2001 >From: Maciej Bendkowski <maciej.bendkowski@pl.ibm.com> >Date: Thu, 17 Oct 2013 13:05:26 +0200 >Subject: [PATCH] Revert "Bug 417159 - Can't edit files whose path contains > comma or question mark (cannot use resourceRaw in git-log page anymore)" > >This reverts commit e48f54f7feef209cc5c97d0f7bc0b6e5f0689f5c. >--- > bundles/org.eclipse.orion.client.git/web/git/git-log.js | 4 ++-- > bundles/org.eclipse.orion.client.git/web/orion/git/gitLogExplorer.js | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/bundles/org.eclipse.orion.client.git/web/git/git-log.js b/bundles/org.eclipse.orion.client.git/web/git/git-log.js >index 0d2b1ff..524b3e7 100644 >--- a/bundles/org.eclipse.orion.client.git/web/git/git-log.js >+++ b/bundles/org.eclipse.orion.client.git/web/git/git-log.js >@@ -71,11 +71,11 @@ define(['i18n!git/nls/gitmessages', 'require', 'orion/browserCompatibility', 'or > commandService.registerCommandContribution("pageNavigationActions", "eclipse.orion.git.nextLogPage", 2); //$NON-NLS-1$ //$NON-NLS-0$ > > var pageParams = PageUtil.matchResourceParameters(); >- explorer.display(pageParams.resource); >+ explorer.display(pageParams.resourceRaw); > > window.addEventListener("hashchange", function() { > var pageParams = PageUtil.matchResourceParameters(); >- explorer.display(pageParams.resource); >+ explorer.display(pageParams.resourceRaw); > }, false); > }); > }); >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 66941bf..e8ab6e5 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 >@@ -153,7 +153,7 @@ exports.GitLogExplorer = (function() { > > GitLogExplorer.prototype.redisplay = function(){ > var pageParams = PageUtil.matchResourceParameters(); >- this.display(pageParams.resource); >+ this.display(pageParams.resourceRaw); > }; > > GitLogExplorer.prototype.changedItem = function(parent, children) { >-- >1.8.1.msysgit.1 >
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 419705
: 236595