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