|
|
|
@4402
|
[4402]
|
8 months |
mahono |
branches/0.10: changed Doctrine_Collection->getKeyColumn() to return the …
|
|
|
|
@4229
|
[4229]
|
9 months |
romanb |
Fixed #969.
|
|
|
|
@4223
|
[4223]
|
9 months |
romanb |
Fixed #966.
|
|
|
|
@4208
|
[4208]
|
9 months |
guilhermeblanco |
Fixed wrong variable condition order in fromArray() method
|
|
|
|
@4205
|
[4205]
|
9 months |
David.Stendardi |
fixed #940
|
|
|
|
@4204
|
[4204]
|
9 months |
adamthehutt |
see #926
|
|
|
|
@4203
|
[4203]
|
9 months |
jwage |
Re-factored validation system to allow for validation of single …
|
|
|
|
@4202
|
[4202]
|
9 months |
jwage |
Removed.
|
|
|
|
@4198
|
[4198]
|
9 months |
jwage |
Tabs to spaces.
|
|
|
|
@4196
|
[4196]
|
9 months |
jwage |
fixes #921
|
|
|
|
@4194
|
[4194]
|
9 months |
jwage |
Changing default inheritance to concrete from class table since 1.0 will …
|
|
|
|
@4190
|
[4190]
|
9 months |
jwage |
fixes #734 - Added removeDqlQueryPart() method.
|
|
|
|
@4184
|
[4184]
|
9 months |
David.Stendardi |
Fixed #929.
Ticket: 929
|
|
|
|
@4180
|
[4180]
|
9 months |
jwage |
fixes #922
|
|
|
|
@4174
|
[4174]
|
9 months |
romanb |
Fixed #935.
|
|
|
|
@4168
|
[4168]
|
9 months |
romanb |
Fixed #932.
|
|
|
|
@4164
|
[4164]
|
9 months |
jwage |
Cleanup.
|
|
|
|
@4156
|
[4156]
|
10 months |
adamthehutt |
Added merge method. Fixes #926
|
|
|
|
@4144
|
[4144]
|
10 months |
jwage |
Removed trailing white spaces.
|
|
|
|
@4143
|
[4143]
|
10 months |
jwage |
Added isIdentifierAutoincrement() and cleaned up some stuff.
|
|
|
|
@4137
|
[4137]
|
10 months |
jwage |
Removed isIdentifier() check, it causes sql syntax errors if the only …
|
|
|
|
@4136
|
[4136]
|
10 months |
jwage |
fixes #867
|
|
|
|
@4134
|
[4134]
|
10 months |
jwage |
fixes #865
|
|
|
|
@4133
|
[4133]
|
10 months |
jwage |
Added missing validation keys for column definitions.
|
|
|
|
@4132
|
[4132]
|
10 months |
jwage |
Added fixed to the list of things to skip when getting column validators.
|
|
|
|
@4131
|
[4131]
|
10 months |
jwage |
Removed. Will reintroduce in 2.0
|
|
|
|
@4130
|
[4130]
|
10 months |
jwage |
Adds support for sequence in schema.
|
|
|
|
@4129
|
[4129]
|
10 months |
jwage |
fixes #916
|
|
|
|
@4128
|
[4128]
|
10 months |
jwage |
fixes #784
|
|
|
|
@4126
|
[4126]
|
10 months |
jwage |
Code formatting
|
|
|
|
@4124
|
[4124]
|
10 months |
jwage |
fixes #915
|
|
|
|
@4123
|
[4123]
|
10 months |
jwage |
Fixed spacing issue causing some failing test cases.
|
|
|
|
@4121
|
[4121]
|
10 months |
romanb |
Fixed #906.
|
|
|
|
@4118
|
[4118]
|
10 months |
romanb |
Fixed #912. Many thanks for the ticket & patch!
|
|
|
|
@4115
|
[4115]
|
10 months |
jwage |
Small refactorings.
|
|
|
|
@4114
|
[4114]
|
10 months |
jwage |
Small refactorings.
|
|
|
|
@4110
|
[4110]
|
10 months |
jwage |
Fixed sluggable so it always calls urlize on the value.
|
|
|
|
@4109
|
[4109]
|
10 months |
jwage |
Fixed issue. free() broke the data fixtures and tests did catch it. …
|
|
|
|
@4106
|
[4106]
|
10 months |
jwage |
fixed failing test case.
|
|
|
|
@4105
|
[4105]
|
10 months |
jwage |
Fixed invalid test case.
|
|
|
|
@4104
|
[4104]
|
10 months |
jwage |
Fixed pessimistic locking.
|
|
|
|
@4100
|
[4100]
|
10 months |
jwage |
Changed behavior of Sluggable back to what it was. Will not set slug if it …
|
|
|
|
@4098
|
[4098]
|
10 months |
jwage |
fixes #849
|
|
|
|
@4097
|
[4097]
|
10 months |
jwage |
fixes #864
|
|
|
|
@4096
|
[4096]
|
10 months |
jwage |
fixing test case for #741
|
|
|
|
@4095
|
[4095]
|
10 months |
tom |
fixes #902 added 'format' to the valid column name array
Ticket: 902
|
|
|
|
@4094
|
[4094]
|
10 months |
jwage |
fixes #868
|
|
|
|
@4093
|
[4093]
|
10 months |
jwage |
fixes #855
|
|
|
|
@4092
|
[4092]
|
10 months |
jwage |
Adding free() calls when importing and exporting
|
|
|
|
@4090
|
[4090]
|
10 months |
jwage |
Fixes #801
|
|
|
|
@4089
|
[4089]
|
10 months |
romanb |
Fixed #838. After reviewing the testcase, i've come to the conclusion that …
|
|
|
|
@4087
|
[4087]
|
10 months |
romanb |
Fixed #749.
|
|
|
|
@4086
|
[4086]
|
10 months |
romanb |
Fixed #728. Searched & fixed for all occurences. If we missed one, please …
|
|
|
|
@4085
|
[4085]
|
10 months |
romanb |
Fixed #899.
|
|
|
|
@4084
|
[4084]
|
10 months |
jwage |
Fixed comment.
|
|
|
|
@4078
|
[4078]
|
10 months |
jwage |
fixes #869
|
|
|
|
@4077
|
[4077]
|
10 months |
jwage |
Removing ending new line.
|
|
|
|
@4076
|
[4076]
|
10 months |
jwage |
fixes #874
|
|
|
|
@4074
|
[4074]
|
10 months |
jwage |
fixes #837
|
|
|
|
@4072
|
[4072]
|
10 months |
jwage |
Formatting.
|
|
|
|
@4070
|
[4070]
|
10 months |
romanb |
Fixed #859
|
|
|
|
@4069
|
[4069]
|
10 months |
jwage |
fixes #852
|
|
|
|
@4068
|
[4068]
|
10 months |
jwage |
fixes #844
|
|
|
|
@4066
|
[4066]
|
10 months |
jwage |
fixes #900
|
|
|
|
@4063
|
[4063]
|
10 months |
jwage |
Refactoring adapter information.
|
|
|
|
@4062
|
[4062]
|
10 months |
jwage |
fixes #886
|
|
|
|
@4061
|
[4061]
|
10 months |
jwage |
fixes #839 again :) whoops
|
|
|
|
@4060
|
[4060]
|
10 months |
jwage |
fixes #893
|
|
|
|
@4059
|
[4059]
|
10 months |
jwage |
Added 'equal' to valid relation elements
|
|
|
|
@4057
|
[4057]
|
10 months |
romanb |
Fixed #873
|
|
|
|
@4050
|
[4050]
|
10 months |
romanb |
Fixed #883
|
|
|
|
@4049
|
[4049]
|
10 months |
romanb |
fixed #882
|
|
|
|
@4047
|
[4047]
|
10 months |
romanb |
lazy relation loading fix
|
|
|
|
@4046
|
[4046]
|
10 months |
romanb |
removed wrong patch
|
|
|
|
@4045
|
[4045]
|
10 months |
romanb |
Ported validator refactorings partly from trunk.
|
|
|
|
@4042
|
[4042]
|
10 months |
jwage |
fixes #872 - How does informix handle identifier quoting if it does at …
|
|
|
|
@4041
|
[4041]
|
10 months |
jwage |
fixes #879
|
|
|
|
@4038
|
[4038]
|
10 months |
jwage |
fixes #840
|
|
|
|
@4037
|
[4037]
|
10 months |
jwage |
fixes #839
|
|
|
|
@4036
|
[4036]
|
10 months |
jwage |
fixes #833 - also cleaned up and added doc blocks for all adapter module …
|
|
|
|
@4033
|
|