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