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