diff options
author | mkersten | 2006-11-28 17:01:53 +0000 |
---|---|---|
committer | mkersten | 2006-11-28 17:01:53 +0000 |
commit | 43af06f190e4f1cec091a0e609f396b640da6bf4 (patch) | |
tree | ce6c2a88e40ef4af0c36b93845b9a1d9c13ff633 | |
parent | d49275240dfb9e977454898791ead5406a7483ae (diff) | |
download | org.eclipse.mylyn.tasks-43af06f190e4f1cec091a0e609f396b640da6bf4.tar.gz org.eclipse.mylyn.tasks-43af06f190e4f1cec091a0e609f396b640da6bf4.tar.xz org.eclipse.mylyn.tasks-43af06f190e4f1cec091a0e609f396b640da6bf4.zip |
Incomplete - long: web site update
-rw-r--r-- | org.eclipse.mylyn.help.ui/doc/new.html | 11 | ||||
-rw-r--r-- | org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TasksUiPlugin.java | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/new.html b/org.eclipse.mylyn.help.ui/doc/new.html index 0ea4e8328..0b7ca3b2a 100644 --- a/org.eclipse.mylyn.help.ui/doc/new.html +++ b/org.eclipse.mylyn.help.ui/doc/new.html @@ -1,6 +1,6 @@ <html> <body> -<div align=center><h1>New & Noteworthy for Mylar 0.9.1</h1></div> +<div align=center><h1>New & Noteworthy for Mylar 0.9.1 (RC1)</h1></div> <table border="1" style="border-collapse: collapse" width="100%" id="table128" cellpadding="4" bordercolor="#FFFFFF"> <tr> @@ -16,8 +16,8 @@ <td bgcolor="#E0D0E6"><font size="1">0.9.1<br> <i>Nov 28</i></font></td> <td bgcolor="#E0D0E6" align="center"> - <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Mylar&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2006-11-13&chfieldto=2006-11-28&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0="> - <font size="1">122</font><br><font size="1">bugs</font></a></td> + <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Mylar&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2006-11-13&chfieldto=2006-11-29&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0="> + <font size="1">126</font><br><font size="1">bugs</font></a></td> <td bgcolor="#E0D0E6"><font size="1">Eugene Kuleshov contributed additional patches to improve generic web connector and to the Task List framework, and has been voted in as a committer. Willian Mitsuda @@ -127,9 +127,8 @@ <td valign="top" width="70%"> The <i>Task List</i> toolbar and view menu have been reorganized. All manual filters are on the view menu, and are only enabled when - <i>Focus on Workweek </i>is off. The Synchronize All button is - now on the toolbar for those that do not use background - synchronization. The Ctrl+F5 shortcut can also be used to synchronize. <p> + <i>Focus on Workweek </i>is off. The <i>Synchronize All</i> button + now appears on the toolbar. The Ctrl+F5 shortcut can also be used to synchronize. <p> <img src="images/1.0/tasklist-toolbar-filters.gif"></td> </tr> <tr> diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TasksUiPlugin.java b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TasksUiPlugin.java index 9c6321f78..2b49f59d5 100644 --- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TasksUiPlugin.java +++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TasksUiPlugin.java @@ -439,7 +439,7 @@ public class TasksUiPlugin extends AbstractUIPlugin implements IStartup { getPreferenceStore().addPropertyChangeListener(synchronizationScheduler); getPreferenceStore().addPropertyChangeListener(taskListManager); - // TODO: get rid of this, hack to make decorators show up on startup + // XXX: get rid of this, hack to make decorators show up on startup TaskRepositoriesView repositoriesView = TaskRepositoriesView.getFromActivePerspective(); if (repositoriesView != null) { repositoriesView.getViewer().refresh(); |