Remove recurrent newbie mistake from tutorial
[catagits/Catalyst-Manual.git] / Changes
CommitLineData
169144c5 1Revision history for Catalyst-Manual
2
c062293d 3 - Tutorial chaper 3
4 - Remove note about hacking tests to require MyApp so that MyApp->path_to
5 works. Application components should compile independently, and
6 therefore explain this and show configuring components from the
7 app class.
8
32cebe9b 9 - Cookbook
10 - Remove suggestion to generate RSS feeds using Template Toolkit.
11 This is a horrible idea, and it's very very easy to generate an
12 invalid feed.
13
cea5c457 145.8007 29 Feb 2011
a1589874 15 - Tutorial
16 - Switch to use of DBIx::Class::PassphraseColumn for hashed & salted
17 passwords. It's much more flexible than the previously used
18 DBIx::Class::EncodedColumn.
19
b1c292b1 205.8006 29 Feb 2011
8011b69b 21 - Fix metadata to refer to the new git repository
22 - Cookbook
23 - Small fixes and typos
24 - Tutorial
25 - Various typo fixes.
26 - RT #57989: typo
27 - RT #61486: correct instructions for MySQL
28 - RT #62095: prevent XSS
29 - RT #62095: persistent message on /login
30 - RT #63057: typo
31 - RT #64087: typos
32 - RT #64126: Use precise name of licence
33 - RT #64126: typos
a64a3d19 34 - RT #67820: fix relationship decleration
8011b69b 35 - Do not recommend FastMmap
36 - DevelopmentProcess
37 - RT #62610: typo
38
9c2312e6 395.8005 27 Oct 2010
1bddcc1f 40 - Tutorial:
41 - Add DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG FILES section
db24da78 42 - Critical bugfix on index page.
af20a15d 435.8004 17 Feb 2010
44 - Tutorial:
9c2312e6 45 - Add foreign key support for SQLite
af20a15d 46 (huge thanks to Caelum for that and other good edits!)
47 - Add "Quick Start" to Intro (Chapter 1)
48 - Switch to use of "-r" to auto-restart the dev svr
49 - Update for latest available Debian package versions
50 - Switch to individual files for example code vs. tarballs
51 - Switch to 'done_testing' and shorter 'prove' args for testing chapter
52 - Misc typo fixes
53 - Other:
54 - Minor Cookbook edits
55
e0636114 565.8003 28 Dec 2009
57 - Variety of typo fixes
58 - Fix incorrectness re :Global and :Local
59 - Update DevelopmentProcess.pod
60
615.8002 15 Nov 2009
62 - Update tutorial to match latest prepacked versions in Debian 5
63 - Add FormHandler branch (with thanks to gshank!)
64 - Misc cleanup/freshing up of tutorial.
65 - Fix indenting issue (with thanks to Kiffin Gish)
66 - Integrate tome fix branch (with thanks to tome!)
67 - Add a "negative" test to confirm that test02 does not have an admin create link
68 - Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch
69 - Fix Pod typos in ::Internals (RT#51488)
70 - Fix Pod typos in the Cookbook (RT#51466)
71 - Fix a Test::Pod failure and make Debian happier.
72 - Typo fixes from garu
73 - Misc minor and/or typo fixes
c312468f 74
1d3a9ff2 755.8001 06 Oct 2009
e0636114 76 - Tutorial
77 - Fix RT #46760
78 - Fix RT #46618
79 - Fix cat-install script URL
80 - Fix typos
81 - Replace reference to deprecated CatalystX::ListFramework::Builder
82 with Catalyst::Plugin::AutoCRUD
83 - Other
84 - Lots of updates thanks to t0m
85 - Update development process / core team docs
86 - Cookbook fixes WRT authorization
87 - Better description of application setup process
88 - Fix some links
89 - Normalise spacing
43707053 90
339313c8 915.8000 27 May 2009
e0636114 92 - Tutorial:
93 - Update for Catalyst 5.80
94 - Update to "depluralize" the database names (big thanks to Kiffin Gish!)
95 - Switch back to including numbers in chapter names (for proper sorting)
96 - Add section to Ch 4: "Moving Complicated View Code to the Model"
97 - Add section to Ch 3: "RenderView's 'dump_info' Feature"
98 - Misc fixes and updates (thanks to Anne Wainwright)
99 - Other:
100 - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod
101 (thanks to t0m and Sebastian Willert)
bd0700fc 102
0230769b 1035.7021 8 May 2009
e0636114 104 - Tutorial:
105 - Switch to SimpleDB for auth
106 - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
107 - Re-write PostgreSQL section in appendix
108 - Remove "create=dynamic" and only cover "create=static" for DBIC helper
109 - Other:
110 - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
111 - There is no Catalyst::Config, fix reference to it. (t0m)
112 - Misc minor adjustments
709ea2fc 113
ccc9b2bc 1145.7020 12 Mar 2009
e0636114 115 - Tutorial:
116 - Fix errors in FormFu chapter
ccc9b2bc 117
4ab6212d 1185.7019 11 Mar 2009
e0636114 119 - Tutorial:
120 - Change from the use of "part" to refer to each .pod file for the
9c2312e6 121 tutorial in favor of the more intuitive word "chapter." "Part"
122 was just to ambiguous (e.g., does "prior part" refer to the prior
e0636114 123 .pod file or the prior section in the current .pod file).
9c2312e6 124 - Move use of "load_namespaces" for DBIC from BasicCRUD to
e0636114 125 MoreCatalystBasics
126 - Update the "Table of Contents" in Tutorial.pod to match the current
127 sections
128 - Fix a few typos
4b4d3884 129
a5af6362 1305.7018 8 Mar 2009
e0636114 131 - Tutorial:
9c2312e6 132 - Add a new section to BasicCRUD covering more advanced features of
e0636114 133 DBIC ("EXPLORING THE POWER OF DBIC")
134 - Convert from Ubuntu to Debian 5 live CD as the recommended way to do
135 the tutorial (all code and examples updated and tested to match)
136 - Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod
137 in favor of a "chained and model-based" approach
138 - More conversion to Chained dispatch
139 - Suggestions and fixes with thanks to mintywalker@gmail.com
140 - DBIC-related updates in MoreCatalystBasics
141 - Fix misplaced "=over 4" in previous release
142 - Reword warning about not using GET for delete based on input from kd
143 - Lots of other small adjustments
1435672d 144
bd8307d2 1455.7017 28 Feb 2009
e0636114 146 - Tutorial:
147 - Main change = adding Chained dispatch starting in BasicCRUD (Part 4)
148 - Change FormFu tutorial to not use deprecated methods (Del Merritt)
149 - MoreCatalystBasics - Additional clarification about TTSite
150 (Del Merritt)
151 - Tutorial::Authorization - Corrects the ACL for "/books/delete"
9c2312e6 152 - Additional comments
e0636114 153 (Del Merritt)
9c2312e6 154 - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user
e0636114 155 might now proceed, having completed the Tutorial. (Del Merritt)
156 - Fix typo in Authorization section (RT #42091)
157 - Fix typo in BasicCRUD (RT #42034)
158 - Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
159 - Fix DBIC create for MySQL in Appendix (Jarom)
160 - Other:
161 - Misc minor updates
162 - Add some "getting started" links to the Catalyst::Manual page
4dc2dec8 163
533fee73 1645.7016 28 Dec 2008
e0636114 165 - Tutorial:
166 - Updates to make Parts 8 & 9 run correctly
167 - Adjust URLs for final config tarballs
168 - Add note about changes across different C::Devel on how plugins enabled
169 - Misc minor updates
533fee73 170
cd9a3ff4 1715.7015 15 Dec 2008
e0636114 172 - Tutorial:
173 - Remove TTSite from Tutorial (thanks to dhoss for the help)
9c2312e6 174 - Update Tutorial for Ubuntu 8.10 (therefore update to
e0636114 175 Cat v5.7014, C::Devel v1.07, DBIC v0.08010, etc.)
9c2312e6 176 - Reorganize MoreCatalystBasics.pod so user is able to run
177 the app the first time much earlier and build on it from
e0636114 178 there (running the app each time along the way)
179 - Update URL for latest copy in SVN to match new location of repo
180 - Other:
181 - Misc typo fix
182 - Change use of Class::C3 to MRO::Compat, as rafl tells me
9c2312e6 183 this is best practice, and gives you native next::method in
e0636114 184 5.10. (t0m)
20a4dd98 185
0f7605fd 1865.7014 04 Nov 2008
e0636114 187 - Remove a reference to a FOREACH loop that did not exist (RT #39046)
188 - Changed some Template Toolkit links to perldoc links (RT #38354)
189 - Fix Template Toolkit website link (RT #37574)
190 - Fix part numbering (RT #37963)
191 - Improvements to the ACCEPT_CONTEXT docs in Manual::Intro
192 - Happy Election Day, America!
779cf508 193
aa0e9d8f 1945.7013 09 Jul 2008
e0636114 195 - revert to use Catalyst qw/@plugins/ style
779cf508 196
3e9fd9c1 1975.7012 29 May 2008
e0636114 198 - Expurgation of all use of default :Private and index :Private in favour
199 of default :Path and index :Path :Args(0)
200 - Expurgation of all yaml as configuration format
9c2312e6 201 - Major updates to tutorial, thanks hkclark and gerda
c010ae0d 202
9c2312e6 2035.7011 16 May 2008
e0636114 204 - added warnings and poiinters to newer examples in HTML::Widget,
205 and Authentication parts of the tutorial.
206 - pod fix (RT #32636)
dd761796 207
2085.701004 09 Apr 2008
e0636114 209 - rename placeholder back to Manual.pm, this will probably trigger
210 a ppm bug but that's ppm's problem
47a25d24 211
dd761796 2125.701003 08 Oct 2007
e0636114 213 - Patch to Cookbook from bits.
dd761796 214
2155.701002 25 Aug 2007
64fad537 216
dd761796 2175.701001 17 Aug 2007
9c2312e6 218 - Changes to mocation of lib/Catalyst/Manual.pod to
e0636114 219 lib/Catalyst/ManualPlaceholder.pm to keep cpan indexer happy.
7cfd8dc3 220
dd761796 2215.700704 08 Aug 2007
e0636114 222 - Updated mailing list addresses to scsys.co.uk domains
392906f2 223
9c2312e6 2245.700703
225 - Cookbook: Updated development server deployment instructions, and
e0636114 226 included a better description of the POE engine.
ad2a47ab 227
dd761796 2285.700702 26 April 2007
e0636114 229 - Switch to Module::Install
8dbc5a5b 230
dd761796 2315.700701 19 April 2007
e0636114 232 - Removal of WritingPlugins. ExtendingCatalyst is now the main resource
233 for extensions to the framework and the application.
8dbc5a5b 234
dd761796 2355.700501 10 November 2006
e0636114 236 - Matches Catalyst-Runtime 5.7005
14942baf 237
dd761796 2385.700401 07 November 2006
e0636114 239 - First release to CPAN; matches Catalyst-Runtime 5.7004.
cc765b4a 240
dd761796 2415.700301 20 October 2006
e0636114 242 - Splitting manual into its own distro