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