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