tracks/tracks
2006-05-17 12:49:16 +00:00
..
app Made some changes to the 'navigation bar' of all of the pages. Moved the 'toggle notes' link, add users (admin only) and logout links up to the top right corner, as they don't really fit with the other navigation links. The toggle notes link is now collapsed to one link which toggles, rather than a separate 'show' and 'hide' link (fixes #274). 2006-05-15 18:22:43 +00:00
config Changed the Timzone setting in the iCal file from a hardcoded value to the value of ENV['TZ'] which is set in config/environment.rb. If no timezone is set, and default of GMT is used. Updated the comment in the file to make this clear. 2006-05-13 14:49:33 +00:00
db Changed all instances of @response, @request, @session etc. to the new forms or response, request, session etc. 2006-05-13 13:32:39 +00:00
doc Updated README_FOR_APP for 1.041. 2006-04-17 12:19:20 +00:00
lib Changed all instances of @response, @request, @session etc. to the new forms or response, request, session etc. 2006-05-13 13:32:39 +00:00
log.tmpl Initial import 2005-01-09 11:59:57 +00:00
public Applied Ryan Nielsen's css patch to fix rendering of new header in Safari. Fixes #292. 2006-05-17 12:49:16 +00:00
script Changed shebang in all the scripts/* scripts to /usr/bin/env ruby 2006-05-13 13:58:14 +00:00
test Changed all instances of @response, @request, @session etc. to the new forms or response, request, session etc. 2006-05-13 13:32:39 +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 # Added time zone setting to environment.rb.tmpl. It's commented out by default, but if your server is set to a different time zone than the local machine on which you access Tracks, you can set your local time zone here to have all of the dates adjusted. This setting is global for all users, and is an interim measure until I can get per-user time zone settings working. Fixes #238. 2006-04-17 10:27:48 +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