Ignore MYMETA.yml
[catagits/Catalyst-Manual.git] / Changes
CommitLineData
169144c5 1Revision history for Catalyst-Manual
2
cea5c457 35.8007 29 Feb 2011
a1589874 4 - Tutorial
5 - Switch to use of DBIx::Class::PassphraseColumn for hashed & salted
6 passwords. It's much more flexible than the previously used
7 DBIx::Class::EncodedColumn.
8
b1c292b1 95.8006 29 Feb 2011
8011b69b 10 - Fix metadata to refer to the new git repository
11 - Cookbook
12 - Small fixes and typos
13 - Tutorial
14 - Various typo fixes.
15 - RT #57989: typo
16 - RT #61486: correct instructions for MySQL
17 - RT #62095: prevent XSS
18 - RT #62095: persistent message on /login
19 - RT #63057: typo
20 - RT #64087: typos
21 - RT #64126: Use precise name of licence
22 - RT #64126: typos
a64a3d19 23 - RT #67820: fix relationship decleration
8011b69b 24 - Do not recommend FastMmap
25 - DevelopmentProcess
26 - RT #62610: typo
27
9c2312e6 285.8005 27 Oct 2010
1bddcc1f 29 - Tutorial:
30 - Add DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG FILES section
db24da78 31 - Critical bugfix on index page.
af20a15d 325.8004 17 Feb 2010
33 - Tutorial:
9c2312e6 34 - Add foreign key support for SQLite
af20a15d 35 (huge thanks to Caelum for that and other good edits!)
36 - Add "Quick Start" to Intro (Chapter 1)
37 - Switch to use of "-r" to auto-restart the dev svr
38 - Update for latest available Debian package versions
39 - Switch to individual files for example code vs. tarballs
40 - Switch to 'done_testing' and shorter 'prove' args for testing chapter
41 - Misc typo fixes
42 - Other:
43 - Minor Cookbook edits
44
e0636114 455.8003 28 Dec 2009
46 - Variety of typo fixes
47 - Fix incorrectness re :Global and :Local
48 - Update DevelopmentProcess.pod
49
505.8002 15 Nov 2009
51 - Update tutorial to match latest prepacked versions in Debian 5
52 - Add FormHandler branch (with thanks to gshank!)
53 - Misc cleanup/freshing up of tutorial.
54 - Fix indenting issue (with thanks to Kiffin Gish)
55 - Integrate tome fix branch (with thanks to tome!)
56 - Add a "negative" test to confirm that test02 does not have an admin create link
57 - Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch
58 - Fix Pod typos in ::Internals (RT#51488)
59 - Fix Pod typos in the Cookbook (RT#51466)
60 - Fix a Test::Pod failure and make Debian happier.
61 - Typo fixes from garu
62 - Misc minor and/or typo fixes
c312468f 63
1d3a9ff2 645.8001 06 Oct 2009
e0636114 65 - Tutorial
66 - Fix RT #46760
67 - Fix RT #46618
68 - Fix cat-install script URL
69 - Fix typos
70 - Replace reference to deprecated CatalystX::ListFramework::Builder
71 with Catalyst::Plugin::AutoCRUD
72 - Other
73 - Lots of updates thanks to t0m
74 - Update development process / core team docs
75 - Cookbook fixes WRT authorization
76 - Better description of application setup process
77 - Fix some links
78 - Normalise spacing
43707053 79
339313c8 805.8000 27 May 2009
e0636114 81 - Tutorial:
82 - Update for Catalyst 5.80
83 - Update to "depluralize" the database names (big thanks to Kiffin Gish!)
84 - Switch back to including numbers in chapter names (for proper sorting)
85 - Add section to Ch 4: "Moving Complicated View Code to the Model"
86 - Add section to Ch 3: "RenderView's 'dump_info' Feature"
87 - Misc fixes and updates (thanks to Anne Wainwright)
88 - Other:
89 - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod
90 (thanks to t0m and Sebastian Willert)
bd0700fc 91
0230769b 925.7021 8 May 2009
e0636114 93 - Tutorial:
94 - Switch to SimpleDB for auth
95 - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
96 - Re-write PostgreSQL section in appendix
97 - Remove "create=dynamic" and only cover "create=static" for DBIC helper
98 - Other:
99 - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
100 - There is no Catalyst::Config, fix reference to it. (t0m)
101 - Misc minor adjustments
709ea2fc 102
ccc9b2bc 1035.7020 12 Mar 2009
e0636114 104 - Tutorial:
105 - Fix errors in FormFu chapter
ccc9b2bc 106
4ab6212d 1075.7019 11 Mar 2009
e0636114 108 - Tutorial:
109 - Change from the use of "part" to refer to each .pod file for the
9c2312e6 110 tutorial in favor of the more intuitive word "chapter." "Part"
111 was just to ambiguous (e.g., does "prior part" refer to the prior
e0636114 112 .pod file or the prior section in the current .pod file).
9c2312e6 113 - Move use of "load_namespaces" for DBIC from BasicCRUD to
e0636114 114 MoreCatalystBasics
115 - Update the "Table of Contents" in Tutorial.pod to match the current
116 sections
117 - Fix a few typos
4b4d3884 118
a5af6362 1195.7018 8 Mar 2009
e0636114 120 - Tutorial:
9c2312e6 121 - Add a new section to BasicCRUD covering more advanced features of
e0636114 122 DBIC ("EXPLORING THE POWER OF DBIC")
123 - Convert from Ubuntu to Debian 5 live CD as the recommended way to do
124 the tutorial (all code and examples updated and tested to match)
125 - Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod
126 in favor of a "chained and model-based" approach
127 - More conversion to Chained dispatch
128 - Suggestions and fixes with thanks to mintywalker@gmail.com
129 - DBIC-related updates in MoreCatalystBasics
130 - Fix misplaced "=over 4" in previous release
131 - Reword warning about not using GET for delete based on input from kd
132 - Lots of other small adjustments
1435672d 133
bd8307d2 1345.7017 28 Feb 2009
e0636114 135 - Tutorial:
136 - Main change = adding Chained dispatch starting in BasicCRUD (Part 4)
137 - Change FormFu tutorial to not use deprecated methods (Del Merritt)
138 - MoreCatalystBasics - Additional clarification about TTSite
139 (Del Merritt)
140 - Tutorial::Authorization - Corrects the ACL for "/books/delete"
9c2312e6 141 - Additional comments
e0636114 142 (Del Merritt)
9c2312e6 143 - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user
e0636114 144 might now proceed, having completed the Tutorial. (Del Merritt)
145 - Fix typo in Authorization section (RT #42091)
146 - Fix typo in BasicCRUD (RT #42034)
147 - Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
148 - Fix DBIC create for MySQL in Appendix (Jarom)
149 - Other:
150 - Misc minor updates
151 - Add some "getting started" links to the Catalyst::Manual page
4dc2dec8 152
533fee73 1535.7016 28 Dec 2008
e0636114 154 - Tutorial:
155 - Updates to make Parts 8 & 9 run correctly
156 - Adjust URLs for final config tarballs
157 - Add note about changes across different C::Devel on how plugins enabled
158 - Misc minor updates
533fee73 159
cd9a3ff4 1605.7015 15 Dec 2008
e0636114 161 - Tutorial:
162 - Remove TTSite from Tutorial (thanks to dhoss for the help)
9c2312e6 163 - Update Tutorial for Ubuntu 8.10 (therefore update to
e0636114 164 Cat v5.7014, C::Devel v1.07, DBIC v0.08010, etc.)
9c2312e6 165 - Reorganize MoreCatalystBasics.pod so user is able to run
166 the app the first time much earlier and build on it from
e0636114 167 there (running the app each time along the way)
168 - Update URL for latest copy in SVN to match new location of repo
169 - Other:
170 - Misc typo fix
171 - Change use of Class::C3 to MRO::Compat, as rafl tells me
9c2312e6 172 this is best practice, and gives you native next::method in
e0636114 173 5.10. (t0m)
20a4dd98 174
0f7605fd 1755.7014 04 Nov 2008
e0636114 176 - Remove a reference to a FOREACH loop that did not exist (RT #39046)
177 - Changed some Template Toolkit links to perldoc links (RT #38354)
178 - Fix Template Toolkit website link (RT #37574)
179 - Fix part numbering (RT #37963)
180 - Improvements to the ACCEPT_CONTEXT docs in Manual::Intro
181 - Happy Election Day, America!
779cf508 182
aa0e9d8f 1835.7013 09 Jul 2008
e0636114 184 - revert to use Catalyst qw/@plugins/ style
779cf508 185
3e9fd9c1 1865.7012 29 May 2008
e0636114 187 - Expurgation of all use of default :Private and index :Private in favour
188 of default :Path and index :Path :Args(0)
189 - Expurgation of all yaml as configuration format
9c2312e6 190 - Major updates to tutorial, thanks hkclark and gerda
c010ae0d 191
9c2312e6 1925.7011 16 May 2008
e0636114 193 - added warnings and poiinters to newer examples in HTML::Widget,
194 and Authentication parts of the tutorial.
195 - pod fix (RT #32636)
dd761796 196
1975.701004 09 Apr 2008
e0636114 198 - rename placeholder back to Manual.pm, this will probably trigger
199 a ppm bug but that's ppm's problem
47a25d24 200
dd761796 2015.701003 08 Oct 2007
e0636114 202 - Patch to Cookbook from bits.
dd761796 203
2045.701002 25 Aug 2007
64fad537 205
dd761796 2065.701001 17 Aug 2007
9c2312e6 207 - Changes to mocation of lib/Catalyst/Manual.pod to
e0636114 208 lib/Catalyst/ManualPlaceholder.pm to keep cpan indexer happy.
7cfd8dc3 209
dd761796 2105.700704 08 Aug 2007
e0636114 211 - Updated mailing list addresses to scsys.co.uk domains
392906f2 212
9c2312e6 2135.700703
214 - Cookbook: Updated development server deployment instructions, and
e0636114 215 included a better description of the POE engine.
ad2a47ab 216
dd761796 2175.700702 26 April 2007
e0636114 218 - Switch to Module::Install
8dbc5a5b 219
dd761796 2205.700701 19 April 2007
e0636114 221 - Removal of WritingPlugins. ExtendingCatalyst is now the main resource
222 for extensions to the framework and the application.
8dbc5a5b 223
dd761796 2245.700501 10 November 2006
e0636114 225 - Matches Catalyst-Runtime 5.7005
14942baf 226
dd761796 2275.700401 07 November 2006
e0636114 228 - First release to CPAN; matches Catalyst-Runtime 5.7004.
cc765b4a 229
dd761796 2305.700301 20 October 2006
e0636114 231 - Splitting manual into its own distro