Commit Graph

668 Commits

Author SHA1 Message Date
Fabien Potencier
659041a96c [DependencyInjection] fixed Doctrine bundles 2010-07-05 10:33:16 +02:00
Fabien Potencier
4bbf2ae055 [DependencyInjection] renamed constructor to factory method (like in Spring) 2010-07-05 09:47:47 +02:00
Fabien Potencier
a9ad743006 [DependencyInjection] changed the main services.xsd to be more strict (the validation was basically disabled because of ##any) 2010-07-05 09:14:02 +02:00
Bernhard Schussek
235bdc49e4 [Validator] Removed duplicate class DependencyInjectionValidatorFactory 2010-07-04 18:25:17 +02:00
avalanche123
f2c4f20e70 [Validator] added support for '0' as default constraint option value 2010-07-04 18:10:54 +02:00
Bernhard Schussek
8c9f9de086 [Validator] Added support for metadata caching 2010-07-04 17:31:01 +02:00
Bernhard Schussek
1c7b459776 [Form] Fields with the name '0' are now possible 2010-07-04 17:03:03 +02:00
Bernhard Schussek
34dd0ea25b [Form] Fixed: Objects are stored in the form before calling configure() 2010-07-04 16:20:10 +02:00
Bernhard Schussek
3b48e1dee0 [FoundationBundle] Fixed failing WebExtensionTest 2010-07-04 15:42:21 +02:00
Bernhard Schussek
6fb9aae4b9 [Validator] Fixed __toString() method in ConstraintViolationList 2010-07-02 08:36:02 +02:00
Bernhard Schussek
55c1efd144 [FoundationBundle] Fixed the configuration of the annotation driver for the validator 2010-07-02 08:36:02 +02:00
Bernhard Schussek
f6b9d9e046 [Validator] Made all metadata classes serializable 2010-07-02 08:36:02 +02:00
Bernhard Schussek
a747987625 [Validator] Custom built constraints can now be used in the loaders 2010-07-02 08:36:02 +02:00
Fabien Potencier
5701d6533c fixed phpdoc 2010-07-01 20:22:40 +02:00
Fabien Potencier
e40447427a fixed phpdoc 2010-07-01 20:17:03 +02:00
Fabien Potencier
108e28429a [Console] fixed phpdoc 2010-07-01 19:38:34 +02:00
Fabien Potencier
99952c6042 [Console] added a way to create console application with only 1 command 2010-07-01 14:31:45 +02:00
Fabien Potencier
aaa6aba60b [Console] added a way to use style without defining a name (<fg=blue;bg=red>...</>) 2010-07-01 14:08:56 +02:00
Fabien Potencier
b31c3e0979 [Console] changed the --color/-c option to --ansi/-a to avoid conflict with --config/-c 2010-07-01 13:42:42 +02:00
Fabien Potencier
04a87053d1 [Console] changed the --color/-c option to --ansi/-a to avoid conflict with --config/-c 2010-07-01 12:05:36 +02:00
Fabien Potencier
ec7e228576 [HttpKernel] fixed phpdoc 2010-07-01 09:22:06 +02:00
Fabien Potencier
19d3e98675 [HttpKernel] fixed double-insertion problem for profiling data 2010-06-30 17:29:40 +02:00
Fabien Potencier
99c33cadf0 [FoundationBundle] removed Finder dependency in Filesystem 2010-06-30 12:52:30 +02:00
Fabien Potencier
04e621a5cd [Yaml] added support for the end of document marker 2010-06-29 17:51:05 +02:00
Fabien Potencier
53847ca90c [DoctrineBundle] fixed interface to reflect a change upstream 2010-06-29 16:37:40 +02:00
Fabien Potencier
87ae06c8cb [Routing] refactored resources 2010-06-28 09:15:15 +02:00
Fabien Potencier
aa697d8a0c added Bundles and Extensions in the list of resources to monitor in dev environment 2010-06-28 08:57:17 +02:00
Fabien Potencier
1b9645b098 fixed typos 2010-06-28 08:31:22 +02:00
Fabien Potencier
9895eaf3cb refactored DIC 2010-06-27 19:21:18 +02:00
Fabien Potencier
c46884044d removed hardcoded symfony URL 2010-06-27 18:54:03 +02:00
Fabien Potencier
59c1ebe1b6 [FoundationBundle] moved Helper to Templating 2010-06-27 18:31:42 +02:00
Fabien Potencier
95769bc315 [FoundationBundle] removed the request.base_path parameter (the DIC can now be immutable) 2010-06-27 18:27:06 +02:00
Fabien Potencier
d8efe7edb7 [Yaml] fixed UTF-8 bug 2010-06-27 13:59:29 +02:00
Fabien Potencier
a54fcaab83 [HttpKernel] fixed typo 2010-06-27 08:48:40 +02:00
Fabien Potencier
aa98c184ac [HttpKernel] fixed typos 2010-06-26 13:00:25 +02:00
Fabien Potencier
bd9f11f8f6 [DomCrawler] fixed API 2010-06-25 19:13:01 +02:00
Fabien Potencier
2722da2146 [DomCrawler] removed redundant methods 2010-06-25 18:39:38 +02:00
Fabien Potencier
a26bdb7723 [DomCrawler] removed the isEmpty() method 2010-06-25 17:58:29 +02:00
Fabien Potencier
898adc6ef9 created a new collectors.xml file for a better separation 2010-06-25 16:40:36 +02:00
Fabien Potencier
28c1fb2e4c [Foundation] reorganized files 2010-06-25 16:38:01 +02:00
Fabien Potencier
220f8cecec moved getProfile() from the WebTestCase to the Client 2010-06-25 16:13:07 +02:00
Fabien Potencier
763a99e368 [TwigBundle] added an asset tag 2010-06-24 17:30:39 +02:00
Jonathan H. Wage
be9148adf2 Initial entry of DoctrineMongoDBBundle 2010-06-24 17:29:28 +02:00
Fabien Potencier
85d99057fb unified mkdir mode 2010-06-24 13:12:19 +02:00
Bernhard Schussek
ca3dc31057 Decoupled Form component from intl extension 2010-06-24 11:40:52 +02:00
Bernhard Schussek
bcd4b6d140 Adapted Form, Validator, File and I18N component to new coding standards 2010-06-24 11:27:11 +02:00
Bernhard Schussek
6e310bd4ec Integrated Form, Validator, I18N and File component 2010-06-24 10:44:15 +02:00
Fabien Potencier
99a63fe1a6 renamed WebBundle to FoundationBundle as the bundle is not just about the web 2010-06-24 07:49:27 +02:00
Fabien Potencier
785da59eb5 [HttpKernel] added the cache system 2010-06-23 22:25:49 +02:00
Bernhard Schussek
ed7287538b Renamed Bundle classes to be named like the bundle itself for more clarity 2010-06-23 21:07:49 +02:00
Fabien Potencier
97162cfeda refactored cookie management 2010-06-23 16:24:24 +02:00
Francois Zaninotto
82890a32dc [PropelBundle] Fixed sqlmap filenames 2010-06-23 13:32:53 +02:00
Francois Zaninotto
a71a75aa4c [PropelBundle] Added description for build command 2010-06-23 13:32:42 +02:00
Francois Zaninotto
449bf6266d [PropelBundle] Fixed build sql command 2010-06-23 13:32:33 +02:00
Francois Zaninotto
097b87b451 [PropelBundle] Made Build task a hub for other tasks 2010-06-23 13:32:13 +02:00
Francois Zaninotto
3ec25777d1 [PropelBundle] Added auto package based on namespace 2010-06-23 13:32:00 +02:00
Francois Zaninotto
82d83fc6c9 [PropelBundle] Added build-sql command 2010-06-23 13:31:42 +02:00
Fabien Potencier
fd8505377b Revert "Renamed Bundle classes to be named like the bundle itself for more clarity"
This reverts commit c486e1ba10.
2010-06-23 11:54:26 +02:00
Fabien Potencier
da23747a1a [HttpKernel] removed Response assertions
They are too magic and they don't really add value:

    $this->assertResponseStatusCodeEmpty($client);
    $this->assertTrue($client->getResponse()->isEmpty());

    $this->assertResponseStatusCodeNotFound($client);
    $this->assertTrue($client->getResponse()->isNotFound());

    $this->assertResponseStatusCodeForbidden($client);
    $this->assertTrue($client->getResponse()->isForbidden());

    $this->assertResponseStatusCodeOk($client);
    $this->assertTrue($client->getResponse()->isOk());

    $this->assertResponseStatusCodeServerError($client);
    $this->assertTrue($client->getResponse()->isServerError());

    $this->assertResponseStatusCodeClientError($client);
    $this->assertTrue($client->getResponse()->isClientError());

    $this->assertResponseStatusCodeRedirection($client);
    $this->assertTrue($client->getResponse()->isRedirection());

    $this->assertResponseStatusCodeSuccessful($client);
    $this->assertTrue($client->getResponse()->isSuccessful());

    $this->assertResponseStatusCodeInformational($client);
    $this->assertTrue($client->getResponse()->isInformational());

    $this->assertResponseStatusCode(200, $client);
    $this->assertEquals(200, $client->getResponse()->getStatusCode());

    $this->assertResponseStatusCodeRedirect('google.com', $client);
    $this->assertTrue($client->getResponse()->isRedirected('google.com'));

    $this->assertResponseNotRegExp('/foo/', $client);
    $this->assertNotRegExp('/foo', $client->getResponse()->getContent());

    $this->assertResponseRegExp('/foo/', $client);
    $this->assertRegExp('/foo', $client->getResponse()->getContent());

    $this->assertResponseNotSelectExists('h1', $client);
    $this->assertTrue($crawler->filter('h1')->isEmpty());

    $this->assertResponseSelectExists('h1', $client);
    $this->assertFalse($crawler->filter('h1')->isEmpty());

    $this->assertResponseSelectCount(3, 'h1', $client);
    $this->assertEquals(3, $crawler->filter('h1')->count());

    $this->assertResponseSelectEquals($expected, $selector, $arguments, $client);
    $this->assertEquals($expected, $crawler->filter($selector)->extract($arguments));

    $this->assertResponseHeaderEquals($value, $key, $client);
    $this->assertTrue($client->getResponse()->headers->contains($key, $value));

    $this->assertResponseNotHeaderEquals($value, $key, $client);
    $this->assertFalse($client->getResponse()->headers->contains($key, $value));

    $this->assertResponseHeaderRegExp($regex, $key, $client);
    $this->assertRegExp($regex, $client->getResponse()->headers->get($key));

    $this->assertResponseNotHeaderRegExp($regex, $key, $client);
    $this->assertNotRegExp($regex, $client->getResponse()->headers->get($key));

    $this->assertResponseCookie($value, $attributes, $name, $client);
    $this->assertTrue($client->getResponse()->hasCookie($name));
2010-06-23 10:39:33 +02:00
Fabien Potencier
7661e9a5f7 [HttpKernel] changed the semantic of Response::__toString() to something more useful 2010-06-23 10:34:53 +02:00
catchamonkey
7ed3992072 Fixed a typo in the Process class 2010-06-23 07:44:30 +02:00
Bernhard Schussek
c486e1ba10 Renamed Bundle classes to be named like the bundle itself for more clarity 2010-06-23 07:37:55 +02:00
Fabien Potencier
4a742138e6 Fixed fatal error when the permission to write cache files was denied 2010-06-23 07:35:46 +02:00
Bernhard Schussek
7f94fc7f73 [Routing] Fixed fatal error when the permission to write cache files was denied 2010-06-23 07:34:15 +02:00
Fabien Potencier
0e3b88a058 [DependencyInjection] fixed inheritence when using extensions 2010-06-22 17:27:49 +02:00
Sergiy Sokolenko
733c5d5a09 [Foundation] fixed a typo 2010-06-22 16:38:35 +02:00
Fabien Potencier
bc71fac2bf [WebBundle] fixed Mustache... again 2010-06-22 16:36:34 +02:00
Fabien Potencier
21d79d08dc replaced logic with http_build_query() 2010-06-22 16:34:16 +02:00
Kris Wallsmith
ea6c3c2aec Switched positioning of debug bar to absolute for mobile browsers. 2010-06-22 16:30:20 +02:00
Fabien Pennequin
97fa85477c [WebBundle] Fixed php notice error when template name is not valid 2010-06-22 16:27:09 +02:00
Fabien Potencier
2a2ed30b87 [RequestHandler] fixed typo 2010-06-22 16:25:42 +02:00
Fabien Potencier
8ea13f910c [HttpKernel] fixed order of arguments for assertions - to be coherent with the order of PHPUnit assertions 2010-06-21 13:35:41 +02:00
Fabien Potencier
7db3ef75a0 [WebBundle] renamed collectors.xml to profiling.xml 2010-06-21 12:12:25 +02:00
Fabien Potencier
d6a7b43e8a [DomCrawler] fixed add() method to support HTML content as string 2010-06-19 11:42:07 +02:00
Kris Wallsmith
8c0f7e8569 [OutputEscaper] switched to casting object as string rather than call magic method directly 2010-06-16 17:16:13 +02:00
Fabien Potencier
dc18e54130 added some phpdoc 2010-06-16 15:45:20 +02:00
Fabien Potencier
3b4efe52cb added a way to retrieve the profiler from a test 2010-06-16 15:33:09 +02:00
Fabien Potencier
f4d82f385e removed unneeded use statement 2010-06-16 15:11:10 +02:00
Fabien Potencier
f815a6a4a6 removed container dependency for the web debug toolbar 2010-06-16 14:25:43 +02:00
Fabien Potencier
61a8fc3c2c refactored the profiler classes 2010-06-16 14:19:46 +02:00
Fabien Potencier
b9ae18db39 [ProfilerBundle] refactored the profiler bundle 2010-06-16 10:38:53 +02:00
Fabien Potencier
fad8bd768c removed testers 2010-06-16 10:19:24 +02:00
Fabien Potencier
cec2f48405 [ProfilerManager] added a X-Debug-Token header when the profiling is enabled 2010-06-16 07:44:40 +02:00
Fabien Potencier
79f339092a disabled toolbar in the test environment 2010-06-15 23:24:05 +02:00
Fabien Potencier
25c4ff3b9c fixed toolbar setting when overridden 2010-06-15 23:22:54 +02:00
Fabien Potencier
1405db4ed3 fixed typo 2010-06-15 09:58:30 +02:00
Fabien Potencier
14cb6dd77c made the test configuration inherit from the dev one by default in the skeleton 2010-06-15 09:33:52 +02:00
Kris Wallsmith
1fbabff572 Removed removal of parameters when optimizing the container so one class name stored in a parameter can be used for multiple services (think multiple entity/document managers) 2010-06-14 13:19:24 +02:00
Fabien Potencier
b17400454b [DomCrawler] added some shortcut methods to the Form classes to make the API more friendly 2010-06-14 09:04:45 +02:00
Fabien Potencier
16f7d3a040 [PropelBundle] fixed Propel configuraiton when no dbal is configured 2010-06-12 14:36:11 +02:00
Fabien Potencier
b48cc5b311 [WebBundle] added a command to initialize a new application 2010-06-11 10:07:30 +02:00
Fabien Potencier
6ec9b9966e fixed coding standards for XML and YAML files 2010-06-11 10:06:44 +02:00
Francois Zaninotto
d3f9431757 [PropelBundle] Removed old model autoloader 2010-06-11 09:26:48 +02:00
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
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
Fabien Potencier
269651235a fixed XSD local paths 2010-05-21 16:18:29 +02:00
Greg Thornton
73db693591 Added unix_socket doctrine.dbal.connection option, which is used by the doctrine2 PDOMySql driver. 2010-05-21 14:54:30 +02:00
Matthieu Bontemps
a9c047f846 [TwigBundle] fixed phpdoc in RouteTokenParser 2010-05-21 14:50:44 +02:00
Fabien Potencier
360f79f3a1 [Finder] refactored directory depth management 2010-05-21 13:22:34 +02:00
Fabien Potencier
9426f820a7 [Finder] refactored size and date comparators 2010-05-21 12:50:13 +02:00
Fabien Potencier
46a8a1752f [Templating] removed CompilableLoaderInterface and fixed unit tests 2010-05-20 20:57:25 +02:00
Fabien Potencier
6ea878242b fixed coding standards 2010-05-20 19:29:12 +02:00
Fabien Potencier
87143b3dd3 [TwigBundle] added the Twig bundle (proof of concept) 2010-05-20 19:11:09 +02:00
Fabien Potencier
2f4c9a32e9 made splitTemplateName() public 2010-05-20 17:23:33 +02:00
Fabien Potencier
d7c83571ff [Templating] enabled escaping only when the renderer is php 2010-05-20 17:22:24 +02:00
Fabien Potencier
f11d539420 [Templating] added a isFresh() method to Loader classes 2010-05-20 17:15:36 +02:00
Fabien Potencier
8f112ae261 [Templating] added some missing phpdoc 2010-05-20 15:22:48 +02:00
Fabien Potencier
bee9d77ed3 [WebBundle] fixed hardcoded php renderer in template paths 2010-05-20 13:53:39 +02:00
Fabien Potencier
78286bed68 [WebBundle] fixed template name with a custom renderer 2010-05-20 13:52:43 +02:00
Fabien Potencier
8cd2b45004 [WebBundle] added a way to add more renderer to the Templating Engine from the container 2010-05-20 13:51:47 +02:00
Fabien Potencier
04a0032293 [Templating] added a __isset() method to the Engine 2010-05-20 13:50:14 +02:00
Fabien Potencier
d14daf9275 [HttpKernel] fixed Request::getETags() 2010-05-19 18:52:13 +02:00
Fabien Potencier
f62dd3520d [WebBundle] fixed ExceptionHandler configuration 2010-05-19 18:51:31 +02:00
Fabien Potencier
3704b67cda [HttpKernel] fixed signature 2010-05-19 16:35:12 +02:00
Kris Wallsmith
6a3dcce31e [WebBundle] added missing "class" attributes to xsd 2010-05-19 16:32:32 +02:00
Kris Wallsmith
66426733ec [SwiftmailerBundle] updated XSD based on visual audit 2010-05-19 16:32:01 +02:00
Kris Wallsmith
12a09f5cb5 [DoctrineBundle] updated XSD based on a visual audit 2010-05-19 16:31:54 +02:00
Kris Wallsmith
fe80be7e35 Fixed reference to moved listener 2010-05-19 15:56:48 +02:00
Bongiraud Dominique
3dce658b8a [BrowserKit]
- Fixed inverted parameters in Client::requestFromRequest
    - Add missing parameter documentation in Request::__construct()
2010-05-19 15:29:24 +02:00
Fabien Potencier
eec7db8238 fixed some coding standards (extracted from 37c45180ae5513927586) 2010-05-19 15:27:53 +02:00
Matthieu Bontemps
5e1c495bbb Fix an indentation problem in Crawler.php 2010-05-19 15:19:47 +02:00
Fabien Potencier
6e6092596b [HttpKernel] added a method to retrieved the ETags from the IF_NONE_MATCH header in a Request 2010-05-19 11:25:07 +02:00
Fabien Potencier
005051c389 [HttpKernel] added support for weak etags and added a method to set all cookies 2010-05-19 11:24:31 +02:00
Fabien Potencier
c840c294fa added methods to introspect a Bundle 2010-05-19 10:24:36 +02:00
Fabien Potencier
e09d57ca8b moved Doctrine migration commands to another bundle as migrations are not part of Doctrine core 2010-05-19 09:45:49 +02:00
ornicar
efc4777b23 [DoctrineBundle] fixed DoctrineBundle migration namespaces 2010-05-19 09:36:42 +02:00
Fabien Potencier
8c4dd5cca9 refactored the listeners management 2010-05-19 09:16:18 +02:00
Fabien Potencier
3fe83cd726 [WebBundle] finished the refactoring of the actions helper 2010-05-18 13:08:06 +02:00
Fabien Potencier
3749c59041 [WebBundle] introduced a ControllerManager class 2010-05-18 12:48:56 +02:00
Fabien Potencier
e715bc3d45 [Console] updated OutputInterface 2010-05-17 15:05:25 +02:00
Fabien Potencier
638d3b0f59 [WebBundle] made a small optimization 2010-05-14 11:50:19 +02:00
Fabien Potencier
c8dde44b61 [WebBundle] added support for URI in actions helper 2010-05-14 11:22:20 +02:00
Fabien Potencier
b6852c3b6e [Finder] added a data range filter 2010-05-14 09:29:04 +02:00
Fabien Potencier
c757616fb7 [Finder] fixed phpdoc 2010-05-14 09:18:42 +02:00
Fabien Potencier
569508adea [WebBundle] added options to the render method of the actions helper 2010-05-13 20:23:23 +02:00
Fabien Potencier
2c165693e7 changed the main parameter of the kernel handle() method to type with 3 different values 2010-05-13 17:17:33 +02:00
Fabien Potencier
bb77e9a3d6 [WebBundle] re-organized the sub-request management a bit (WIP) 2010-05-13 08:29:04 +02:00
Fabien Potencier
72947d8588 re-organized the sub-request management a bit (WIP) 2010-05-13 08:15:37 +02:00
Fabien Potencier
fd331bac18 changed the routing to accept a single _controller argument instead of _bundle, _controller, and _action (the _controller is the : separated representation of a controller - this is more coherent with other part of the framework) 2010-05-12 20:49:45 +02:00
Fabien Potencier
9005efaa17 added a comment in PHPDoc about what should be a helper instance 2010-05-12 20:48:23 +02:00
Fabien Potencier
10424155bf fixed some coding standards problems 2010-05-11 10:36:31 +02:00
Fabien Potencier
d8752c7fab [HttpKernel] moved getDate() from ParameterBag to HeaderBag 2010-05-10 19:40:18 +02:00
Fabien Potencier
653620406b [HttpKernel] added Request::getQueryString() 2010-05-10 13:20:03 +02:00
Fabien Potencier
287f787927 [HttpKernel] added Request::getUri() 2010-05-10 13:08:19 +02:00
Jordi Boggiano
33a7d9a0a4 fixed curlies folding, part three, handled remaining special cases manually 2010-05-09 09:15:38 +02:00
Jordi Boggiano
9ed3d0468e folded all curly brackets of control structures to conform to PEAR/ZF CS, part two 2010-05-09 09:15:22 +02:00
Fabien Potencier
16055d229b moved the requirement of the bootstrap.php later in the process 2010-05-07 19:35:08 +02:00
Fabien Potencier
75f0d47b54 [HttpKernel] added support for query strings in Request::create() method 2010-05-07 18:31:45 +02:00
Jordi Boggiano
2684de0d8e Folded all curly brackets of control structures to conform to PEAR/ZF CS 2010-05-07 18:24:05 +02:00
Fabien Potencier
e79976817d fixed typo in previous commit 2010-05-06 14:32:54 +02:00
Fabien Potencier
9c2c992870 added a raw argument to the HttpKernel::handle() method 2010-05-06 14:26:48 +02:00
Fabien Potencier
83c6d337e2 changed coding standards: indendation is now 4 spaces 2010-05-06 13:25:53 +02:00
Fabien Potencier
6328d514a3 renamed RequestHandler component to HttpKernel 2010-05-06 12:04:50 +02:00