14 years agoadd note about using server.pl --help
Caleb Cushing [Mon, 22 Feb 2010 21:59:18 +0000]
add note about using server.pl --help

14 years agoremove unessessary extraneous code
Caleb Cushing [Mon, 22 Feb 2010 08:12:55 +0000]
remove unessessary extraneous code

you don't have to reproduce all attributes for a column just to add more,
removing code that would otherwise be duplicated.

14 years agoUpdate credits
Kennedy Clark [Wed, 17 Feb 2010 20:12:00 +0000]
Update credits

14 years agoPrep for build
Kennedy Clark [Wed, 17 Feb 2010 19:10:51 +0000]
Prep for build

14 years agoConvert to "new style" for stash
Kennedy Clark [Wed, 17 Feb 2010 18:48:22 +0000]
Convert to "new style" for stash

14 years agoConvert to use of "-r" dev server option
Kennedy Clark [Wed, 17 Feb 2010 17:41:34 +0000]
Convert to use of "-r" dev server option
A few formatting fixes

14 years agoRemove now old mention of "used more than once" errors
Kennedy Clark [Wed, 17 Feb 2010 17:40:52 +0000]
Remove now old mention of "used more than once" errors
Fix missing indent in code block
Show all of __PACKAGE__->config in DB Model

14 years agoConvert tabs to spaces
Kennedy Clark [Wed, 17 Feb 2010 17:39:40 +0000]
Convert tabs to spaces
Fix "=head 2" in comment to "=head2"
Minor adjustments

14 years agoA few minor clarifications/adjustments
Kennedy Clark [Wed, 17 Feb 2010 17:37:33 +0000]
A few minor clarifications/adjustments

14 years agoUpdate flow to assume using 0.39+ C::M::DBIC::Schema now that debian pkg available.
Kennedy Clark [Wed, 17 Feb 2010 17:36:42 +0000]
Update flow to assume using 0.39+ C::M::DBIC::Schema now that debian pkg available.
Remove another reference to manually stopping/starting the dev svr.

14 years agoAdd note about looking for compile errors in the "server -r" window
Kennedy Clark [Wed, 17 Feb 2010 17:34:44 +0000]
Add note about looking for compile errors in the "server -r" window

14 years agoAdd Test::Pod to modules that get installed (use in Ch8)
Kennedy Clark [Wed, 17 Feb 2010 17:33:36 +0000]
Add Test::Pod to modules that get installed (use in Ch8)

14 years agoAdd "Quick Start" section
Kennedy Clark [Wed, 17 Feb 2010 15:15:10 +0000]
Add "Quick Start" section
Update version information
Make Live CD Steps include a password for ssh

14 years agoConvert to newer style for stash
Kennedy Clark [Wed, 17 Feb 2010 03:09:39 +0000]
Convert to newer style for stash
Convert to -r for server
Misc changes

14 years agoAdd back 'libperl6-junction-perl' for pkgs to install
Kennedy Clark [Wed, 17 Feb 2010 03:08:39 +0000]
Add back 'libperl6-junction-perl' for pkgs to install

14 years agoConvert tabs to spaces.
Kennedy Clark [Wed, 17 Feb 2010 02:44:54 +0000]
Convert tabs to spaces.
Convert to $c->stash(name => 'value') vs. $c->stash->{name} = $value

14 years agoAdd some additonal info about DBIC relationships
Kennedy Clark [Tue, 16 Feb 2010 23:22:52 +0000]
Add some additonal info about DBIC relationships
Continue with making "-r" on dev server fit with the flow
Put in warning about leaving an extra myapp.conf sitting around
Misc edits and adjustments

14 years agoAdd DBIx::Class::EncodedColumn to required packages for install under debian
Kennedy Clark [Tue, 16 Feb 2010 23:08:28 +0000]
Add DBIx::Class::EncodedColumn to required packages for install under debian

14 years agoAdditional adjustments to get consistent wording & usage of the dev svr "-r" option
Kennedy Clark [Tue, 16 Feb 2010 21:58:42 +0000]
Additional adjustments to get consistent wording & usage of the dev svr "-r" option

14 years agoMove mention of different "stash styles" to Ch2
Kennedy Clark [Tue, 16 Feb 2010 19:37:18 +0000]
Move mention of different "stash styles" to Ch2
Switch to consistent attribute style (":Name" vs. ": Name") as per changes started in early chapters

14 years agoBetter integrate the use of "-r" into the flow.
Kennedy Clark [Tue, 16 Feb 2010 19:33:32 +0000]
Better integrate the use of "-r" into the flow.
Move comment about styles for setting stash to earlier ch to be in sync with always using the "new style"
Other small/misc updates

14 years agoAdd some additional background info & links about auto-defined DBIC relationships
Kennedy Clark [Tue, 16 Feb 2010 18:09:35 +0000]
Add some additional background info & links about auto-defined DBIC relationships
Amend directions to be sure they have new enough C::M::DBIC::Schema & DBD::SQLite
Add background info on on_connect_do
Adjust use of "-r" on dev server and provide some background info
Other misc adjustments

14 years agoUse -r option for server
Kennedy Clark [Mon, 15 Feb 2010 19:46:44 +0000]
Use -r option for server
Switch to newer stash syntax
Some minor adjustments, version updates, fixes, etc.

14 years agoSwitch to svn for sample tutorial code
Kennedy Clark [Mon, 15 Feb 2010 19:44:37 +0000]
Switch to svn for sample tutorial code
Update versions

14 years agoupdate chapter 9 POD
Rafael Kitover [Sun, 7 Feb 2010 13:13:43 +0000]
update chapter 9 POD

14 years agoupdate chapter 9 formfu POD
Rafael Kitover [Sun, 7 Feb 2010 12:39:32 +0000]
update chapter 9 formfu POD

14 years agoupdate chapter 8 POD
Rafael Kitover [Sun, 7 Feb 2010 11:41:40 +0000]
update chapter 8 POD

14 years agominor change to chapter 6 POD
Rafael Kitover [Sun, 7 Feb 2010 11:07:18 +0000]
minor change to chapter 6 POD

14 years agochapter 5: recommend Memcached, minor changes
Rafael Kitover [Sun, 7 Feb 2010 10:30:49 +0000]
chapter 5: recommend Memcached, minor changes

14 years agono need to set resultset_class with load_namespaces, and a couple other minor changes
Rafael Kitover [Sun, 7 Feb 2010 09:20:28 +0000]
no need to set resultset_class with load_namespaces, and a couple other minor changes

14 years agotutorial reference implementations are no longer tarballs for dev convenience
Kieren Diment [Tue, 2 Feb 2010 11:38:45 +0000]
tutorial reference implementations are no longer tarballs for dev convenience

14 years agoadd PRAGMA foreign_keys = ON; to the DDL
Rafael Kitover [Tue, 2 Feb 2010 08:36:25 +0000]
add PRAGMA foreign_keys = ON; to the DDL

14 years agofix grammar typo
Kieren Diment [Mon, 1 Feb 2010 23:33:48 +0000]
fix grammar typo

14 years agoclarified docs on pural table naming
Kieren Diment [Mon, 1 Feb 2010 23:32:24 +0000]
clarified docs on pural table naming

14 years agoupdates to tutorial for new loader and sqlite fks
Rafael Kitover [Mon, 1 Feb 2010 16:03:27 +0000]
updates to tutorial for new loader and sqlite fks

14 years agochange whitespace to reflect current formatting
Caleb Cushing [Wed, 20 Jan 2010 01:47:57 +0000]
change whitespace to reflect current formatting

14 years agoremove now uneeded reminders to restart the server
Caleb Cushing [Wed, 20 Jan 2010 01:47:51 +0000]
remove now uneeded reminders to restart the server

14 years agoshow output of reloaded server after updating an action
Caleb Cushing [Wed, 20 Jan 2010 01:47:44 +0000]
show output of reloaded server after updating an action

14 years agomake killing the server a note
Caleb Cushing [Wed, 20 Jan 2010 01:47:37 +0000]
make killing the server a note

14 years agoadd note on server reload and finding more options
Caleb Cushing [Wed, 20 Jan 2010 01:47:29 +0000]
add note on server reload and finding more options

14 years agoupdate _server.pl output for request
Caleb Cushing [Wed, 20 Jan 2010 01:47:22 +0000]
update _server.pl output for request

14 years agoupdate _server.pl output
Caleb Cushing [Wed, 20 Jan 2010 01:47:15 +0000]
update _server.pl output

14 years agomake attribute list syntax consistant
Caleb Cushing [Wed, 20 Jan 2010 01:47:09 +0000]
make attribute list syntax consistant

14 years agoFixed the URL for the Catalyst flowchart
Dan Dascalescu [Thu, 7 Jan 2010 22:28:49 +0000]
Fixed the URL for the Catalyst flowchart

14 years agoMoved 'Extending RenderView' at the end of the Controllers section, and let 'Action...
Dan Dascalescu [Thu, 7 Jan 2010 22:23:22 +0000]
Moved 'Extending RenderView' at the end of the Controllers section, and let 'Action Types' be at the start

14 years agoFixed minor typo
Dan Dascalescu [Thu, 7 Jan 2010 22:06:51 +0000]
Fixed minor typo

14 years agofix missing username/password in Login controller
Caleb Cushing [Thu, 31 Dec 2009 13:14:40 +0000]
fix missing username/password in Login controller

|| "" is reduntant if no credential is found it will already be empty.
defined()  will always return true check to see if variables are empty instead.
add an else and appropriate error message in the event all credentials weren't
submitted.

14 years agoRequire Pod::Simple which understands L<foo|url> in author mode. Move the Pod tests...
Tomas Doran [Tue, 29 Dec 2009 01:07:14 +0000]
Require Pod::Simple which understands L<foo|url> in author mode. Move the Pod tests to be author only using standard mechanisms, make running them mandatory

14 years agorevert my changes, L<http://|...> is okay according to rafl
Jonathan Yu [Tue, 29 Dec 2009 01:03:52 +0000]
revert my changes, L<|...> is okay according to rafl

14 years agofix typos
Jonathan Yu [Tue, 29 Dec 2009 00:52:17 +0000]
fix typos

14 years agofix more uses of L<http://..|blah> (causes Test::Pod failures)
Jonathan Yu [Tue, 29 Dec 2009 00:49:47 +0000]
fix more uses of L<..|blah> (causes Test::Pod failures)

14 years agoremove several sentences which were duplicates (strange, this wasn't in the last...
Jonathan Yu [Tue, 29 Dec 2009 00:48:00 +0000]
remove several sentences which were duplicates (strange, this wasn't in the last release)

14 years agoPrep for release (v5.8003)
Kennedy Clark [Mon, 28 Dec 2009 16:08:25 +0000]
Prep for release (v5.8003)

14 years agoMerge in final set of changes from wolfman2000. A big thanks to wolfman2000 for...
Kennedy Clark [Sun, 13 Dec 2009 17:11:07 +0000]
Merge in final set of changes from wolfman2000.  A big thanks to wolfman2000 for the updates!

14 years agoLink to Template [Toolkit].
Jason Felds [Fri, 20 Nov 2009 04:04:12 +0000]
Link to Template [Toolkit].

14 years agoAdd some descriptions to the components. I'm guessing all of them will have to be...
Jason Felds [Fri, 20 Nov 2009 03:55:52 +0000]
Add some descriptions to the components. I'm guessing all of them will have to be filled in eventually.

14 years agoIf the others are bolded, why not this one?
Jason Felds [Fri, 20 Nov 2009 03:45:26 +0000]
If the others are bolded, why not this one?

14 years agoPatch from osfameron++
Tomas Doran [Thu, 19 Nov 2009 10:19:01 +0000]
Patch from osfameron++

14 years agoMerge 'tutorial_role_updates' into 'trunk'
Tomas Doran [Thu, 19 Nov 2009 09:57:28 +0000]
Merge 'tutorial_role_updates' into 'trunk'

r11821@t0mlaptop (orig r11786):  wolfman2000 | 2009-11-08 18:31:13 +0000
Attempt to branch out to work on adding stuff to the tutorial.

r11854@t0mlaptop (orig r11819):  wolfman2000 | 2009-11-14 15:57:25 +0000
Add link to SQLite, ensure they get version 3.
r11878@t0mlaptop (orig r11843):  wolfman2000 | 2009-11-16 05:43:41 +0000
Fix minor grammatical issue.
r11879@t0mlaptop (orig r11844):  wolfman2000 | 2009-11-16 05:54:04 +0000
Add links to the databases. Let the users see what we're talking about.
r11880@t0mlaptop (orig r11845):  wolfman2000 | 2009-11-16 05:55:41 +0000
Out of data? I think out of date is meant here.
r11881@t0mlaptop (orig r11846):  wolfman2000 | 2009-11-16 05:59:04 +0000
Fix dead link.
r11882@t0mlaptop (orig r11847):  wolfman2000 | 2009-11-16 06:02:14 +0000
Add link.

14 years agoMerge 'altreus-is-fixing-inconsistencies' into 'trunk'
Tomas Doran [Thu, 19 Nov 2009 09:56:33 +0000]
Merge 'altreus-is-fixing-inconsistencies' into 'trunk'

r11933@t0mlaptop (orig r11898):  altreus | 2009-11-18 23:31:34 +0000
A branch for Altreus
r11934@t0mlaptop (orig r11899):  altreus | 2009-11-18 23:33:11 +0000
Fix incorrectness re :Global and :Local

Authorization:
<@mst> wow. whoever said that was on crack.

14 years agoFix link to FormHandler
Kennedy Clark [Thu, 19 Nov 2009 09:52:36 +0000]
Fix link to FormHandler

14 years agoFix incorrectness re :Global and :Local
Alastair McGowan-Douglas [Wed, 18 Nov 2009 23:33:11 +0000]
Fix incorrectness re :Global and :Local

Authorization:
<@mst> wow. whoever said that was on crack.

14 years agofix links to FormHandler
Gerda Shank [Wed, 18 Nov 2009 23:21:21 +0000]
fix links to FormHandler

14 years agoAdd link.
Jason Felds [Mon, 16 Nov 2009 06:02:14 +0000]
Add link.

14 years agoFix dead link.
Jason Felds [Mon, 16 Nov 2009 05:59:04 +0000]
Fix dead link.

14 years agoOut of data? I think out of date is meant here.
Jason Felds [Mon, 16 Nov 2009 05:55:41 +0000]
Out of data? I think out of date is meant here.

14 years agoAdd links to the databases. Let the users see what we're talking about.
Jason Felds [Mon, 16 Nov 2009 05:54:04 +0000]
Add links to the databases. Let the users see what we're talking about.

14 years agoFix minor grammatical issue.
Jason Felds [Mon, 16 Nov 2009 05:43:41 +0000]
Fix minor grammatical issue.

14 years agoFix this issue:
Jonathan Yu [Sun, 15 Nov 2009 21:49:13 +0000]
Fix this issue:
lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod (566): L<text|scheme:...> is invalid according to perlpod

14 years agoPrep for build (5.8002)
Kennedy Clark [Sun, 15 Nov 2009 19:37:39 +0000]
Prep for build (5.8002)

14 years agoUpdate FormFu AdvancedCRUD section to use pre-build debian packages and include a...
Kennedy Clark [Sun, 15 Nov 2009 14:25:26 +0000]
Update FormFu AdvancedCRUD section to use pre-build debian packages and include a few minor fixes
Add libhtml-formfu-model-dbic-perl to list of installed debian packages

14 years agoAdd FormHandler branch (with thanks to gshank!)
Kennedy Clark [Sun, 15 Nov 2009 14:01:41 +0000]
Add FormHandler branch (with thanks to gshank!)

14 years agoIntegrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates...
Kennedy Clark [Sun, 15 Nov 2009 13:56:46 +0000]
Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch

14 years agoAdd a "negative" test to confirm that test02 does not have an admin create link
Kennedy Clark [Sun, 15 Nov 2009 13:53:16 +0000]
Add a "negative" test to confirm that test02 does not have an admin create link

14 years agoIntegrate tome fix branch (with thanks to tome!)
Kennedy Clark [Sun, 15 Nov 2009 13:52:01 +0000]
Integrate tome fix branch (with thanks to tome!)

14 years agoUpdate version numbers and misc adjustments
Kennedy Clark [Sun, 15 Nov 2009 04:33:27 +0000]
Update version numbers and misc adjustments

14 years agoUpdate version numbers to match current versions in debian and add package that now...
Kennedy Clark [Sun, 15 Nov 2009 00:10:51 +0000]
Update version numbers to match current versions in debian and add package that now has to be manually installed (libconfig-general-perl)

14 years agoFix indenting issue (with thanks to Kiffin Gish)
Kennedy Clark [Sun, 15 Nov 2009 00:00:31 +0000]
Fix indenting issue (with thanks to Kiffin Gish)

14 years agoPod patch to Cookbook
Tomas Doran [Sat, 14 Nov 2009 17:37:07 +0000]
Pod patch to Cookbook

14 years agoAnother Pod fix, RT#51488
Tomas Doran [Sat, 14 Nov 2009 17:33:28 +0000]
Another Pod fix, RT#51488

14 years agoAdd link to SQLite, ensure they get version 3.
Jason Felds [Sat, 14 Nov 2009 15:57:25 +0000]
Add link to SQLite, ensure they get version 3.

14 years agoUpdate tutorial for latest versions of Cat-related modules for Debian.
Kennedy Clark [Wed, 28 Oct 2009 02:06:19 +0000]
Update tutorial for latest versions of Cat-related modules for Debian.
Misc cleanup/freshing up of tutorial.
A few bug fixes from RT.
Still need to wrap up Ch 7 - 10 before pushing to cpan.

14 years agointall -> install
IƱigo Tejedor Arrondo [Wed, 21 Oct 2009 00:23:15 +0000]
intall -> install

14 years agoFixed some typos
Breno G. de Oliveira [Mon, 19 Oct 2009 04:50:03 +0000]
Fixed some typos

14 years agoFix a Test::Pod failure and make Debian happier.
Andrew Rodland [Thu, 15 Oct 2009 03:08:54 +0000]
Fix a Test::Pod failure and make Debian happier.

14 years agoMinor fixes
Kennedy Clark [Wed, 7 Oct 2009 09:11:19 +0000]
Minor fixes

14 years agoPrep for release
Kennedy Clark [Wed, 7 Oct 2009 09:07:27 +0000]
Prep for release

14 years agoDouble stupid the there. What was I doing when I did that, idiot
Tomas Doran [Wed, 7 Oct 2009 08:48:59 +0000]
Double stupid the there. What was I doing when I did that, idiot

14 years agoMake =head1 NAME match the filename
Andrew Rodland [Wed, 7 Oct 2009 08:11:21 +0000]
Make =head1 NAME match the filename

14 years agoClean up and add to the docs about forwarding.
Tomas Doran [Sun, 4 Oct 2009 00:01:16 +0000]
Clean up and add to the docs about forwarding.

14 years agoShow the new way of doing things
Tomas Doran [Thu, 1 Oct 2009 19:25:56 +0000]
Show the new way of doing things

14 years agoAdded 'use MooseX::MethodAttributes ();' for roles and attributes.
kostya [Thu, 1 Oct 2009 13:36:58 +0000]
Added 'use MooseX::MethodAttributes ();' for roles and attributes.

14 years agoAdd fixme
Tomas Doran [Mon, 28 Sep 2009 08:30:44 +0000]
Add fixme

14 years agoPut Manual::Plugins back as a stub so we don't have finding old versions on CPAN...
Tomas Doran [Wed, 16 Sep 2009 10:23:06 +0000]
Put Manual::Plugins back as a stub so we don't have finding old versions on CPAN issues

14 years agoFix unicode plugin docs in -Manual
Tomas Doran [Wed, 16 Sep 2009 10:20:34 +0000]
Fix unicode plugin docs in -Manual

14 years agojester++ # A million spelling/grammar/typo corrections
Tomas Doran [Sun, 13 Sep 2009 00:41:30 +0000]
jester++ # A million spelling/grammar/typo corrections

14 years agoFix svn and git uris
Tomas Doran [Wed, 2 Sep 2009 22:38:58 +0000]
Fix svn and git uris

14 years agoLoads of cleanup / updating work
Tomas Doran [Tue, 1 Sep 2009 01:12:16 +0000]
Loads of cleanup / updating work

14 years agofix PathPart typo
Justin Hunter [Mon, 24 Aug 2009 19:28:19 +0000]
fix PathPart typo

14 years agotypo-fixing, light rewriting in DevelopmentProcess
Jesse Sheidlower [Mon, 10 Aug 2009 18:12:25 +0000]
typo-fixing, light rewriting in DevelopmentProcess