tracks/tracks
lukemelia 1517070f4f fixes certain routes that didnt
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@236 a4c988fc-2ded-0310-b66e-134b36920a42
2006-05-13 04:02:47 +00:00
..
app Add two new API methods: ListContexts and ListProjects. See http://0.0.0.0:3000/backend/invoke to experiment. 2006-05-04 05:38:47 +00:00
config fixes certain routes that didnt 2006-05-13 04:02:47 +00:00
db Updated the migration files so that any updates to rows are done via ruby rather than raw SQL. With any luck at all, this might fix the various problems people encounter when trying to use rake migrate on different databases. At any rate, it should be a lot more portable between databases. 2006-05-02 21:47:30 +00:00
doc Updated README_FOR_APP for 1.041. 2006-04-17 12:19:20 +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 Added the beginnings of a tickler to Tracks. It's fairly rudimentary at the moment, but it's designed to set the foundations for more kinds of deferred tasks.The current system works, but isn't very DRY: it will need refactoring for speed. 2006-05-02 17:11:46 +00:00
script Updated for Rails 0.14.3 2005-11-13 11:50:18 +00:00
test Updated the migration files so that any updates to rows are done via ruby rather than raw SQL. With any luck at all, this might fix the various problems people encounter when trying to use rake migrate on different databases. At any rate, it should be a lot more portable between databases. 2006-05-02 21:47:30 +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