29 Commits

Author SHA1 Message Date
webimpress
6706e63632 General code fixes
- updated PHP CodeSniffer to version 2.7
- added phpcs.xml with defined CS rules
- fixed code to pass all CS checks
- short array syntax in docs
- composer scripts to run unit and cs checks
- updated travis configuration to use composer scripts
2016-10-16 20:09:31 +01:00
Marco Pivetta
58861a039f Adding compatibility file to allow loading of the module even without composer in place 2012-07-17 20:24:29 +02:00
Marco Pivetta
12883dcd66 Moving DoctrineModule\Module to PSR-0 compatible path, removing builtin autoloading 2012-06-02 10:16:44 +02:00
Marco Pivetta
811b92e876 Changing imports as of latest rename of Module\Manager into ModuleManager\ModuleManager 2012-05-20 21:40:39 +02:00
Marco Pivetta
30f1f6ef75 Fixing license in class annotations and composer.json 2012-05-20 20:55:35 +02:00
Marco Pivetta
1df16023ad Updating license to MIT 2012-05-20 20:46:05 +02:00
Marco Pivetta
eeeb477789 Removing submodules, enforcing usage of composer
Submodules are not a substainable solution when working with this module, as recursive dependencies can literally eat up drive space
2012-05-11 23:52:47 +02:00
Marco Pivetta
01a034f493 Fixing wrong class name causing fatal 2012-05-11 23:21:23 +02:00
Marco Pivetta
e702d0a7bc Stripping classmap autoloading, improving docblocs 2012-05-11 23:12:54 +02:00
Marco Pivetta
f43ec7bf25 Removing paginator API
Paginator has been removed as it is now part of core Doctrine ORM functionality
2012-05-10 00:26:39 +02:00
Marco Pivetta
9e34d070b5 Using classmap only when submodules are checked out 2012-05-08 00:38:13 +02:00
Marco Pivetta
591c12bfc4 Adding required dependencies to make DoctrineModule independent from DoctrineORMModule 2012-04-18 22:01:43 +02:00
Kyle Spraggs
382332dbf8 Initial refactor of SpiffyDoctrine to DoctrineModule. 2012-01-10 01:03:50 -06:00
Kyle Spraggs
d4efa29ae4 Removed unnecessary autoloading. 2011-12-14 12:57:17 -06:00
Kyle Spraggs
64ab02fbd8 Massive refactoring to allow for other types of Doctrine projects. This initial refactor adds ODM (MongoDB) support. Be sure to check docs/UPGRADE.md and docs/INSTALL_ODM.md or docs/INSTALL_ORM.md for updated instructions! 2011-12-14 01:11:24 -06:00
Kyle Spraggs
1ad76e530a Updated submodule reference. 2011-12-13 09:53:21 -06:00
Evan Coury
afd07094d2 Update Module class to implement AutoloaderProvider interface 2011-11-15 10:27:48 -07:00
Kyle Spraggs
7da7f3795e Implementing the new autoloader interface for Module.php.
Removed unused Doctrine service.
2011-11-15 11:22:55 -06:00
Kyle Spraggs
f77d7cf9d5 Removed classmap method call in module.php.
getConfig() returns an array.
Updated paths for bin/doctrine.php.
2011-11-07 13:06:25 -06:00
Kyle Spraggs
7a7e79ba26 Updated for vendor change. 2011-11-04 23:24:45 -05:00
Kyle Spraggs
61522d8228 Moved doctrine to vendor/ 2011-11-04 23:18:45 -05:00
Kyle Spraggs
2e39047468 Initial commit of the new attempt at a module config. 2011-11-03 17:56:00 -05:00
Kyle Spraggs
e5300fafc9 Initial commit of move to DI only implmentation @Ocramius.
GedmoExtensions still don't work...
2011-11-02 10:35:13 -05:00
Kyle Spraggs
38a4bb6c11 Added EntityExists and NoEntityExists validators. 2011-10-29 10:21:53 -05:00
Kyle Spraggs
cf70fbe17c Expanded readme.
Updated configuration.
2011-10-25 20:17:15 -05:00
Kyle Spraggs
843b43597f Moved files to follow the Zend best practices. 2011-10-24 22:08:43 -05:00
Kyle Spraggs
bc1486e4a4 Container/EM Factory type. 2011-10-24 08:25:34 -05:00
Kyle Spraggs
2701d4d197 Switched over to a container that can handle multiple Doctrine EM's. 2011-10-22 17:43:25 -05:00
Kyle Spraggs
13ededfcf1 Initial commit. 2011-10-22 11:56:06 -05:00