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