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