[Catalyst-commits] r10124 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed May 13 19:53:35 GMT 2009
Author: t0m
Date: 2009-05-13 19:53:35 +0000 (Wed, 13 May 2009)
New Revision: 10124
Modified:
Catalyst-Runtime/5.80/trunk/TODO
Log:
Update TODO for 0004
Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO 2009-05-13 19:37:11 UTC (rev 10123)
+++ Catalyst-Runtime/5.80/trunk/TODO 2009-05-13 19:53:35 UTC (rev 10124)
@@ -1,11 +1,5 @@
-Known Bugs:
+Pre 0004:
- - Bug ->go or ->visit causes actions which have Args or CaptureArgs caled
- twice when called via ->go or ->visit.
-
- Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
-
-
- Certain errors in your application to do with using other code which does
not exist can cause an 'Unknown error' issue.
@@ -21,14 +15,14 @@
according to comments in r8991. Retest these before shipping anything..
- - -restarter.t will fail if you don't have ::StashChange installed, and
- also quite often at other times.
+ - Document method modifiers called on things before setup not working in your app class.
+Known Bugs:
- - Attribute called 'actions' in controllers - needs to be renamed to _actions.
+ - Bug ->go or ->visit causes actions which have Args or CaptureArgs caled
+ twice when called via ->go or ->visit.
- - before finalize causes you to miserably fail to call plugins finalize
- method (dmaki)
+ Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
Compatibility warnings to add:
More information about the Catalyst-commits
mailing list