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