0.10.3 Change Log
0.10.3 Change Log
- [r3921] A little work to the manual.
- [r3922] Expaned schema files chapter with more examples. Documented all the new features.
- [r3923] Enhancing migrations and schema files chapters.
- [r3926] index name typo
- [r3927] fixes #711 - Added mysql bit column type support.
- [r3928] fixes #451
- [r3929] fixes #820
- [r3930] Fixed #786.
- [r3935] fixes #830
- [r3936] fixes #829 fixes #707
- [r3937] fixes #631
- [r3944] fixes #836
- [r3945] A few cosmetic fixes. Fixed test cases.
- [r3946] Removed duplicate.
- [r3947] fixes #821
- [r3948] Added description.
- [r3949] fixes #827
- [r3950] fixes #814
- [r3951] fixes #672
- [r3952] Changed model loading from require_once to require.
- [r3953] Added autoload when getting table for component to ensure the model is present and loaded before this happens.
- [r3954] Documentation and clean up.
- [r3955] fixes #843
- [r3956] Fixed incorrect test case.
- [r3957] Added some functions which were in 0.9 to maintain BC.
- [r3958] Removed end new line.
- [r3959] Added hack/fix to getColumnName() to fix situations where an array is passed to it
- [r3960] fixes #683
- [r3961] fixes #796 fixes #797
- [r3962] Added more documentation to schema files for inheritance usage.
- [r3963] Fix #845 (typo)
- [r3964] Added better examples for sluggable.
- [r3965] Fixed issue with options not existing in Schema.php. A few minor other changes.
- [r3966] fixes #835
- [r3967] fixes #848
- [r3968] A few more create/drop db fixes.
- [r3969] More fixes to drop/create db functionality.
- [r3970] fixes #846
- [r3975] fixed #691 fixes #750
- [r3976] Fixed findByXXX and findOneByXXX calls when fieldName has any uppercase char. Fixes #826
- [r3977] Added test case and updated code attempted to fix #826. It is fixed now.
- [r3978] Fixed #862. This was a documentation issue. The described functionality is no longer available.
- [r3979] Added MySQL error code 1451 'ERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails' in Connection_Mysql_Exception. Fixes #856.
- [r3980] Added ticket 710 test case. Fixes #710, because it is invalid.
- [r3981] Added test case for ticket #486.
- [r3982] fixed typo
- [r3983] fixes #486
- [r3984] Formatting.
- [r3985] Removed.
- [r3986] Added better exception throwing for when you try and generate yaml from db and your db doesn't produce any models.
- [r3987] Fixed issue with tmp connection not being torn down when exception is thrown during attempting to drop the db.
- [r3988] Slightly enhanced local/foreign key guessing on relationships.
- [r3989] fixes #853
- [r3990] fixes #860
- [r3991] Fixed Doctrine_Pager::getResultsInPage() as reported by Matt Marcum through email.
- [r3992] Made it so model builder will load model path to the loaded models array after writing it.
- [r3993] fixes #854
- [r3994] Added schema validation to help with using incorrect key names for schema elements.
- [r3995] Fixed typo.
- [r3996] Removed finder as it is not used/needed.
- [r3997] Fixed inconsistancy in api.
- [r3998] Added more to validation of schema files.
- [r3999] Fixed test case.
- [r4000] Allowing setup customization in every inheritance type.
- [r4001] removed documentation about compound unique constraints. currently not supported.
- [r4004] fixes #875
- [r4005] Fix to create/drop db.
- [r4006] Adding TestCase for #876
- [r4007] Docs and enhanced test case.
- [r4008] Added documentation for geographical template.
- [r4009] More docs for geographical.
- [r4010] Added documentation for nesting plugins.
- [r4011] Updated documentation and fixed formatting issue.
- [r4012] Formatting.
- [r4013] Updating plugin docs.
- [r4014] More documentation of plugins.
- [r4017] Updating version for 0.10.3
- [r4018] Initial entry of behavior folder/name space.
- [r4021] Removed exception handling here, it needs to be moved to deeper in to the core for protecting against generating a definition for a table with the same name multiple times.
- [r4022] Adding size for BC.
- [r4023] BC change.
- [r4024] Documentation.
- [r4025] Removed Taggable, since it is not implemented and won't be for 1.0



