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