catagits/Catalyst-Manual.git
2011-04-29 Tomas Doran Update MANIFEST.SKIP
2011-04-29 Tomas Doran Add a .gitignore
2011-04-29 Tomas Doran RT #67820 already fixed, changelog
2011-04-29 Tomas Doran Update changelog
2011-04-11 Jonathan Otsuka Fixing various typos.
2011-04-08 Eisenberger... Fix url typo in the Actions section of Intro.pod
2011-04-06 Matthias Dietrich Fixed relationship declaration
2011-03-08 kthakore FastMmap is not good for new users
2011-03-02 Jonathan "Duke... Fix a typo in the DBIC example
2011-02-16 Shlomi Fish RT #64126: typos
2011-02-16 Shlomi Fish RT #64126: precise name of licence
2011-02-16 Shlomi Fish RT #64087: typos
2011-02-16 Eric A. Zarko RT #63057: typo
2011-02-16 Jonathan Yu RT #62610: typo
2011-02-16 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 RT #62095: persistent message on /login
2011-02-16 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 RT #62095: prevent XSS
2011-02-16 Zsolt Zemancsik RT #61486: correct MySQL
2011-02-16 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 RT #57989: typo
2011-02-11 Rafael Kitover fix typo origin/master origin/trunk
2011-02-09 Andrew Rodland Fix a typo (thanks to asarch++ on IRC)
2010-12-13 David Schmidt put use_ok into BEGIN block
2010-10-29 Kieren Diment bump version
2010-10-29 Kieren Diment fix link on Manual page intro
2010-10-29 Kieren Diment we should really tag releases, or move to git v5.8005
2010-08-12 antgel Custom error page without throwing logging away.
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-18 Alexander Hartmaier updated changelog for previous commit
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 Tomas Doran Require Pod::Simple which understands L<foo|url> in...
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].
next