Commit Graph

34 Commits

Author SHA1 Message Date
Fabien Potencier
a78f88687c [WebBundle] fixed default skeleton 2010-06-10 16:52:25 +02:00
Fabien Potencier
28f4bccb33 renamed culture to locale (patch from henrikbjorn) 2010-06-07 10:10:00 +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
f62dd3520d [WebBundle] fixed ExceptionHandler configuration 2010-05-19 18:51:31 +02:00
Kris Wallsmith
6a3dcce31e [WebBundle] added missing "class" attributes to xsd 2010-05-19 16:32:32 +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
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
10424155bf fixed some coding standards problems 2010-05-11 10:36:31 +02:00
Fabien Potencier
16055d229b moved the requirement of the bootstrap.php later in the process 2010-05-07 19:35:08 +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
83c6d337e2 changed coding standards: indendation is now 4 spaces 2010-05-06 13:25:53 +02:00
Fabien Potencier
0858289397 [WebBundle] added a routing file for the 'default' route 2010-05-03 09:14:35 +02:00
Fabien Potencier
711b3d371a fixed request management
* The "main" request is stored in the RequestHandler
 * The request is passed to the core.response event
2010-04-25 13:18:42 +02:00
Fabien Potencier
0255508c15 [WebBundle] fixed typos 2010-04-24 10:50:07 +02:00
Fabien Potencier
d498de88f0 [RequestHandler] removed RequestInterface and ResponseInterface, added RequestHandlerInterface (removed the run() method) 2010-04-24 09:39:13 +02:00
Fabien Potencier
fcda253a1b added full support for functional tests 2010-04-21 12:05:34 +02:00
Kris Wallsmith
2ed59a8464 [WebBundle] Fixed import of base configuration in YAML skeleton. 2010-04-17 09:42:55 +02:00
Fabien Potencier
241c779cf1 renamed phpunit.xml to phpunit.xml.dist in the skeleton 2010-04-14 21:57:06 +02:00
Fabien Potencier
79b8661439 [WebBundle] added support in application skeleton for PHPUnit 2010-04-14 07:40:00 +02:00
Pascal Borreli
07aabadf25 [WebBundle] fixed unit of measure px is redundant 2010-04-12 17:23:59 +02:00
Daniel Cestari
53cf10aba9 [WebBundle] updated application's skeleton routing.yml 2010-04-05 11:40:57 +02:00
Fabien Potencier
95bb9d80d7 [WebBundle] fixed Symfony version in the text exception message 2010-04-02 17:21:45 +02:00
Fabien Potencier
7f0ace8521 [WebBundle] changed the helper configuration to match the latest version of the Templating component 2010-03-13 14:43:06 +01:00
Fabien Potencier
6ba662b0a4 [WebBundle] removed the Model/ directory from skeleton 2010-03-01 17:04:32 +01:00
Fabien Potencier
2e420c3c8a [ProfiledBundle] moved debug tools from WebBundle to ProfilerBundle 2010-03-01 12:47:28 +01:00
Fabien Potencier
987a36d936 [WebBundle] fixed typo that prevented templating logging 2010-02-24 16:18:11 +01:00
Fabien Potencier
b709367371 [WebBundle] fixed XSD 2010-02-24 15:54:43 +01:00
Fabien Potencier
1cbed102d4 [WebBundle] made the exception handler available by default in all environments 2010-02-24 15:42:42 +01:00
Fabien Potencier
22e310e240 [WebBundle] refactored the data collector sub-system (WIP) 2010-02-23 15:28:08 +01:00
Fabien Potencier
1f9b161045 [WebBundle] fixed typo 2010-02-23 07:04:51 +01:00
Fabien Pennequin
0b5f017084 [WebBundle] Fixed some typos in skeleton config files 2010-02-22 01:47:32 +01:00
Fabien Potencier
5bf8908f6b [Framework] added the Symfony 2 full-stack framework code (Preview Release - alpha) 2010-02-17 14:55:05 +01:00