update Changes
[catagits/Catalyst-Model-DBIC-Schema.git] / Changes
CommitLineData
ad91060a 1Revision history for Perl extension Catalyst::Model::DBIC::Schema
2
4b74b4d1 30.34 Sun Dec 27 03:49:34 EST 2009
4 - move schema proxying into SchemaProxy trait which is off by default
5
87145c6c 60.33 Sat Dec 26 08:04:49 EST 2009
7 - fix test failure in 05testapp.t when env var not set (RT#53101)
8
cbe03ea7 90.32 Wed Dec 23 01:22:06 EST 2009
10c73a30 10 - Move documentation on setting up authentication into its own section
11 for clarity.
12 - Other misc documentation enhancements to make the docs more clear
13 about the important things to know.
14 - Convert Authentication Plugin configuration example to new style.
ce9e19dc 15 - Support Coderefs in loader options for helper
16 (patch from Ozum Eldogan ozum@ozum.net)
8e1f4dbf 17
4e251d1a 180.31 Sun Oct 18 18:50:00 BST 2009
19 - update for copyright info
20
8e1f4dbf 210.30 Sun Oct 18 01:35:36 EDT 2009
ca7cf6f0 22 - change no sources error to a warning (with a way to turn it off)
23 - write connect_info to Model without a create= option as well
24
6a8ed3f9 250.29 Mon Sep 7 15:31:29 EDT 2009
2fa0a1f1 26 - support for coderef connect_info's
27
788c27be 280.28 Thu Aug 27 08:14:05 EDT 2009
29 - autobox issues in dep chain, bump CX::Component::Traits dep
30 (caelum)
31
7dfd616a 320.27 Wed Aug 26 09:09:44 EDT 2009
33 - remove autobox usage due to reports of strange errors (caelum)
34 - make schema a delegate for model, config too (caelum)
46a2eb0c 35
078c5263 360.26 Wed Jul 29 16:16:09 PDT 2009
37 - fix loading connect_info from schema-defined connection
38 (bluefeet, RT 48084)
39 - detect wrong case for "dbi:" DSN part in DBIC helper (caelum)
40 - Fix missing dep on Catalyst::Helper that made tests fail
41 (wintrmute, RT 47449)
ec27222e 42
35d1e415 430.25 Fri Jun 19 08:35:38 PDT 2009
078c5263 44 - fix dep on Tie::IxHash that made tests fail
45 - add more attributes to ::Replicated trait
a1bacb69 46 - fixed infinte loop in helper if SQLite connect_info has only
078c5263 47 a DSN (dandv, RT #47101)
108a45d1 48
3d8d37d3 490.24 Tue Jun 16 06:18:58 PDT 2009
924bf2b9 50 - Add tests for issues with Class::C3 which are caused to
51 applications which use new Catalyst but old DBIC, and have
52 use Class::C3 in the MyApp class (t0m)
5ec3e6cb 53 - die on empty schema
c4fee9b8 54 - create=dynamic deprecation warning
3d8d37d3 55 - helper passes loader opts to dynamic schemas
e84b684d 56 - conversion to Moose
3d8d37d3 57 - cursor caching support (via
108a45d1 58 Catalyst::TraitFor::Model::DBIC::Schema::Caching)
59 - ::Storage::Replicated support (via ::Replicated trait)
2201c2e4 60 - switch to hashref connect_info for DBIC 8100
e84b684d 61 - better helper option parsing, with support for more options
108a45d1 62 - more tests
2201c2e4 63
7604ebc4 640.23 Sun Mar 8 20:30:02 GMT 2009
ffbf1967 65 - Kill a couple of warnings (one due to MRO::Compat)
66
ce92ff6d 670.22 Tue Mar 3 15:54:19 UTC 2009
34f036a0 68 - Fix oddly formatted error message.
d52bc376 69 - Doc patch to clarify generated classes
34f036a0 70 - Switch to use_namespaces and InflateColumn::DateTime for create=static
71 by default, with backcompat
72 - Switch to MRO::Compat from NEXT
73 - Add support for extra Schema::Loader options such as db_schema and
74 components
460e3ac8 75
dc3605af 760.21 Fri Aug 22 00:26:05 UTC 2008
c8ae74f8 77 - doc fix (RT #31848)
dc3605af 78 - connection_info can be just the DSN instead of an arrayref
c8ae74f8 79
018eb0e2 800.20 Wed May 23, 2007
8dab1b04 81 - Fix for rt.cpan.org #22426
60557d3a 82 - Switch to Module::Install
018eb0e2 83 - Assorted small pod and cleanliness fixes
84 - Some requirements bumped to the latest maint
85 releases of the same major feature release
8dab1b04 86
6d5cb6fa 870.18 Tue Aug 8 04:34:42 UTC 2006
88 - Version bump for public release, no functional change
89
f1613faa 900.17_01 Thu Jul 27 01:06:13 UTC 2006
91 - Updated for DBIC 0.07
3aedaa5a 92
a76f0f56 930.16 Thu Jul 6 13:28:45 UTC 2006
94 - Bugfix for create=static and connect_info coderef snippets
bfcd6e3d 95 - Be more verbose when connection_info is not set.
96
202d09c8 970.15 Tue Jun 6 01:33:57 UTC 2006
98 - Fixed a serious bug in create=static usage
99 - Re-arranged output generation so that the more likely
100 failure to generate Schemas via create= will cause the
101 helper to abort before generating the Model class itself
102
12ee1738 1030.14 Mon Jun 5 23:34:35 UTC 2006
781c6876 104 - Helpers merged, helper syntax changed
d3343903 105 - Everything updated for Schema::Loader 0.03001 support, including
781c6876 106 what amounts to using Loader in one-shot mode to generate
107 a manual Schema with matching Model.
4a3e80e9 108 - fixed stupid typo in docs
109
781c6876 1100.13 Wed Apr 26 2006
111 - noted support via mailing lists
112
1130.12 Tue Apr 25 2006
150c864c 114 - SYNOPSIS improved substantially to help newbies get started
115
7db6da78 1160.11 Sun Mar 26 17:22:31 UTC 2006
117 - Removed on_connect_do config setting (it was only out
118 in public for 4 days...).
4bd6775c 119 - Support for on_connect_do and sql_maker options as part
7db6da78 120 of connect_info
4bd6775c 121
cd7e6e4f 1220.10 Wed Mar 22 07:06:02 UTC 2006
123 - Added on_connect_do config setting
b8427e0b 124 - Added convenience method for ->schema->storage from paulm
125
d08cea50 1260.08 Tue Feb 28 00:04:16 UTC 2006
127 - Bumped D::C::Schema::Loader recommendation to 0.02003
128 (should have been done last release)
129 - Removed the ->require stuff added in 0.07, it doesn't
130 do what it is supposed to do. For now, users can layer
131 at the Schema::Loader level rather than at Model.
132
0b2a7108 1330.07 Sun Feb 19 21:50:18 UTC 2006
134 - bugfix for ::SchemaLoader::Foo password argument, and
135 switch to connect_info argument of new Schema::Loader
136 - Added ->require for source classes, so that you can
137 layer in lib/MyApp/Model/Foo/Bar.pm on top of the
138 generated MyApp::Model::Foo::Bar.
139
5d11d759 1400.06 Sat Feb 18 19:05:17 UTC 2006
141 - Fix simple pod-related bug introduced in last rev
142 - Added optional test that uses the helpers
143
c919d0bc 1440.05 Fri Feb 17 20:52:21 UTC 2006
145 - Stop showing the template pod in pod tools and cpan,
146 per Gavin's email.
147 - Bump DBIx::Class pre-req to 0.05006, to prevent likely but
148 subtle issues under mod_perl engines.
149
1aeb6e1e 1500.04 Mon Feb 13 04:22:49 UTC 2006
151 - First public release