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