|
|
|
@4971
|
[4971]
|
2 months |
guilhermeblanco |
[2.0] Moved Doctrine_Query to definite namespace Doctrine_ORM_Query.
Fixed …
|
|
|
|
@4964
|
[4964]
|
3 months |
romanb |
more cleanups. introducing ClassLoader?.
|
|
|
|
@4931
|
[4931]
|
3 months |
romanb |
moved more files to TODO
|
|
|
|
@4470
|
[4470]
|
6 months |
romanb |
Refactorings and initial commit/draft of new event handling / …
|
|
|
|
@4375
|
[4375]
|
7 months |
romanb |
Initial support for scalar hydration (HYDRATE_SCALAR). EntityPersisters? …
|
|
|
|
@4364
|
[4364]
|
7 months |
romanb |
Doctrine_Record renamed. Hydration refactored. Other refactorings.
|
|
|
|
@4225
|
[4225]
|
8 months |
romanb |
Fixed #966.
|
|
|
|
@4101
|
[4101]
|
8 months |
romanb |
refactorings
|
|
|
|
@4055
|
[4055]
|
9 months |
romanb |
added xsl stylesheet to generate changelogs from svn log. merged a few …
|
|
|
|
@4002
|
[4002]
|
9 months |
romanb |
refactorings
|
|
|
|
@3931
|
[3931]
|
9 months |
romanb |
refactorings, a bug fix (#786) and improved performance for the hydration …
|
|
|
|
@3882
|
[3882]
|
9 months |
jwage |
Changed all references from phpdoctrine.com to phpdoctrine.org
|
|
|
|
@3835
|
[3835]
|
10 months |
jwage |
Merged r3834 to 0.9 and trunk. Fixed conservative model loading to …
|
|
|
|
@3754
|
[3754]
|
10 months |
romanb |
refactorings
|
|
|
|
@3624
|
[3624]
|
10 months |
jwage |
Work on migrations diff and fixes.
|
|
|
|
@3600
|
[3600]
|
10 months |
jwage |
Moved Doctrine_Migration_Builder and Doctrine_Import_Builder to …
|
|
|
|
@3570
|
[3570]
|
10 months |
jwage |
Changed all references to http://www.phpdoctrine.com/net to …
|
|
|
|
@3565
|
[3565]
|
10 months |
jwage |
Connection refactoring to allow create/drop database functionality for …
|
|
|
|
@3461
|
[3461]
|
11 months |
romanb |
Reapplied changes to Doctrine.php made by jonwage.
|
|
|
|
@3460
|
[3460]
|
11 months |
romanb |
Merged current state of my experimental branch back to trunk.
|
|
|
|
@3458
|
[3458]
|
11 months |
romanb |
reverting the reorganization done in 3455-3456 in order to make merging my …
|
|
|
|
@3456
|
[3456]
|
11 months |
jwage |
A few more fixes for autoloading and locating paths to Doctrine …
|
|
|
|
@3455
|
[3455]
|
11 months |
jwage |
Preparation for new organization of code in to sub packages. Changed …
|
|
|
|
@3449
|
[3449]
|
11 months |
jwage |
Removed $aggressive param as it is not needed and was left there by …
|
|
|
|
@3420
|
[3420]
|
12 months |
jwage |
Fixed spelling error.
|
|
|
|
@3415
|
[3415]
|
12 months |
jwage |
Refactorings for schema files and Doctrine_Record builder. More to come …
|
|
|
|
@3319
|
[3319]
|
12 months |
jwage |
Removed exec() call and updated docs for data fixtures.
|
|
|
|
@3318
|
[3318]
|
12 months |
wernerm |
Changed loadModels() once again. Removed loading of models based solely on …
|
|
|
|
@3311
|
[3311]
|
12 months |
romanb |
Introduced a new attribute ATTR_AUTOLOAD_TABLE_CLASSES that can be used to …
|
|
|
|
@3308
|
[3308]
|
12 months |
romanb |
Improved autoload.
|
|
|
|
@3284
|
[3284]
|
12 months |
jwage |
Updated version.
|
|
|
|
@3262
|
[3262]
|
12 months |
wernerm |
MAde small fix to model loading that caused a warning to be raised.
|
|
|
|
@3258
|
[3258]
|
12 months |
jwage |
Consolidated a few things. Initial entry of Inflector class. Moved some …
|
|
|
|
@3250
|
[3250]
|
12 months |
jwage |
Further model loading refactoring and refactored merge() in …
|
|
|
|
@3247
|
[3247]
|
12 months |
jwage |
fixes #473
|
|
|
|
@3228
|
[3228]
|
12 months |
jwage |
A few fixes to Migrations and formatting/code fixes.
|
|
|
|
@3223
|
[3223]
|
12 months |
romanb |
Completed implementation of the query cache.
|
|
|
|
@3208
|
[3208]
|
12 months |
wernerm |
Fixed getLoadedModels()
|
|
|
|
@3207
|
[3207]
|
12 months |
wernerm |
Fixed getLoadedModels()
|
|
|
|
@3204
|
[3204]
|
13 months |
wernerm |
Added isValidModelClass() static method and fixed getLoadedModels() in …
|
|
|
|
@3155
|
[3155]
|
13 months |
ppetermann |
making Doctrine::dump() indent arrays
|
|
|
|
@3138
|
[3138]
|
13 months |
jwage |
Merged r3136:3137
|
|
|
|
@3127
|
[3127]
|
13 months |
jwage |
Merged r3122:r3126
|
|
|
|
@3092
|
[3092]
|
13 months |
jwage |
-
|
|
|
|
@3066
|
[3066]
|
13 months |
meus |
added a convenience method and new coverage stuff
|
|
|
|
@3055
|
[3055]
|
13 months |
zYne |
added possibility for setting user-defined params
|
|
|
|
@3048
|
[3048]
|
13 months |
jwage |
Clean up, initial entry of root txt files, fixed a few broken unit tests. …
|
|
|
|
@3038
|
[3038]
|
13 months |
romanb |
Introduced ATTR_TBLNAME_FORMAT. Closes #257
|
|
|
|
@3015
|
[3015]
|
13 months |
jwage |
Formatting/standards changes.
|
|
|
|
@3002
|
[3002]
|
13 months |
jwage |
Added to autoloading to support caching the loaded model paths so we can …
|
|
|
|
@2989
|
[2989]
|
14 months |
romanb |
added hydration mode HYDRATE_NONE
|
|
|
|
@2983
|
[2983]
|
14 months |
jwage |
Changed version to valid version.
|
|
|
|
@2982
|
[2982]
|
14 months |
jwage |
Added version and moved package file.
|
|
|
|
@2963
|
[2963]
|
14 months |
jwage |
Mass search and replace for coding standards changes, doc block …
|
|
|
|
@2951
|
[2951]
|
14 months |
jwage |
Enhancing CLI. New commands and cleaning up.
|
|
|
|
@2943
|
[2943]
|
14 months |
jwage |
A little formatting and documentation.
|
|
|
|
@2942
|
[2942]
|
14 months |
jwage |
Made methods static.
|
|
|
|
@2941
|
[2941]
|
14 months |
jwage |
Additions to migrations to support generating migrations from models or …
|
|
|
|
@2939
|
[2939]
|
14 months |
jwage |
Removed Facade and moved all static methods to Doctrine class.
|
|
|
|
@2902
|
[2902]
|
14 months |
zYne |
fixed VALIDATE_ALL constant value
|
|
|
|
@2874
|
[2874]
|
14 months |
jwage |
Fixes to original compiler code to allow the exporting of certain drivers.
|
|
|
|
@2872
|
[2872]
|
14 months |
jwage |
Moved static methods from Doctrine class to Doctrine_Facade and updated …
|
|
|
|
@2866
|
[2866]
|
14 months |
samw3 |
getConnectionByTableName() returns Doctrine_Manager::connection() if table …
|
|
|
|
@2849
|
[2849]
|
14 months |
jwage |
Moved cli to sandbox folder. Fixes to importing schema and generating sql.
|
|
|
|
@2814
|
[2814]
|
14 months |
jwage |
More documentation.
|
|
|
|
@2813
|
[2813]
|
14 months |
jwage |
Documentation.
|
|
|
|
@2809
|
[2809]
|
14 months |
jwage |
Fleshing out functionality of CLI system and changed syntax of migration …
|
|
|
|
@2735
|
[2735]
|
14 months |
zYne |
removed deprecated attributes, added bound query part functionality, fixed …
|
|
|
|
@2720
|
[2720]
|
14 months |
jwage |
Fixes to loading models and made it so Builder can generate abstract …
|
|
|
|
@2716
|
[2716]
|
14 months |
jwage |
Fixes for new sfDoctrinePlugin
|
|
|
|
@2702
|
[2702]
|
14 months |
jwage |
Lots of formatting changes, cleanup, doc block changes.
|
|
|
|
@2590
|
[2590]
|
15 months |
jwage |
Fixes for schema importing.
|
|
|
|
@2587
|
[2587]
|
15 months |
meus |
removed rat comment :P
|
|
|
|
@2586
|
[2586]
|
15 months |
meus |
fixing coding standard $_ infront of private var and removing e from pcre …
|
|
|
|
@2565
|
[2565]
|
15 months |
jwage |
Changes to make export schema yml closer to working :)
|
|
|
|
@2552
|
[2552]
|
15 months |
jwage |
Changes for new migration code.
|
|
|
|
@2547
|
[2547]
|
15 months |
jwage |
|
|
|
|
@2458
|
[2458]
|
15 months |
zYne |
|
|
|
|
@2422
|
[2422]
|
15 months |
zYne |
|
|
|
|
@2396
|
[2396]
|
15 months |
jackbravo |
EXPORT_ALL constant should include bits 1 and 2, so it should be set to 3
|
|
|
|
@2388
|
[2388]
|
15 months |
meus |
replace tabs with 4 spaces. and fix other coding style related stuff
|
|
|
|
@2374
|
[2374]
|
15 months |
zYne |
deprecated validation attributes VLD, AUTO_LENGTH_VLD and AUTO_TYPE_VLD, …
|
|
|
|
@2372
|
[2372]
|
15 months |
zYne |
|
|
|
|
@2360
|
[2360]
|
15 months |
meus |
removed aditional ?> from lib
|
|
|
|
|