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