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