tracks/tracks
2006-07-20 06:05:41 +00:00
..
app Add javascript to hide empty notes message upon adding a note on the project detail page. Fixes #327. 2006-07-20 06:05:41 +00:00
config Implemented a proper mobile view, designed for viewing on a mobile phone browser (so far only tested on 'small screen' view of Opera, which mimics Opera mini). To get the mobile view, enter the URL http://yoururl.com/mobile/ 2006-06-18 17:17:34 +00:00
db Fixed a display glitch that affected Opera: the contents of the page would display underneath the fixed navigation section at the top. 2006-06-24 13:57:31 +00:00
doc Add copyright attribution for some http_auth code. The code in question is published under an MIT license. See thread at http://blog.codahale.com/2006/05/11/basic-http-authentication-with-rails-simple_http_auth/ for more info. 2006-06-07 04:11:57 +00:00
lib This changeset introduces some integrated web service type features that take advantage 2006-06-04 07:07:42 +00:00
log.tmpl Initial import 2005-01-09 11:59:57 +00:00
public Major javascript performance improvements. 2006-07-13 04:50:26 +00:00
script Changed shebang in all the scripts/* scripts to /usr/bin/env ruby 2006-05-13 13:58:14 +00:00
test Modified fixtures files (test/fixtures/*.yml) to use true and false values rather than 1/0 or 't'/'f' or a variable that set either of those appropriately. 2006-07-17 18:01:35 +00:00
vendor Refactor the Ajax for project creation to use RJS. Introduce the ARTS plugin to test RJS. Move the New Project form to the right-hand side a la the new item form. (I much prefer this -- other input?) Introduce new validation in project model that fixes #306. 2006-06-19 06:36:00 +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