normalize whitespace in verbatim sections
[catagits/Catalyst-Manual.git] / Changes
CommitLineData
169144c5 1Revision history for Catalyst-Manual
eec35f62 2
0cc8f2fa 3 - added references to the RT issues queue, mailing list, and irc channel
4
b9ebe73f 55.9009 - 2014-12-13
81abd7f4 6 - fixed a new error in the manual regarding "component" -> "components"
7 (RT#99131, RT#100597, RT#100767)
e4121e57 8 - typo fix in 09_FormFu.pod (Jason McVeigh, RT#104585)
81abd7f4 9
f6fb02d1 105.9008 - 2014-07-26
3f60663d 11 - misc small documentation tweaks (thanks Karen Etheridge, Matthew
12 Horsfall, Andreas Marienborg, Dagfinn Ilmari Mannsåker, David
13 Steinbrunner, Gerda Shank, Jesse)
14
5fd4501d 155.9007 2013-05-06
16 - Fix pod warnings (RT#83398 - thanks, Paul Waring!)
68559a79 17 - Fix repository metadata (thanks, Lars Dɪᴇᴄᴋᴏᴡ)
5fd4501d 18
61faa554 195.9006 2012-11-08
20 - fix bad =head1 (Kennedy Clark)
21
225.9005 2012-11-01
eec35f62 23 - Fix minor typos RT 78545, thanks Joe Axford
24 - Update auth class name RT 77322 Thanks Joe Axford
8835e16b 25 - Fix typo RT #77247 Thanks John Deighan
26
d4ee8f4f 275.9004 4th May 2012
28 - PSGI Compat changes
29 - Small code changes (thanks sockmonk)
30 - Small changes to Manual::Components
31
80b49130 325.9003 17 Feb 2012
eb09ba22 33 - Mention PSGI in Manual::Ingro RT 74872 (thanks William Blunn).
f577e42d 34 - Better docs of :Global inspired by RT 74869 (thanks William Blunn)
80b49130 35 - Highlight the importance of uncommenting the template line in the
36 list action
d38b4654 37 - Clarify docs for nginx in non-root - a trailing slash on the
38 location block is very much needed.
cbc0e764 39 - Clarified Data::Dumper usage. RT#71410 Thanks to Bill Corr
80b49130 40 - Mention Chef deployment in Manual::Deployment (thanks to Alexey
41 Melezhik)
815bcace 42
9afa2f9b 435.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
4f2ece8a 495.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
b967d999 62
4f2ece8a 635.9000 16 Aug 2011
b967d999 64 - Copy editing to make more sense in deployment documentation.
65
d250929a 665.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
a6a153e4 715.8008 2 Aug 2011
c062293d 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
3d5fc70d 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
32cebe9b 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
cea5c457 875.8007 29 Feb 2011
a1589874 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
b1c292b1 935.8006 29 Feb 2011
8011b69b 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
a64a3d19 107 - RT #67820: fix relationship decleration
8011b69b 108 - Do not recommend FastMmap
109 - DevelopmentProcess
110 - RT #62610: typo
111
9c2312e6 1125.8005 27 Oct 2010
1bddcc1f 113 - Tutorial:
114 - Add DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG FILES section
db24da78 115 - Critical bugfix on index page.
af20a15d 1165.8004 17 Feb 2010
117 - Tutorial:
9c2312e6 118 - Add foreign key support for SQLite
af20a15d 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
e0636114 1295.8003 28 Dec 2009
130 - Variety of typo fixes
131 - Fix incorrectness re :Global and :Local
132 - Update DevelopmentProcess.pod
133
1345.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
c312468f 147
1d3a9ff2 1485.8001 06 Oct 2009
e0636114 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
43707053 163
339313c8 1645.8000 27 May 2009
e0636114 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)
bd0700fc 175
0230769b 1765.7021 8 May 2009
e0636114 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
709ea2fc 186
ccc9b2bc 1875.7020 12 Mar 2009
e0636114 188 - Tutorial:
189 - Fix errors in FormFu chapter
ccc9b2bc 190
4ab6212d 1915.7019 11 Mar 2009
e0636114 192 - Tutorial:
193 - Change from the use of "part" to refer to each .pod file for the
9c2312e6 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
e0636114 196 .pod file or the prior section in the current .pod file).
9c2312e6 197 - Move use of "load_namespaces" for DBIC from BasicCRUD to
e0636114 198 MoreCatalystBasics
199 - Update the "Table of Contents" in Tutorial.pod to match the current
200 sections
201 - Fix a few typos
4b4d3884 202
a5af6362 2035.7018 8 Mar 2009
e0636114 204 - Tutorial:
9c2312e6 205 - Add a new section to BasicCRUD covering more advanced features of
e0636114 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
1435672d 217
bd8307d2 2185.7017 28 Feb 2009
e0636114 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"
9c2312e6 225 - Additional comments
e0636114 226 (Del Merritt)
9c2312e6 227 - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user
e0636114 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
4dc2dec8 236
533fee73 2375.7016 28 Dec 2008
e0636114 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
533fee73 243
cd9a3ff4 2445.7015 15 Dec 2008
e0636114 245 - Tutorial:
246 - Remove TTSite from Tutorial (thanks to dhoss for the help)
9c2312e6 247 - Update Tutorial for Ubuntu 8.10 (therefore update to
e0636114 248 Cat v5.7014, C::Devel v1.07, DBIC v0.08010, etc.)
9c2312e6 249 - Reorganize MoreCatalystBasics.pod so user is able to run
250 the app the first time much earlier and build on it from
e0636114 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
9c2312e6 256 this is best practice, and gives you native next::method in
e0636114 257 5.10. (t0m)
20a4dd98 258
0f7605fd 2595.7014 04 Nov 2008
e0636114 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!
779cf508 266
aa0e9d8f 2675.7013 09 Jul 2008
e0636114 268 - revert to use Catalyst qw/@plugins/ style
779cf508 269
3e9fd9c1 2705.7012 29 May 2008
e0636114 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
9c2312e6 274 - Major updates to tutorial, thanks hkclark and gerda
c010ae0d 275
9c2312e6 2765.7011 16 May 2008
e0636114 277 - added warnings and poiinters to newer examples in HTML::Widget,
278 and Authentication parts of the tutorial.
279 - pod fix (RT #32636)
dd761796 280
2815.701004 09 Apr 2008
e0636114 282 - rename placeholder back to Manual.pm, this will probably trigger
283 a ppm bug but that's ppm's problem
47a25d24 284
dd761796 2855.701003 08 Oct 2007
e0636114 286 - Patch to Cookbook from bits.
dd761796 287
2885.701002 25 Aug 2007
64fad537 289
dd761796 2905.701001 17 Aug 2007
9c2312e6 291 - Changes to mocation of lib/Catalyst/Manual.pod to
e0636114 292 lib/Catalyst/ManualPlaceholder.pm to keep cpan indexer happy.
7cfd8dc3 293
dd761796 2945.700704 08 Aug 2007
e0636114 295 - Updated mailing list addresses to scsys.co.uk domains
392906f2 296
9c2312e6 2975.700703
298 - Cookbook: Updated development server deployment instructions, and
e0636114 299 included a better description of the POE engine.
ad2a47ab 300
dd761796 3015.700702 26 April 2007
e0636114 302 - Switch to Module::Install
8dbc5a5b 303
dd761796 3045.700701 19 April 2007
e0636114 305 - Removal of WritingPlugins. ExtendingCatalyst is now the main resource
306 for extensions to the framework and the application.
8dbc5a5b 307
dd761796 3085.700501 10 November 2006
e0636114 309 - Matches Catalyst-Runtime 5.7005
14942baf 310
dd761796 3115.700401 07 November 2006
e0636114 312 - First release to CPAN; matches Catalyst-Runtime 5.7004.
cc765b4a 313
dd761796 3145.700301 20 October 2006
e0636114 315 - Splitting manual into its own distro