tracks/tracks
2007-02-22 05:28:45 +00:00
..
app Added the counts to the various projects and contexts groupings in the sidebar. Closes #171. 2007-02-22 05:28:45 +00:00
config Broken project and context feeds were caused by NULL created_at/updated_at fields in the projects and contexts tables. This changeset makes the models user Time.now if those fields are nil. It would be best to set these fields to non-null values, but I'm not quite sure how to write that migration yet. Fixes #438. 2007-02-17 05:46:24 +00:00
db Test and fix issue preventing editing the same context twice on the context listing page. Fixes #442 2007-02-21 05:31:43 +00:00
doc Updated documentation mentions from "rake migrate" to "rake db:migrate" 2007-02-18 14:58:28 +00:00
lib Updated documentation mentions from "rake migrate" to "rake db:migrate" 2007-02-18 14:58:28 +00:00
log.tmpl Initial import 2005-01-09 11:59:57 +00:00
public Fixes #439 (Can't toggle contexts on todo index page). Not sure I quite understand why this was broken, but we should be able to migrate a lot of code out of todo-items.js over time. 2007-02-13 06:48:45 +00:00
script Upgraded to Rails version to 1-2-pre-release branch revision 5704. Lots of stuff is deprecated in Rails 1.2, so this changeset 2006-12-08 07:41:20 +00:00
test Added feed for active projects with no next actions. Closes #423. 2007-02-22 05:15:52 +00:00
vendor * Apply unobtrusive javascript principles to _item partial, and reduce the amount of inline javascript throughout the app by a lot. 2007-02-06 05:42:40 +00:00
CHANGELOG Updated to work with Rails 0.14.1 (1.0 Release candidate) - fixes #145. 2005-10-30 12:21:50 +00:00
installation.html Updated documentation mentions from "rake migrate" to "rake db:migrate" 2007-02-18 14:58:28 +00:00
Rakefile I don't know quite what went wrong last time, but I discovered that on my set up at least, the version of Rails in the vendor directory was not acting as Rails 1.1. RJS templates didn't work, the 1.1 rake tasks weren't there and it was just really wonky. 2006-03-30 17:57:16 +00:00
README_DEVELOPERS Introduce selenium tests to help get the ajax interactions correct and maintainable. 2007-01-02 00:19:57 +00:00
README_RAILS Added some new rake tasks to make it easier to update databases from the Tracks 1.03 version to that required for Tracks 1.04. 2006-02-26 16:26:38 +00:00