wernerm
0b89c4dda2
Changed loadModels() once again. Removed loading of models based solely on model filename. Added support for different models with the same file names. All models files are required, in order to determine class names. The changes result in an overall increase in flexibility with respect to model file names.
2007-12-07 11:06:55 +00:00
dbrewer
7e0a902aba
Added test case to demonstrate that delimiters in
...
Doctrine_Query_Tokenizer::bracketExplode() were case sensitive, and
changed tokenizer to make them case insensitive.
2007-12-07 03:23:09 +00:00
romanb
af657cbe69
Introduced a new attribute ATTR_AUTOLOAD_TABLE_CLASSES that can be used to control whether Doctrine should try to autoload custom table class files when looking for them.
2007-12-06 19:02:29 +00:00
adamthehutt
2bcd41e237
Fix for ticket #650
...
Ticket: 650
2007-12-06 14:17:03 +00:00
meus
19c08a2f95
removed autoload of self
2007-12-06 11:09:00 +00:00
romanb
05ccf7098d
Improved autoload.
2007-12-05 09:50:47 +00:00
pookey
0c9c3767c2
allowing for the "interval" postgres datatype
2007-12-04 15:22:20 +00:00
romanb
a143caefe3
Fixed #626 . Reopening the ticket for further issues is fine.
2007-12-03 18:37:39 +00:00
guilhermeblanco
806e9c63e6
Fixed default definition in date* fields
2007-12-03 17:56:56 +00:00
romanb
8ed0530fbf
Fixed #626 .
2007-12-03 10:06:30 +00:00
romanb
28fba54f4a
Another hydrator speed improvement.
2007-12-02 15:04:51 +00:00
romanb
5e26473340
Fixed #636 .
2007-12-02 12:56:15 +00:00
romanb
baf77264c1
Hydrator speed improvement
2007-12-01 20:10:29 +00:00
romanb
fc310cf36c
Fixed #626 . Commented out plugin tests due to a fatal error.
2007-12-01 11:18:43 +00:00
jackbravo
a73a73da66
Fix tickets #583 and #576
2007-12-01 01:21:55 +00:00
jackbravo
338bd78e66
Added a description to the Doctrine_Record::cleanData() method
2007-11-30 23:49:46 +00:00
Jonathan.Wage
9f20184fc4
Updated version.
2007-11-30 23:39:32 +00:00
Jonathan.Wage
e6768b4f8b
Initial entry of Geographical template.
2007-11-30 22:49:23 +00:00
Jonathan.Wage
e8bb04a66e
Reverted change. actAs() and loadTemplate() currently only work in the setTableDefinition()
2007-11-30 22:49:04 +00:00
jackbravo
deabfcbb54
Fix ticket #620 , PATCH provided by baron314159, thanks
2007-11-30 22:46:06 +00:00
Jonathan.Wage
70addc55ca
Fixes to model building so it does not generate duplicate relations.
2007-11-29 15:57:05 +00:00
wolfpakz
3aa991821b
- Fixed problem with Nested Set table definition not happening in time for exporting when NestedSet behavior is added through Doctrine_Template_NestedSet.
2007-11-29 01:39:19 +00:00
zYne
7e2669d1bd
fixes #624
2007-11-28 23:06:04 +00:00
zYne
69985832a7
2007-11-28 22:56:45 +00:00
zYne
5738fed7a6
2007-11-28 22:56:14 +00:00
zYne
f8a0eb2e25
fixes #624
2007-11-28 22:13:12 +00:00
jackbravo
b329ae870b
Added a $deep argument to refresh
...
The default is set to false because fetching the relations deletes
previously fetched relations =P. This is, if you fetched an aggregated
value (SUM, COUNT), it wont be refreshed, it will be overwritten by the
actual related values.
2007-11-28 19:35:44 +00:00
wernerm
724cc2b1e7
MAde small fix to model loading that caused a warning to be raised.
2007-11-28 16:51:06 +00:00
Jonathan.Wage
f0b0100987
Code formatting.
2007-11-28 03:22:09 +00:00
wolfpakz
fc34ba6ec4
- Small fix for initialization of method parameter.
2007-11-28 02:53:37 +00:00
wolfpakz
7c0a538b11
- Corrected capitalization in casts to type string.
2007-11-28 02:48:37 +00:00
Jonathan.Wage
9eac2776ea
Consolidated a few things. Initial entry of Inflector class. Moved some methods from Doctrine base class to Doctrine_Lib and Doctrine_Inflector.
2007-11-28 02:21:42 +00:00
zYne
b6924e0f0d
2007-11-28 00:01:03 +00:00
zYne
a5f755f4ea
enhanced plugin initialization procedure
2007-11-27 23:59:18 +00:00
gnat
206002de10
allow default options to be overridden properly
2007-11-27 23:19:44 +00:00
gnat
536c4fd55a
optional fields
2007-11-27 20:16:16 +00:00
Jonathan.Wage
542f9b0d72
Further model loading refactoring and refactored merge() in Doctrine_Record
2007-11-27 18:23:13 +00:00
wolfpakz
0ac4d757c7
- Fixed typo in column declarations.
2007-11-27 16:45:52 +00:00
zYne
80bb1ed071
added getPlugins()
2007-11-27 16:08:34 +00:00
Jonathan.Wage
32392d9ad1
fixes #473
2007-11-27 03:45:30 +00:00
Jonathan.Wage
562a48769c
fixes #568
2007-11-27 03:36:40 +00:00
Jonathan.Wage
7389d82834
fixes #547
2007-11-27 02:50:56 +00:00
jackbravo
a7b86faadf
Added mergeDeep method to Doctrine_Record.
...
Be carefull when using it as it loads related records.
But can be really convenient, specially when loading data from the
_GET and _POST variables (possibly from a form)
2007-11-26 22:52:36 +00:00
zYne
377d157a00
2007-11-26 22:27:23 +00:00
zYne
eb555668d2
2007-11-26 22:25:18 +00:00
guilhermeblanco
d411ba4233
Implemented Doctrine_Pager_Layout, providing a programatically way to generate paginator layout using Doctrine_Pager and Doctrine_Pager_Range components
2007-11-26 16:27:24 +00:00
zYne
2fef2fd1a4
2007-11-26 00:07:09 +00:00
zYne
8711b28765
fixed code formatting
2007-11-25 23:59:54 +00:00
zYne
18fc6b4aa6
fixed initialize
2007-11-25 23:57:10 +00:00
Jonathan.Wage
84a97f98ed
Fixes #618
2007-11-25 21:39:39 +00:00