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