<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -59,17 +59,6 @@
     var projectNames = &lt;%= project_names_for_autocomplete %&gt;;
     $('todo_context_name').projectDefaultContextsMap = eval('(' + &lt;%= @default_project_context_name_map %&gt; + ')');
   &lt;/script&gt;
-  &lt;!--
-  &lt;input class=&quot;hide_tickler&quot; id=&quot;hide_tickler&quot; type=&quot;checkbox&quot; tabindex=&quot;5&quot; name=&quot;hide_tickler&quot; checked=&quot;true&quot;/&gt;
-  &lt;label for=&quot;hide_tickler&quot;&gt; Show actions in tickler&lt;/label&gt;
-  &lt;br/&gt;&lt;br/&gt;
-    --&gt;
   &lt;p&gt;&lt;%= link_to('&lt;span class=&quot;feed&quot;&gt;iCal&lt;/span&gt;', {:format =&gt; 'ics', :token =&gt; current_user.token}, :title =&gt; &quot;iCal feed&quot; ) %&gt;
   - Get this calendar in iCal format&lt;/p&gt;
 &lt;/div&gt;
-
-&lt;%  
-apply_behavior 'input.hide_tickler:click', :prevent_default =&gt; true do |page|
-  page &lt;&lt; &quot;alert('hiding action in tickler from calendar is not yet implemented');&quot;
-end
-%&gt;
\ No newline at end of file</diff>
      <filename>app/views/todos/calendar.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,6 @@ describe &quot;/notes/_notes.rhtml&quot; do
     @project = mock_model(Project, :name =&gt; &quot;a project&quot;)
     @note = mock_model(Note, :body =&gt; &quot;this is a note&quot;, :project =&gt; @project, :project_id =&gt; @project.id, 
       :created_at =&gt; Time.now, :updated_at? =&gt; false)
-    # @controller.template.stub!(:apply_behavior)
     @controller.template.stub!(:format_date)
     # @controller.template.stub!(:render)
     # @controller.template.stub!(:form_remote_tag)</diff>
      <filename>spec/views/notes/_notes.rhtml_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,6 @@ describe &quot;/todos/_toggle_notes.rhtml&quot; do
   
   before :each do
     @item = mock_model(Todo, :notes =&gt; &quot;this is a note&quot;)
-    @controller.template.stub!(:apply_behavior)
     @controller.template.stub!(:set_default_external!)
   end
   </diff>
      <filename>spec/views/todos/_toggle_notes.rhtml_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>686086dcdffb56f97633e4d65e9ab01d1d10b72d</id>
    </parent>
  </parents>
  <author>
    <name>Eric Allen</name>
    <email>ericpallen@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/7ef91403f11734e91188df9fd708688bfd488662</url>
  <id>7ef91403f11734e91188df9fd708688bfd488662</id>
  <committed-date>2009-11-04T19:06:24-08:00</committed-date>
  <authored-date>2009-11-04T19:06:21-08:00</authored-date>
  <message>Eliminate all last traces of apply_behavior</message>
  <tree>d9461e942e636befc16ed7ad05f8b65e490edf8c</tree>
  <committer>
    <name>Eric Allen</name>
    <email>ericpallen@gmail.com</email>
  </committer>
</commit>
