Commit Graph

1000 Commits

Author SHA1 Message Date
Fabien Potencier
c139fd64d1 updated bootstrap.php 2010-08-14 20:55:27 +02:00
ornicar
6461e27066 Fix CRLF in xliff-core-1.2-strict.xsd 2010-08-14 14:56:53 +02:00
Fabien Potencier
b514d767ef simplified some code 2010-08-12 21:58:19 +02:00
Brandon Turner
84446fe0ec [FrameworkBundle] Updated kernel test to create tmp directory on instantiation 2010-08-12 13:40:23 +02:00
Fabien Potencier
50617e1acb [FrameworkBundle] added an error message when an exception is thrown when handling another exception 2010-08-11 23:15:17 +02:00
Jonathan H. Wage
625d0ab322 Fixing naming issue (fixes #8953) 2010-08-11 20:51:43 +02:00
Jonathan H. Wage
2a0730aaaa Adding mongodb to default autoloader so tests will run. 2010-08-11 20:51:38 +02:00
Jonathan H. Wage
dbc5249f88 Fixing issue with .xml being hardcoded and converting yaml to yml for propert file extension. 2010-08-11 20:51:34 +02:00
Bulat Shakirzyanov
373d05c9ba [DoctrineMongoDBBundle] removed trailing space 2010-08-11 20:51:28 +02:00
Brandon Turner
c0eb062b8e [DoctrineMongoDBBundle] Added missing use namespace declaration 2010-08-11 12:40:39 -05:00
Brandon Turner
13de495b34 [DoctrineMongoDBBundle] Fixed typo 2010-08-11 12:40:39 -05:00
Fabien Potencier
9e157f51a3 [FrameworkBundle] made a small optimization 2010-08-11 19:39:01 +02:00
Fabien Potencier
fca137fc47 [Framework] better fix for the previous commit 2010-08-11 19:35:07 +02:00
Fabien Potencier
b64e66dde8 [Framework] fixed loading of compiled classes 2010-08-11 17:58:36 +02:00
Fabien Potencier
9dd3b65adb [FrameworkBundle] fixed web test case to take into account the new ways to configure PHPUnit 2010-08-11 15:30:17 +02:00
Fabien Potencier
875366f584 updated default configuration in skeleton 2010-08-11 15:12:59 +02:00
Fabien Potencier
7b65956343 made classes compilation more configurable 2010-08-10 22:55:24 +02:00
Fabien Potencier
0e36f043ef [Framework] updated the stripComments() method 2010-08-10 18:46:37 +02:00
Fabien Potencier
c87dd7780f modified BundleInterface 2010-08-10 18:06:35 +02:00
Fabien Potencier
17bc06a4d2 made some cleanup 2010-08-10 16:13:51 +02:00
Fabien Potencier
9e82497d5b removed BundleInterface::buildContainer() method (extensions are now automatically registered -- or override the getExtensions() method if you do not follow the conventions) 2010-08-10 16:07:44 +02:00
Fabien Potencier
53c4403992 [FrameworkBundle] removed WebExtension constructor 2010-08-10 15:57:04 +02:00
Fabien Potencier
b8aa4361ad [FrameworkBundle] fixed tests 2010-08-10 15:55:05 +02:00
Fabien Potencier
4e2df31d64 [FrameworkBundle] moved templating configuration from FrameworkBundle to FrameworkExtension 2010-08-10 15:38:01 +02:00
Fabien Potencier
f6c862667f [DoctrineMongoDBBundle] removed DoctrineMongoDBExtension constructor 2010-08-10 15:30:24 +02:00
Fabien Potencier
0f30e539b1 [DoctrineBundle] removed DoctrineExtension constructor 2010-08-10 15:30:09 +02:00
Fabien Potencier
ac8e1e29e9 updated bootstrap file 2010-08-10 15:09:55 +02:00
Fabien Potencier
c043c46116 [FrameworkBundle] fixed actions helper (and allowed short notation in the resolver) 2010-08-10 15:03:31 +02:00
Fabien Potencier
2a8a9cc0a3 moved KernelBundle logic to KernelExtension, and made test.xml decoupled from the error handler
The error_handler_level parameter (from kernel.config) has been renamed to error_handler (false to disable the error handler,
null to catch errors from error_reporting(), and a number to catch more/less errors than error_reporting())
2010-08-10 14:58:26 +02:00
Fabien Potencier
9452437c51 [HttpKernel] made all core.* events take a request_type parameter for consistency 2010-08-09 18:10:18 +02:00
Fabien Potencier
485400dd51 refactored the controller resolver (+ made a small routing optimization) 2010-08-09 15:21:59 +02:00
Fabien Potencier
5c4b891812 [HttpKernel] fixed some phpdoc 2010-08-09 15:07:40 +02:00
Fabien Potencier
2f84c280d0 [Framework] added Kernel::isClassInActiveBundle() 2010-08-09 15:07:05 +02:00
Fabien Potencier
248e501df5 [Routing] added Route::setDefault() 2010-08-09 15:05:54 +02:00
Fabien Potencier
6a572e0f34 [Framework] added the ClosureLoader for DIC in the kernel 2010-08-09 15:05:30 +02:00
Fabien Potencier
fd705756d4 [Framework] disabled the bootstrap file when debug is true 2010-08-09 15:05:07 +02:00
Fabien Potencier
ecea456c5b [Framework] removed old code 2010-08-09 14:47:19 +02:00
Fabien Potencier
d440f2edbe [FrameworkBundle] fixed CS 2010-08-05 08:37:02 +02:00
Fabien Potencier
c6bde10076 [FrameworkBundle] fixed XSD for validation 2010-08-05 08:33:24 +02:00
Fabien Potencier
355ed9b5f9 renamed annotation to tag in the DIC 2010-08-05 07:34:53 +02:00
Jonathan H. Wage
8f21e5d918 Allowing default_database to be configured per document manager. 2010-08-04 23:20:28 +02:00
Kris Wallsmith
82e440c181 [DoctrineMongoDBBundle] added "default_database" attribute to DI extension 2010-08-04 23:19:56 +02:00
Fabien Potencier
eb8b7645d4 [HttpKernel] fixed previous commit 2010-08-04 23:06:49 +02:00
Fabien Potencier
d876ea0766 [HttpKernel] fixed wrong usage of sleep() 2010-08-04 18:23:13 +02:00
Kris Wallsmith
5a724fdcb6 [HttpKernel] added getSummary to DataCollectorInterface 2010-08-04 16:51:42 +02:00
Fabien Potencier
cae410cfb5 removed auto_start left over 2010-08-04 09:09:35 +02:00
Fabien Potencier
09a11475f1 [Framework] updated the bootstrap file 2010-08-04 08:51:32 +02:00
Kris Wallsmith
1f4f6afebe [DoctrineMongoDBBundle] fixed class names in tests 2010-08-04 08:45:03 +02:00
Kris Wallsmith
9df6cdd53e [DoctrineMongoDBBundle] fixed parameter references in tests 2010-08-04 08:44:56 +02:00
Kris Wallsmith
b5690609f8 [DoctrineMongoDBBundle] renamed extension class 2010-08-04 08:44:51 +02:00