Update Changes file and TODO list
Tomas Doran [Sun, 7 Dec 2008 18:33:58 +0000 (18:33 +0000)]
Changes
TODO

diff --git a/Changes b/Changes
index 0a71cb4..6ec0bc2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,24 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+        - Add test case for the bug which is causing the 
+          Catalyst::Plugin::Authentication tests to fail (t0m)
+        - Fix a bug in uri_for which could cause it to generate paths
+          with multiple slashes in them. (t0m)
+          - Add test for this (t0m)
+        - Fix SKIP block name in t/optional_http-server-restart.t,
+          stopping 'Label not found for "last SKIP"' error from 
+          Test::More (t0m)
+        - Workaround max_redirect 0 bug in LWP (andyg)
+        - Move live_engine_response_print into aggregate (andyg)
+        - Fix dependency bug, s/parent/base/ in new test (rafl)
+        - Fix optional tests to run the live tests in the aggregate 
+          dir (andyg)
+        - Fix Catalyst->go error in remote tests (andyg)
+        - Fix upload test to work with remote servers, don't check for 
+          deleted files (andyg)
+        - Fix engine_request_uri tests to work on remote server with 
+          different URI (andyg)
+
 5.8000_04  2008-12-05 12:15:00
         - Silence Class::C3::Adopt::NEXT warnings in the test suite (rafl)
         - Fix loads of 'used once, possible typo' warnings (rafl)
diff --git a/TODO b/TODO
index 93f92c0..d22b09f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,5 @@
-  - Class::C3::Adopt::NEXT - some people are getting more than one warning
-    per package, make a test case for this (t0m)
-
-  - Catalyst::Plugin::Authentication fails tests. Believed to be as
-    Catalyst::Plugin::Authentication::Credential::Password has a
-    ->mk_accessors('_config'), which is also class data.
-    Make a test case for this (t0m)
-
+  - Fix t/caf_backcompat_plugin_accessor_override.t
+  
   - Looks like stash is not available during prepare_path when running under
     Catalyst::Test.. Run MojoMojo's t/01app.t and it will explode with
     "Can't use an undefined value as a HASH reference" - test case for core