Convert tabs to spaces
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial /
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
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-11-19 Tomas Doran Merge 'tutorial_role_updates' into 'trunk'
2009-11-19 Kennedy Clark Fix link to FormHandler
2009-11-18 Gerda Shank fix links to FormHandler
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 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-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...
2009-10-19 Breno G. de Oliveira Fixed some typos
2009-08-24 Justin Hunter fix PathPart typo
2009-07-13 Breno G. de Oliveira changed linebreak position to avoid arrow "->" be repre...
2009-07-13 Breno G. de Oliveira replace reference to deprecated CatalystX::ListFramewor...
2009-06-10 Kennedy Clark Fix typo (Gerda Shank)
2009-06-09 Kieren Diment fix typo for cat-install script
2009-06-06 Kennedy Clark RT #46618 fix
2009-06-06 Kennedy Clark Fix typos in appendix emacs note and misplaced quote...
2009-05-28 Kennedy Clark RT#46159 - Fix typo (thanks to brunobuss)
2009-05-26 Kennedy Clark Get comments back in sync between chapters (with thanks...
2009-05-26 Kennedy Clark Update for 5.80
2009-05-26 Kennedy Clark Finish review for depluralization and related updates
2009-05-25 Kennedy Clark Initial set of tutorial edits to go along with deplural...
2009-05-24 Kennedy Clark Add numbers back to names of chapters
2009-05-24 Kennedy Clark Update for latest prebuilt debian version numbers
2009-05-24 Kennedy Clark Merge from depluralization branch
2009-05-24 Kennedy Clark Suggestion from Stefan Kangas about "un-indenting"...
2009-05-17 Jesse Sheidlower small typo
2009-05-16 Kennedy Clark Remove create=dynamic stuff left around by mistake...
2009-05-16 Kennedy Clark Fix comment (and make it match earlier section)
2009-05-16 Kennedy Clark Add note about non-standard database config and SimpleDB
2009-05-14 Breno G. de Oliveira Added note on placing myapp.db on the app's basedir...
2009-05-03 Kennedy Clark Completely revamp the PostgreSQL section in Appendices...
2009-05-03 Kennedy Clark Convert to more of a mixture of "DBIC" and "DBIx::Class...
2009-05-03 Kennedy Clark Add code in case users prefer to use myapp.conf for...
2009-05-03 Kennedy Clark Remove old hack for Data::Dumper that should no longer...
2009-05-03 Kennedy Clark Remove section of code that's no longer required now...
2009-05-03 Kennedy Clark Switch to use of DBIx::Class::EncodedColumn and C:...
2009-05-02 Jay Hannah POD typo corrected.
2009-05-02 Kennedy Clark Remove DBIC "create=dynamic" section. Hopefully someon...
2009-05-01 Kennedy Clark Add comment about possible warnings in Template::Base...
2009-04-16 Kennedy Clark Fix typo in Timestamp -> TimeStamp (with thanks to...
2009-03-18 Jesse Sheidlower assorted doc tweaks in Tutorial
2009-03-17 Jesse Sheidlower light edits, mostly typo-like
2009-03-16 Kennedy Clark Add reminder about not totally skipping Intro.pod
2009-03-16 Kennedy Clark Fix escaping issue (thanks to Evan Carroll for pointing...
2009-03-12 Kennedy Clark Remove C<> from =head line b/c they look ugly on CPAN
2009-03-12 Kennedy Clark Fix minor typo
2009-03-12 Kennedy Clark Fix errors in FormFu.pod (thanks to Adam Witney).
2009-03-11 Kennedy Clark Move use of "load_namespaces" for DBIC from BasicCRUD...
2009-03-10 Kennedy Clark Change from the use of "part" to refer to each .pod...
2009-03-10 Dan Dascalescu Fixed menton to "flash" to point to part 4 of the tutor...
2009-03-09 Dan Dascalescu Fixed typos and missing words in BasicCRUD
next