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