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