Commit Graph

479 Commits

Author SHA1 Message Date
Francois Zaninotto
3a35c327c5 [PropelBundle] Added more details in the README 2010-06-11 09:26:39 +02:00
Francois Zaninotto
ca00e20748 [PropelBundle] Removed need for custom autoloader since Propel now supports namespaces 2010-06-11 09:26:36 +02:00
Fabien Potencier
075edbc3b7 [TwigBundle] updated the bundle to take advantage of the latest Twig version 2010-06-10 19:19:00 +02:00
Fabien Potencier
77d3f924df added a way to easily change the environment and the debug flag in functional tests 2010-06-10 18:26:53 +02:00
Fabien Potencier
defa307d40 [WebBundle] added some black magic to remove the boiler plate code needed in end user functional tests 2010-06-10 18:16:58 +02:00
Fabien Potencier
e3c2e40c06 [Foundation] added Kernel::__clone() 2010-06-10 17:54:39 +02:00
Fabien Potencier
c11b707967 fixed tests 2010-06-10 17:26:10 +02:00
Fabien Potencier
a78f88687c [WebBundle] fixed default skeleton 2010-06-10 16:52:25 +02:00
Fabien Potencier
50610bc92b [SwiftmailerBundle] removed the need for adding the swiftmailer path to the include path 2010-06-10 10:37:23 +02:00
ornicar
7764a278c4 Fix Exception message in ControllerManager 2010-06-09 08:05:30 +02:00
henrikbjorn
6d5f186728 [DoctrineBundle] Removed array_reverse from DoctrineExtension so src/Application/SomeBundle/Entities/Entiy.php is favored over src/Bundle/SomeBundle/Entities/Entity.php 2010-06-09 08:04:39 +02:00
Fabien Potencier
37dda2ba8b [TwigBundle] fixed typos 2010-06-08 22:14:17 +02:00
Fabien Potencier
b86880da5e [TwigBundle] updated the bundle according to the latest version of Twig 2010-06-08 16:50:34 +02:00
Fabien Potencier
395081debe added autoload.php to .gitignore 2010-06-07 22:53:17 +02:00
Fabien Potencier
28f4bccb33 renamed culture to locale (patch from henrikbjorn) 2010-06-07 10:10:00 +02:00
Fabien Potencier
aa050e2f08 fixed ZF2 unit tests 2010-06-07 10:09:10 +02:00
Fabien Potencier
409a742503 [ZendBundle] updated the Zend Framework bundle to use ZF2 2010-06-07 09:48:51 +02:00
Fabien Potencier
294e54fb21 [TwigBundle] fixed service names 2010-06-07 09:36:20 +02:00
Fabien Potencier
a7e5f81803 changed all framework extensions to take advantage of the new extension configuration inheritance from previous commit 2010-06-07 09:24:13 +02:00
Fabien Potencier
b057ef613f [DependencyInjection] changed the extension mechanism to allow an extension to be inherit and merge from an existing configuration 2010-06-07 09:24:13 +02:00
Fabien Potencier
a79ad894f9 added a way to run tests that depends on external libraries 2010-06-07 09:24:09 +02:00
Fabien Potencier
626b88c8f1 [Console] simplified asXml() method 2010-06-03 09:25:51 +02:00
Fabien Potencier
227653fd24 [TwigBundle] added the javascript token parsers in the helper extension 2010-06-03 08:47:46 +02:00
Jeremy Mikola
6261cc2669 Fixed bad examples in doctrine:generate:entities help output. 2010-06-03 08:43:22 +02:00
Fabien Potencier
12328a1bcb [TwigBundle] updated the bundle to work with the latest Twig version 2010-06-03 08:42:22 +02:00
Fabien Potencier
d05cec8a39 [TwigBundle] fixed typos 2010-06-03 08:33:54 +02:00
Fabien Potencier
1a3790a636 [Foundation] normalized app name for use in a class name 2010-06-01 10:03:50 +02:00
Jeremy Mikola
59f60abbd5 Updated EntityGenerator spaces param to new coding standards 2010-05-27 14:06:53 -04:00
Jeremy Mikola
8b82e73ab9 Added bundle and entity parameters to limit operating scope of the doctrine:generate:entities command. 2010-05-27 14:06:53 -04:00
Jeremy Mikola
75cc89b4ee Added output to doctrine:generate:entity command and removed undesirable (and misnamed) call to doctrine:generate:entities. 2010-05-27 14:06:53 -04:00
Fabien Potencier
a7e20687f6 [PropelBundle] added logging 2010-05-27 17:28:34 +02:00
Fabien Potencier
c1e0c3edba [PropelBundle] added automatic bootstrapping of Propel in the boot 2010-05-27 17:28:31 +02:00
Fabien Potencier
c9e8934ee0 [PropelBundle] fixed Propel and Phing autoloading 2010-05-27 17:28:28 +02:00
Fabien Potencier
13839f23ce [PropelBundle] fixed generation of propel_autoload.php 2010-05-27 17:28:25 +02:00
Fabien Potencier
448d1a31df [PropelBundle] added autoloading for model classes 2010-05-27 17:28:21 +02:00
Fabien Potencier
ebca4f679f updated propel:build command 2010-05-27 17:28:18 +02:00
Francois Zaninotto
6f87c9389d added more details to README 2010-05-27 17:28:15 +02:00
Francois Zaninotto
79d4a299b6 [PropelBundle] Added requirement for external libraries in README 2010-05-27 17:28:11 +02:00
Francois Zaninotto
cb23828a0a [PropelBundle] Initial commit (WIP) (thanks @fabpot) 2010-05-27 17:28:07 +02:00
Fabien Potencier
85d4a0d55f added a way to pass default options to splitTemplateName 2010-05-27 09:25:16 +02:00
Fabien Potencier
28c0329deb [TwigBundle] added javascript/javascripts tags 2010-05-27 09:22:21 +02:00
Greg Thornton
5a09375dc4 Moved migrations-specific method out of DoctrineBundle\Command\DoctrineCommand and into the migrations bundle. 2010-05-25 18:25:08 +02:00
Greg Thornton
0512d13c07 Added missing DoctrineCommand imports to DoctrineMigrationsBundle. 2010-05-25 18:25:00 +02:00
Bongiraud Dominique
9fa1cb5e71 removed unused parameter in Request 2010-05-25 18:21:24 +02:00
Bongiraud Dominique
3a398b84a2 fixed invert parameters in Request::create method 2010-05-25 18:19:57 +02:00
Fabien Potencier
a1bf29743d [Templating] fixed typo in phpdoc 2010-05-25 18:16:08 +02:00
Jeremy Mikola
e282820835 [WebBundle] Controller::generateUrl() was not passing absolute parameter 2010-05-25 18:15:04 +02:00
Fabien Potencier
abe86d2608 [Foundation] added the env and debug information in the project container class name to avoid potential clashes if you manipulate several container in the same PHP script 2010-05-25 18:13:53 +02:00
Fabien Potencier
632ef95e06 [HttpKernel] added Request::overrideGlobals() 2010-05-24 14:02:58 +02:00
Greg Thornton
b949c8e80c Fixed doctrine migrations commands namespace. 2010-05-21 18:16:59 +02:00