root/branches/0.10/lib/Doctrine

Name Size Rev Age Last Change
../
Adapter 4164 9 months jwage: Cleanup.
AuditLog 4164 9 months jwage: Cleanup.
Cache 4041 10 months jwage: fixes #879
Cli 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Collection 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Compiler 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Connection 4205 9 months David.Stendardi: fixed #940
Data 4124 10 months jwage: fixes #915
DataDict 4106 10 months jwage: fixed failing test case.
EventListener 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Export 4196 9 months jwage: fixes #921
Expression 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
File 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Hook 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Hydrator 4087 10 months romanb: Fixed #749.
I18n 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Import 4194 9 months jwage: Changing default inheritance to concrete from class table since 1.0 will …
Locator 4164 9 months jwage: Cleanup.
Locking 4104 10 months jwage: Fixed pessimistic locking.
Log 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Manager 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Migration 4115 10 months jwage: Small refactorings.
Node 4089 10 months romanb: Fixed #838. After reviewing the testcase, i've come to the conclusion that …
Pager 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Parser 4114 10 months jwage: Small refactorings.
Query 4190 9 months jwage: fixes #734 - Added removeDqlQueryPart() method.
RawSql 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Record 4136 10 months jwage: fixes #867
Relation 4047 10 months romanb: lazy relation loading fix
Search 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Sequence 4049 10 months romanb: fixed #882
Table 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Task 3935 10 months jwage: fixes #830
Template 4110 10 months jwage: Fixed sluggable so it always calls urlize on the value.
Transaction 4057 10 months romanb: Fixed #873
Tree 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Validator 4203 9 months jwage: Re-factored validation system to allow for validation of single …
View 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Access.php 3.8 KB 4164 9 months jwage: Cleanup.
Adapter.php 3.5 KB 4036 10 months jwage: fixes #833 - also cleaned up and added doc blocks for all adapter module …
AuditLog.php 4.0 KB 4164 9 months jwage: Cleanup.
Cache.php 11.4 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Cli.php 10.7 KB 3950 10 months jwage: fixes #814
Collection.php 23.7 KB 4402 8 months mahono: branches/0.10: changed Doctrine_Collection->getKeyColumn() to return the …
Column.php 3.8 KB 3975 10 months jwage: fixed #691 fixes #750
Compiler.php 5.1 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Configurable.php 15.2 KB 3917 10 months jwage: fixes #629
Connection.php 47.5 KB 4126 10 months jwage: Code formatting
Data.php 6.7 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
DataDict.php 3.3 KB 3975 10 months jwage: fixed #691 fixes #750
DataType.php 1.5 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Event.php 8.9 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
EventListener.php 3.8 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Exception.php 4.4 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Export.php 49.9 KB 3989 10 months jwage: fixes #853
Expression.php 3.8 KB 3975 10 months jwage: fixed #691 fixes #750
File.php 1.9 KB 3975 10 months jwage: fixed #691 fixes #750
Formatter.php 7.8 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Hook.php 7.1 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Hydrator.php 14.4 KB 4229 9 months romanb: Fixed #969.
I18n.php 3.1 KB 4010 10 months jwage: Added documentation for nesting plugins.
Import.php 7.4 KB 4196 9 months jwage: fixes #921
Inflector.php 17.5 KB 4196 9 months jwage: fixes #921
IntegrityMapper.php 6.3 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Lib.php 14.6 KB 4164 9 months jwage: Cleanup.
Locator.php 5.7 KB 2963 15 months jwage: Mass search and replace for coding standards changes, doc block …
Log.php 6.4 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Manager.php 25.0 KB 4094 10 months jwage: fixes #868
Migration.php 16.1 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Node.php 5.4 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Null.php 1.6 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Overloadable.php 1.6 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Pager.php 13.0 KB 3991 10 months guilhermeblanco: Fixed Doctrine_Pager::getResultsInPage() as reported by Matt Marcum …
Parser.php 3.7 KB 3929 10 months jwage: fixes #820
Query.php 67.7 KB 4129 10 months jwage: fixes #916
RawSql.php 12.4 KB 4033 10 months jwage: Fixes from commented tests. Updating models to use updated syntax.
Record.php 57.6 KB 4208 9 months guilhermeblanco: Fixed wrong variable condition order in fromArray() method
Relation.php 10.7 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Search.php 8.7 KB 3975 10 months jwage: fixed #691 fixes #750
Sequence.php 2.8 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Table.php 64.9 KB 4203 9 months jwage: Re-factored validation system to allow for validation of single …
Task.php 5.5 KB 3950 10 months jwage: fixes #814
Template.php 3.8 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Transaction.php 17.5 KB 4057 10 months romanb: Fixed #873
Tree.php 4.1 KB 3975 10 months jwage: fixed #691 fixes #750
Util.php 1.4 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
Validator.php 5.3 KB 4203 9 months jwage: Re-factored validation system to allow for validation of single …
View.php 4.1 KB 3884 11 months jwage: Changed all references from phpdoctrine.com to phpdoctrine.org
  • Property bugtraq:warnifnoissue set to yes
  • Property bugtraq:number set to true
  • Property bugtraq:logregex set to
    (?:closes|fixes|addresses|references|refs|re)?(#[0-9]+(?:(?:[, &]+| *and *)#[0-9]+)*)
    (\d+)
  • Property bugtraq:url set to http://doctrine.pengus.net/trac/ticket/%BUGID%
  • Property bugtraq:message set to Ticket: %BUGID%
Note: See TracBrowser for help on using the browser.