new dev release
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
2010-01-14 Rafael Kitover new dev release 0.04999_14
2010-01-14 Rafael Kitover fix for deleting empty Result dir when rewriting result...
2010-01-13 Rafael Kitover backcompat stuff done
2010-01-12 Rafael Kitover support downgrade from use_namespaces
2010-01-12 Rafael Kitover use_namespaces upgrade is fully tested, need to impleme...
2010-01-11 Rafael Kitover more use_namespaces upgrade stuff, fix _table_filter
2010-01-11 Rafael Kitover use_namespaces is now default, still needs the upgrade...
2010-01-07 Jay Hannah By default luser-opts singularizes to LuserOpt.
2010-01-07 Jay Hannah now mentions skip_load_external feature in comments
2010-01-03 Rafael Kitover remove unnecessary if statement
2010-01-03 Rafael Kitover dumped version string is updated on Schema.pm when...
2010-01-03 Rafael Kitover new dev release 0.04999_13
2010-01-03 Rafael Kitover rewrite un-singularized classnames in custom and extern...
2010-01-02 Rafael Kitover fix old class replace regex, new TODO
2010-01-02 Rafael Kitover add test (and fix) for loading external custom content...
2010-01-01 Robert Buels for clarity, extracted POD generation into its own...
2010-01-01 Robert Buels added column attributes to generated POD
2010-01-01 Robert Buels added relationship_attrs option, plus tests for it
2010-01-01 Robert Buels improved "checksum mismatch" error message with more...
2009-12-31 Robert Buels added overwrite_modifications option (default off)...
2009-12-31 Jay Hannah Added skip_load_external()
2009-12-30 Rafael Kitover use simple group accessors for Loader::Base, remove...
2009-12-30 Jay Hannah removed Class::Data::Accessor (deprecated)
2009-12-30 Rafael Kitover Merge 'current' into 'deprecate_CDA'
2009-12-30 Rafael Kitover fix tests
2009-12-30 Rafael Kitover bump File::Path dep, fixup redefined warning handler
2009-12-30 Jay Hannah Suppress 2nd warning below which makes the test fail.
2009-12-29 Rafael Kitover load custom content from external un-singularized class...
2009-12-28 Rafael Kitover preserve custom content from un-singularized Results...
2009-12-25 Rafael Kitover more complete backcompat tests, one last thing to do
2009-12-25 Rafael Kitover start of backcompat tests
2009-12-24 Rafael Kitover pod fixes for UpgradingFromV4
2009-12-24 Rafael Kitover added Manual/UpgradingFromV4.pod
2009-12-24 Rafael Kitover implemented "naming" accessor, got rid of Loader/Compat...
2009-12-24 Rafael Kitover Merge 'current' into 'back-compat'
2009-12-24 Rafael Kitover replacing ::Base with ::Compat now, instead of just...
2009-11-30 Rafael Kitover new dev release 0.04999_12
2009-11-30 Rafael Kitover base results on Core, only load components if there...
2009-11-30 Rafael Kitover set old version only on Schema.pm in backcompat mode
2009-11-30 Rafael Kitover load external classes for dynamic schemas only
2009-11-29 Rafael Kitover Merge 'current' into 'back-compat'
2009-11-29 Rafael Kitover fix table count test in common tests, inc version for...
2009-11-29 Rafael Kitover added patch to generate POD from postgres by Andrey...
2009-11-29 Rafael Kitover fix regular common tests
2009-11-29 Rafael Kitover backcompat common tests now pass
2009-11-29 Rafael Kitover minor changes
2009-11-28 Rafael Kitover make dynamic schemas 0.04006 mode by default
2009-11-28 Rafael Kitover Merge 'current' into 'back-compat'
2009-11-28 Rafael Kitover backcompat mode now runs more than once
2009-11-28 Rafael Kitover add test for norewrite
2009-11-22 Rafael Kitover redo AUTHOR sections to have one main CONTRIBUTORS...
2009-11-09 Rafael Kitover this stuff does not work yet
2009-11-01 Rafael Kitover fix relbuilder initialization (left over from pull)
2009-11-01 Rafael Kitover Merge 'current' into 'back-compat'
2009-10-31 Rafael Kitover new dev release 0.04999_10
2009-10-08 Rafael Kitover new dev release 0.04999_09
2009-10-05 Ash Berlin Place a warning at the top of the files too
2009-10-05 Ash Berlin Only redump the files when something has actually changed
2009-08-29 Rafael Kitover dev release 0.04999_08
2009-08-26 Dagfinn Ilmari Man... Initial back-compat code
2009-07-10 Rafael Kitover make tests pass
2009-07-03 Rafael Kitover fix pg
2009-07-03 Rafael Kitover rels are still fucked in sybase
2009-07-02 Rafael Kitover making some progress on Sybase
2009-06-30 Rafael Kitover quote table names that include name_sep
2009-04-19 Dagfinn Ilmari Man... Factor out 0.04 incompatibilities to separate methods
2009-04-19 Dagfinn Ilmari Man... Replace UNIVERSAL::require with Class::C3::Componentised
2009-04-18 Dagfinn Ilmari Man... Bump version for release 0.04999_07
2009-04-18 Dagfinn Ilmari Man... Fix for DBIx::Class 0.08100
2009-04-14 Justin Hunter * use $^X instead of assuming /usr/bin/perl
2009-03-26 Tim Bunce Move unshift @INC, $target_dir out of _dump_to_dir...
2009-03-26 Tim Bunce Move _get_custom_content call close to where it's used.
2009-03-19 Tim Bunce Ignore duplicate uniq indices (including duplicates...
2009-03-10 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2009-03-09 Tim Bunce Implement result_base_class and schema_base_class options.
2008-11-11 Dagfinn Ilmari Man... Bump version for release 0.04999_06
2008-06-01 Dagfinn Ilmari Man... Neuter Class::C3::reinitialize() around the schema...
2008-05-27 Dagfinn Ilmari Man... Move the _dump_to_dir calls into _reload_classes
2008-05-26 Dagfinn Ilmari Man... Throw out the in-memory class generation, just dump...
2008-04-25 Dagfinn Ilmari Man... Singularise table monikers by default
2008-04-14 Dagfinn Ilmari Man... Version bump for release 0.04999_05
2008-04-13 Dagfinn Ilmari Man... - Fix base class ordering in dumped classes
2008-04-13 Dagfinn Ilmari Man... Version bump for release
2008-04-13 Dagfinn Ilmari Man... Make ResultSetManager notice externally defined :Result...
2008-04-13 Dagfinn Ilmari Man... Cosmetic fixes to dumping of externally defined classes
2008-04-13 Dagfinn Ilmari Man... Fix warning when dumping a schema with external class...
2008-04-05 Dagfinn Ilmari Man... - Move loader_class from Schema::Loader::Base to Schema...
2008-04-01 Dagfinn Ilmari Man... Allow specifying a custom loader_class in loader_options
2008-03-12 Dagfinn Ilmari Man... Bump version for dev release 0.04999_04
2008-03-12 Dagfinn Ilmari Man... Bmp version for dev release 0.04999_03
2008-02-12 Dagfinn Ilmari Man... Bump version number for dev release 0.04999_02
2008-02-05 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2008-01-28 Dagfinn Ilmari Man... Mark foreign key columns with is_foreign_key => 1
2008-01-27 Dagfinn Ilmari Man... Add support for load_namespaces-style class layout.
2007-11-15 Dagfinn Ilmari Man... Version bump for release. 0.04004
2007-10-10 Brandon Black update Changes and version numbers in current
2007-10-10 Dagfinn Ilmari Man... Generate one-to-one accessors for unique foreign keys
2007-10-04 Brandon Black 0.04003 changes, version bumps 0.04003
2007-07-25 Dagfinn Ilmari Man... Do not grow the whitespace after the DO NOT MODIFY...
2007-07-24 Brandon Black 0.04002 - disable oracle.pm indexing and fix rescan... 0.04002
next