1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/lib/Doctrine
2007-08-11 21:53:02 +00:00
..
Adapter support for expressional column values 2007-07-01 11:27:45 +00:00
AuditLog 2007-07-18 19:18:30 +00:00
Cache 2007-08-02 18:57:01 +00:00
Collection 2007-05-18 09:22:06 +00:00
Compiler - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Connection fixes #425 2007-08-10 20:35:25 +00:00
DataDict removed notice error when running tests 2007-08-10 20:29:07 +00:00
EventListener Unified event listener methods for close() method: preClose() postClose() 2007-08-09 22:16:33 +00:00
Export Reorganized code. 2007-08-03 21:25:10 +00:00
Expression 2007-07-09 12:36:21 +00:00
File 2007-07-24 20:38:42 +00:00
Hook 2007-05-26 16:49:58 +00:00
Hydrate removed array_unique in Hydrate/Record and added test to run.php fixes #403 2007-07-21 16:35:04 +00:00
Import A fixes to get the importing a little closer. 2007-08-03 22:05:05 +00:00
Locking 2007-05-24 16:54:42 +00:00
Manager - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Node Fixed multiple-root setup with new syntax (actAs/loadTemplate). Forgot to pass the parameters. 2007-08-04 17:02:25 +00:00
Query new DQL WHERE parser 2007-08-11 21:53:02 +00:00
RawSql - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Record You cant call ucwords(strtolower(...)) on the plugin name because NestedSet will become Nestedset (lower s) 2007-08-09 23:12:31 +00:00
Relation added the fix for ticket #398. also fixed the missing $coll->setReference() in Doctrine_Relation_Association::fetchRelatedFor() 2007-08-11 18:24:19 +00:00
Schema - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Search wildcard support for search query language 2007-08-02 12:01:38 +00:00
Sequence 2007-07-05 22:42:32 +00:00
Table - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Template Fixed multiple-root setup with new syntax (actAs/loadTemplate). Forgot to pass the parameters. 2007-08-04 17:02:25 +00:00
Transaction added Mock driver 2007-06-10 19:38:22 +00:00
Tree - Updated nested set documentation 2007-08-04 14:33:15 +00:00
Validator fixed default error message for ValidatorException that list the classes that have validation errors 2007-07-21 22:15:22 +00:00
View - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Access.php 2007-06-08 19:07:32 +00:00
Adapter.php - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
AuditLog.php 2007-07-18 19:31:43 +00:00
Cache.php Corrected Doctrine_EventListener method names. Fixes #366 2007-06-26 22:30:23 +00:00
Collection.php 2007-07-30 22:30:41 +00:00
Column.php 2007-05-19 17:29:43 +00:00
Compiler.php 2007-06-19 22:55:34 +00:00
Configurable.php new templating model 2007-08-03 11:52:24 +00:00
Connection.php set isConnected to false when the connection is closed 2007-08-09 22:26:57 +00:00
DataDict.php boolean value parsing added 2007-02-15 11:36:43 +00:00
DataType.php 2007-08-01 19:37:28 +00:00
Db.php Completes deprecation of Doctrine_Db. Fixes #362. 2007-06-25 17:48:44 +00:00
Event.php fixing so taht getName uses the correct constants 2007-07-21 20:03:28 +00:00
EventListener.php 2007-07-11 22:03:47 +00:00
Exception.php 2007-05-12 23:27:16 +00:00
Export.php 2007-07-23 23:44:14 +00:00
Expression.php 2007-07-01 12:11:44 +00:00
File.php 2007-07-24 20:38:42 +00:00
Formatter.php foreign key support 2007-06-14 20:43:04 +00:00
Hook.php 2007-08-02 21:27:42 +00:00
Hydrate.php * added new fetchOne() method for convenience 2007-07-27 15:58:37 +00:00
Import.php 2007-07-23 20:28:46 +00:00
IntegrityMapper.php doc block fix 2007-06-14 18:17:07 +00:00
Lib.php fixed some inconsitensies with the codeing style 2007-07-01 10:47:44 +00:00
Manager.php 2007-07-23 18:32:29 +00:00
Node.php Bugfix for hydration. (zyne, please have a look at the diff). 2007-07-08 12:57:52 +00:00
Null.php 2007-08-09 17:27:13 +00:00
Object.php 2007-06-07 16:26:01 +00:00
Overloadable.php comments added 2007-02-08 22:11:18 +00:00
Plugin.php added base plugin class 2007-07-31 21:59:45 +00:00
Query.php formatting fix 2007-08-11 18:22:13 +00:00
RawSql.php fixes #360 2007-06-26 10:05:26 +00:00
Record.php added removeLinks() 2007-08-11 21:35:58 +00:00
Relation.php added Search component, new record event listeners and some tests 2007-07-11 14:39:15 +00:00
Schema.php - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Search.php 2007-07-26 22:57:36 +00:00
Sequence.php 2007-02-01 09:58:53 +00:00
Table.php Need to include float in the list for length checks. In general this default for length should be removed downstream in validator but to be consistent 2007-08-10 07:07:24 +00:00
Template.php new templating model 2007-08-03 11:52:24 +00:00
Tokenizer.php 2007-08-07 20:17:11 +00:00
Transaction.php new record locking mechanism 2007-07-23 18:50:32 +00:00
Tree.php Preliminary fix for a bug that occurs when using NestedSet + Column aggregation inheritance 2007-07-29 19:38:11 +00:00
Util.php new classes Doctrine_Event, Doctrine_Connection_Profiler_Exception and Doctrine_Util 2007-06-19 23:34:30 +00:00
Validator.php Fixed typo 2007-08-10 06:01:54 +00:00
View.php - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00