.. |
adodb-hack
|
Support for application level default values
|
2006-09-15 20:56:25 +00:00 |
Association
|
added Doctrine_Association_Self
|
2006-09-12 17:40:54 +00:00 |
Cache
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Collection
|
added Doctrine_Collection_Exception
|
2006-09-19 21:15:07 +00:00 |
Connection
|
added Regexp operator compatibility for mysql and pgsql drivers
|
2006-09-15 09:08:44 +00:00 |
DataDict
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
EventListener
|
New component Doctrine_EventListener_AccessorInvoker for automatic invoking of get* and set* methods
|
2006-09-12 10:15:58 +00:00 |
Exception
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Import
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Iterator
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Locking
|
method name changes for better custom getter/setter compatibility
|
2006-09-17 17:59:04 +00:00 |
Query
|
Fixed DQL OrderBy parser bug
|
2006-09-18 17:32:12 +00:00 |
Record
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Schema
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Table
|
Fixed to prevent custom message from being overidden by default
|
2006-09-05 20:53:44 +00:00 |
Tree
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Validator
|
Changed ValidatorUSState to conform to the standard Doctrine_Validator_* naming scheme and removed the old style from Doctrine_Validator
|
2006-09-20 09:30:39 +00:00 |
View
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Access.php
|
added Doctrine_Access::__isset() and Doctrine_Access::__unset() for complete support of magic method invocations
|
2006-09-13 09:40:22 +00:00 |
Association.php
|
Association self-referencing fetching now works (still not integrated into DQL)
|
2006-09-11 21:46:01 +00:00 |
Cache.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Collection.php
|
Refactored Doctrine_Connection: separated into two different classes Doctrine_Connection and Doctrine_Transaction
|
2006-09-20 09:35:29 +00:00 |
Configurable.php
|
Refactored Doctrine_Connection: separated into two different classes Doctrine_Connection and Doctrine_Transaction
|
2006-09-20 09:35:29 +00:00 |
Connection.php
|
Refactored Doctrine_Connection: separated into two different classes Doctrine_Connection and Doctrine_Transaction
|
2006-09-20 09:35:29 +00:00 |
DataDict.php
|
Support for application level default values
|
2006-09-15 20:56:25 +00:00 |
DB.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
DBStatement.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
EventListener.php
|
New component Doctrine_EventListener_AccessorInvoker for automatic invoking of get* and set* methods
|
2006-09-12 10:15:58 +00:00 |
Exception.php
|
Changed DQLException, InvalidKeyException and InvalidTypeException to inherit Doctrine_Exception
|
2006-09-20 09:26:26 +00:00 |
Filter.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
ForeignKey.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Form.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Hydrate.php
|
|
2006-09-07 21:25:08 +00:00 |
Identifier.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Import.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Iterator.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Lib.php
|
Refactored Doctrine_Connection: separated into two different classes Doctrine_Connection and Doctrine_Transaction
|
2006-09-20 09:35:29 +00:00 |
LocalKey.php
|
when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload.
|
2006-09-03 22:37:54 +00:00 |
Manager.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Module.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Null.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Query.php
|
count() fixed
|
2006-09-17 18:49:45 +00:00 |
RawSql.php
|
Association self-referencing fetching now works (still not integrated into DQL)
|
2006-09-11 21:46:01 +00:00 |
Record.php
|
Refactored Doctrine_Connection: separated into two different classes Doctrine_Connection and Doctrine_Transaction
|
2006-09-20 09:35:29 +00:00 |
Relation.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Repository.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Schema.php
|
* Added some test cases for the importing part. The new tests will fail for now because of the lacking implementation.
|
2006-08-27 02:21:20 +00:00 |
Session.php
|
method name changes for better custom getter/setter compatibility
|
2006-09-17 17:59:04 +00:00 |
Statement.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Table.php
|
Fixed syntax error
|
2006-09-18 20:11:21 +00:00 |
Tree.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
Validator.php
|
Changed ValidatorUSState to conform to the standard Doctrine_Validator_* naming scheme and removed the old style from Doctrine_Validator
|
2006-09-20 09:30:39 +00:00 |
ValueHolder.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
View.php
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |