<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on RTM Projects | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/27614</link>
    <description>Recent comments on userscript: RTM Projects</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>RTM Projects v3, replied by torfason</title>
      <description>&lt;p&gt;Hi, I just wanted to point out that I made some enhancements to this script, which are published here:
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/48350&quot;&gt;http://userscripts.org/scripts/show/48350&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Landon, if you would like to incorporate the enhancements in your project rather than forking, please do so, and I'll update the page to point people here.&lt;/p&gt;</description>
      <pubDate>Wed, 06 May 2009 13:40:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26266:118371</guid>
      <author>torfason</author>
      <link>http://userscripts.org/posts/118371</link>
    </item>
    <item>
      <title>Issue with displaying sub-projects when sub-sub-projects are present, replied by torfason</title>
      <description>&lt;p&gt;First, thanks Landon for this script, it is really neat.&lt;/p&gt;

&lt;p&gt;Second, I tried creating a three-level project structure (each project/sub-project also has a task that I am not including here):
&lt;br /&gt;&lt;pre&gt;x-p1 (show)
  x-sub1 (show)
    x-thirdlevel1 (show)
x-p2 (show)
x-p3 (show)&lt;/pre&gt; This works great, and clicking (show) on x-p1, x-p2, x-p3, (or x-thirdlevel1 for that matter) works great as well, showing just the tasks for the selected project.&lt;/p&gt;

&lt;p&gt;However, clicking on x-sub1 seems to confuse the script. The correct tasks are chosen by the RTM search, but the rendering of the projects gets all screwed up (every task box gets displayed as &quot;thirdlevel1&quot;, and the formatting of title vs. regular tasks is all over the place.&lt;/p&gt;

&lt;p&gt;Any thoughts on why this might be?&lt;/p&gt;</description>
      <pubDate>Mon, 27 Apr 2009 21:56:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25684:115381</guid>
      <author>torfason</author>
      <link>http://userscripts.org/posts/115381</link>
    </item>
    <item>
      <title>Archived Comments, replied by TomG</title>
      <description>&lt;p&gt;Could you add: &lt;a href=&quot;http://userscripts.org/scripts/show/20145&quot;&gt;http://userscripts.org/scripts/show/20145&lt;/a&gt; to your script so that I can keep up to date with it?&lt;/p&gt;</description>
      <pubDate>Fri, 07 Nov 2008 10:28:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26262</guid>
      <author>TomG</author>
      <link>http://userscripts.org/posts/26262</link>
    </item>
    <item>
      <title>Archived Comments, replied by Twistees</title>
      <description>&lt;p&gt;The solution suggested by MarkS leaves the (irritatingly long) project tag showing. The problem seems to be with a change of cell ordering on RTM. Try replacing line 70 by:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;tasks.table.tBodies[0].rows[i].childNodes[3].firstChild.innerHTML = task_tags.substring(0, task_tags.length-1);
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;It seems to work for me this way.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Oct 2008 14:36:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26263</guid>
      <author>Twistees</author>
      <link>http://userscripts.org/posts/26263</link>
    </item>
    <item>
      <title>Archived Comments, replied by MarkS</title>
      <description>&lt;p&gt;I've sort of tracked the problem down. When tasks are display the tag appears before the task name. The script attempts to remove tags that match the project tag (&quot;.my_first_project&quot; in the example). But for some reason the task name is being removed as well. A temporary fix (for me at least) is to edit the script and then comment out line 70 to give:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
		    //tasks.table.tBodies[0].rows[i].childNodes[3].lastChild.innerHTML = task_tags.substring(0,task_tags.length-1);
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 08 Aug 2008 17:46:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26264</guid>
      <author>MarkS</author>
      <link>http://userscripts.org/posts/26264</link>
    </item>
    <item>
      <title>Archived Comments, replied by MarkS</title>
      <description>&lt;p&gt;Doesn't work properly for me either. The nesting of the sub tasks is fine.  However it only shows the tags on the sub tasks, it doesn't show the sub task titles.&lt;/p&gt;

&lt;p&gt;Firefox 3, brand new install of portable firefox (+ greasemonkey + this script). Nothing else has been done on the install, so it looks like it is this script rather than interaction with another script/user configuration of firefox.&lt;/p&gt;</description>
      <pubDate>Wed, 06 Aug 2008 22:11:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26265</guid>
      <author>MarkS</author>
      <link>http://userscripts.org/posts/26265</link>
    </item>
    <item>
      <title>Archived Comments, replied by Harsh Shah</title>
      <description>&lt;p&gt;Agree with krazyglu52....when I use this script task names disappear. This is my task list with tags before using this script:&lt;/p&gt;

&lt;p&gt;Create Website (.create_website, project)
&lt;br /&gt;Get Account at Godaddy.com (.create_website, @online, next)
&lt;br /&gt;Setup wordpress installation at hosting site (.create_website,@online)
&lt;br /&gt;....&lt;/p&gt;

&lt;p&gt;This is what I get after using this script
&lt;br /&gt;create website (show)                 --   Project
&lt;br /&gt;.create_website, @online, next    --    @online, next
&lt;br /&gt;.create_website                         -- @online
&lt;br /&gt;...&lt;/p&gt;

&lt;p&gt;where everything before -- is in small fonts (presumable these are the tags the script recognized and they are correct), however, everything after -- is the task name itself. and the script somehow doesn't understand that these are tags not task names. Note that this only happens if I have more than one tags for a task. But naturally because I also have contexts and such, i have to have more than one tags for each task.&lt;/p&gt;

&lt;p&gt;This script has potential. But it's not working right now. I tried to look into the source, but couldn't figure everything out (my javascript fu is not too good.)&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jun 2008 16:38:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26266</guid>
      <author>Harsh Shah</author>
      <link>http://userscripts.org/posts/26266</link>
    </item>
    <item>
      <title>Archived Comments, replied by landons</title>
      <description>&lt;p&gt;If you have the firefox addon called &quot;Firebug&quot;, you can change the variable for logging, and tell me what it outputs...&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 02:28:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26267</guid>
      <author>landons</author>
      <link>http://userscripts.org/posts/26267</link>
    </item>
    <item>
      <title>Archived Comments, replied by krazyglu52</title>
      <description>&lt;p&gt;Nope, no other scripts are running and it's in a regular list, not a smart one.&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jun 2008 18:12:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26268</guid>
      <author>krazyglu52</author>
      <link>http://userscripts.org/posts/26268</link>
    </item>
    <item>
      <title>Archived Comments, replied by landons</title>
      <description>&lt;p&gt;Do you have any other scripts running, and are you viewing a smartlist or a regular list?&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jun 2008 17:16:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26269</guid>
      <author>landons</author>
      <link>http://userscripts.org/posts/26269</link>
    </item>
    <item>
      <title>Archived Comments, replied by krazyglu52</title>
      <description>&lt;p&gt;I'm sorry.  I don't think I explained myself well enough.
&lt;br /&gt;I am naming a project something like &quot;My Project&quot; and subsequent tasks &quot;Task A&quot; etc.  However, when I add the &quot;.project&quot; or &quot;.project.subproject&quot; labels, the task names disappear.  And there is no parent-child stuff going on at all.
&lt;br /&gt;Do you know how to fix this?&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jun 2008 02:41:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26270</guid>
      <author>krazyglu52</author>
      <link>http://userscripts.org/posts/26270</link>
    </item>
    <item>
      <title>Archived Comments, replied by landons</title>
      <description>&lt;p&gt;Basically, you have a task as the project header; I call those project-tasks (creative, eh?)
&lt;br /&gt;So, if I have the project &quot;My Project&quot; I would first create a task with that as the name, and then tag it &quot;.my_project&quot;&lt;/p&gt;

&lt;p&gt;So, the period is only in the tag, not in the project name. Let me know if that helps you get going.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jun 2008 03:36:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26271</guid>
      <author>landons</author>
      <link>http://userscripts.org/posts/26271</link>
    </item>
    <item>
      <title>Archived Comments, replied by krazyglu52</title>
      <description>&lt;p&gt;I love the concept of this script!  However, I can't seem to get it work.
&lt;br /&gt;Whenever I create a project that begins with a period, the task name disappears.  And I can't get anything to indent in subprojects.
&lt;br /&gt;Would you please elaborate on how to get this script to work?  I think it would have a lot of potential.  People at the RTM forums are dying for something like this.  Thanks!&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jun 2008 20:27:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26272</guid>
      <author>krazyglu52</author>
      <link>http://userscripts.org/posts/26272</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:06:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11083:26261</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/26261</link>
    </item>
  </channel>
</rss>
