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