Skip to content

Commit

Permalink
Update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Luraine committed Jul 2, 2010
1 parent 42a8327 commit 5b276ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions TODO
@@ -1,5 +1,5 @@
# TODO #

- Add instructions about running tests
- in route() functions, replace "function" name with "callback" name (example: in route_build() returned array). Enhanced use of callback pseudo-type instead of functions names.
- adding abstracts (for handling enhanced callback controllers)
- route_callback_[controller_]exists()
Expand All @@ -11,8 +11,6 @@
- Adding documentation about dispatch callback (see blog post <http://limonade.tumblr.com/post/247098505/hidden-features>) (remember that controller function args must be in the same order as route params!)
- explain controllers return output in README
- explain before_render() in README
- explain autorender() in README
- testing and documenting autorendering features
- adding an option('display_errors'); by default ini_set('display_errors', 0) in production env, but enabled if env is dev (unless matching option is enabled)
- explain autoload_controller() in README
- in debug output, formating debug_backtrace to be me readable (like debug_backtrace output but with extra informations that can be toggled)
Expand Down

0 comments on commit 5b276ab

Please sign in to comment.