1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/lib/Doctrine/Common
2010-03-16 19:35:41 +00:00
..
Annotations [2.0] Removed requirement to extend the Annotation base class, allowing any PHP class with an appropriate constructor to be used as an annotation. 2010-03-15 14:14:35 +00:00
Cache [2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards. 2010-03-15 17:19:00 +00:00
Cli [2.0] Fixing strict standards notice when you execute a task that does not exist 2010-03-16 19:35:41 +00:00
Collections [2.0][DDC-263] Fixed. Patch provided by Christian Heinrich. 2010-01-22 15:10:13 +00:00
Util [2.0] Incorporated CLI refactorings. Added support to namespaces and unlimited depth namespaces. Dropped globalArguments for now, since they interfer in DAG implementation. 2009-12-21 17:38:14 +00:00
ClassLoader.php [2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader. 2009-12-15 21:06:32 +00:00
CommonException.php [2.0] Missing files from last commit. 2010-03-05 16:36:48 +00:00
EventArgs.php [2.0] Added more missing docblocks. Implemented a double-inclusion listener prevention in EventManager 2009-08-10 21:36:57 +00:00
EventManager.php [2.0] Added more missing docblocks. Implemented a double-inclusion listener prevention in EventManager 2009-08-10 21:36:57 +00:00
EventSubscriber.php [2.0] Added more missing docblocks. Implemented a double-inclusion listener prevention in EventManager 2009-08-10 21:36:57 +00:00
GlobalClassLoader.php [2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed. 2010-03-05 16:35:00 +00:00
IsolatedClassLoader.php [2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader. 2009-12-15 21:06:32 +00:00
Lexer.php [2.0] More refactorings in Annotations parser and DQL parser. Now they only use constants instead of string processment 2009-11-04 01:52:40 +00:00
NotifyPropertyChanged.php [2.0] Added more missing docblocks. Implemented a double-inclusion listener prevention in EventManager 2009-08-10 21:36:57 +00:00
PropertyChangedListener.php [2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader. 2009-12-15 21:06:32 +00:00
Version.php [2.0][DDC-364] Added Doctrine\Common\Version which provides the current version of Doctrine. Also added CLI tasks for Common and DBAL, since they may vary in the future. 2010-02-24 02:54:24 +00:00