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