Jonathan.Wage
0038138095
Rewrote data loading to support I18n data, nested set data, and better relationship defining for fixtures. Also fixes ticket:528
2007-11-08 18:59:48 +00:00
Jonathan.Wage
37898ac06a
Fix to toArray() when you use toArray(true) on a record that has not been saved yet but has references
2007-11-08 18:54:55 +00:00
Jonathan.Wage
0003c233d4
Fix to fromArray()
2007-11-08 18:53:30 +00:00
Jonathan.Wage
563377cc39
Fix for missing sql when creating tables for model with templates that result in addition tables
2007-11-08 18:52:08 +00:00
Jonathan.Wage
e33130b80e
Fix for coding standards.
2007-11-08 18:50:20 +00:00
samw3
87d58d9964
fixed processRenamedColumns() to work with mysql migrations
2007-11-08 17:10:08 +00:00
samw3
d0d026af05
ugh.. forgot some debug code.
2007-11-08 14:01:03 +00:00
samw3
85299543a3
changed getIntegerDeclaration() to handle $field['default']==NULL condition
2007-11-08 13:58:56 +00:00
Jonathan.Wage
93e1945144
Added trim to package path.
2007-11-08 00:29:15 +00:00
romanb
0ad03d6e2f
Fixed #577
2007-11-07 15:38:20 +00:00
samw3
f6a0aeb5d7
initialized $columns in listTableColumns. it threw an undefined variable error if the table was missing or had no columns defined.
2007-11-07 04:15:45 +00:00
Jonathan.Wage
a476c62efe
Cleaned up some stuff with schema generation and removed name: key from column definition.
2007-11-07 01:57:01 +00:00
Jonathan.Wage
3b898ca983
Added getTableName() and setTableName()
2007-11-07 01:41:50 +00:00
nightfreak
89ce4a28ec
=added the missing getter for the Doctrine_Relation object
2007-11-05 18:05:17 +00:00
meus
ea803566b6
fix dsn so that sqlite:///full/unix/path/test.db and sqlite://c:/full/windows/path/test.db works
2007-11-03 20:34:19 +00:00
zYne
1945b0d7a1
fixes #562
2007-11-03 15:47:24 +00:00
phuson
c6f53114a3
Fixed Ticket #561 . Typo.
2007-11-02 16:59:20 +00:00
meus
79e52571aa
added a convenience method and new coverage stuff
2007-11-02 16:07:11 +00:00
Jonathan.Wage
d099c2e357
Changes extenstion to .php instead of .class.php to be consistant with all of Doctrine.
2007-11-01 23:54:27 +00:00
Jonathan.Wage
6f07c2b100
Fixes to options for builder.
2007-11-01 23:45:33 +00:00
zYne
53413e53a0
2007-11-01 23:03:32 +00:00
zYne
e5f76c44bb
2007-11-01 22:58:10 +00:00
zYne
56432118c9
added getParams()
2007-11-01 22:55:49 +00:00
zYne
01e41f3d27
added possibility for setting user-defined params
2007-11-01 22:52:40 +00:00
Jonathan.Wage
0a2ecb6032
Class renaming.
2007-11-01 22:26:10 +00:00
Jonathan.Wage
8bfbd6a7c7
Clean up, initial entry of root txt files, fixed a few broken unit tests. New documentation.
2007-11-01 19:45:36 +00:00
Jonathan.Wage
146098c3d6
moved around and initial entry of sluggable code.
2007-11-01 15:15:57 +00:00
Jonathan.Wage
7a43ae4091
Initial entry of sluggable template.
2007-11-01 14:47:23 +00:00
Jonathan.Wage
832a8e5595
Refactored code to less lines.
2007-11-01 14:46:11 +00:00
zYne
39b8a3e3e2
2007-10-30 19:19:53 +00:00
zYne
1d6020c454
fixes #533 , using DQL identifier aliases before column names is now optional when selecting from single component
2007-10-30 19:10:18 +00:00
gnat
0695a6ab92
$this->parent doesn't exist
2007-10-30 17:51:33 +00:00
romanb
dc4be22bfe
Added missing attribute check to Doctrine_Configurable. Fixes #545 .
2007-10-30 16:08:35 +00:00
romanb
dfd15a6068
Introduced ATTR_TBLNAME_FORMAT. Closes #257
2007-10-30 13:30:50 +00:00
zYne
b0c7dce47f
fixed record state handling with aggregate values
2007-10-29 23:34:10 +00:00
zYne
486375f844
2007-10-29 22:57:32 +00:00
meus
755316c3fc
added tesst for Tokenizer and Search to get them under full coverage. relatex refactorings and coverage reports
2007-10-29 20:25:38 +00:00
meus
53b05c1d4a
added tests to get complete coverage of Transaction, RawSQL, AuditLog and Query/Having. Related refactorings. Added some getters to be able to test. Also added coverage report for these changes
2007-10-29 19:50:16 +00:00
bschussek
520f4a1056
fixed: old mapped values were deleted when data was hydrated into an existing record (lazy-loading)
2007-10-29 19:26:22 +00:00
zYne
dc5e0cee32
fixes #515 , correlated subqueries with IN operator
2007-10-29 18:04:22 +00:00
zYne
991f456fa4
fixes #514 , literal value as the first operand for IN
2007-10-29 17:54:40 +00:00
pookey
c6facf9ea0
reverting previuos commit
2007-10-29 14:36:21 +00:00
pookey
ab6a7c9385
adding docs for Query::reset() method
2007-10-29 14:30:06 +00:00
pookey
f2eb153723
replacing tabs with spaces
2007-10-29 12:22:53 +00:00
phuson
ff7aac8b30
New fix for the check for duplicates between explicitly declared custom relations and autogenerated relations.
2007-10-29 05:47:50 +00:00
phuson
53eb2ea087
revert change because it was breaking something else...needs to think of another way to do this.
2007-10-29 01:07:14 +00:00
phuson
e7f64afb24
Check for duplicates between custom alias relations and auto-generated relations.
2007-10-27 11:09:13 +00:00
ppetermann
de220fa43f
found a few bugs when i wanted to use Doctrine_Import_Mysql::listTableConstraints()
...
fixed code so those problems wont occure. However the method still not works as intended,
more information see mail at doctrine-dev mailinglist.
Fixed same Problems in other drivers aswell.
2007-10-26 14:56:03 +00:00
meus
eb8b3915fa
fixed getRecord/Collection as xml. removed old obtainIdentifiers function and fixed count call
2007-10-26 09:56:31 +00:00
Jonathan.Wage
db10d4a00e
Formatting/standards changes.
2007-10-26 04:13:29 +00:00