Path to this page:
./
www/p5-Catalyst-Manual,
Manual for Catalyst
Branch: CURRENT,
Version: 5.8004,
Package name: p5-Catalyst-Manual-5.8004,
Maintainer: rhaenThis is the Catalyst manual
Catalyst is a web application framework. This means that you use
it to help build applications that run on the web, or that run
using protocols used for the web. Catalyst is designed to make it
easy to manage the various tasks you need to do to run an application
on the web, either by doing them itself, or by letting you "plug
in" existing Perl modules that do what you need.
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: cd452070c9f736bf546d9c36a89d2c053ca84dec
RMD160: 896351d0c0103b6b8703eb2943fbb2d8cbc832e4
Filesize: 173.356 KB
Version history: (Expand)
- (2010-03-10) Updated to version: p5-Catalyst-Manual-5.8004
- (2010-01-17) Updated to version: p5-Catalyst-Manual-5.8003
- (2009-10-24) Updated to version: p5-Catalyst-Manual-5.8001
- (2009-06-16) Updated to version: p5-Catalyst-Manual-5.8000
- (2009-05-18) Updated to version: p5-Catalyst-Manual-5.7021
- (2009-03-16) Updated to version: p5-Catalyst-Manual-5.7020
CVS history: (Expand)
2010-03-10 11:54:34 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
Updating www/p5-Catalyst-Manual from 5.8003 to 5.8004
Upstream changes:
5.8004 17 Feb 2010
- Tutorial:
- Add foreign key support for SQLite
(huge thanks to Caelum for that and other good edits!)
- Add "Quick Start" to Intro (Chapter 1)
- Switch to use of "-r" to auto-restart the dev svr
- Update for latest available Debian package versions
- Switch to individual files for example code vs. tarballs
- Switch to 'done_testing' and shorter 'prove' args for testing chapter
- Misc typo fixes
- Other:
- Minor Cookbook edits
|
2010-01-16 22:52:03 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
Updating www/p5-Catalyst-Manual from 5.8001 to 5.8003
pkgsrc changes:
- Adjusting module type - use "Module::Install::Bundled" directly
Upstream changes:
5.8003 28 Dec 2009
- Variety of typo fixes
- Fix incorrectness re :Global and :Local
- Update DevelopmentProcess.pod
5.8002 15 Nov 2009
- Update tutorial to match latest prepacked versions in Debian 5
- Add FormHandler branch (with thanks to gshank!)
- Misc cleanup/freshing up of tutorial.
- Fix indenting issue (with thanks to Kiffin Gish)
- Integrate tome fix branch (with thanks to tome!)
- Add a "negative" test to confirm that test02 does not have an \
admin create link
- Integrate sqlite3 clarification and link by wolfman2000 from \
tutorial_role_updates branch
- Fix Pod typos in ::Internals (RT#51488)
- Fix Pod typos in the Cookbook (RT#51466)
- Fix a Test::Pod failure and make Debian happier.
- Typo fixes from garu
- Misc minor and/or typo fixes
|
2009-10-24 16:42:41 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
Updating www/p5-Catalyst-Manual from 5.8000 to 5.8001
pkgsrc changes:
- keep bundled Module::Install
Upstream changes:
5.8001 06 Oct 2009
- Tutorial
- Fix RT #46760
- Fix RT #46618
- Fix cat-install script URL
- Fix typos
- Replace reference to deprecated CatalystX::ListFramework::Builder
with Catalyst::Plugin::AutoCRUD
- Other
- Lots of updates thanks to t0m
- Update development process / core team docs
- Cookbook fixes WRT authorization
- Better description of application setup process
- Fix some links
- Normalise spacing
|
2009-06-15 23:03:52 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
pkgsrc changes:
- Updating package of p5 module for Catalyst::Manual from 5.7021 to 5.8000
- Setting license to ${PERL5_LICENSE} according to META.yaml
Upstream changes:
5.8000 27 May 2009
- Tutorial:
- Update for Catalyst 5.80
- Update to "depluralize" the database names (big thanks \
to Kiffin Gish!)
- Switch back to including numbers in chapter names (for proper sorting)
- Add section to Ch 4: "Moving Complicated View Code to the \
Model"
- Add section to Ch 3: "RenderView's 'dump_info' Feature"
- Misc fixes and updates (thanks to Anne Wainwright)
- Other:
- Add some 5.8 and Moose-specific material to the new \
CatalystAndMoose.pod
(thanks to t0m and Sebastian Willert)
|
2009-06-11 14:06:12 by David Brownlee | Files touched by this commit (25) |  |
Log message:
update to use the new Module::Install infrastructure
|
| 2009-05-25 19:07:07 by David Brownlee | Files touched by this commit (1) |
Log message:
comment out autoinstall so this can build without a configured CPAN - need to \
handle this automatically
|
| 2009-05-25 19:06:51 by David Brownlee | Files touched by this commit (1) |
Log message:
comment out autoinstall so this can build without a configured CPAN - need to \
handle this automatically
|
| 2009-05-17 20:54:08 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- Updating package for Catalyst::Manual from 5.7020 to 5.7021
Upstream changes:
5.7021 8 May 2009
- Switch to SimpleDB for auth
- Switch to use of DBIx::Class::EncodedColumn for hashed & salted \
passwords
- Re-write PostgreSQL section in appendix
- Remove "create=dynamic" and only cover \
"create=static" for DBIC helper
- Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
- There is no Catalyst::Config, fix reference to it. (t0m)
- Misc minor adjustments
|