..
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
- fixed return value to be bool for execute() (did not run test suite)
2007-08-14 14:53:04 +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
Changed import/export methods to importSchema() and exportSchema()
2007-08-16 22:42:35 +00:00
Expression
added RTRIM function support
2007-08-11 22:24:49 +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
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
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
Removed getState() method and changed all references to getState() to state()
2007-08-14 20:23:54 +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
Changed imprt back to import as variable names are not affected by change to php
2007-08-16 21:54:14 +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
Fixed a bug when using Templates and exporting classes using inheritance
2007-08-23 00:57:33 +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
Small changes to the recent fix from jonwage
2007-08-14 18:28:35 +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
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
Small changes to the recent fix from jonwage
2007-08-14 18:28:35 +00:00
RawSql.php
fixes #360
2007-06-26 10:05:26 +00:00
Record.php
Patched the bug #423 which didn't allow user to set attributes in the construct() method.
2007-08-20 23:04:30 +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
2007-08-17 21:21:52 +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