we should really tag releases, or move to git
[catagits/Catalyst-Manual.git] / Changes
1 Revision history for Catalyst-Manual
2
3 5.8005 27 Oct 2010 
4     - Tutorial:
5         - Add DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG FILES section
6         - Critical bugfix on index page.
7 5.8004 17 Feb 2010
8     - Tutorial:
9         - Add foreign key support for SQLite 
10             (huge thanks to Caelum for that and other good edits!)
11         - Add "Quick Start" to Intro (Chapter 1)
12         - Switch to use of "-r" to auto-restart the dev svr
13         - Update for latest available Debian package versions
14         - Switch to individual files for example code vs. tarballs
15         - Switch to 'done_testing' and shorter 'prove' args for testing chapter
16         - Misc typo fixes
17     - Other:
18         - Minor Cookbook edits
19
20 5.8003 28 Dec 2009
21     - Variety of typo fixes
22     - Fix incorrectness re :Global and :Local
23     - Update DevelopmentProcess.pod
24
25 5.8002 15 Nov 2009
26     - Update tutorial to match latest prepacked versions in Debian 5
27     - Add FormHandler branch (with thanks to gshank!)
28     - Misc cleanup/freshing up of tutorial.
29     - Fix indenting issue (with thanks to Kiffin Gish)
30     - Integrate tome fix branch (with thanks to tome!)
31     - Add a "negative" test to confirm that test02 does not have an admin create link
32     - Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch
33     - Fix Pod typos in ::Internals (RT#51488)
34     - Fix Pod typos in the Cookbook (RT#51466)
35     - Fix a Test::Pod failure and make Debian happier.
36     - Typo fixes from garu
37     - Misc minor and/or typo fixes
38
39 5.8001 06 Oct 2009
40     - Tutorial
41         - Fix RT #46760
42         - Fix RT #46618
43         - Fix cat-install script URL
44         - Fix typos
45         - Replace reference to deprecated CatalystX::ListFramework::Builder
46           with Catalyst::Plugin::AutoCRUD
47     - Other
48         - Lots of updates thanks to t0m
49         - Update development process / core team docs
50         - Cookbook fixes WRT authorization
51         - Better description of application setup process
52         - Fix some links
53         - Normalise spacing
54
55 5.8000 27 May 2009
56     - Tutorial:
57         - Update for Catalyst 5.80
58         - Update to "depluralize" the database names (big thanks to Kiffin Gish!)
59         - Switch back to including numbers in chapter names (for proper sorting)
60         - Add section to Ch 4: "Moving Complicated View Code to the Model"
61         - Add section to Ch 3: "RenderView's 'dump_info' Feature"
62         - Misc fixes and updates (thanks to Anne Wainwright)
63     - Other:
64         - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod
65             (thanks to t0m and Sebastian Willert)
66
67 5.7021  8 May 2009
68     - Tutorial:
69         - Switch to SimpleDB for auth
70         - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
71         - Re-write PostgreSQL section in appendix
72         - Remove "create=dynamic" and only cover "create=static" for DBIC helper
73     - Other:
74         - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
75         - There is no Catalyst::Config, fix reference to it. (t0m)
76         - Misc minor adjustments
77
78 5.7020  12 Mar 2009
79     - Tutorial:
80         - Fix errors in FormFu chapter
81
82 5.7019  11 Mar 2009
83     - Tutorial:
84         - Change from the use of "part" to refer to each .pod file for the
85             tutorial in favor of the more intuitive word "chapter."  "Part" 
86             was just to ambiguous (e.g., does "prior part" refer to the prior 
87             .pod file or the prior section in the current .pod file).
88         - Move use of "load_namespaces" for DBIC from BasicCRUD to 
89             MoreCatalystBasics
90         - Update the "Table of Contents" in Tutorial.pod to match the current
91             sections
92         - Fix a few typos
93
94 5.7018  8 Mar 2009
95     - Tutorial:
96         - Add a new section to BasicCRUD covering more advanced features of 
97             DBIC ("EXPLORING THE POWER OF DBIC")
98         - Convert from Ubuntu to Debian 5 live CD as the recommended way to do
99             the tutorial (all code and examples updated and tested to match)
100         - Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod
101             in favor of a "chained and model-based" approach
102         - More conversion to Chained dispatch
103         - Suggestions and fixes with thanks to mintywalker@gmail.com
104         - DBIC-related updates in MoreCatalystBasics
105         - Fix misplaced "=over 4" in previous release
106         - Reword warning about not using GET for delete based on input from kd
107         - Lots of other small adjustments
108
109 5.7017  28 Feb 2009
110     - Tutorial:
111         - Main change = adding Chained dispatch starting in BasicCRUD (Part 4)
112         - Change FormFu tutorial to not use deprecated methods (Del Merritt)
113         - MoreCatalystBasics - Additional clarification about TTSite
114           (Del Merritt)
115         - Tutorial::Authorization - Corrects the ACL for "/books/delete"
116                                   - Additional comments 
117           (Del Merritt)
118         - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user 
119           might now proceed, having completed the Tutorial. (Del Merritt)
120         - Fix typo in Authorization section (RT #42091)
121         - Fix typo in BasicCRUD (RT #42034)
122         - Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
123         - Fix DBIC create for MySQL in Appendix (Jarom)
124     - Other:
125         - Misc minor updates
126         - Add some "getting started" links to the Catalyst::Manual page
127
128 5.7016  28 Dec 2008
129     - Tutorial:
130         - Updates to make Parts 8 & 9 run correctly
131         - Adjust URLs for final config tarballs
132         - Add note about changes across different C::Devel on how plugins enabled
133         - Misc minor updates
134
135 5.7015  15 Dec 2008
136     - Tutorial:
137         - Remove TTSite from Tutorial (thanks to dhoss for the help)
138         - Update Tutorial for Ubuntu 8.10 (therefore update to 
139           Cat v5.7014, C::Devel v1.07, DBIC v0.08010, etc.)
140         - Reorganize MoreCatalystBasics.pod so user is able to run 
141           the app the first time much earlier and build on it from 
142           there (running the app each time along the way)
143         - Update URL for latest copy in SVN to match new location of repo
144     - Other:
145         - Misc typo fix
146         - Change use of Class::C3 to MRO::Compat, as rafl tells me
147             this is best practice, and gives you native next::method in 
148             5.10. (t0m)
149
150 5.7014   04 Nov 2008
151     - Remove a reference to a FOREACH loop that did not exist (RT #39046)
152     - Changed some Template Toolkit links to perldoc links (RT #38354)
153     - Fix Template Toolkit website link (RT #37574)
154     - Fix part numbering (RT #37963)
155     - Improvements to the ACCEPT_CONTEXT docs in Manual::Intro
156     - Happy Election Day, America!
157
158 5.7013   09 Jul 2008
159     - revert to use Catalyst qw/@plugins/ style
160
161 5.7012   29 May 2008
162     - Expurgation of all use of default :Private and index :Private in favour
163       of default :Path and index :Path :Args(0)
164     - Expurgation of all yaml as configuration format
165     - Major updates to tutorial, thanks hkclark and gerda 
166
167 5.7011   16 May 2008 
168     - added warnings and poiinters to newer examples in HTML::Widget,
169       and Authentication parts of the tutorial.
170     - pod fix (RT #32636)
171
172 5.701004 09 Apr 2008
173     - rename placeholder back to Manual.pm, this will probably trigger
174       a ppm bug but that's ppm's problem
175
176 5.701003 08 Oct 2007
177     - Patch to Cookbook from bits.
178
179 5.701002 25 Aug 2007
180
181 5.701001 17 Aug 2007
182     - Changes to mocation of lib/Catalyst/Manual.pod to 
183       lib/Catalyst/ManualPlaceholder.pm to keep cpan indexer happy.
184
185 5.700704 08 Aug 2007
186     - Updated mailing list addresses to scsys.co.uk domains
187
188 5.700703 
189     - Cookbook: Updated development server deployment instructions, and 
190       included a better description of the POE engine.
191
192 5.700702 26 April 2007
193     - Switch to Module::Install
194
195 5.700701 19 April 2007
196     - Removal of WritingPlugins. ExtendingCatalyst is now the main resource
197       for extensions to the framework and the application.
198
199 5.700501 10 November 2006
200     - Matches Catalyst-Runtime 5.7005
201
202 5.700401 07 November 2006
203     - First release to CPAN; matches Catalyst-Runtime 5.7004.
204
205 5.700301 20 October 2006
206     - Splitting manual into its own distro