0.11.0-RC1 Change Log
0.11.0-RC1 Change Log
- [r4153] Updated test.
- [r4154] Fixed test case so it passes. Ticket is invalid.
- [r4156] Added merge method. Fixes #926
- [r4157] Adding test case for ticket #574
- [r4158] Cleaning.
- [r4159] Lots of updates to the manual. Adding yaml examples, enforcing 80 character column limit, removing old and outdated syntax across entire manual.
- [r4160] Added my first project tutorial to manual.
- [r4161] Initial entry.
- [r4164] Cleanup.
- [r4165] example code was broken if you try to increment a field with a decimal number, fixed so example works with decimal addition as well
- [r4166] Updated facade documentation.
- [r4167] Removed outdated comment.
- [r4168] Fixed #932.
- [r4169] Added testcase for 932.
- [r4170] Added testcase for 932.
- [r4171] Improved testcase for 932.
- [r4172] added a testcase for trac bug: 935
- [r4174] Fixed #935.
- [r4177] Added more coverage for dql updates.
- [r4178] Added failing test case for #927
- [r4179] Formatting.
- [r4180] fixes #922
- [r4181] Adding coverage for ticket #889
- [r4182] added coverage for ticket #384
- [r4184] Fixed #929. Ticket: 929
- [r4185] Added coverage for ticket #734
- [r4189] Added coverage for copying queries and for removing dql query parts.
- [r4190] fixes #734 - Added removeDqlQueryPart() method.
- [r4191] Added more examples for facade.
- [r4192] fixes #938
- [r4193] Removed class table inheritance from documentation.
- [r4194] Changing default inheritance to concrete from class table since 1.0 will not support class table inheritance.
- [r4195] Adding coverage for ticket #239
- [r4196] fixes #921
- [r4197] Added coverage for Doctrine_Record::replace()
- [r4198] Tabs to spaces.
- [r4202] Removed.
- [r4203] Re-factored validation system to allow for validation of single fields/columns and to allow the retrievale of the validator objects used for the failed custom validators.
- [r4204] see #926
- [r4205] fixed #940
- [r4208] Fixed wrong variable condition order in fromArray() method
- [r4210] creating 0.11 branch
- [r4211] Added app-level cascading deletes.
- [r4212] Fixed typo and small improvement to buildFlushTree() to avoid unnecessary work.
- [r4217] Fixed #825. ATTR_QUERY_CACHE_LIFESPAN and ATTR_RESULT_CACHE_LIFESPAN are now properly recognized. Fixed some issues in the cache drivers, too. Re-enabled object result caching, however, the limitation that object references to related objects are not reconstructed remains.
- [r4218] Hydration performance improvement on joined resultsets. Some minor tweaks.
- [r4220] Perf. improvement on hydrating joined resultsets, part 2.
- [r4224] Fixed #966.
- [r4226] Added missing testcase.
- [r4228] Fixed #969.
- [r4231] fixes #970
- [r4232] fixes #946
- [r4233] fixes #967 - Added new attribute to offer the functionality while maintaining BC.
- [r4234] Missing doc block
- [r4235] fixes #773
- [r4236] fixes #961
- [r4237] fixes #960
- [r4238] fixes #959
- [r4239] fixes #588
- [r4240] fixes #962
- [r4241] fixes #953 Added ability to update slugs with canUpdate flag.
- [r4242] fixes #738
- [r4243] fixes #629
- [r4244] Formatting.
- [r4245] Added coverage for ticket #963
- [r4246] fixes #965
- [r4247] fixes #955
- [r4248] fixes #942
- [r4249] fixes #933
- [r4250] fixes #951
- [r4251] fixes #943
- [r4252] fixes #616
- [r4253] fixes #968
- [r4254] fixes #958
- [r4255] fixes #956
- [r4256] fixes #708
- [r4257] fixes #446
- [r4258] fixes #448
- [r4259] fixes #15
- [r4260] fixes #612
- [r4261] Initial entry of SoftDelete behavior.
- [r4262] fixes #972
- [r4263] Little hardening patch for the dql parser. Fixed #475. Exception will be thrown if no field from the root class is selected. An exception will also be thrown if the parent join of a nested fetch join is not a fetch join itself.
- [r4264] Fixed #878. Result caching will only work on SELECT queries now. Result caching can again be used with object hydration but the limitation that object relationships are not serialized/deserialized remains in place.
- [r4265] fixes #584
- [r4266] Fixing unexpected exceptions to reveal other failing test cases.
- [r4267] More test fixes.
- [r4268] Incorrect model generation.
- [r4269] Enhanced test.
- [r4270] Added testcase for #941 for reference.
- [r4271] fixes #948
- [r4272] fixes #823
- [r4273] fixes #949
- [r4274] fixes #739
- [r4275] Updated package.xml for 0.11
- [r4278] Turned off child table generation and autoloading off by default for performance boost.
- [r4280] Updating sluggable documentation.