Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | edwin | 2006-01-22 | 1 | -2/+2 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | Fix WWW | erwin | 2005-12-12 | 1 | -1/+1 |
| | | | | | PR: 90270 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) | ||||
* | This action implements a sensible default end action, which will forward | erwin | 2005-11-18 | 4 | -0/+44 |
to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass dump_info=1 to the url in order to force a debug screen, while in debug mode. If you have more than 1 view, you can specify which one to use with the 'view' config setting. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/ PR: ports/89170 Submitted by: Lars Balker Rasmussen <lars@balker.dk> |