updated TODO for psgi
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index e866d70..7ff1485 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,14 +30,27 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree
 
 ###  Blockers
 
-  * Test all the options work on all of the scripts
-  * Fix nginx / lighttpd middlewares so that they are generic, or can somehow 
+  * Fix nginx middlewares so that they are generic, or can somehow
     be used by people with their own .psgi files
   * Fix a sane / nicer way to do custom engines.
 
+  * I've noticed a small difference with Catalyst::Test. The latest stable
+    version include two headers, 'host' and 'https'. They are missing from
+    this version.
+
+  * Installation issues with some common modules (from Task::Catalyst)
+      - Catalyst::ActionRole::ACL (test failures, fix in repo:
+        https://github.com/bobtfish/catalyst-actionrole-acl/pull/1)
+      - Catalyst::Plugin::Session::Store::DBIC ( test failure because of
+        change to the way Test::Catalyst works, fix in repo at:
+        http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=14058)
+      - Catalyst::Engine::HTTP::Prefork ?? maybe remove from Task::Catalyst?
+      - CatalystX-SimpleLogin : will work once we fix Catalyst::ActionRole::ACL.
+
+#### Script survey
+
 ###  Nice to have
 
-  * <@rafl> i've been thinking of maybe providing MyApp->apply_default_middlewares($psgi_app)
   * Capture arguments that the plack engine component was run with somewhere,
     to more easily support custom args from scripts (e.g. Gitalist's 
     --git_dir)