tracks/tracks
2006-04-15 15:08:44 +00:00
..
app Changed the completed box on the home, context and project pages so that it presents the same format as that on the 'done' page: the actions context and project (if it has one) is presented in brackets after the description. 2006-04-15 15:08:44 +00:00
config Added iCal subscription links. 2006-04-14 17:07:29 +00:00
db Applied Luke's session patch (ticket 244) in which the user.id only is stored in the session object, rather than the whole user object. This improves security and also makes the session much smaller and less fragile. 2006-04-08 17:46:41 +00:00
doc Updated .htaccess and README_FOR_APP to suggest using fcgid-script instead of fastcgi-script on Debian. Thanks, jmail2! 2006-03-04 14:35:06 +00:00
lib Applied Luke's session patch (ticket 244) in which the user.id only is stored in the session object, rather than the whole user object. This improves security and also makes the session much smaller and less fragile. 2006-04-08 17:46:41 +00:00
log.tmpl Initial import 2005-01-09 11:59:57 +00:00
public A 'Add users' link is added to the navigation bar (only when an admin is logged in), which takes the user to /signup. 2006-04-09 10:42:59 +00:00
script Updated for Rails 0.14.3 2005-11-13 11:50:18 +00:00
test Fixed a regression in the trunk in which a fresh installation (with no users) generated an error on visiting /signup, because @user was nil. 2006-04-15 14:50:13 +00:00
vendor/rails 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
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 * Toggle check works for non root paths (#215 - thanks eric!) 2006-03-01 18:07:57 +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_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