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