1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine
2007-09-20 15:02:07 +00:00
..
Adapter replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
AuditLog replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Cache replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +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 2007-09-19 18:58:45 +00:00
DataDict 2007-09-17 20:44:30 +00:00
EventListener Unified event listener methods for close() method: preClose() postClose() 2007-08-09 22:16:33 +00:00
Export Removed remove alter table from sqlite b/c this is not possible in sqlite. 2007-09-19 19:34:45 +00:00
Expression replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
File 2007-07-24 20:38:42 +00:00
Hook 2007-05-26 16:49:58 +00:00
Hydrate Fix bug #428, clearing object relations before adding new ones in a query 2007-09-04 01:23:02 +00:00
I18n 2007-09-04 20:56:16 +00:00
Import Updated to auto complete other end of relationships. 2007-09-19 21:08:23 +00:00
Locking replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Manager - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Migration Changes for new migration code. 2007-09-19 19:33:00 +00:00
Node replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Parser Changes to make export schema yml closer to working :) 2007-09-20 15:02:07 +00:00
Plugin 2007-09-02 17:34:44 +00:00
Query invalid variable 2007-09-20 05:25:52 +00:00
RawSql - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
Record Made loadTemplate() simply call actAs() rather than duplicating code. Original loadTemplate() was broken anyways, addTemplate() was never called 2007-09-12 16:06:33 +00:00
Relation 2007-09-17 22:19:17 +00:00
Schema replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Search replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +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 2007-09-13 18:42:52 +00:00
Transaction added Mock driver 2007-06-10 19:38:22 +00:00
Tree replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Validator fixing codeing standard errors... 2007-09-08 12:43:25 +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-09-02 11:29:14 +00:00
Cache.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Collection.php Substitute array_diff function with array_udiff to allow overriding __toString() 2007-09-10 16:16:24 +00:00
Column.php 2007-05-19 17:29:43 +00:00
Compiler.php 2007-06-19 22:55:34 +00:00
Configurable.php Throw exception on deprecated attributes 2007-09-04 16:36:12 +00:00
Connection.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
DataDict.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
DataType.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +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 Updating Export code to use the new methods in Doctrine instead of rewriting same code. 2007-09-19 19:43:33 +00:00
Expression.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
File.php 2007-07-24 20:38:42 +00:00
Formatter.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Hook.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Hydrate.php 2007-09-06 20:52:16 +00:00
I18n.php 2007-09-06 20:23:52 +00:00
Import.php Changed import/export methods to importSchema() and exportSchema() 2007-08-16 22:42:35 +00:00
IntegrityMapper.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Lib.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Manager.php 2007-09-18 17:26:17 +00:00
Migration.php Changes for new migration code. 2007-09-19 19:33:00 +00:00
Node.php Fixed a bug in the nestedset implementation. When using single table inheritance all node instances need to use the same tree object. previously every subclass created it's own tree object which resulted in strange behaviour. 2007-09-04 12:52:23 +00:00
Null.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Object.php 2007-06-07 16:26:01 +00:00
Overloadable.php comments added 2007-02-08 22:11:18 +00:00
Parser.php Changes to make export schema yml closer to working :) 2007-09-20 15:02:07 +00:00
Plugin.php 2007-09-02 17:34:44 +00:00
Query.php 2007-09-12 22:03:25 +00:00
RawSql.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Record.php 2007-09-19 15:18:09 +00:00
Relation.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Schema.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Search.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Sequence.php 2007-02-01 09:58:53 +00:00
Table.php - not use the integer index, instead use the actual value for non emulated enums 2007-09-07 13:27:02 +00:00
Template.php 2007-09-06 20:23:52 +00:00
Tokenizer.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Transaction.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Tree.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +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 replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
View.php - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00