tracks/tracks
bsag 330133ef03 The previous commit assigned the accesskey 'n' to the notes page, which was already assigned to create a new note. I've changed it to 'o'.
I also realised that I was making things much more difficult than they needed to be when checking whether the current page matched a particular link, so I altered the navigation_link method to simplify it.




git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@225 a4c988fc-2ded-0310-b66e-134b36920a42
2006-04-16 21:49:53 +00:00
..
app The previous commit assigned the accesskey 'n' to the notes page, which was already assigned to create a new note. I've changed it to 'o'. 2006-04-16 21:49:53 +00:00
config The current page is now marked in the navigation bar at the top with a black bottom border and black text (as when the link is hovered over). I've also added accesskeys for the notes page (alt/ctrl n) and the preferences page (alt/ctrl u for user preferences). 2006-04-16 18:39:00 +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