Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-09-29[3.21] 501993: fix NullPointerException in DefaultSupportHandler.getDescriptionR_3_21_0e_4_5_m_3_21_xJaxsun McCarthy Huggan1-37/+26
Change-Id: I17bbf252f1980c4631f02d8f1420cc9207f57a97 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=501993 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-09-14501177: RepositoryPerson.toString() should only return name<id> if notFrank Becker1-0/+5
same Change-Id: Iaae4c7c8363afa4471a1dc5b99bd818c9ca087e2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=501177
2016-09-13500712: don't display the person icon for unassigned tasksJaxsun McCarthy Huggan1-1/+3
Change-Id: I832978e47949faf94577ef52f461ea4ffe3a1415 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=500712 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-09-13497534: update userguideSam Davis6-40/+43
Change-Id: I4cc673dbdde77ced2016c3c19c8c5817ff8906bd Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497534
2016-09-13500712: improve owner/assigned to section of Task List tooltipJaxsun McCarthy Huggan3-4/+11
* display the blue person icon next to the assignee for tasks assigned to other people * insert a colon into the tooltip "Assigned To: user" * when there is no assignee the tooltip will read "Assigned To: Unassigned" * Local tasks will no longer display shows "Assigned To local" Change-Id: I723a5d4e9c826ebe9af3c293e19eadb98fcd9272 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=500712
2016-09-13497534: externalize strings for o.e.m.tasksSam Davis6-20/+74
Change-Id: I704b6028422c3996c1fc756265019fe8684a18a6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497534
2016-09-13501176: Bugzilla REST: OpenWithBrowserAction did not work Frank Becker1-0/+20
Change-Id: I99c43661b84b30e2e037583abe82d45440a78624 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=501176
2016-09-12478512: Report Bug or Enhancement uses feature versions that may notFrank Becker6-2/+47
match the Bugzilla versions Change-Id: I123b48457faa91d523c856a6c063539047a7c63b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=478512
2016-09-09496268: Bugzilla add CC should be single lineSam Davis5-83/+98
The change to use LabelsAttributeEditor made it a multiline. Change-Id: I37f5181e41c48f0f89a4801f339b9def363886cc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=496268
2016-09-08remove Java nature from org.eclipse.mylyn.help.uiSam Davis3-27/+0
This was added in fab7fc72649fc9b970b6c73ef98aa922e73286b4 when the implementation of the UI legened was initially put in the help bundle, but now that there is no Java code in the help bundle, I can't see any need for it, and it unnecessarily prevents consumers from running the Eclipse info center with older Java versions. Change-Id: I9deee44893243ce0da5825bb20310eab2c19e37c
2016-09-01499581: tweak the image for owned tasksSam Davis1-0/+0
* Replace the white fill with the same blue gradient fill as the standard task image. Without a gradient it looks too flat and low quality. * Remove 3 pixels of faint glow around the top of the clipboard. This is pretty much imperceptible but it makes the image have the exact same silhouette as the standard task image. Change-Id: I22534a644e4d7ec8817a91a12910d6a7308ee3c6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499581
2016-09-01replace testValidateOnFinishInvalidUserId with unit testSam Davis3-34/+108
This test is running forever in http://ci.mylyn.org/job/mylyn-3.21.x/ and I can't figure out why. This is an integration test whose main purpose is to verify that the settings page remains open when validate on finish fails. This really ought to be verified by a unit test of the page instead. Change-Id: I55813566e3707f082904001750c065285ed5c3e0
2016-08-30498906: connector migration can migrate queriesSam Davis6-51/+254
Change-Id: I0459a07552ab6fdc9b5d9b19e707d3d8c19699da Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=498906
2016-08-24AttachmentSizeFormatter fails when default locale does not useSam Davis1-4/+3
DecimalFormat Change-Id: I94bdbaf0716290025da4d246f91ca2e2b0073816
2016-08-18499947: bugzilla git repository http://git.mozilla.org/bugzilla/bugzillaFrank Becker1-3/+3
no longer exists Change-Id: I923e5924af7e9d3dd2ef207674e96ba82f1d32c9 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499947
2016-08-18158461: users can configure when to schedule new tasksJaxsun McCarthy Huggan9-134/+202
Change-Id: I892587aafd47c1802914bfcb94f7367a863e034c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=158461
2016-08-17fix release build to not require Mockito 1.9.5Sam Davis1-3/+3
Change-Id: Idc3d5e2ba1f9abec40e04a95a619eb03f6372e01
2016-08-17319889: TaskListInterestSorter uses configured sort criteria as backupJaxsun McCarthy Huggan4-58/+188
Change-Id: Iaabefc6ca4d928a8bb60beba3fedff96c06ddc88 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319889
2016-08-17499581: My Task icon added to legend Colin Ritchie3-45/+7
Change-Id: Ied32a8508292082c740c7bee1b8a6528462a7a65 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499581
2016-08-17319889: Support sorting of scheduled presentationJaxsun McCarthy Huggan11-230/+225
The TaskComparator now maintains a list of sort criteria per presentation. The criteria will always be configured for the active presentation. The migration of old sorting mementos was removed. Change-Id: I5d9b594e4efda7b35ccdca2b19fb824a6590d5f1 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319889
2016-08-16499581: New image for Tasked Assigned to Me. Colin Ritchie1-0/+0
Change-Id: Iaa7a3784b1e850d62a0f2a4d4ff28acb369748ab Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499581
2016-08-12499581: Task Image is different when the task is owned by the userColin Ritchie5-20/+90
Introduce the "Golden Clipboard" for tasks owned by the active user. Change-Id: I4fed0b3dccf3b2e1199e792881ca369f9490903e Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499581
2016-08-11498906: provide ability for users to migrate to new versions ofSam Davis16-1/+2972
connectors Change-Id: I6980b07ab7e984f4c7ea40fd8649093196d25755 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=498906
2016-08-08499353: NullPointerException in TaskListView.saveState Frank Becker1-2/+3
Change-Id: I59d904e670369866444396303a499bf1f2e58359 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499353
2016-07-29452674: fix performance problem typing in private notesSam Davis1-143/+150
Change-Id: I75472676bed2fce9feb5ee5978f2ad055f4142c3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452674
2016-07-26496452: Support import/export of TaskCategoriesJaxsun McCarthy Huggan3-21/+58
Change-Id: I075632b251a0e7f41d2e7b16808bba4e9774f088 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=496452
2016-07-25498401: fix ContentAssist for "Add CC:" Frank Becker2-18/+27
Change-Id: I6ba24b3272b4015c6976d102d7ef6b107f54c2b2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=498401
2016-07-25493278: Bugzilla REST integration tests should run as part ofFrank Becker4-27/+98
integration-connectors, not integration Change-Id: I6b1bf55f77917d9f7bea938f9bec198089f4fc66 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493278 Signed-off-by: Frank Becker <eclipse@frank-becker.de>
2016-07-25497412: add tests for Task externalizationJaxsun McCarthy Huggan1-0/+174
Change-Id: I222fc31a10f090e0434870fd99c84b4532def58c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497412
2016-07-23497412: TaskTask leaves key blank on constructionJaxsun McCarthy Huggan2-3/+3
Change-Id: Ibf797d74f26846c4514d80ccc794bd55fd86862a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497412
2016-07-21495085: do not use BugzillaFixture in local testsSam Davis2-124/+123
Otherwise it will try to connect to mylyn.org to discover fixtures. Change-Id: I1d9a7a4e1fb0ff8e78d12dc3be6613c76c67e713 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=495085
2016-07-20495085: Bugzilla REST connector should use proxy information fromSam Davis1-461/+482
TaskRepository Change-Id: I1b8734a3080c4c777e427017e6d53dca960fb043 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=495085
2016-07-18493278: Bugzilla REST integration tests should run as part ofFrank Becker8-15/+67
integration-connectors, not integration Change-Id: Ieae0eccc4229abb7c3041a09b028d30c24785bc9 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493278
2016-07-17493593: Open remote task does not work with task keys for someFrank Becker1-9/+11
connectors Change-Id: Id8960199a180ba504321b7b7dcb74439a56122c1 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493593
2016-07-16496268: Bugzilla connector uses LabelsAttributeEditor for add CC Frank Becker10-112/+65
Change-Id: I3f710f61fe0b17946d3244fd95634c54d2d88c84 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=496268
2016-07-15495305: Update convoluted description in "New Working Set" dialog.Jaxsun McCarthy Huggan1-1/+1
Change-Id: I6bd9a7082c21806b107b6b0aeeab95bdc5e7ca1f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=495305 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-07-15TaskDataManager has API to migrate attributes in its task datasBrandon Dong4-0/+48
Change-Id: Iba999001a1989783543aa45ae6530fd6e040896f Signed-off-by: Brandon Dong <brandon.dong@tasktop.com>
2016-07-14497625: fix the two failing proxy junit testsSam Davis1-9/+12
Change-Id: I14f61dd16ce1423f296d74e2bf15c0772aaef90f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497625
2016-07-10492500: read-only required attributes should not have error decorator Frank Becker1-4/+7
Change-Id: Ib378fddaa2b96cac892fdae55514448daaa53979 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=492500
2016-07-07319889: enable incoming notifications on scheduled containersJaxsun McCarthy Huggan1-5/+5
Change-Id: I973545387ce1774e759c453264df49e31c8f2895 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319889
2016-07-07319889: scheduled presentation displays scheduled subtasksJaxsun McCarthy Huggan3-36/+205
Previously the scheduled presentation would not display a subtasks in a scheduled container unless it matched a query or the "Show non-matching" subtasks option was selected. Change-Id: I879d2fe242d36748f82eb322263bbed673c08b62 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319889 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-07-07452674: markDirty should do nothing when already dirtySam Davis1-0/+7
It turns out that 9bae474b5ca41efbcdae3085e79441d0ab5660d2 doesn't fix the performance problem because calling markDirty also calls dirtyStateChanged every time. Change-Id: I883f60cbf5417899aeb20a5b2ed920badf9c5dee Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452674
2016-07-07Add task property that wasn't being copied over during refactoringBrandon Dong1-0/+1
Change-Id: I4c87130faf3d477087aadfa9af0149a8144aa549 Signed-off-by: Brandon Dong <brandon.dong@tasktop.com>
2016-07-06497415: task list tooltip displays incoming arrow with empty textSam Davis1-1/+2
Change-Id: Idd87c21dadf7e0b0f30aa1a1c10022f3713c2f5d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497415
2016-06-30492212: [release] release Mylyn 3.20 (update version)Frank Becker73-119/+119
Change-Id: I5d3cf37792febe87bb3accbeb3fcfb5c71ec98d2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=492212
2016-06-29497040: fix overzealous recording of task list xml orphansJaxsun McCarthy Huggan2-1/+137
Fixes an issue where all task list elements after the first encountered orphans would be recorded as orphans. This lead to duplication of task list elements on read/write round trips. Change-Id: I7176eb4fda0ede6459ec1d7cf2dd0c78adec1c98 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497040
2016-06-23452674: mark task editor parts dirty when their attributes changeSam Davis1-3/+20
This will cause the task editor's form to report that it's dirty, which will make the isDirty check in AbstractTaskEditorPage.initModel() work. Change-Id: I4686b1bea0a62bf346ea6dfbef1a27ba28455e55 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452674
2016-06-22493925: update help for 3.20.Sam Davis6-41/+28
Change-Id: If36ff7e2cb57ca041754c93684238e6d8ce5ad8f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493925
2016-06-21495613: Bugzilla "Add self to CC" doesn't work when creating new bugsFrank Becker14-15/+64
(for the REST Connector) Change-Id: Ia0b76a6aaacfa8b0ba3f73e7a60cf5fbe6b22e1a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=495613
2016-06-20reduce log noise from org.eclipse.mylyn.tasks.testsSam Davis2-4/+28
This bundle has tests of exception handling that cause log messages at startup. This change makes those log messages much shorter and makes it more obvious what they are. Change-Id: I3bce9b55c76f09ae05ed28018ddaf83062aac918

Back to the top