changed user table name to users in order to dodge reserved word
[catagits/Catalyst-Manual.git] / lib /
2010-07-25 Eden Cardim changed user table name to users in order to dodge...
2010-06-30 Kieren Diment minor ambiguity report, thanks asarch
2010-05-30 Kennedy Clark Fix for RT #56970
2010-05-29 Kennedy Clark Add missing requirement for Perl6::Junction
2010-05-29 Kennedy Clark Update year on copyright
2010-05-29 Kennedy Clark Fix erroneous "-nc" in the license on this one file...
2010-05-22 Tomas Doran Adjust wording for mod_perl
2010-05-22 Tomas Doran Fixes rt.cpan.org #57361
2010-05-13 Rafael Kitover change created/updated columns to type "timestamp"
2010-04-17 Eden Cardim added documentation reminder to install FCGI.pm when...
2010-04-16 Justin Hunter apache fastcgi/mod_deflate note per awnstudio
2010-04-07 Rafael Kitover rename View::TT to View::HTML
2010-03-30 Caleb Cushing Revert "start work on single conroller"
2010-03-30 Caleb Cushing make note to use default_view
2010-03-30 Caleb Cushing start work on single conroller
2010-03-17 Alexander Hartmaier added DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG...
2010-03-06 Jesse Sheidlower Minor typos in FormHandler Tutorial
2010-02-28 u-foka Indention fixes in CatalystAndMoose.pod
2010-02-28 u-foka Typo fix in CatalystAndMoose.pod:
2010-02-22 Caleb Cushing add note about using server.pl --help
2010-02-22 Caleb Cushing remove unessessary extraneous code
2010-02-17 Kennedy Clark Update credits
2010-02-17 Kennedy Clark Prep for build
2010-02-17 Kennedy Clark Convert to "new style" for stash
2010-02-17 Kennedy Clark Convert to use of "-r" dev server option
2010-02-17 Kennedy Clark Remove now old mention of "used more than once" errors
2010-02-17 Kennedy Clark Convert tabs to spaces
2010-02-17 Kennedy Clark A few minor clarifications/adjustments
2010-02-17 Kennedy Clark Update flow to assume using 0.39+ C::M::DBIC::Schema...
2010-02-17 Kennedy Clark Add note about looking for compile errors in the "serve...
2010-02-17 Kennedy Clark Add Test::Pod to modules that get installed (use in...
2010-02-17 Kennedy Clark Add "Quick Start" section
2010-02-17 Kennedy Clark Convert to newer style for stash
2010-02-17 Kennedy Clark Add back 'libperl6-junction-perl' for pkgs to install
2010-02-17 Kennedy Clark Convert tabs to spaces.
2010-02-16 Kennedy Clark Add some additonal info about DBIC relationships
2010-02-16 Kennedy Clark Add DBIx::Class::EncodedColumn to required packages...
2010-02-16 Kennedy Clark Additional adjustments to get consistent wording ...
2010-02-16 Kennedy Clark Move mention of different "stash styles" to Ch2
2010-02-16 Kennedy Clark Better integrate the use of "-r" into the flow.
2010-02-16 Kennedy Clark Add some additional background info ...
2010-02-15 Kennedy Clark Use -r option for server
2010-02-15 Kennedy Clark Switch to svn for sample tutorial code
2010-02-07 Rafael Kitover update chapter 9 POD
2010-02-07 Rafael Kitover update chapter 9 formfu POD
2010-02-07 Rafael Kitover update chapter 8 POD
2010-02-07 Rafael Kitover minor change to chapter 6 POD
2010-02-07 Rafael Kitover chapter 5: recommend Memcached, minor changes
2010-02-07 Rafael Kitover no need to set resultset_class with load_namespaces...
2010-02-02 Kieren Diment tutorial reference implementations are no longer tarbal...
2010-02-02 Rafael Kitover add PRAGMA foreign_keys = ON; to the DDL
2010-02-01 Kieren Diment fix grammar typo
2010-02-01 Kieren Diment clarified docs on pural table naming
2010-02-01 Rafael Kitover updates to tutorial for new loader and sqlite fks
2010-01-20 Caleb Cushing change whitespace to reflect current formatting
2010-01-20 Caleb Cushing remove now uneeded reminders to restart the server
2010-01-20 Caleb Cushing show output of reloaded server after updating an action
2010-01-20 Caleb Cushing make killing the server a note
2010-01-20 Caleb Cushing add note on server reload and finding more options
2010-01-20 Caleb Cushing update _server.pl output for request
2010-01-20 Caleb Cushing update _server.pl output
2010-01-20 Caleb Cushing make attribute list syntax consistant
2010-01-07 Dan Dascalescu Fixed the URL for the Catalyst flowchart
2010-01-07 Dan Dascalescu Moved 'Extending RenderView' at the end of the Controll...
2010-01-07 Dan Dascalescu Fixed minor typo
2009-12-31 Caleb Cushing fix missing username/password in Login controller
2009-12-29 Jonathan Yu revert my changes, L<|...> is okay according to rafl
2009-12-29 Jonathan Yu fix typos
2009-12-29 Jonathan Yu fix more uses of L<..|blah> (causes Test::Pod failures)
2009-12-29 Jonathan Yu remove several sentences which were duplicates (strange...
2009-12-28 Kennedy Clark Prep for release (v5.8003)
2009-12-13 Kennedy Clark Merge in final set of changes from wolfman2000. A...
2009-11-20 Jason Felds Link to Template [Toolkit].
2009-11-20 Jason Felds Add some descriptions to the components. I'm guessing...
2009-11-20 Jason Felds If the others are bolded, why not this one?
2009-11-19 Tomas Doran Patch from osfameron++
2009-11-19 Tomas Doran Merge 'tutorial_role_updates' into 'trunk'
2009-11-19 Tomas Doran Merge 'altreus-is-fixing-inconsistencies' into 'trunk'
2009-11-19 Kennedy Clark Fix link to FormHandler
2009-11-18 Alastair McGowan... Fix incorrectness re :Global and :Local
2009-11-18 Gerda Shank fix links to FormHandler
2009-11-16 Jason Felds Add link.
2009-11-16 Jason Felds Fix dead link.
2009-11-16 Jason Felds Out of data? I think out of date is meant here.
2009-11-16 Jason Felds Add links to the databases. Let the users see what...
2009-11-16 Jason Felds Fix minor grammatical issue.
2009-11-15 Jonathan Yu Fix this issue:
2009-11-15 Kennedy Clark Prep for build (5.8002)
2009-11-15 Kennedy Clark Update FormFu AdvancedCRUD section to use pre-build...
2009-11-15 Kennedy Clark Add FormHandler branch (with thanks to gshank!)
2009-11-15 Kennedy Clark Integrate sqlite3 clarification and link by wolfman2000...
2009-11-15 Kennedy Clark Add a "negative" test to confirm that test02 does not...
2009-11-15 Kennedy Clark Integrate tome fix branch (with thanks to tome!)
2009-11-15 Kennedy Clark Update version numbers and misc adjustments
2009-11-15 Kennedy Clark Update version numbers to match current versions in...
2009-11-15 Kennedy Clark Fix indenting issue (with thanks to Kiffin Gish)
2009-11-14 Tomas Doran Pod patch to Cookbook
2009-11-14 Tomas Doran Another Pod fix, RT#51488
2009-11-14 Jason Felds Add link to SQLite, ensure they get version 3.
2009-10-28 Kennedy Clark Update tutorial for latest versions of Cat-related...
next