Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-02-18278474: store TaskRepository credentials in SecureCredentialsStoreSam Davis10-256/+172
Change-Id: I93daacac2280c009b98d02395d4a5989f5c0a16a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=278474
2014-02-18425926: ensure addScrollListener does not require a scroll barSam Davis2-19/+39
Impossible to scroll after patchset lost focus Change-Id: I9f4315794444dafacc29d75a2dbcb18c17a553f6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=425926
2014-02-18use DecoratingLabelProvider in repositories pageSam Davis1-1/+3
Change-Id: I59490b91ddb642e77740558c1574f955803f2089
2014-02-18378032: error icon is clippedSam Davis3-2/+6
[api] provide editor support for required attributes Change-Id: I5245ff32201eb19dca546f390c67900012554f33 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378032
2014-02-14Mark TaskRepository as @NonNull for validatorBenjamin Muskalla1-1/+1
This got lost in 73aca745728a52143df46137519f68e63889926c Change-Id: Iac3fca50f25ce27b1068a043630e61a04afaaee7 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2014-02-14Allow access to system proxy buttonBenjamin Muskalla1-2/+10
Some connectors wish to change how default proxies are handled and need access to the system proxy button and the related hyperlink for the preference page. Change-Id: Idbc6aa8fb79edba5d11e754ff5bbb2ded3ff0f18 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2014-02-12414360: add BugzillaRestTaskEditorPageFrank Becker4-2/+103
Change-Id: I21263f961271e5ca651d651c289543593ccd378a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2014-02-12414360: add BugzillaRestRepositorySettingsPage to Rest ConnectorFrank Becker15-49/+318
Change-Id: I54d39dfbb2d85b189550215e8da234f2f56116dc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2014-02-12427953: bugzilla connector incorrectly categorizes customDavid King2-1/+8
fields of type "Bug ID" as short-text attributes Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=427953 Change-Id: I1e35ece026ab40f5486acf637637c7f345b6b004 Signed-off-by: David King <david.king@tasktop.com>
2014-02-12425926: addScrollListener should not require a scroll barSam Davis1-4/+5
Impossible to scroll after patchset lost focus Change-Id: Ia9b48a917d437f561b6897f6c9a048ddaf56f2b6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=425926
2014-02-12378032: fix for boolean attribute editors that show required decoratorLeo Dos Santos3-1/+29
Change-Id: Ie343ba26b972fe1327d2fce0e57ab07e78184de9 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378032 Signed-off-by: Leo Dos Santos <leo.dos.santos@tasktop.com>
2014-02-10Changing proxy port should trigger validationBenjamin Muskalla4-3/+89
Change-Id: Ic5f84821152145ff649d54a8e75270516291abcb Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2014-02-07415140: CorruptIndexException in tasklist indexDavid Green2-5/+118
Change-Id: Ia0c6ac54f23f90e32d157f5deba34b3d322aa3c4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=415140
2014-02-06426644: add required Flag to AbstractTaskSchemaFrank Becker2-5/+42
Change-Id: Ica230f4f5607a8717e2a0b79c6c644797dcea14d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=426644
2014-02-04426936: update Bugzilla instances to 4.4.2 and 4.5.2Frank Becker5-14/+55
Change-Id: I3d65f2f09dd3b1ddabc41b59a1f6817910a857f5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=426936
2014-01-31fix @NonNull annotation for attachment attributesSteffen Pingel1-2/+2
The attribute is required to identify the attachment and therefore may not be null. Change-Id: I42853860f0091a4eb26110c85f21a8e0db519182
2014-01-28134165: provide find functionality for task editorSam Davis4-0/+407
Code moved from org.eclipse.mylyn.incubator/org.eclipse.mylyn.sandbox.ui Change-Id: Idf6c2cea96ad147e716c190149e630eec8ca2249 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=134165
2014-01-24422002: add integration tests for Bugzilla REST connectorSteffen Pingel26-14/+937
Change-Id: I8149a2a4213578eb36797f0b6c4b90b18fcbfb8b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=422002
2014-01-22424188: indicate that repository markup setting may be overriddenSam Davis3-1/+14
Task attributes that set META_ATTRIBUTE_MEDIA_TYPE should be displayed with the correct markup viewer when available. Change-Id: I8da533d9fba0dc8fcb101ba9a74da9874b459d80 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=424188
2014-01-21424188: Task attributes that set META_ATTRIBUTE_MEDIA_TYPE should beLeo Dos Santos9-2/+265
displayed with the correct markup viewer when available. Change-Id: Iad8f6f1070d6572702c9e5f71aaebcb8c91e776d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=424188 Signed-off-by: Leo Dos Santos <leo.dos.santos@tasktop.com>
2014-01-16425658: long and integer attributes show message referring to doubleSteffen Pingel25-6/+908
* fix editor for attributes of type integer * add editor for attributes of type long Change-Id: I2d874fafa5bb09b1b5706a34a3bef87cf5ce88d8 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=425658
2014-01-13425458: [api] provide API in connector core to validate repositoriesSteffen Pingel9-0/+177
Change-Id: Ibe8909f301ff3da2cdac9c9383bd9132e4988c81 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=425458
2013-12-20420143: use new Maven repository to publish pomsSteffen Pingel1-2/+2
Change-Id: Ib43fb6070a7fca9d55c073cc000d2912ba78109d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420143
2013-12-18remove obsole PDE build related properties Steffen Pingel1-43/+0
Change-Id: I31df5a2d1f26f20d723d5652910ac81826b0a3ee
2013-12-18421071: remove OSLC connector from MylynSteffen Pingel74-4747/+0
Change-Id: I4ef36e5f4b7ee7fb1b5e6cdccce4d1fe9969f0b2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=421071
2013-12-18378032: [api] provide editor support for required attributesLeo Dos Santos5-34/+45
Change-Id: I711b84be94880ab04fe0bfb15464bb4c5aa6cf33 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378032 Signed-off-by: Leo Dos Santos <leo.dos.santos@tasktop.com>
2013-12-17NEW - bug 378032: provide support for required attributesBenjamin Muskalla10-3/+346
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378032 Change-Id: Ib3cfcb8c8cb489fab5afbb0565f6da0643ab4b97 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2013-12-15424077: change Orbit from I20131123181249 to S20131206110810Frank Becker1-1/+1
Change-Id: I93b6fb7a1a75c160649361fdf44b79a398c36164 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=424077
2013-12-12414360: add BugzillaTestSupportUtil.isInvalidLogon()Frank Becker5-5/+28
Change-Id: I28b1d891c7d4349cd48a2fab70d80bf1e3bb3588 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2013-12-07414360: create minimal core (creation of validate and version requests)Frank Becker19-5/+968
Change-Id: Ia2bf76c6081e44f55dbfdfc2257494d0531808a7 https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2013-12-06414360: add support for the new REST API (Bugzilla 5.0)Frank Becker1-1/+2
Change-Id: I108e85dbbe65847a894758d5b3790a5eb40f764c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2013-12-05423351: DefaultTaskSchema should provide a kind for DESCRIPTIONDavid Green4-2/+23
Change-Id: Iff79470691caaec50e56f29f10e4d954115b9516 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=423351
2013-11-28414360: puppet changes (add type bugzillaREST)Frank Becker3-1/+22
Change-Id: I87f28c4d7fa082061b12dc8fd124e714a1e04cca Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2013-11-25419413: upgrade to HttpComponents Core 4.2.5, Client 4.2.6, Gson 2.2.4Steffen Pingel1-1/+1
Change-Id: I5787c4379b83d6f8ebebc882c290eead6c17e879 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419413
2013-11-21421342: remove Trac 0.12.5 from test fixturesSteffen Pingel1-8/+0
Change-Id: I8dab3252e42f0305b5a657489857661b914ffc3f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=421342
2013-11-20330695: indicate tasks assigned to me in the task list tooltipSam Davis1-13/+44
Make tasks assigned to me more prominent in the task list Change-Id: I84946984fb6a6a9fba39a0b3bb98a1be02b3fb9c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=330695
2013-11-20134165: improve TaskEditorCommentPart to support find functionalityLily Guo1-12/+60
provide find functionality for task editor Change-Id: Ide9076eb1965a0414cbe5ba94a5e6a3173174c9d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=134165 Signed-off-by: Lily Guo <lily2guo@gmail.com>
2013-11-20421088: PriorityAttributeEditor change Priority TooltipFrank Becker3-1/+6
Change-Id: Ie805d4ce481804b325004697058683e41aaa50a5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=421088
2013-11-19330695: add "Show only my tasks" Action to task listFrank Becker7-3/+120
Make tasks assigned to me more prominent in the task list Change-Id: I6ce561151392b269798819ddfa87b48190110cb1 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=330695
2013-11-19NPE opening settings page when createSettingControls overriddenSam Davis1-7/+9
Change-Id: I65a0b57a9371be190d7d6ca785562e8ae579be5c
2013-11-17414360: follow up of "create new projects and features"Frank Becker10-13/+1517
(add missing jdt settings) https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360 Change-Id: I20b0426016502652309f784c498b3d03897de989
2013-11-16414360: follow up of "create new projects and features" Frank Becker15-16/+37
Change-Id: Ided48e0bad24c078f518305ebebc19f48585c5e5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2013-11-16414360: create new projects and featureFrank Becker57-0/+1649
Change-Id: Iae16ae2bbfe086ff14111be738110fea800ea3e4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2013-11-15414360: create new testinstance for the Bugzilla 5.0 REST APIFrank Becker6-5/+33
Change-Id: I375f076925d1b45b51dfdb4f4d7b6700c85efd7f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2013-11-08420877: enhance AbstractRepositorySettingsPage to support repositoriesDavid Green2-115/+164
that take no credentials Change-Id: Ifd82eeb43025d4684a068bfc8b60fc81ca2888f6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420877
2013-11-02420946: Device is disposed error in TaskListBackupManager.backupNowFrank Becker1-7/+2
Change-Id: I735a0347aff74fd2c10f28376cbf21b25d1d0f7e Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420946
2013-11-01Revert "SDK-541: Username and password fields on repository should be optional"David Green2-174/+115
This reverts commit 7f02c47b9bdfbb3c167f4aea45472828a2e11af5. Change-Id: I61a3e760064ad06c655b30cfb5f99cb19aec4bfd
2013-11-01SDK-541: Username and password fields on repository should be optionalDavid Green2-115/+174
Change-Id: Ie5921de64c9c98cfe9775d0b91dad0c703f29e95 Task-Url: https://tasktop.atlassian.net/browse/SDK-541
2013-10-30419190: ClassCastException when opening query dialogTomasz Zarna3-3/+9
Call methods on Wizard only if given IWizard is an instance of Wizard, in other words check type before casting. Bug: 419190 Change-Id: Ie462e542ecec0d443ab7865d9297e63fa4d9aa93 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419190
2013-10-26Revert "415140: CorruptIndexException in tasklist index"David Green2-118/+5
This reverts commit b7836ef3608f5e511420b0cb0e0958cc29cc6a6b.

Back to the top