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