jwage
d47f4ddab4
Changed all references to http://www.phpdoctrine.com/net to http://www.phpdoctrine.org
2008-01-22 22:52:53 +00:00
romanb
344ab02d95
reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier.
2008-01-05 19:14:35 +00:00
Jonathan.Wage
44820ec14a
Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure.
2008-01-05 07:39:25 +00:00
adamthehutt
2bcd41e237
Fix for ticket #650
...
Ticket: 650
2007-12-06 14:17:03 +00:00
wolfpakz
7c0a538b11
- Corrected capitalization in casts to type string.
2007-11-28 02:48:37 +00:00
romanb
3799de836d
fixed #485
2007-10-21 08:16:31 +00:00
Jonathan.Wage
27b369a5f3
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
2007-10-21 06:23:59 +00:00
romanb
e428845d0e
corrected some tests
2007-10-17 19:24:03 +00:00
zYne
43811d2cc6
updated all the necessary classes to use injectable
2007-10-07 20:58:08 +00:00
Jonathan.Wage
0a6f216efa
Lots of formatting changes, cleanup, doc block changes.
2007-10-03 21:43:22 +00:00
romanb
f044813046
added blob,clob,gzip type validation
2007-09-30 07:36:17 +00:00
romanb
88fc0f1e95
added enum type validation
2007-09-30 07:26:43 +00:00
romanb
02dd8b1a79
Validator refactoring. 2 new validators: past & future
2007-09-29 12:31:56 +00:00
meus
f3a377a794
replace tabs with 4 spaces. and fix other coding style related stuff
2007-09-03 14:57:18 +00:00
zYne
a6318cbe93
deprecated validation attributes VLD, AUTO_LENGTH_VLD and AUTO_TYPE_VLD, introduced new attribute ATTR_VALIDATE
2007-09-02 20:36:58 +00:00
zYne
70ff3b261f
refactored Validator API
2007-09-02 20:00:27 +00:00
zYne
ef127afd1e
2007-09-01 15:30:40 +00:00
nicobn
5501a4b434
Fixed typo
2007-08-10 06:01:54 +00:00
zYne
45cb86dab9
2007-08-03 20:57:07 +00:00
zYne
b4ad603841
2007-06-28 11:56:56 +00:00
zYne
78e1ec9757
2007-06-18 21:22:11 +00:00
zYne
a2046460b5
Relation model rewrite, draft 2
2007-02-17 12:38:02 +00:00
zYne
80d7327b5b
2007-01-29 21:24:18 +00:00
zYne
25f1d5e8ff
Fixed DQL many-to-many alias handling
2007-01-27 10:08:06 +00:00
romanb
cb924af310
- Added Doctrine_Record::trySave()
...
- Modified the length validation to skip validation for integer fields. The length of integer fields represents the number of bytes and is used for table creation (4 = INT, ect.)
2007-01-19 20:47:24 +00:00
lsmith
dcdc049588
- CS fixes
2007-01-02 15:24:43 +00:00
romanb
3214810e8f
Temporary fix for #254 until there's a better solution available.
...
Ticket: 254
2006-12-29 21:34:26 +00:00
lsmith
239995d3c3
- fixed switch statement formating according to ZF CS
2006-12-29 21:30:37 +00:00
lsmith
4e22f1fbaf
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
lsmith
716bb65b86
- first round of PEAR CS fixes
2006-12-29 14:01:31 +00:00
zYne
fe88258168
Updated classes to use new Transaction module
2006-11-29 21:09:02 +00:00
zYne
085dc9d601
Enhanced class doc blocks, fixes #228
2006-11-12 12:14:08 +00:00
romanb
4433e6ff40
Introduced constants: Doctrine::ATTR_AUTO_LENGTH_VLD and Doctrine::ATTR_AUTO_TYPE_VLD.
...
Both default to TRUE. If set to false, you need to explicitly specify "length" and/or "type" in the parameter of hasColumn that specifies the validators for that column.
2006-10-31 18:03:48 +00:00
romanb
b0f0537071
Necessary changes to the validation components. Further improvements and docs will follow in the next days.
...
Ticket: 150
2006-10-09 18:00:14 +00:00
zYne
67da38b07d
Validators updated, *NOTE* this breaks BC:
...
- validators codes are now string instead of integers (constants)
- validating is now handled in record level
- added new component Doctrine_Validator_ErrorStack
- new methods Doctrine_Record::isValid() and Doctrine_Record::getErrorStack()
- errorStack now as a record instance variable
2006-10-08 18:12:27 +00:00
zYne
cded682ee4
fixed validators with default values
2006-10-01 14:48:53 +00:00
pookey
6094eeb536
moving php source files to lib directroy
2006-09-26 15:00:13 +00:00