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