aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-DefaultEnd
Commit message (Collapse)AuthorAgeFilesLines
* Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possiblyLars Balker Rasmussen2006-07-111-1/+1
| | | | | | | p5-Catalyst-Devel as well (if they have Helper modules). Notes: svn path=/head/; revision=167513
* Changing email-address on my 80 ports.Lars Balker Rasmussen2006-05-011-2/+2
| | | | | | | Approved by: erwin (mental) Notes: svn path=/head/; revision=161060
* Up to 0.06Lars Balker Rasmussen2006-04-302-4/+4
| | | | | | | | | PR: 96506 Submitted by: leeym Approved by: erwin (mentor) Notes: svn path=/head/; revision=160942
* - Update to 0.05Sergey Matveychuk2006-03-282-4/+4
| | | | | | | | PR: ports/95000 Submitted by: maintainer Notes: svn path=/head/; revision=158343
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Fix WWWErwin Lansing2005-12-121-1/+1
| | | | | | | | PR: 90270 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=150980
* This action implements a sensible default end action, which will forwardErwin Lansing2005-11-174-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> Notes: svn path=/head/; revision=148656