1
0
mirror of synced 2024-12-12 22:36:02 +03:00
Commit Graph

50 Commits

Author SHA1 Message Date
beberlei
4585c8fa2b [2.0] Refactoring of build.xml to generate coverage xml optionally via build.properties. Also added option to set the phpunit xml configuration file. 2010-02-07 09:31:32 +00:00
beberlei
3fdd9e537a [2.0] Add generation of clover coverage report into testing target of build.xml 2010-02-07 00:13:22 +00:00
beberlei
32eb644c62 [2.0] Updated Build process to use a new PHPUnit Phing Task and seperate "Common" and "Performance" Tests into different executions, the first one halts on failures the second doesnt. 2010-02-06 23:19:11 +00:00
romanb
4bec3e2c49 [2.0][DDC-263] Fixed. Patch provided by Christian Heinrich. 2010-01-22 15:10:13 +00:00
romanb
afbe3add30 [2.0][DDC-221] Namespace fixes. 2009-12-22 13:56:30 +00:00
guilhermeblanco
bf0cfba239 [2.0] Incorporated CLI refactorings. Added support to namespaces and unlimited depth namespaces. Dropped globalArguments for now, since they interfer in DAG implementation. 2009-12-21 17:38:14 +00:00
romanb
fe7ef4bbeb [2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader. 2009-12-15 21:06:32 +00:00
guilhermeblanco
67665aa574 [2.0] Major refactorings to CLI. New documentation applied. Missing validation and tests 2009-11-17 01:29:20 +00:00
romanb
d1f14e42fd [2.0] Fixed commend. 2009-11-01 19:04:27 +00:00
guilhermeblanco
49bcc69f3a [2.0] Moved EntityManager creation to be always available in CLI Tasks 2009-10-30 00:15:53 +00:00
romanb
a4913774c8 [2.0] Added ConnectionTest. Fixed sandbox. 2009-10-23 21:47:25 +00:00
romanb
cb1c7bce48 [2.0] DBAL cleanups (DDC-46). Proxy class improvements (DDC-19, DDC-39). Started new UPGRADE_TO document for upgrade instructions between advancing Doctrine 2 versions. 2009-10-14 20:18:36 +00:00
jwage
c71b4ebd71 [2.0] Fix for accidental commit to sandbox 2009-10-09 17:51:06 +00:00
jwage
204b6d71f3 [2.0] Finishing the AnnotationExporter to export relationships properly 2009-10-08 22:11:10 +00:00
jwage
a7d4e1e466 [2.0] Refactoring some common code in to the AnnotationDriver and creating PhpDriver for consistancy 2009-10-07 22:14:13 +00:00
jwage
60f00b8863 [2.0] Fixing cli-config 2009-10-07 04:07:54 +00:00
jwage
165abc3ca4 [2.0] Work on mapping drivers, exporter drivers and reverse engineering of database schemas 2009-10-07 04:07:23 +00:00
romanb
320d21e2be [2.0] Refactored classloader architecture. Renamed ClassLoader => GlobalClassLoader. Introduced IsolatedClassLoader that is suitable for participating in autoload stacks. Added 2 example entity classes to the sandbox with 2 xml mappings and 2 yaml mappings. Simplified sandbox setup. 2009-09-11 19:50:48 +00:00
guilhermeblanco
d30e8143e5 [2.0] Fixed wrong class name of XML Mapping Driver 2009-09-06 03:53:35 +00:00
jwage
fe1db4026b [2.0] Updating sandbox cli to use APC again but adding comment to use ArrayCache if APC is not available 2009-09-01 19:59:58 +00:00
jwage
2830d4d835 [2.0] Changing sandbox to use ArrayCache by default so it doesn't require APC. Added comment with APC as the recommended for production 2009-09-01 19:54:48 +00:00
romanb
fd204ee7f6 [2.0] Updated description for pear packages. Enhanced ClassLoader to support the old namespace separator (underscore) for Zend/PEAR/... compatibility until some day when they all use 5.3+. 2009-09-01 08:18:36 +00:00
jwage
0d0a772ea6 [2.0] Updating phing build.xml to generate pear packages 2009-08-31 22:24:48 +00:00
romanb
94c187685b [2.0] Work on CLI: Added SchemaToolTask with preliminary support for dropping/creating the database schema. Prepared the sandbox. Adjusted build to include the sandbox. 2009-08-31 16:21:29 +00:00
jwage
a6fbc19927 [2.0] Fixing sandbox 2009-05-29 14:46:53 +00:00
jwage
c67c8eac87 [2.0] Initial entry of YAML schema meta data driver and sandbox. A few other misc. fixes as well. 2009-02-17 08:01:34 +00:00
jwage
f2e9aa91b9 [2.0] Cleaning up old stuff. 2009-02-14 22:45:08 +00:00
jwage
514e17ea70 Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
jwage
b3de3fb942 Added model loading do default sandbox configuration. 2008-02-15 19:37:46 +00:00
jwage
bea3a7c50d Minor changes backported from 0.9 and 0.10 2008-02-15 18:42:06 +00:00
jwage
ddefc7f96d Fixes to sandbox and added printing of params to output of dql task. 2008-01-25 02:53:24 +00:00
jwage
00195ebb7d Moved. 2008-01-25 02:48:01 +00:00
jwage
689a4c6f45 Connection refactoring to allow create/drop database functionality for sqlite. fixes #480 2008-01-22 21:42:17 +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
zYne
46f2277094 irc bot example 2007-11-10 21:25:15 +00:00
Jonathan.Wage
34d4f12866 - 2007-10-23 03:39:57 +00:00
Jonathan.Wage
2c18fc948a MOved sandbox to tools folder. 2007-10-21 20:40:03 +00:00
Jonathan.Wage
0ed231286b Removed from trunk. Outdated/not used. 2007-10-21 19:58:21 +00:00
meus
dc01da94f9 fixing files that should not be commited 2007-08-17 05:20:56 +00:00
meus
cb688091c9 new coverage report against head 2007-08-17 05:18:08 +00:00
nicobn
325f0cc46d lib directory deduction now covers all possible cases. 2007-06-26 04:45:24 +00:00
nicobn
3cccec2edb Added header + script automatically detects /lib 2007-06-25 21:56:13 +00:00
nicobn
9f8fbba4e9 ... and made it a little more elegant. 2007-06-25 04:21:13 +00:00
nicobn
0eab525af5 Made bundle.php more intelligent. 2007-06-25 04:19:23 +00:00
meus
a3ceef45cb Updated this readme with a suggested fix 2007-03-31 14:05:02 +00:00
chris
8e8c59ae6a experience how to compile the phpdoc help using phing
Ticket: 299
2007-03-30 19:03:27 +00:00
jhassine
6239c4b3af Fixed the Phing build script to build the API documentation (Thanks meus for supplying the patch) 2006-12-29 16:40:00 +00:00
romanb
ba73772983 Fixes to the compiler. 2006-10-02 10:47:43 +00:00
jhassine
816971e883 Added a Phing build script for building API docs using PHPDoc and Doxygen. 2006-09-26 16:47:00 +00:00
romanb
d94d5ec1cb - Fixes and changes to Doctrine_Compiler
- Added a small cli script to run the compiler from the command line. The script requires the Doctrine base directory (the directory where Doctrine.php and the Doctrine folder is in) and the target file as its parameters.

Example: ./dev/Doctrine/ ./dev/myproject/BundledClasses.php
2006-09-23 14:31:17 +00:00