tracks/tracks/app/controllers
2005-05-29 10:31:49 +00:00
..
application.rb Fixes ticket #8. 2005-05-28 16:24:41 +00:00
context_controller.rb Contexts and projects can now be sorted in any order you like. Arrow buttons on the /contexts and /projects pages let you move an item to the top, up, down or to the bottom. For contexts, this affects the order in which they sort on the home page. Fixes #46. 2005-05-29 09:32:02 +00:00
feed_controller.rb Protected RSS and text feeds at last! The appropriate URLs can be copied from the RSS and TXT links in the navigation bar. The URL includes the login name of the current user, and an MD5 encoded string of the 'word' field of the users table. This is checked against users to make sure it's valid; if it is, the feed is displayed, if not, you get an error message. 2005-02-25 19:04:16 +00:00
login_controller.rb Initial import 2005-01-09 11:59:57 +00:00
project_controller.rb You can mark projects as completed (by editing the project on /projects). In the 'sidebar' active and completed projects are shown separately, but you can still view the completed project. 2005-05-29 10:31:49 +00:00
todo_controller.rb Applied lolindrath's patch (ticket #12), which fixes the calculation of dates for the completed page so that it works with all the database formats. Thanks, lolindrath! 2005-05-28 14:58:13 +00:00