15 years agofixed roadmap link
Kieren Diment [Sat, 14 Mar 2009 23:19:18 +0000]
fixed roadmap link

15 years agoRemove C<> from =head line b/c they look ugly on CPAN
Kennedy Clark [Thu, 12 Mar 2009 23:42:37 +0000]
Remove C<> from =head line b/c they look ugly on CPAN

15 years agoFix minor typo
Kennedy Clark [Thu, 12 Mar 2009 19:25:55 +0000]
Fix minor typo

15 years agoFix errors in FormFu.pod (thanks to Adam Witney).
Kennedy Clark [Thu, 12 Mar 2009 17:57:17 +0000]
Fix errors in FormFu.pod (thanks to Adam Witney).
Prep for release.

15 years agoMove use of "load_namespaces" for DBIC from BasicCRUD to MoreCatalystBasics
Kennedy Clark [Wed, 11 Mar 2009 17:03:37 +0000]
Move use of "load_namespaces" for DBIC from BasicCRUD to MoreCatalystBasics
Update the "Table of Contents" in Tutorial.pod to match the current sections
Prep for release

15 years agoChange from the use of "part" to refer to each .pod file for the tutorial in favor...
Kennedy Clark [Tue, 10 Mar 2009 21:38:26 +0000]
Change from the use of "part" to refer to each .pod file for the tutorial in favor of the more intuitive word "chapter."

15 years agoFixed menton to "flash" to point to part 4 of the tutorial (no longer mentioned in...
Dan Dascalescu [Tue, 10 Mar 2009 04:07:22 +0000]
Fixed menton to "flash" to point to part 4 of the tutorial (no longer mentioned in part 3).

15 years agoFixed typos and missing words in BasicCRUD
Dan Dascalescu [Mon, 9 Mar 2009 09:02:39 +0000]
Fixed typos and missing words in BasicCRUD

15 years agoPrep for release
Kennedy Clark [Mon, 9 Mar 2009 00:17:49 +0000]
Prep for release

15 years agoConvert from Ubuntu to Debian 5 live CD as the recommended way to do the tutorial...
Kennedy Clark [Sun, 8 Mar 2009 23:55:40 +0000]
Convert from Ubuntu to Debian 5 live CD as the recommended way to do the tutorial (all code and examples updated and tested to match)
Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod in favor of a "chained and model-based" approach at the urging of MST
More conversion to Chained dispatch
Lots of other small adjustments

15 years agoOops, missing a couple C::M::DBIC::Schema version references
Kennedy Clark [Sat, 7 Mar 2009 21:32:37 +0000]
Oops, missing a couple C::M::DBIC::Schema version references

15 years agoUpdate version number required for Catalyst::Model::DBIC::Schema to avoid warnings
Kennedy Clark [Sat, 7 Mar 2009 21:31:14 +0000]
Update version number required for Catalyst::Model::DBIC::Schema to avoid warnings

15 years agoAdjust indentation a bit
Kennedy Clark [Sat, 7 Mar 2009 02:12:40 +0000]
Adjust indentation a bit

15 years agominor typo
Jesse Sheidlower [Fri, 6 Mar 2009 13:49:22 +0000]
minor typo

15 years agoFix minor typos
Kennedy Clark [Fri, 6 Mar 2009 01:18:21 +0000]
Fix minor typos

15 years agoAdd a new section to BasicCRUD covering more advanced features of DBIC ("EXPLORING...
Kennedy Clark [Thu, 5 Mar 2009 17:57:54 +0000]
Add a new section to BasicCRUD covering more advanced features of DBIC ("EXPLORING THE POWER OF DBIC") plus a few other minor changes

15 years agoFix name
Kennedy Clark [Wed, 4 Mar 2009 03:03:29 +0000]
Fix name

15 years agoUpdate the "DBIC terminology" based on input from MST. Put in a note about "load_nam...
Kennedy Clark [Tue, 3 Mar 2009 22:48:26 +0000]
Update the "DBIC terminology" based on input from MST.  Put in a note about "load_namespaces" with some tips on how to get started.  Hope to migrate full to "load_namespaces" soon.

15 years agoReword warning about not using GET for delete based on input from kd
Kennedy Clark [Tue, 3 Mar 2009 02:48:48 +0000]
Reword warning about not using GET for delete based on input from kd
Change wording of "heading" for starter links in C::M

15 years agoSuggestions and fixes with thanks to Murray Walker (along with a few other minor...
Kennedy Clark [Tue, 3 Mar 2009 01:19:03 +0000]
Suggestions and fixes with thanks to Murray Walker (along with a few other minor adjustments)

15 years agoPrev fix should have moved the "=over 4" vs. removing it to balance out "=back"
Kennedy Clark [Mon, 2 Mar 2009 22:37:50 +0000]
Prev fix should have moved the "=over 4" vs. removing it to balance out "=back"

15 years agopod fix, thanks Janus
Kieren Diment [Sun, 1 Mar 2009 11:44:22 +0000]
pod fix, thanks Janus

15 years agoAdd comment about salt
Kennedy Clark [Sat, 28 Feb 2009 21:14:51 +0000]
Add comment about salt

15 years agoPrep for release
Kennedy Clark [Sat, 28 Feb 2009 16:38:17 +0000]
Prep for release

15 years agoMisc edits to fix ...
Kennedy Clark [Sat, 28 Feb 2009 16:25:50 +0000]
Misc edits to fix & adjust things found during testing all the code from Part 3 through Part 8

15 years agoChanged reference to "user base" into "use parent" to match code
Dan Dascalescu [Thu, 26 Feb 2009 01:24:06 +0000]
Changed reference to "user base" into "use parent" to match code

15 years agoMore updates to action type summary based on input from MST
Kennedy Clark [Tue, 24 Feb 2009 17:07:54 +0000]
More updates to action type summary based on input from MST

15 years agoMore updates for Chained. Rewrite the discussion about different action types and...
Kennedy Clark [Tue, 24 Feb 2009 14:46:48 +0000]
More updates for Chained.  Rewrite the discussion about different action types and move it into MoreCatalystBasics.pod.

15 years agoUpdate Changes to reflect recent updates
Kennedy Clark [Tue, 24 Feb 2009 03:22:26 +0000]
Update Changes to reflect recent updates

15 years agoMisc updates in support of moving to Chained
Kennedy Clark [Tue, 24 Feb 2009 02:52:47 +0000]
Misc updates in support of moving to Chained

15 years agoImprove use of uri_for() to use action_for()
Kennedy Clark [Mon, 23 Feb 2009 22:39:17 +0000]
Improve use of uri_for() to use action_for()

15 years agoMisc updates to factor out find()'ing an object into a common 'object' method and...
Kennedy Clark [Mon, 23 Feb 2009 22:07:30 +0000]
Misc updates to factor out find()'ing an object into a common 'object' method and store the resultset inside 'base'

15 years agoFix .yml -> .conf typo
Kennedy Clark [Mon, 23 Feb 2009 19:13:29 +0000]
Fix .yml -> .conf typo

15 years agoReplaced user/dname from catmyapp/mycatapp to catappuser/catappdb
Dan Dascalescu [Fri, 20 Feb 2009 10:50:37 +0000]
Replaced user/dname from catmyapp/mycatapp to catappuser/catappdb

15 years agoAdded link to using other databases, per user request in #catalyst
Dan Dascalescu [Fri, 20 Feb 2009 10:37:15 +0000]
Added link to using other databases, per user request in #catalyst

15 years agoAdd some "getting started" links to the Catalyst::Manual page
Kennedy Clark [Thu, 19 Feb 2009 01:52:56 +0000]
Add some "getting started" links to the Catalyst::Manual page

15 years agoFix DBIC create for MySQL in Appendix (Jarom)
Kennedy Clark [Thu, 19 Feb 2009 01:51:16 +0000]
Fix DBIC create for MySQL in Appendix (Jarom)

15 years agoDraft update to add Chained dispatch
Kennedy Clark [Sun, 15 Feb 2009 01:59:44 +0000]
Draft update to add Chained dispatch

15 years agoApply manual patch from Del Merritt
Tomas Doran [Fri, 6 Feb 2009 15:19:34 +0000]
Apply manual patch from Del Merritt

15 years agomention prefork engine
Kieren Diment [Wed, 4 Feb 2009 01:43:03 +0000]
mention prefork engine

15 years agoSpell the poor guys name right
Tomas Doran [Thu, 29 Jan 2009 21:56:15 +0000]
Spell the poor guys name right

15 years agoTTSite cleanups and further deprecation in MoreCatalystBasics
Tomas Doran [Thu, 29 Jan 2009 21:22:25 +0000]
TTSite cleanups and further deprecation in MoreCatalystBasics

15 years agoTutorial patch
Tomas Doran [Thu, 29 Jan 2009 21:08:14 +0000]
Tutorial patch

15 years agoAdd comment/warning about simple links for changes to app/db
Kennedy Clark [Fri, 23 Jan 2009 08:07:25 +0000]
Add comment/warning about simple links for changes to app/db

15 years agoFix typo (thanks to David Steiner)
Kennedy Clark [Thu, 22 Jan 2009 23:40:48 +0000]
Fix typo (thanks to David Steiner)

15 years agoadded info about wiki
Kieren Diment [Fri, 9 Jan 2009 23:15:53 +0000]
added info about wiki

15 years agoResolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
Kennedy Clark [Tue, 6 Jan 2009 17:41:18 +0000]
Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)

15 years agoadd Changes entries
Brian Cassidy [Tue, 6 Jan 2009 14:55:33 +0000]
add Changes entries

15 years agotypo fix (RT #42091)
Jesse Sheidlower [Tue, 6 Jan 2009 14:52:01 +0000]
typo fix (RT #42091)

15 years agominor fixes
Jesse Sheidlower [Tue, 6 Jan 2009 14:40:12 +0000]
minor fixes

15 years agofixed old and meaning-changing typo; thanks, Mark Fowle
Jesse Sheidlower [Sun, 4 Jan 2009 10:51:33 +0000]
fixed old and meaning-changing typo; thanks, Mark Fowle

15 years agoUpdate style for path_to
Kennedy Clark [Wed, 31 Dec 2008 23:18:40 +0000]
Update style for path_to

15 years agoFix Bug #42034
Kennedy Clark [Wed, 31 Dec 2008 17:27:53 +0000]
Fix Bug #42034

15 years agominor typo
Jesse Sheidlower [Mon, 29 Dec 2008 21:46:45 +0000]
minor typo

15 years agoComment on how to do more advanced stuff with DBIC and provide links; also add back...
Kennedy Clark [Mon, 29 Dec 2008 21:10:24 +0000]
Comment on how to do more advanced stuff with DBIC and provide links; also add back a sentence on DBIC terminology that somehow got deleted a long time ago.

15 years agoMinor updates: Fix filename for initial tests and latest H::FormFu version
Kennedy Clark [Mon, 29 Dec 2008 13:59:37 +0000]
Minor updates: Fix filename for initial tests and latest H::FormFu version

15 years agoPre-release updates
Kennedy Clark [Mon, 29 Dec 2008 01:28:33 +0000]
Pre-release updates

15 years agoMisc fixes
Kennedy Clark [Mon, 29 Dec 2008 01:04:53 +0000]
Misc fixes

15 years agoMisc updates to adjust Parts 8 & 9 and update their final tarball code
Kennedy Clark [Mon, 29 Dec 2008 00:58:25 +0000]
Misc updates to adjust Parts 8 & 9 and update their final tarball code

15 years agoMisc updates with thanks to JC Wren
Kennedy Clark [Sun, 28 Dec 2008 18:46:28 +0000]
Misc updates with thanks to JC Wren

15 years agoUpdate method used to free up disk space for live CD
Kennedy Clark [Sun, 28 Dec 2008 18:43:17 +0000]
Update method used to free up disk space for live CD

15 years agoUpdate thanks for tutorial (include dhoss)
Kennedy Clark [Thu, 18 Dec 2008 21:07:24 +0000]
Update thanks for tutorial (include dhoss)

15 years agoAdd fix for failing test to Testing.pod
Kennedy Clark [Thu, 18 Dec 2008 17:07:37 +0000]
Add fix for failing test to Testing.pod

15 years agoUpdate "how to install cat" advice and misc minor updates.
Kennedy Clark [Thu, 18 Dec 2008 16:29:10 +0000]
Update "how to install cat" advice and misc minor updates.

15 years agoMinor adjustments to tutorial. Mention tests fail in 5.7014 for Part8.
Kennedy Clark [Thu, 18 Dec 2008 15:52:09 +0000]
Minor adjustments to tutorial.  Mention tests fail in 5.7014 for Part8.

15 years agoFix URLs for final code tarballs (thx to K Gatdula)
Kennedy Clark [Wed, 17 Dec 2008 18:20:19 +0000]
Fix URLs for final code tarballs (thx to K Gatdula)

15 years agoPrep for release
Kennedy Clark [Mon, 15 Dec 2008 20:44:03 +0000]
Prep for release

15 years agoUpdate URL for latest copy in SVN to match new location of repo
Kennedy Clark [Mon, 15 Dec 2008 15:26:02 +0000]
Update URL for latest copy in SVN to match new location of repo

15 years agoFix the manual to encourage you to use MRO::Compat, rather than Class::C3 directly
Tomas Doran [Sat, 13 Dec 2008 11:35:03 +0000]
Fix the manual to encourage you to use MRO::Compat, rather than Class::C3 directly

15 years agoTake a couple of patches from the mailing list I have been sat on for months
Tomas Doran [Fri, 12 Dec 2008 00:52:18 +0000]
Take a couple of patches from the mailing list I have been sat on for months

15 years agoUpdate for Ubuntu 8.10 (HTML::FormFu v0.03006)
Kennedy Clark [Sun, 7 Dec 2008 23:50:01 +0000]
Update for Ubuntu 8.10 (HTML::FormFu v0.03006)

15 years agoRemove TTSite in favor of manually created wrapper template and css
Kennedy Clark [Sun, 7 Dec 2008 21:17:07 +0000]
Remove TTSite in favor of manually created wrapper template and css
Update and test for Ubuntu 8.10 (Cat 5.7014, C::Devel 1.07, DBIC 0.08010, etc.)
Change flow of MoreCatalystBasics.pod (eg, use incremental build where run in smaller chunks)
Change MyApp.pm from "use Catalyst" to "__PACKAGE__->setup()"
Whitespace cleanup
Move TT Debugging section from MoreCatalystBasics.pod to Debugging.pod
Misc edits

15 years agoFixing the typos introduced during the last typo fix ;-)
Jesse Sheidlower [Mon, 24 Nov 2008 00:52:17 +0000]
Fixing the typos introduced during the last typo fix ;-)

15 years agoUpdate for Ubuntu 8.10, update license, misc updates
Kennedy Clark [Sun, 23 Nov 2008 19:05:34 +0000]
Update for Ubuntu 8.10, update license, misc updates

15 years agoUpdate license
Kennedy Clark [Sun, 23 Nov 2008 18:59:33 +0000]
Update license

15 years agoUpdate license
Kennedy Clark [Sun, 23 Nov 2008 18:58:50 +0000]
Update license

15 years agoFix 2 typos - thanks to JGK
Kennedy Clark [Sun, 23 Nov 2008 17:38:32 +0000]
Fix 2 typos - thanks to JGK

15 years agoprep release
Ricardo SIGNES [Tue, 4 Nov 2008 21:34:01 +0000]
prep release

15 years agoRemove a reference to a FOREACH loop that did not exist (RT #39046)
Brian Cassidy [Fri, 17 Oct 2008 13:16:03 +0000]
Remove a reference to a FOREACH loop that did not exist (RT #39046)

15 years agoimprovements to ACCEPT_CONTEXT docs
Kieren Diment [Wed, 1 Oct 2008 10:25:02 +0000]
improvements to ACCEPT_CONTEXT docs

15 years agoApplied doc patch from martins to improve the formfu config
Jess Robinson [Mon, 29 Sep 2008 15:23:28 +0000]
Applied doc patch from martins to improve the formfu config

15 years agoRemoving invalid and confusing references to id_field
Jay Kuri [Wed, 17 Sep 2008 20:33:55 +0000]
Removing invalid and confusing references to id_field

15 years agoremove MyApp::auto
Ricardo SIGNES [Thu, 4 Sep 2008 19:00:57 +0000]
remove MyApp::auto

15 years agoApplied doc patch from lucs
Jess Robinson [Wed, 27 Aug 2008 19:23:12 +0000]
Applied doc patch from lucs

15 years agoclarified something about :Path and :Local similarities
Kieren Diment [Sat, 16 Aug 2008 06:52:29 +0000]
clarified something about :Path and :Local similarities

15 years agofixed error regarding naming of the Catalyst::View
Kieren Diment [Sat, 16 Aug 2008 06:52:17 +0000]
fixed error regarding naming of the Catalyst::View

15 years agoChanged some Template Toolkit links to perldoc links (RT #38354)
Brian Cassidy [Mon, 11 Aug 2008 12:55:20 +0000]
Changed some Template Toolkit links to perldoc links (RT #38354)

15 years agoFix some typos and point out about converting to .conf file formats in Auth part
Jess Robinson [Tue, 5 Aug 2008 20:12:10 +0000]
Fix some typos and point out about converting to .conf file formats in Auth part

15 years agotypo fixing
Jesse Sheidlower [Tue, 5 Aug 2008 00:32:19 +0000]
typo fixing

15 years agoFix part numbering (RT #37963)
Brian Cassidy [Mon, 28 Jul 2008 01:39:57 +0000]
Fix part numbering (RT #37963)

15 years agoFixed 4 minor typos
Dan Dascalescu [Fri, 18 Jul 2008 08:42:21 +0000]
Fixed 4 minor typos

15 years agoversion 5.7x not 7.7x
Brian Cassidy [Fri, 11 Jul 2008 12:25:45 +0000]
version 5.7x not 7.7x

15 years agosome idiot forgot to hit save
Kieren Diment [Thu, 10 Jul 2008 23:01:02 +0000]
some idiot forgot to hit save

15 years agoFix Template Toolkit website link (RT #37574)
Brian Cassidy [Thu, 10 Jul 2008 00:35:17 +0000]
Fix Template Toolkit website link (RT #37574)

15 years agorollback to use Catalyst qw/@plugins/
Kieren Diment [Wed, 9 Jul 2008 12:07:52 +0000]
rollback to use Catalyst qw/@plugins/

15 years agoec2 images, and some typo corrections
Kieren Diment [Wed, 9 Jul 2008 12:07:21 +0000]
ec2 images, and some typo corrections

15 years agoAdded ProxyPass ignores for static files. Removed
Ton Voon [Tue, 8 Jul 2008 12:07:07 +0000]
Added ProxyPass ignores for static files. Removed
C::E::HTTP::POE and replaced with ::Prefork instead

15 years agoApply patch from Adrian Lai to clean up a few out of date bits in the tutorials
Tomas Doran [Tue, 1 Jul 2008 11:13:32 +0000]
Apply patch from Adrian Lai to clean up a few out of date bits in the tutorials

15 years agoMinor: typo and format fixes
Dan Dascalescu [Mon, 30 Jun 2008 10:16:03 +0000]
Minor: typo and format fixes

15 years agotidy up changes file a bit
Brian Cassidy [Thu, 12 Jun 2008 13:16:10 +0000]
tidy up changes file a bit