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 80264 Details for
Bug 173352
Make parsed post success string/regexp a preference
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]
cleanup
clipboard.txt (text/plain), 2.68 KB, created by
Frank Becker
on 2007-10-12 14:29:17 EDT
(
hide
)
Description:
cleanup
Filename:
MIME Type:
Creator:
Frank Becker
Created:
2007-10-12 14:29:17 EDT
Size:
2.68 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.bugzilla.ui >Index: src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java,v >retrieving revision 1.71 >diff -u -r1.71 BugzillaRepositorySettingsPage.java >--- src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java 11 Oct 2007 19:11:28 -0000 1.71 >+++ src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java 12 Oct 2007 18:27:24 -0000 >@@ -273,24 +273,6 @@ > for (String languageSettings : BugzillaCorePlugin.getLanguageSettings().keySet()) { > languageSettingCombo.add(languageSettings); > } >-// languageSettingCombo.addSelectionListener(new SelectionAdapter() { >-// @Override >-// public void widgetSelected(SelectionEvent e) { >-// String text = languageSettingCombo.getText(); >-//// RepositoryTemplate template = connector.getTemplate(text); >-//// if (template != null) { >-//// repositoryLabelEditor.setStringValue(template.label); >-//// setUrl(template.repositoryUrl); >-//// // setAnonymous(info.anonymous); >-//// setBugzillaVersion(template.version); >-//// if (template.characterEncoding != null) { >-//// setEncoding(template.characterEncoding); >-//// } >-// getContainer().updateButtons(); >-// return; >-//// } >-// } >-// }); > if (repository != null) { > String language = repository.getProperty(IBugzillaConstants.BUGZILLA_LANGUAGE_SETTING); > if (language != null && !language.equals("")) >#P org.eclipse.mylyn.bugzilla.core >Index: src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java,v >retrieving revision 1.99 >diff -u -r1.99 BugzillaClient.java >--- src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java 12 Oct 2007 16:55:58 -0000 1.99 >+++ src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java 12 Oct 2007 18:27:32 -0000 >@@ -1049,7 +1049,6 @@ > && ((HtmlTag) token.getValue()).getTagType() == HtmlTag.Type.TITLE > && ((HtmlTag) token.getValue()).isEndTag()) { > >- languageSettings.getProcessed(); > if (title.indexOf(languageSettings.getLogin()) != -1 > || (title.indexOf(languageSettings.getInvalid()) != -1 && title.indexOf(languageSettings.getPassword()) != -1) > || title.indexOf(languageSettings.getCheckEmail()) != -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 173352
:
78692
|
78693
|
79854
|
79855
|
79856
| 80264 |
80265