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