Skip to content

Commit

Permalink
updated my to-do list
Browse files Browse the repository at this point in the history
  • Loading branch information
beppu committed Feb 15, 2011
1 parent f50cdc9 commit 87a4625
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
Beyond (unreleased)
* give Squatting::Controller more awareness of Continuity.
Instead of $self->cr->next, what if we could say $self->next ?
* add proper support for file uploads wherever possible.
# I think adding an upload method to the controllers would work.
* do a better job of simulating requests in squatting -C
* BUG: POST -> perlbal -> thttpd -> Squatting::On::CGI == FAIL
Strangely enough, GET is fine.
Take perlbal out of the setup and everything is fine.
* implement Squatting::On::Jifty
* in Squatting::Controller's POD, teach people how to document controllers.
* in Squatting::View's POD, teach people how to document views.
* consider writing a module-setup plugin
* fix the Tenjin example in the Cookbook
* think of ways to work better with Plack
* implement Squatting::On::Squatting
* move mount method out of core and into Squatting::On::Squatting
* use Rhetoric and Pod::Server as examples of how to document a Squatting app.
* OLD: in Squatting::Controller's POD, teach people how to document controllers.
* OLD: in Squatting::View's POD, teach people how to document views.
* Make bin/squatting use Plack::Runner
* Things that would make Squatting easier to get started with:
- an app generator (using Module::Setup?)
- PSGI support by default
- make it so that the "Controllers" and "Views" packages
don't have to say "use Squatting ':controllers'" and "use Squatting ':views'"
respectively.

0.80 unreleased
- [ MAJOR API CHANGE! ]
- You don't say: use base 'Squatting' anymore.
- When creating a Squatting app,
you just say: use Squatting;
- You don't say: use Squatting ':controllers' or
use Squatting ':views' anymore
- use Squatting takes care of what those statements used to do.
- Squatting::H->merge renamed to Squatting::H->extend to
be consistent w/ the way these words are used in Javascript.

Expand Down

0 comments on commit 87a4625

Please sign in to comment.