1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine
2007-08-02 20:05:12 +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 2007-08-01 19:37:28 +00:00
DataDict Several bugfixes for the export module (expecially pgsql). 2007-07-21 15:17:17 +00:00
EventListener 2007-07-11 22:03:47 +00:00
Export The index lookup needs to allow for array("fields" => "name") where the fields list 2007-08-01 14:50:46 +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 2007-07-26 19:52:12 +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 issue with isValidNode() not always being passed a Doctrine_Record and fixed issue with params being sent to set(), moved to where() until set() can handle params 2007-08-02 20:05:12 +00:00
Query fixes #338 2007-07-31 20:22:10 +00:00
RawSql - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Record added setSubclasses to abstractRecord. Fixed classes in tests. added some more output to the Test.php script 2007-07-30 19:01:16 +00:00
Relation 2007-07-13 16:22:49 +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 added base plugin class 2007-07-31 21:59:45 +00:00
Transaction added Mock driver 2007-06-10 19:38:22 +00:00
Tree Preliminary fix for a bug that occurs when using NestedSet + Column aggregation inheritance 2007-07-29 19:38:11 +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 deprecated lockmode attribute 2007-07-27 15:31:33 +00:00
Connection.php fixing issue mention on the mailing list by tl@hdnet.de at 2.aug 2007-08-02 19:28:46 +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-07-05 23:47:48 +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-04-16 18:08:11 +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 Fixed issue with count() and composite column primary keys 2007-08-01 17:56:18 +00:00
RawSql.php fixes #360 2007-06-26 10:05:26 +00:00
Record.php 2007-07-25 20:45:25 +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 default lengths for all data types 2007-08-01 19:32:53 +00:00
Template.php 2007-06-28 11:56:56 +00:00
Tokenizer.php fixed fatal bug in sql explode 2007-08-01 23:25:24 +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 2007-06-28 11:56:56 +00:00
View.php - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00