Make compose_namespace and install_model_shortcut configurable.
[catagits/Catalyst-Model-DBIC-Schema.git] / lib / Catalyst / Model / DBIC / Schema.pm
2006-07-06 Brandon L. Black meta-updates related to 0.16 release v0.16
2006-07-03 Marcus Ramberg more verbose error reporting.
2006-06-06 Brandon L. Black release 0.15, bump Schema::Loader rec, fixed create...
2006-06-06 Brandon L. Black nuked some leftover references to Catalyst::Helper...
2006-06-05 Brandon L. Black clean up some pod whitespace issues
2006-05-28 Matt S Trout updated version
2006-05-22 Brandon L. Black first pass at changes related to Schema::Loader 0.03...
2006-05-14 Matt S Trout fix doc typo
2006-04-25 Matt S Trout commit 0.12 changes v0.12
2006-04-22 Jess Robinson Mucho documentation in the SYNOPSIS, thanks aquarius!
2006-03-26 Brandon L. Black 0.11 released, fixes to the connect_info extra options...
2006-03-26 Brandon L. Black swapped ACCEPT_CONTEXT for COMPONENT, also added the...
2006-03-22 Brandon L. Black remove dist files generated by M::B, add on_connect_do...
2006-03-04 Brandon L. Black version bumped, added kwalitee, removed old "first...
2006-02-28 Brandon L. Black storage shortcut from paulm, version bump
2006-02-27 Brandon L. Black 0.08, and the removal of the halfhearted ->require...
2006-02-19 Brandon L. Black release for 0.07, ->require and connect_info args stuff
2006-02-18 Brandon L. Black release 0.06, fixed pod_to_ignore stuff, added an optio...
2006-02-17 Brandon L. Black releasing 0.05, Changes updates, etc
2006-02-13 Brandon L. Black re-worked C::H::M::DBIC::SchemaInlineLoader code into...
2006-02-09 Brandon L. Black bump to 0.03, added new helper to support automatic...
2006-02-09 Brandon L. Black minor docs update, use connection not connect after...
2006-02-09 Brandon L. Black fixes from Daisuke Murase list emails (connect vs conne...
2006-02-08 Brandon L. Black s/C::Base/C::Model/ and s/classdata/classaccessor...
2006-02-08 Brandon L. Black made connect_info optional in the case that the underly...
2006-02-08 Brandon L. Black some improvements/shortcuts
2006-02-08 Brandon L. Black initial checkin