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