tracks/tracks
2006-08-14 06:37:53 +00:00
..
app Actions listed in TEXT feeds are now sorted in the same order as they are on the home page. Also fixed a bug where an action marked complete and then unmarked complete would be shown as complete on the TEXT feed. This addresses Jeroen van der Ham's mailing list query. Create a Trac ticket next time please, Jeroen. :-) 2006-08-14 06:37:53 +00:00
config Optimized ActiveRecord calls to minimize SQL queries, especially on the home page. Also, moved feed page to feed controller. 2006-07-28 06:55:35 +00:00
db Added a META HTTP-EQUIV=REFRESH value to the standard layout template. The refresh value is taken from user preferences, and defaults to zero so that the page doesn't refresh automatically. 2006-07-23 13:33:52 +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 Refine todo update.rjs to work better when called from a project page. Fixes #354. 2006-08-11 05:36:48 +00:00
log.tmpl Initial import 2005-01-09 11:59:57 +00:00
public Fixes #335. A user's token (or "word") that is used for feed and some API access will now not change unless explicity requested by the user. 2006-08-13 04:43:52 +00:00
script Freeze to rails 1.1.5. The only change I needed to make for compatibility was to ApplicationController#init_not_done_counts 2006-08-10 03:22:47 +00:00
test Unify controller action for destroying an action into the todo controller and lay some groundwork for similar requests coming from different views. Fixes #343. 2006-08-01 07:03:31 +00:00
vendor Upgrade to rails 1.1.6. 2006-08-11 02:53:59 +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