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