Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-05538100: update org.eclipse.mylyn.tasks versions to 3.24.2R_3_24_2e_4_8_m_3_24_xalexei.trebounskikh2-3/+3
2018-08-02537208: Task data filename can get too longalexei.trebounskikh2-58/+146
2018-06-19536060: update org.eclipse.mylyn.tasks versions to 3.24.1R_3_24_0Sam Davis2-3/+3
2018-06-19535879: [performance] Loading a large tasklist.xml takes a long timealexei.trebounskikh2-3/+137
2017-07-04replace synchronized methods of TaskDataStore with ReadWriteLock Tomasz Zarna1-10/+28
2017-06-29515140: update org.eclipse.mylyn.tasks versions to 3.24Sam Davis2-3/+3
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-04-11505126: update org.eclipse.mylyn.tasks versions to 3.23Sam Davis2-3/+3
2017-02-07510997: upgrade Guava dependency to version 21Steffen Pingel1-1/+1
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-10-11497533: update tasks versions to 3.22Sam Davis2-3/+3
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-16496268: Bugzilla connector uses LabelsAttributeEditor for add CC Frank Becker1-18/+29
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-30492212: [release] release Mylyn 3.20 (update version)Frank Becker2-3/+3
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 Dong10-25/+323
2016-06-08436128: [api] connectors can provide the PriorityLevel for icons thatBrandon Dong4-15/+61
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 Davis2-0/+36
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 Huggan5-81/+27
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-04-25487770: Mylyn bundles require Java 8Colin Ritchie4-8/+7
2016-04-19485582: Upgrade versions 3.19.0 to 3.20.0Colin Ritchie2-3/+3
2016-03-17472975: Mylyn escapes special characters before writingJaxsun McCarthy Huggan5-67/+117
2016-03-16488408: update tasks copyrights for 3.19 release Sam Davis11-11/+11
2016-02-19487206: *.core and *.ui bundles named inconsistently (Bundle-Name)Andreas Sewe1-1/+1
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
2016-01-25485380: rename getTaskData parameter from taskIdOrKey to taskIdSam Davis1-2/+2
2016-01-23485380: [api] connectors can search by task key Sam Davis1-42/+75
2016-01-11479456: update o.e.m.tasks versions to 3.19Sam Davis2-3/+3
2015-12-02483421: enable attribute editors to be used for child attributes chris.poon1-11/+4
2015-11-30483327: [api] provide API to specify the precision of date/time fields Sam Davis3-1/+77
2015-11-30463022: [api] add support for storing usernames on RepositoryPerson chris.poon4-19/+82

Back to the top