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