tracks/tracks/app
bsag db7084dabe Added in most of Tony Shadwick's patches. The main change is that projects now have an optional description field, in which you can describe the aims or main point of the project. If present, it's displayed just below the project name on the [tracks_url]/show/[project_name] page.
A placeholder page is also added for future configuration of users: [tracks_url]/user/index and [tracks_url]/user/admin. It doesn't do anything useful yet ;-).

I added the database changes as a migrate task, so running:

{{{
  rake migrate
}}}

at the command line inside your tracks directory will automatically update your database (if you are using either MySQL or PostgreSQL.

Fixes #84.


git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@137 a4c988fc-2ded-0310-b66e-134b36920a42
2005-08-20 10:40:20 +00:00
..
controllers Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
helpers Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
models Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
views Added in most of Tony Shadwick's patches. The main change is that projects now have an optional description field, in which you can describe the aims or main point of the project. If present, it's displayed just below the project name on the [tracks_url]/show/[project_name] page. 2005-08-20 10:40:20 +00:00