1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/Doctrine
2006-09-22 21:46:03 +00:00
..
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 Small fix in Doctrine_Cache_Query_Sqlite.php 2006-09-21 10:04:50 +00:00
Collection added Doctrine_Collection_Exception 2006-09-19 21:15:07 +00:00
Connection Removed object cache and all references to it, ticket #89 fixed 2006-09-20 21:07:13 +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
DB The skeleton for Doctrine_DB_Profiler 2006-09-22 21:46:03 +00:00
EventListener fixes #98, also added some doc blocks 2006-09-21 17:23:26 +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
Manager - Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time. 2006-09-22 19:23:57 +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 MX checking disabled by default 2006-09-20 12:29:05 +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
Collection.php - Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time. 2006-09-22 19:23:57 +00:00
Compiler.php Refactored Doctrine::loadAll() 2006-09-20 21:29:50 +00:00
Configurable.php Removed deprecated constants 2006-09-20 21:18:41 +00:00
Connection.php - Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time. 2006-09-22 19:23:57 +00:00
DataDict.php Gzip datatype added 2006-09-20 15:46: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 Removed deprecated events, fixes #97 2006-09-21 17:14:20 +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
Hydrate.php 2006-09-07 21:25:08 +00:00
Identifier.php Removed Doctrine_Form (form building is not part of an ORM framework) 2006-09-20 21:33:21 +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 UnitOfWork and Transaction under the Doctrine_Connection namespace 2006-09-20 09:55:44 +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 - Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time. 2006-09-22 19:23:57 +00:00
Null.php new Doctrine_DB to the draft 2006-09-21 21:09:58 +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 - Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time. 2006-09-22 19:23:57 +00:00
Relation.php Refactored Doctrine_Relation 2006-09-20 21:43:40 +00:00
Repository.php Removed deprecated constants 2006-09-20 21:18:41 +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 - Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time. 2006-09-22 19:23:57 +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 Gzip datatype added 2006-09-20 15:46:25 +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 Refactored Doctrine_View 2006-09-20 21:40:16 +00:00