I’m using the latest version 1.7RC (from Git yesterday), and noticed when I click on a tag, even though the tag is there, the result doesn’t find the tasks tagged with that tag. So, tags are associated with tasks, and appear in the main Home view, but I cannot click on a task there to filter all the tasks with that tag because none are found. I am using Dreamhost, and Passenger (mod_rails) - which works great, by the way; nice and fast.
I looked in the database, and noticed that the userid field is NULL for all my entries in the “tagging” table. When I replaced NULL with 1, my userid, clicking on tags worked fine. As a workaround, since I’m the only one using this install, I set the default value of the userid field to 1, and now things work properly; but this isn’t the right way to fix it permanently.
Thanks guys—other than that, 1.7 is looking really good.
