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