1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine
2008-07-21 21:52:08 +00:00
..
Adapter Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Association Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
AuditLog Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Builder Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Cache refactorings, a bug fix (#786) and improved performance for the hydration of results from polymorphic queries. 2008-03-05 11:24:33 +00:00
ClassMetadata Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
Cli Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Collection Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Compiler Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Connection Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
ConnectionFactory Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction. 2008-06-05 19:01:58 +00:00
Data Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
DataDict Added float8 support in pgsql. Fixes #808 2008-02-27 01:39:51 +00:00
Entity fixed some doc blocks 2008-06-02 11:45:12 +00:00
EntityManager Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction. 2008-06-05 19:01:58 +00:00
EntityPersister Refactorings. Merged hydrator fixes from 0.11/1.0 2008-07-10 17:17:58 +00:00
EventListener Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Export Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Expression Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
File Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
FileFinder Changed all references to http://www.phpdoctrine.com/net to http://www.phpdoctrine.org 2008-01-22 22:52:53 +00:00
Hook Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Hydrator Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
I18n Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Import Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Internal Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
Locking Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Log Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Manager Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Migration Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Node Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Pager Added Doctrine_Pager_Range::isInRange, which checks if a given page is in the range 2008-02-21 16:06:46 +00:00
Parser Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Query Cleanups, improvements, fixes. 2008-07-11 10:48:04 +00:00
RawSql Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Record Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Relation Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things. 2008-06-15 15:56:28 +00:00
Search Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Sequence minor refactorings & cleanups. 2008-05-01 09:50:23 +00:00
Task - implode expects an array() 2008-03-02 16:51:09 +00:00
Template Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Transaction merged fix for #873 from 0.10 2008-03-20 15:17:01 +00:00
Tree Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Validator Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
View Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Access.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Adapter.php Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Association.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
AuditLog.php Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction. 2008-06-05 19:01:58 +00:00
Builder.php Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Cache.php Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things. 2008-06-15 15:56:28 +00:00
ClassMetadata.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
Cli.php Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Collection.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
Compiler.php Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction. 2008-06-05 19:01:58 +00:00
Configurable.php Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things. 2008-06-15 15:56:28 +00:00
Configuration.php The usual 2.0 refactoring/implementation commit. 2008-07-04 16:32:19 +00:00
Connection.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
ConnectionFactory.php The usual 2.0 refactoring/implementation commit. 2008-07-04 16:32:19 +00:00
Data.php Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
DataDict.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Entity.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
EntityManager.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
EntityManagerFactory.php The usual 2.0 refactoring/implementation commit. 2008-07-04 16:32:19 +00:00
EntityRepository.php Refactorings. Merged hydrator fixes from 0.11/1.0 2008-07-10 17:17:58 +00:00
Event.php Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things. 2008-06-15 15:56:28 +00:00
EventManager.php Refactorings. Merged hydrator fixes from 0.11/1.0 2008-07-10 17:17:58 +00:00
EventSubscriber.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
Exception.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
Export.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Expression.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
File.php Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
FileFinder.php Changed all references to http://www.phpdoctrine.com/net to http://www.phpdoctrine.org 2008-01-22 22:52:53 +00:00
Formatter.php Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things. 2008-06-15 15:56:28 +00:00
Hook.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Hydrator.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
HydratorNew.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
I18n.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Import.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Inflector.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Lib.php Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things. 2008-06-15 15:56:28 +00:00
Log.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Manager.php The usual 2.0 refactoring/implementation commit. 2008-07-04 16:32:19 +00:00
MappingException.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
Migration.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Node.php Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Null.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Overloadable.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
Pager.php minor refactorings & cleanups. 2008-05-01 09:50:23 +00:00
Parser.php Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Query_old.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
Query.php The usual 2.0 refactoring/implementation commit. 2008-07-04 16:32:19 +00:00
RawSql.php adding a newline. 2008-07-21 21:52:08 +00:00
Relation.php Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction. 2008-06-05 19:01:58 +00:00
Search.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Sequence.php The usual 2.0 refactoring/implementation commit. 2008-07-04 16:32:19 +00:00
Task.php Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
Template.php Doctrine_Record renamed. Hydration refactored. Other refactorings. 2008-05-13 21:20:34 +00:00
Transaction.php The usual 2.0 refactoring/implementation commit. 2008-07-04 16:32:19 +00:00
Tree.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
Util.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00
Validator.php Checkin of occasional work from the past weeks. 2008-07-20 20:13:24 +00:00
View.php some minor refactorings. started to make a draft of the new namespaced folder structure. 2008-05-30 12:09:24 +00:00