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