chef deployment, thanks Alexey Melezhik
[catagits/Catalyst-Manual.git] / Changes
CommitLineData
169144c5 1Revision history for Catalyst-Manual
2
815bcace 35.9003
4 - Mention Chef deployment in Manual::Deployment (thanks to Alexey Melezhik)
5
9afa2f9b 65.9002 3 Sept 2011
7 - Tutorial
8 - Switch to 'catalyst' vs. 'root' user in VM
9 - Add notes about X Windows installation
10 - Misc small adjustments
11
4f2ece8a 125.9001 2 Sept 2011
13 - Tutorial:
14 - Migrate Tutorial to use of a downloadable Virtual Machine
15 - Switch tutorial to Catalyst::Plugin::StatusMessage (vs. flash
16 and query parameters)
17 - Switch to use of local::lib
18 - Add "next chapter links" (RT #31164)
19 - Test all the tutorial code and make sure it's all working
20 - Lots of other Tutorial cleanup
21 - Update to Catalyst 5.9 and latest versions of all modules
22 - Clean up RT ticket queue (#68379, 68377, 68376, etc.)
23 - Other misc fixes/changes
24
b967d999 25
4f2ece8a 265.9000 16 Aug 2011
b967d999 27 - Copy editing to make more sense in deployment documentation.
28
d250929a 295.8901 7 Aug 2011 - TRIAL RELEASE
30 - Added Catalyst::Manual::Deployment containing the documentation
31 which used to be in Catalyst::Engine::*, updated for the
32 new PSGI engine.
33
a6a153e4 345.8008 2 Aug 2011
c062293d 35 - Tutorial chaper 3
36 - Remove note about hacking tests to require MyApp so that MyApp->path_to
37 works. Application components should compile independently, and
38 therefore explain this and show configuring components from the
39 app class.
40
3d5fc70d 41 - Tutorial appendix
42 - Fix confusing mix of singular and plural table names in the MySQL
43 section to be plural, as per the rest of the tutorial.
44
32cebe9b 45 - Cookbook
46 - Remove suggestion to generate RSS feeds using Template Toolkit.
47 This is a horrible idea, and it's very very easy to generate an
48 invalid feed.
49
cea5c457 505.8007 29 Feb 2011
a1589874 51 - Tutorial
52 - Switch to use of DBIx::Class::PassphraseColumn for hashed & salted
53 passwords. It's much more flexible than the previously used
54 DBIx::Class::EncodedColumn.
55
b1c292b1 565.8006 29 Feb 2011
8011b69b 57 - Fix metadata to refer to the new git repository
58 - Cookbook
59 - Small fixes and typos
60 - Tutorial
61 - Various typo fixes.
62 - RT #57989: typo
63 - RT #61486: correct instructions for MySQL
64 - RT #62095: prevent XSS
65 - RT #62095: persistent message on /login
66 - RT #63057: typo
67 - RT #64087: typos
68 - RT #64126: Use precise name of licence
69 - RT #64126: typos
a64a3d19 70 - RT #67820: fix relationship decleration
8011b69b 71 - Do not recommend FastMmap
72 - DevelopmentProcess
73 - RT #62610: typo
74
9c2312e6 755.8005 27 Oct 2010
1bddcc1f 76 - Tutorial:
77 - Add DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG FILES section
db24da78 78 - Critical bugfix on index page.
af20a15d 795.8004 17 Feb 2010
80 - Tutorial:
9c2312e6 81 - Add foreign key support for SQLite
af20a15d 82 (huge thanks to Caelum for that and other good edits!)
83 - Add "Quick Start" to Intro (Chapter 1)
84 - Switch to use of "-r" to auto-restart the dev svr
85 - Update for latest available Debian package versions
86 - Switch to individual files for example code vs. tarballs
87 - Switch to 'done_testing' and shorter 'prove' args for testing chapter
88 - Misc typo fixes
89 - Other:
90 - Minor Cookbook edits
91
e0636114 925.8003 28 Dec 2009
93 - Variety of typo fixes
94 - Fix incorrectness re :Global and :Local
95 - Update DevelopmentProcess.pod
96
975.8002 15 Nov 2009
98 - Update tutorial to match latest prepacked versions in Debian 5
99 - Add FormHandler branch (with thanks to gshank!)
100 - Misc cleanup/freshing up of tutorial.
101 - Fix indenting issue (with thanks to Kiffin Gish)
102 - Integrate tome fix branch (with thanks to tome!)
103 - Add a "negative" test to confirm that test02 does not have an admin create link
104 - Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch
105 - Fix Pod typos in ::Internals (RT#51488)
106 - Fix Pod typos in the Cookbook (RT#51466)
107 - Fix a Test::Pod failure and make Debian happier.
108 - Typo fixes from garu
109 - Misc minor and/or typo fixes
c312468f 110
1d3a9ff2 1115.8001 06 Oct 2009
e0636114 112 - Tutorial
113 - Fix RT #46760
114 - Fix RT #46618
115 - Fix cat-install script URL
116 - Fix typos
117 - Replace reference to deprecated CatalystX::ListFramework::Builder
118 with Catalyst::Plugin::AutoCRUD
119 - Other
120 - Lots of updates thanks to t0m
121 - Update development process / core team docs
122 - Cookbook fixes WRT authorization
123 - Better description of application setup process
124 - Fix some links
125 - Normalise spacing
43707053 126
339313c8 1275.8000 27 May 2009
e0636114 128 - Tutorial:
129 - Update for Catalyst 5.80
130 - Update to "depluralize" the database names (big thanks to Kiffin Gish!)
131 - Switch back to including numbers in chapter names (for proper sorting)
132 - Add section to Ch 4: "Moving Complicated View Code to the Model"
133 - Add section to Ch 3: "RenderView's 'dump_info' Feature"
134 - Misc fixes and updates (thanks to Anne Wainwright)
135 - Other:
136 - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod
137 (thanks to t0m and Sebastian Willert)
bd0700fc 138
0230769b 1395.7021 8 May 2009
e0636114 140 - Tutorial:
141 - Switch to SimpleDB for auth
142 - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
143 - Re-write PostgreSQL section in appendix
144 - Remove "create=dynamic" and only cover "create=static" for DBIC helper
145 - Other:
146 - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
147 - There is no Catalyst::Config, fix reference to it. (t0m)
148 - Misc minor adjustments
709ea2fc 149
ccc9b2bc 1505.7020 12 Mar 2009
e0636114 151 - Tutorial:
152 - Fix errors in FormFu chapter
ccc9b2bc 153
4ab6212d 1545.7019 11 Mar 2009
e0636114 155 - Tutorial:
156 - Change from the use of "part" to refer to each .pod file for the
9c2312e6 157 tutorial in favor of the more intuitive word "chapter." "Part"
158 was just to ambiguous (e.g., does "prior part" refer to the prior
e0636114 159 .pod file or the prior section in the current .pod file).
9c2312e6 160 - Move use of "load_namespaces" for DBIC from BasicCRUD to
e0636114 161 MoreCatalystBasics
162 - Update the "Table of Contents" in Tutorial.pod to match the current
163 sections
164 - Fix a few typos
4b4d3884 165
a5af6362 1665.7018 8 Mar 2009
e0636114 167 - Tutorial:
9c2312e6 168 - Add a new section to BasicCRUD covering more advanced features of
e0636114 169 DBIC ("EXPLORING THE POWER OF DBIC")
170 - Convert from Ubuntu to Debian 5 live CD as the recommended way to do
171 the tutorial (all code and examples updated and tested to match)
172 - Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod
173 in favor of a "chained and model-based" approach
174 - More conversion to Chained dispatch
175 - Suggestions and fixes with thanks to mintywalker@gmail.com
176 - DBIC-related updates in MoreCatalystBasics
177 - Fix misplaced "=over 4" in previous release
178 - Reword warning about not using GET for delete based on input from kd
179 - Lots of other small adjustments
1435672d 180
bd8307d2 1815.7017 28 Feb 2009
e0636114 182 - Tutorial:
183 - Main change = adding Chained dispatch starting in BasicCRUD (Part 4)
184 - Change FormFu tutorial to not use deprecated methods (Del Merritt)
185 - MoreCatalystBasics - Additional clarification about TTSite
186 (Del Merritt)
187 - Tutorial::Authorization - Corrects the ACL for "/books/delete"
9c2312e6 188 - Additional comments
e0636114 189 (Del Merritt)
9c2312e6 190 - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user
e0636114 191 might now proceed, having completed the Tutorial. (Del Merritt)
192 - Fix typo in Authorization section (RT #42091)
193 - Fix typo in BasicCRUD (RT #42034)
194 - Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
195 - Fix DBIC create for MySQL in Appendix (Jarom)
196 - Other:
197 - Misc minor updates
198 - Add some "getting started" links to the Catalyst::Manual page
4dc2dec8 199
533fee73 2005.7016 28 Dec 2008
e0636114 201 - Tutorial:
202 - Updates to make Parts 8 & 9 run correctly
203 - Adjust URLs for final config tarballs
204 - Add note about changes across different C::Devel on how plugins enabled
205 - Misc minor updates
533fee73 206
cd9a3ff4 2075.7015 15 Dec 2008
e0636114 208 - Tutorial:
209 - Remove TTSite from Tutorial (thanks to dhoss for the help)
9c2312e6 210 - Update Tutorial for Ubuntu 8.10 (therefore update to
e0636114 211 Cat v5.7014, C::Devel v1.07, DBIC v0.08010, etc.)
9c2312e6 212 - Reorganize MoreCatalystBasics.pod so user is able to run
213 the app the first time much earlier and build on it from
e0636114 214 there (running the app each time along the way)
215 - Update URL for latest copy in SVN to match new location of repo
216 - Other:
217 - Misc typo fix
218 - Change use of Class::C3 to MRO::Compat, as rafl tells me
9c2312e6 219 this is best practice, and gives you native next::method in
e0636114 220 5.10. (t0m)
20a4dd98 221
0f7605fd 2225.7014 04 Nov 2008
e0636114 223 - Remove a reference to a FOREACH loop that did not exist (RT #39046)
224 - Changed some Template Toolkit links to perldoc links (RT #38354)
225 - Fix Template Toolkit website link (RT #37574)
226 - Fix part numbering (RT #37963)
227 - Improvements to the ACCEPT_CONTEXT docs in Manual::Intro
228 - Happy Election Day, America!
779cf508 229
aa0e9d8f 2305.7013 09 Jul 2008
e0636114 231 - revert to use Catalyst qw/@plugins/ style
779cf508 232
3e9fd9c1 2335.7012 29 May 2008
e0636114 234 - Expurgation of all use of default :Private and index :Private in favour
235 of default :Path and index :Path :Args(0)
236 - Expurgation of all yaml as configuration format
9c2312e6 237 - Major updates to tutorial, thanks hkclark and gerda
c010ae0d 238
9c2312e6 2395.7011 16 May 2008
e0636114 240 - added warnings and poiinters to newer examples in HTML::Widget,
241 and Authentication parts of the tutorial.
242 - pod fix (RT #32636)
dd761796 243
2445.701004 09 Apr 2008
e0636114 245 - rename placeholder back to Manual.pm, this will probably trigger
246 a ppm bug but that's ppm's problem
47a25d24 247
dd761796 2485.701003 08 Oct 2007
e0636114 249 - Patch to Cookbook from bits.
dd761796 250
2515.701002 25 Aug 2007
64fad537 252
dd761796 2535.701001 17 Aug 2007
9c2312e6 254 - Changes to mocation of lib/Catalyst/Manual.pod to
e0636114 255 lib/Catalyst/ManualPlaceholder.pm to keep cpan indexer happy.
7cfd8dc3 256
dd761796 2575.700704 08 Aug 2007
e0636114 258 - Updated mailing list addresses to scsys.co.uk domains
392906f2 259
9c2312e6 2605.700703
261 - Cookbook: Updated development server deployment instructions, and
e0636114 262 included a better description of the POE engine.
ad2a47ab 263
dd761796 2645.700702 26 April 2007
e0636114 265 - Switch to Module::Install
8dbc5a5b 266
dd761796 2675.700701 19 April 2007
e0636114 268 - Removal of WritingPlugins. ExtendingCatalyst is now the main resource
269 for extensions to the framework and the application.
8dbc5a5b 270
dd761796 2715.700501 10 November 2006
e0636114 272 - Matches Catalyst-Runtime 5.7005
14942baf 273
dd761796 2745.700401 07 November 2006
e0636114 275 - First release to CPAN; matches Catalyst-Runtime 5.7004.
cc765b4a 276
dd761796 2775.700301 20 October 2006
e0636114 278 - Splitting manual into its own distro