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