1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine
2007-09-02 08:53:16 +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 Doctrine_Cache_Db: 2007-08-17 10:49:51 +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 deletes are no longer stacked in the end of transaction, now transactional integrity is always assured 2007-09-01 17:28:11 +00:00
DataDict - added support for Doctrine::ATTR_USE_NATIVE_ENUM (defaults to off, no BC break) 2007-09-02 08:53:16 +00:00
EventListener Unified event listener methods for close() method: preClose() postClose() 2007-08-09 22:16:33 +00:00
Export fixes #433 2007-08-29 22:03:55 +00:00
Expression Added PostgreSQLs age() and date_part() functions. 2007-08-25 08:06:17 +00:00
File 2007-07-24 20:38:42 +00:00
Hook 2007-05-26 16:49:58 +00:00
Hydrate fixed a problem with undefined array keys when fetching in array mode with multi level joins 2007-08-21 14:59:04 +00:00
Import Changed import/export methods to importSchema() and exportSchema() 2007-08-16 22:42:35 +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 Doctrine_Node_NestedSet::getNumberChildren() 2007-08-20 07:45:29 +00:00
Query 2007-08-14 20:44:48 +00:00
RawSql - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Record Added ability to turn off foreign key sql exporting for specific models 2007-08-27 14:43:52 +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 Added copy() method to Query.php and made NestedSet.php use it because native clone() does not work. Also Added ->getSql() to getRootAlias() so that _aliasMap is present after the parsing. 2007-08-14 16:37:48 +00:00
Validator Notnull validator no longer checks for empty strings 2007-09-01 20:20:17 +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 deletes are no longer stacked in the end of transaction, now transactional integrity is always assured 2007-09-01 17:28:11 +00:00
Column.php 2007-05-19 17:29:43 +00:00
Compiler.php 2007-06-19 22:55:34 +00:00
Configurable.php - added support for Doctrine::ATTR_USE_NATIVE_ENUM (defaults to off, no BC break) 2007-09-02 08:53:16 +00:00
Connection.php Added FETCH_ARRAY support for table finder methods, fixes bug #397 2007-09-01 19:44:38 +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 severe export bug fix: classes using column aggregation inheritance not properly exported 2007-09-01 16:11:58 +00:00
Expression.php Added toString method to avoid some errors 2007-08-28 19:51:06 +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 MAP keyword support ! 2007-09-01 22:22:54 +00:00
Import.php Changed import/export methods to importSchema() and exportSchema() 2007-08-16 22:42:35 +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 fixes #440 2007-08-29 21:57:46 +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 MAP keyword support ! 2007-09-01 22:22:54 +00:00
RawSql.php fixes #360 2007-06-26 10:05:26 +00:00
Record.php added invoker catching 2007-09-01 16:04:48 +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 - added support for Doctrine::ATTR_USE_NATIVE_ENUM (defaults to off, no BC break) 2007-09-02 08:53:16 +00:00
Template.php added invoker catching 2007-09-01 16:04:48 +00:00
Tokenizer.php 2007-08-07 20:17:11 +00:00
Transaction.php deletes are no longer stacked in the end of transaction, now transactional integrity is always assured 2007-09-01 17:28:11 +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 2007-09-01 15:30:40 +00:00
View.php - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00