Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2016-06-15494233: Release of Bugzilla 5.0.3, 4.4.12, and 5.1.1 Frank Becker13-272/+363
Change-Id: Ib475e0653404b403db54cb27e391945ca7618caf Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=494233
2016-06-14319889: TaskCompletionFilter hides Completed categoryJaxsun McCarthy Huggan1-1/+6
Change-Id: I6d7731f7dc8a7291f39142f6c0483a086a698716 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319889 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-06-13Fix an NPE in TaskDataStateColin Ritchie1-0/+3
Change-Id: Ibcbe27570fcc2f49a0b8e92cf47db0eeedbab0f2
2016-06-09495613: Bugzilla "Add self to CC" doesn't work when creating new bugs Frank Becker1-1/+3
Change-Id: I31e7eada9a49f5496311756bd40f9161598ac692 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=495613
2016-06-08494568: support refactoring task idsBrandon Dong13-77/+447
Change-Id: I32f749d32f072bb05045e4749717309df8f4cb86 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=495066 Signed-off-by: Brandon Dong <brandon.dong@tasktop.com>
2016-06-08436128: [api] connectors can provide the PriorityLevel for icons thatBrandon Dong7-21/+86
should be shown in PriorityEditor and tooltip uses priority value label from taskdata Change-Id: I7ab493f912fab6ec72ca3819b782467de122943a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436128 Signed-off-by: Brandon Dong <brandon.dong@tasktop.com>
2016-06-07494568: add support for refactoring task attribute valuesBrandon Dong2-3/+44
Change-Id: Ia943f2ddd5201c8fa2c196a91f1116b2434336b2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=495066 Signed-off-by: Brandon Dong <brandon.dong@tasktop.com>
2016-06-06319889: Task List Tooltip reports conflict tasks as incoming/outgoingJaxsun McCarthy Huggan1-1/+2
Change-Id: I7af892b72e739b553132e534e5b5117213eb4050 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319889 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-06-06319889: Improve labelling of containers in scheduled presentationJaxsun McCarthy Huggan2-78/+14
* Incoming/Outgoing/Unscheduled/Completed no longer display a date 5000 years in the future when hovering. * Future container no longer displays two of the same date in different formats when hovering Change-Id: I3a80b17dbeb09035317494c965a4c974f23cb406 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319889 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-06-02494596: Fix issues with TaskListToolTip and TaskListNotifierJaxsun McCarthy Huggan2-18/+31
* TaskListToolTip now retrieves the incoming text from the ITask * TaskListNotifier now records incoming text for manual task synchronizations * TaskListNotifier delays notifications until a proper diff can be computed Change-Id: I30ba21255d309832422e6f929a4af9e83ffcd4ea Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=494596
2016-05-27494596: TaskListToolTip should not compute a TaskDataDiff whenJaxsun McCarthy Huggan3-69/+89
displaying the tooltip Change-Id: Id5a075992c8a23335a501ea987bf7d019a81ca74 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=494596 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-05-27add JavaDoc for the various kinds of TaskData in TaskDataStateSam Davis2-0/+36
Change-Id: Ia4462983fa72a11d4b960887f3eb3d813d3fab94
2016-05-20490542: REST Connector: add support for "Reassign to default assignee"Frank Becker6-1/+79
(rebased version of patch set#1) Change-Id: I6a3aff1ebb230d76db7fdb2064a6b13def360245 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=490542
2016-05-18493037: Check if a task is in unmatched before removing from unmatchedJaxsun McCarthy Huggan2-18/+74
This gives a considerable performance increase when loading large task lists where there are more tasks than any one task has parents. Change-Id: I18ccd3ba7387d937b78fb21e766d299f2a88491b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493037 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-05-18493037: use a BufferedInputStream for the task list fileJaxsun McCarthy Huggan1-1/+2
Change-Id: If8921202ff340042b8200f7dc7b91d9cfa04c76c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493037 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-05-18493037: deprecate AbstractTaskListMigratorJaxsun McCarthy Huggan6-87/+27
Task List migrators are no longer used when reading the task list. Change-Id: I88e0f60af3cf512e4176c5abefd117c229311ac0 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493037 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-05-17493037: Delete DelegatingTaskExternalizerJaxsun McCarthy Huggan3-884/+42
This externalizer has been replaced with a suite of classes which perform externalization using SAX. Any references to constants defined within this class have been changed to refer to TaskListExternalizationConstants instead. Change-Id: I6898d67d06574a29695c0fc4667b50c8ed5045f8 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493037 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-05-17493037: write task list using SAX instead of DOMJaxsun McCarthy Huggan9-110/+642
Change-Id: Ie0e4c7ff38dbe78951849f0cc880cfa21b7a32eb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493037 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-05-17493037: read task list using SAX instead of DOMJaxsun McCarthy Huggan8-130/+997
* no longer performs any migration from Mylyn 2.0 Change-Id: Ib7cf30f9e3b8a9b1c762bf43df4fd824cba472fd Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493037 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-05-10493281: tasks tests fail to detect open partsSam Davis1-1/+2
Change-Id: I19c37dcbf55ea7f261acf32cfd9ac808c61e0b5d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493281
2016-05-06Fix broken message in error logBrandon Dong1-17/+15
Change-Id: Ie7c75db97ce23ccdffc4c8b4de50e98503e6c60c Signed-off-by: Brandon Dong <brandon.dong@tasktop.com>
2016-04-25487770: Mylyn bundles require Java 8Colin Ritchie102-170/+169
Change-Id: I17c362d99d2f87cfd50a3233ee8c32d8e4fe4320 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=487770 Signed-off-by: Colin Ritchie <colin.ritchie@tasktop.com>
2016-04-19485582: Upgrade versions 3.19.0 to 3.20.0Colin Ritchie73-119/+119
Change-Id: I4b20e6222d27afa36d9de4e3be7b64770bc25dd1 https://bugs.eclipse.org/bugs/show_bug.cgi?id=485582
2016-04-12419311: support "Reset QA Contact to default" for REST ConnectorFrank Becker4-1/+7
Change-Id: I4f30d6e4154c9aeb6fdd82324b1796e9622ee07d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419311
2016-04-12483745: some improvements for the first complete Bugzilla REST EditorFrank Becker17-69/+325
Change-Id: I7354910f0ea222799ed7b92adc48306d2476a20d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=483745
2016-04-08491281: Double clicking in the Add Task Repository wizard has differentBrandon Dong1-9/+17
error handling than clicking Next Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=491281 Change-Id: I5a2fa1882a7d539e36601020a6022574982a1c0c Signed-off-by: Brandon Dong <brandon.dong@tasktop.com>
2016-04-04491037: bugzilla.rest.core.tests bundle has missing resourcesMat Booth1-0/+1
Change-Id: I4bf5cdb785060ee39b892cd2685efae971440e33 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-03-31490820: always set password field echo character if possibleJaxsun McCarthy Huggan2-1/+17
Change-Id: Idac6aec404f7dfaeec89935e4f13cc0b56990940 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=490820 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-03-25414360: add support for keyword attribute to REST API Frank Becker13-43/+109
Change-Id: I47d37116800606c181bb6d9de75ac8fdb6b748a1 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2016-03-17472975: Mylyn escapes special characters before writingJaxsun McCarthy Huggan7-67/+493
repository properties Change-Id: I8228411b427631b0e1ffd8f6bf6566e49af71098 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=472975 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
2016-03-16488408: update tasks copyrights for 3.19 release Sam Davis67-67/+67
Change-Id: Ic1dc5d3714e683dca780ab30ce0917180ae6e02e Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=488408
2016-03-16414360: add support for attributes blocks / depends_on to REST APIFrank Becker14-9/+542
Change-Id: Ic8d92d5630d4fe079c18124a550e6140f0590703 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2016-03-16414360: add support for cc attribute to REST APIFrank Becker10-5/+359
Change-Id: I16db7531ccfdf016eedbf5b6b337c587b2f71b70 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
2016-03-15488408: update classpath with correct location of mediawiki.core.antSam Davis2-5/+2
Change-Id: Ic56a01d32822ce6edf854edc8342a606c5fe53aa Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=488408
2016-03-03488987: "Insert My User ID" link in PersonAttributeEditor is very hardSam Davis1-1/+1
to click Change-Id: I3fac8005afdbf4e438437689c6642b4038bd17e3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=488987
2016-02-26487166: Task search only uses id if not found in tasklistBrandon Dong3-50/+149
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=487166 Change-Id: I3f94959523bf7366abdeeb6ee6f9224184ec8b1f Signed-off-by: Brandon Dong <brandon.dong@tasktop.com>
2016-02-24488277: ConcurrentModificationException in the mylyn bugzilla connectorColin Ritchie2-36/+64
Change-Id: Ic2209f1220a5a04a29d0048ed30e6beff20f78c3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=488277 Signed-off-by: Colin Ritchie <colin.ritchie@tasktop.com>
2016-02-23488263: support sorting by rank when rank is not a base 10 number Sam Davis2-2/+61
Change-Id: If72f072d219ae5c79fe4ae8c4dfef13e1a2b90ff Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=488263

Back to the top