tracks/tracks/lib
lukemelia aa41974d4c * Made links work for project and context links that contain an underscore('_') or a dot('.'). I removed urlize() and deurlize() in favor or methods on the models mixed in by the new UrlFriendlyName module.
* Removed tag_object() from application_helper as it was not being used.
* Introduced link_to_context() and link_to_project() helper methods.
* Fixed a javascript syntax error on the context page.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@373 a4c988fc-2ded-0310-b66e-134b36920a42
2006-12-11 04:48:56 +00:00
..
tasks 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
config.rb My apologies for this large, multi-pronged commit. What's here: 2006-11-05 10:41:59 +00:00
login_system.rb This changeset introduces some integrated web service type features that take advantage 2006-06-04 07:07:42 +00:00
name_part_finder.rb Refactor acts_as_namepart_finder to a module, as suggested in the review of Tracks on The Rails Way. 2006-11-16 05:33:25 +00:00
redcloth.rb 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
source_view.rb * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00
todo_list.rb Complete the transition of acts_as_todo_container to todo_list, a simple module. 2006-11-18 06:18:17 +00:00
url_friendly_name.rb * Made links work for project and context links that contain an underscore('_') or a dot('.'). I removed urlize() and deurlize() in favor or methods on the models mixed in by the new UrlFriendlyName module. 2006-12-11 04:48:56 +00:00
validations.rb Started adding support for the Chronic library, to provide natural language date selections. You can now type phrases such as "tomorrow", "nov 10", "1 week hence", "10 days hence" and so on into the date box and these will be parsed into a valid date. I haven't managed to get proper validation working yet, but you'll get a live preview of the parsed date just below the input box. 2006-10-25 15:35:08 +00:00