Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-07537254: update org.eclipse.license from 1.0.1 to 2.0.0Frank Becker128-512/+768
2018-09-17Revert "537208: Task data filename can get too long"Sam Davis1-1/+1
2018-09-13537208: Task data filename can get too longalexei.trebounskikh1-1/+1
2018-08-01537208: Task data filename can get too longalexei.trebounskikh2-58/+146
2018-06-19535879: [performance] Loading a large tasklist.xml takes a long timealexei.trebounskikh2-3/+137
2018-06-18532275: store the template property values in the task repositoryFrank Becker1-0/+2
2017-07-04replace synchronized methods of TaskDataStore with ReadWriteLock Tomasz Zarna1-10/+28
2017-06-20preserve stack trace of SAXException caught in TaskDataStore.readStateTomasz Zarna1-1/+1
2017-06-20remove commented out TaskDataStore.putLastRead methodTomasz Zarna1-20/+5
2017-06-19remove unnecessary code from mylyn.tasks.core projectTomasz Zarna2-9/+2
2017-06-02use try-with-resources statement in TaskDataStoreTomasz Zarna1-11/+5
2017-01-27511132: Remove Guava classes from public APIColin Ritchie2-8/+9
2017-01-27326005: Task Editor asks to save or delete newly created tasks on closeJaxsun McCarthy Huggan1-0/+6
2016-09-14501177: RepositoryPerson.toString() should only return name<id> if notFrank Becker1-0/+5
2016-08-18158461: users can configure when to schedule new tasksJaxsun McCarthy Huggan1-3/+2
2016-07-26496452: Support import/export of TaskCategoriesJaxsun McCarthy Huggan1-2/+5
2016-07-23497412: TaskTask leaves key blank on constructionJaxsun McCarthy Huggan1-1/+0
2016-07-15TaskDataManager has API to migrate attributes in its task datasBrandon Dong4-0/+48
2016-07-07Add task property that wasn't being copied over during refactoringBrandon Dong1-0/+1
2016-06-29497040: fix overzealous recording of task list xml orphansJaxsun McCarthy Huggan1-1/+6
2016-06-13Fix an NPE in TaskDataStateColin Ritchie1-0/+3
2016-06-08494568: support refactoring task idsBrandon Dong8-18/+306
2016-06-08436128: [api] connectors can provide the PriorityLevel for icons thatBrandon Dong1-0/+2
2016-06-07494568: add support for refactoring task attribute valuesBrandon Dong2-3/+44
2016-06-06319889: Improve labelling of containers in scheduled presentationJaxsun McCarthy Huggan1-76/+12
2016-05-27add JavaDoc for the various kinds of TaskData in TaskDataStateSam Davis1-0/+12
2016-05-18493037: Check if a task is in unmatched before removing from unmatchedJaxsun McCarthy Huggan1-18/+24
2016-05-18493037: use a BufferedInputStream for the task list fileJaxsun McCarthy Huggan1-1/+2
2016-05-18493037: deprecate AbstractTaskListMigratorJaxsun McCarthy Huggan2-74/+16
2016-05-17493037: Delete DelegatingTaskExternalizerJaxsun McCarthy Huggan3-884/+42
2016-05-17493037: write task list using SAX instead of DOMJaxsun McCarthy Huggan9-110/+642
2016-05-17493037: read task list using SAX instead of DOMJaxsun McCarthy Huggan8-130/+997
2016-03-17472975: Mylyn escapes special characters before writingJaxsun McCarthy Huggan4-66/+116
2016-03-16488408: update tasks copyrights for 3.19 release Sam Davis8-8/+8
2016-02-18486145: tasks should not receive incoming notifications for attributesBrandon Dong1-17/+18
2016-02-02486145: tasks should not receive incoming notifications for attributesBrandon Dong2-21/+20
2016-02-01486607: task search page reports accurate error when no searchableJaxsun McCarthy Huggan3-7/+2
2015-11-30463022: [api] add support for storing usernames on RepositoryPerson chris.poon1-0/+28
2015-11-27move task lookup logic to coreSam Davis1-0/+83
2015-11-26481168: [UCOSP] Add task list filter for review artifactsVaughan Hilts1-1/+3
2015-11-25483036: owner ID is not persisted Sam Davis1-0/+8
2015-08-28475539: fix copyrights for o.e.m.tasksSam Davis4-4/+4
2015-08-28475539: fix Broken Externalized Strings in tasks.coreSam Davis2-3/+0
2015-08-12474751: Deprecate TaskDataCollector.MAX_HITS and remove loggingKenneth Poon1-10/+4
2015-06-09467045: Connectors can register different brandings Sam Davis1-0/+2
2015-05-22update copyrights for o.e.m.tasksSam Davis48-48/+48
2015-05-20334937: provide API for canceling a task switchchris.poon1-7/+32
2015-05-12465346: support partial repository configuration update Sam Davis2-6/+17
2015-03-11446091: [api] allow clients to determine when the current user owns anSam Davis1-0/+14
2014-10-30provide attachment attribute when attaching contextNicholas Folk1-2/+3

Back to the top