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