<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -64,7 +64,6 @@ class Admin::ResourceController &lt; ApplicationController
 
   def destroy
     model.destroy
-    announce_removed
     response_for :destroy
   end
 
@@ -142,6 +141,7 @@ class Admin::ResourceController &lt; ApplicationController
     end
 
     def announce_removed
+      ActiveSupport::Deprecation.warn(&quot;announce_removed is no longer encouraged in Radiant 0.9.x.&quot;, caller)
       flash[:notice] = &quot;#{humanized_model_name} has been deleted.&quot;
     end
     </diff>
      <filename>app/controllers/admin/resource_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -58,7 +58,7 @@ Feature: Managing pages
     And I follow &quot;remove page&quot;
     Then I should see &quot;permanently remove&quot;
     When I press &quot;Delete Pages&quot;
-    Then I should see &quot;successfully removed&quot;
+    Then I should see &quot;No Pages&quot;
     
   Scenario: View a page
     When I view a page</diff>
      <filename>features/admin/pages_management.feature</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@ Feature: Managing snippets
     And I press &quot;Create Snippet&quot;
     Then I should be on the snippets list
     And I should see &quot;Mine&quot;
-    
+  
   Scenario: Display form errors
     When I follow &quot;Design&quot; within &quot;navigation&quot;
     And I follow &quot;Snippets&quot;
@@ -41,17 +41,16 @@ Feature: Managing snippets
     And I press &quot;Save and Continue Editing&quot;
     Then I should see &quot;Edit Snippet&quot;
     And I should see the form
-    
+  
   Scenario: View a snippet
     When I view a snippet
     Then I should see &quot;Edit Snippet&quot;
-    
+  
   Scenario: Delete a snippet with confirmation
     When I follow &quot;Design&quot; within &quot;navigation&quot;
     And I follow &quot;Snippets&quot;
-    And I follow &quot;Remove&quot;
+    And I follow &quot;Remove Snippet&quot;
     Then I should see &quot;permanently remove&quot;
     And I should see &quot;another&quot;
     When I press &quot;Delete Snippet&quot;
-    Then I should see &quot;has been deleted&quot;
-    And I should see &quot;first&quot;
\ No newline at end of file
+    Then I should not see &quot;another&quot;
\ No newline at end of file</diff>
      <filename>features/admin/snippets_management.feature</filename>
    </modified>
    <modified>
      <diff>@@ -59,5 +59,4 @@ Feature: Managing users
     Then I should see &quot;permanently remove&quot;
     And I should see &quot;Another&quot;
     When I press &quot;Delete User&quot;
-    Then I should see &quot;been deleted&quot;
     And I should not see &quot;Another&quot;
\ No newline at end of file</diff>
      <filename>features/admin/users_management.feature</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@ module Radiant
       end
 
       def deprecated_add(name, url, caller)
-        ActiveSupport::Deprecation.warn(&quot;admin.tabs.add is no longer supported in Radiant 0.9+.  Please update your code to use admin.nav&quot;, caller)
+        ActiveSupport::Deprecation.warn(&quot;admin.tabs.add is no longer supported in Radiant 0.9.x.  Please update your code to use admin.nav&quot;, caller)
         NavSubItem.new(name.underscore.to_sym, name, url)
       end
     end</diff>
      <filename>lib/radiant/admin_ui.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2691d7c8f086e5be2e0ecd129ced2a188c2fa966</id>
    </parent>
  </parents>
  <author>
    <name>John W. Long</name>
    <email>me@johnwlong.com</email>
  </author>
  <url>http://github.com/radiant/radiant/commit/ea462b4ccf24d1878fcc0735da05cf3e7f79f043</url>
  <id>ea462b4ccf24d1878fcc0735da05cf3e7f79f043</id>
  <committed-date>2009-09-30T22:54:32-07:00</committed-date>
  <authored-date>2009-09-30T22:46:39-07:00</authored-date>
  <message>removed &quot;X has been deleted&quot; flash messages and deprecated #announce_removed in Admin::ResourceController</message>
  <tree>717ad1b12f260b5c5983afacd6507194fef87092</tree>
  <committer>
    <name>John W. Long</name>
    <email>me@johnwlong.com</email>
  </committer>
</commit>
