1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

116 Commits

Author SHA1 Message Date
romanb
bd2e0d8ec5 Reapplied changes to Doctrine.php made by jonwage. 2008-01-06 09:47:00 +00:00
romanb
d9112ad1d7 Merged current state of my experimental branch back to trunk. 2008-01-05 19:55:56 +00:00
romanb
344ab02d95 reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier. 2008-01-05 19:14:35 +00:00
Jonathan.Wage
60c921762d A few more fixes for autoloading and locating paths to Doctrine components. 2008-01-05 07:53:24 +00:00
Jonathan.Wage
44820ec14a Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure. 2008-01-05 07:39:25 +00:00
Jonathan.Wage
02a57e4ceb Removed $aggressive param as it is not needed and was left there by mistake. 2008-01-03 20:14:50 +00:00
Jonathan.Wage
b438827d90 Fixed spelling error. 2007-12-20 03:09:57 +00:00
Jonathan.Wage
d1df55e316 Refactorings for schema files and Doctrine_Record builder. More to come but got held up on some things that zYne- must fix first. 2007-12-19 22:41:11 +00:00
Jonathan.Wage
4275c6656f Removed exec() call and updated docs for data fixtures. 2007-12-07 22:48:28 +00:00
wernerm
0b89c4dda2 Changed loadModels() once again. Removed loading of models based solely on model filename. Added support for different models with the same file names. All models files are required, in order to determine class names. The changes result in an overall increase in flexibility with respect to model file names. 2007-12-07 11:06:55 +00:00
romanb
af657cbe69 Introduced a new attribute ATTR_AUTOLOAD_TABLE_CLASSES that can be used to control whether Doctrine should try to autoload custom table class files when looking for them. 2007-12-06 19:02:29 +00:00
romanb
05ccf7098d Improved autoload. 2007-12-05 09:50:47 +00:00
Jonathan.Wage
9f20184fc4 Updated version. 2007-11-30 23:39:32 +00:00
wernerm
724cc2b1e7 MAde small fix to model loading that caused a warning to be raised. 2007-11-28 16:51:06 +00:00
Jonathan.Wage
9eac2776ea Consolidated a few things. Initial entry of Inflector class. Moved some methods from Doctrine base class to Doctrine_Lib and Doctrine_Inflector. 2007-11-28 02:21:42 +00:00
Jonathan.Wage
542f9b0d72 Further model loading refactoring and refactored merge() in Doctrine_Record 2007-11-27 18:23:13 +00:00
Jonathan.Wage
32392d9ad1 fixes #473 2007-11-27 03:45:30 +00:00
Jonathan.Wage
2bd3667750 A few fixes to Migrations and formatting/code fixes. 2007-11-25 20:30:51 +00:00
romanb
05147fbeb6 Completed implementation of the query cache. 2007-11-25 19:07:30 +00:00
wernerm
24a8cef0e6 Fixed getLoadedModels() 2007-11-23 00:28:58 +00:00
wernerm
54050f8c81 Fixed getLoadedModels() 2007-11-23 00:25:28 +00:00
wernerm
5d3b09524c Added isValidModelClass() static method and fixed getLoadedModels() in order to resort back to the (classical) approach of class inclusion as a fallback when record classes have different names than their file names. The fallback behaviour of getLoadedModels() is now similar to what is was before the changes introduced in rev 3002. 2007-11-22 13:40:22 +00:00
ppetermann
d862b013d0 making Doctrine::dump() indent arrays 2007-11-14 13:13:23 +00:00
Jonathan.Wage
ed383556ba Merged r3136:3137 2007-11-11 00:51:13 +00:00
Jonathan.Wage
b1c4c5f53f Merged r3122:r3126 2007-11-10 19:54:34 +00:00
Jonathan.Wage
769fd478ad - 2007-11-08 19:01:22 +00:00
meus
79e52571aa added a convenience method and new coverage stuff 2007-11-02 16:07:11 +00:00
zYne
01e41f3d27 added possibility for setting user-defined params 2007-11-01 22:52:40 +00:00
Jonathan.Wage
8bfbd6a7c7 Clean up, initial entry of root txt files, fixed a few broken unit tests. New documentation. 2007-11-01 19:45:36 +00:00
romanb
dfd15a6068 Introduced ATTR_TBLNAME_FORMAT. Closes #257 2007-10-30 13:30:50 +00:00
Jonathan.Wage
db10d4a00e Formatting/standards changes. 2007-10-26 04:13:29 +00:00
Jonathan.Wage
094e6cb3bd Added to autoloading to support caching the loaded model paths so we can retrieve them with autoload. 2007-10-24 21:20:19 +00:00
romanb
6ed2e63d88 added hydration mode HYDRATE_NONE 2007-10-22 16:32:07 +00:00
Jonathan.Wage
9895dc1ca3 Changed version to valid version. 2007-10-22 05:11:23 +00:00
Jonathan.Wage
8588f221dd Added version and moved package file. 2007-10-22 05:09:22 +00:00
Jonathan.Wage
27b369a5f3 Mass search and replace for coding standards changes, doc block formatting, and code spacing. 2007-10-21 06:23:59 +00:00
Jonathan.Wage
e2a204e0dc Enhancing CLI. New commands and cleaning up. 2007-10-20 19:14:30 +00:00
Jonathan.Wage
8d2aebad70 A little formatting and documentation. 2007-10-20 02:30:15 +00:00
Jonathan.Wage
526c4ab1c8 Made methods static. 2007-10-19 22:50:00 +00:00
Jonathan.Wage
9440cf04f6 Additions to migrations to support generating migrations from models or existing databases. 2007-10-19 22:11:45 +00:00
Jonathan.Wage
779003edcc Removed Facade and moved all static methods to Doctrine class. 2007-10-19 14:23:42 +00:00
zYne
5f0b6cd1cd fixed VALIDATE_ALL constant value 2007-10-17 19:38:53 +00:00
Jonathan.Wage
f54687fdcb Fixes to original compiler code to allow the exporting of certain drivers. 2007-10-15 23:03:08 +00:00
Jonathan.Wage
4d36734953 Moved static methods from Doctrine class to Doctrine_Facade and updated the tasks to use Doctrine_Facade. 2007-10-15 22:05:35 +00:00
samw3
ef40c0492f getConnectionByTableName() returns Doctrine_Manager::connection() if table does not exist 2007-10-15 21:05:20 +00:00
Jonathan.Wage
34af8e3aa1 Moved cli to sandbox folder. Fixes to importing schema and generating sql. 2007-10-15 13:47:24 +00:00
Jonathan.Wage
51a444e2e8 More documentation. 2007-10-11 04:24:01 +00:00
Jonathan.Wage
347ec1272b Documentation. 2007-10-11 04:23:00 +00:00
Jonathan.Wage
81324ec826 Fleshing out functionality of CLI system and changed syntax of migration classes to only required a to parameter since we already know where we are coming from. 2007-10-11 03:23:33 +00:00
zYne
7ecc82fded removed deprecated attributes, added bound query part functionality, fixed remaining I18n issues 2007-10-05 21:18:40 +00:00