Bug 234044 - support having the notes and personal planning on the task editor page
Summary: support having the notes and personal planning on the task editor page
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: 3.1   Edit
Assignee: Shawn Minto CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks: 211096
  Show dependency tree
 
Reported: 2008-05-26 18:32 EDT by Shawn Minto CLA
Modified: 2009-01-13 03:46 EST (History)
2 users (show)

See Also:


Attachments
personal planning editor (13.53 KB, text/plain)
2008-05-26 18:33 EDT, Shawn Minto CLA
no flags Details
notes editor (7.74 KB, text/plain)
2008-05-26 18:33 EDT, Shawn Minto CLA
no flags Details
patch (53.03 KB, patch)
2008-06-11 20:58 EDT, Steffen Pingel CLA
no flags Details | Diff
mylyn/context/zip (64.95 KB, application/octet-stream)
2008-06-11 20:58 EDT, Steffen Pingel CLA
no flags Details
updated patch (35.65 KB, patch)
2008-06-12 03:26 EDT, Steffen Pingel CLA
no flags Details | Diff
pending bits (16.34 KB, patch)
2008-06-12 18:20 EDT, Steffen Pingel CLA
no flags Details | Diff
updated patch (53.91 KB, patch)
2009-01-12 03:43 EST, Steffen Pingel CLA
no flags Details | Diff
updated patch (82.13 KB, patch)
2009-01-13 02:00 EST, Steffen Pingel CLA
no flags Details | Diff
final patch (110 bytes, text/plain)
2009-01-13 03:39 EST, Steffen Pingel CLA
no flags Details
committed changes (5.00 KB, text/plain)
2009-01-13 03:44 EST, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Minto CLA 2008-05-26 18:32:26 EDT
For connectors that do not want to show the planning page, they should be able to put the parts from the planning page into the editor.
Comment 1 Shawn Minto CLA 2008-05-26 18:33:00 EDT
Created attachment 102069 [details]
personal planning editor
Comment 2 Shawn Minto CLA 2008-05-26 18:33:36 EDT
Created attachment 102070 [details]
notes editor

Note  that this still needs  work to ensure that content completion, etc are added properly
Comment 3 Steffen Pingel CLA 2008-06-11 20:58:48 EDT
Created attachment 104595 [details]
patch
Comment 4 Steffen Pingel CLA 2008-06-11 20:58:52 EDT
Created attachment 104596 [details]
mylyn/context/zip
Comment 5 Steffen Pingel CLA 2008-06-11 21:01:00 EDT
Shawn, the patch for the personal planning section seems outdated. I was not able to use it and based my implementation on TaskEditorPlanningPart instead. My patch does not include moving the notes section to the repository task editor.
Comment 6 Steffen Pingel CLA 2008-06-12 03:26:59 EDT
Created attachment 104624 [details]
updated patch
Comment 7 Mik Kersten CLA 2008-06-12 03:34:18 EDT
Looking awesome.
Comment 8 Mik Kersten CLA 2008-06-12 15:32:15 EDT
Steffen: submit the portion of this that affects the new task editor.  
Comment 9 Steffen Pingel CLA 2008-06-12 18:20:02 EDT
Created attachment 104775 [details]
pending bits
Comment 10 Steffen Pingel CLA 2009-01-12 03:43:15 EST
Created attachment 122244 [details]
updated patch
Comment 11 Steffen Pingel CLA 2009-01-13 02:00:02 EST
Created attachment 122372 [details]
updated patch
Comment 12 Steffen Pingel CLA 2009-01-13 03:39:19 EST
Created attachment 122377 [details]
final patch
Comment 13 Steffen Pingel CLA 2009-01-13 03:44:09 EST
Created attachment 122378 [details]
committed changes
Comment 14 Steffen Pingel CLA 2009-01-13 03:46:29 EST
Tasks framework changes were committed on bug 243828.

TaskEditorNotesPart is now in cvs and we can consider using the part instead of the Planning editor for repository tasks.