Commit Graph

3535 Commits

Author SHA1 Message Date
Fabien Potencier
e9418c4ef3 Merge remote branch 'ornicar/fixMongoDicCompiler' 2011-03-18 20:57:24 +01:00
Fabien Potencier
9b331489c3 Merge remote branch 'FabienPennequin/fix_doctrine_events' 2011-03-18 20:57:18 +01:00
ornicar
5e75c66a66 [Security] Remove duplicated namespace in SwitchUserListener 2011-03-18 12:30:09 -07:00
Johannes Schmitt
7e1c4d5748 [Security] removed un-needed event parameter from many interfaces 2011-03-18 20:20:19 +01:00
ornicar
f514e106e3 [DoctrineMongoDBBundle] Fix listener registration method calls in DIC compiler 2011-03-18 11:50:53 -07:00
Fabien Pennequin
8d9613b4b1 [DoctrineBundle] Fixed method calls for listener/subscriber services 2011-03-18 19:39:03 +01:00
Fabien Potencier
5658d224fd Merge remote branch 'hhamon/security_token_fix' 2011-03-18 19:32:28 +01:00
Fabien Potencier
263c32aff0 Merge remote branch 'schmittjoh/security' 2011-03-18 19:31:57 +01:00
Fabien Potencier
b7806cdb8d Merge remote branch 'kriswallsmith/http/html-errors' 2011-03-18 19:20:16 +01:00
Kris Wallsmith
73db141ce6 [HttpFoundation] stripped tags from native error messages in case html_errors is on 2011-03-18 11:11:42 -07:00
Fabien Potencier
bd8d2b829f [EventDispatcher] changed listener storage to use SplObjectStorage to avoid collisions 2011-03-18 18:48:26 +01:00
hhamon
681a3b7ff0 [Security] removed import of the UserInterface interface as it is unused in the file and fix some phpdoc. 2011-03-18 18:44:04 +01:00
Johannes Schmitt
a56dbec6d8 [Security] removed un-needed event parameter from many interfaces 2011-03-18 18:26:55 +01:00
Kris Wallsmith
e596931dc8 [DomCrawler] enabled removal of form fields to allow emulating javascript in a functional test 2011-03-18 09:39:08 -07:00
Fabien Potencier
f36b10afe7 [WebProfilerBundle] removed the link on the controller name when the IDE is not configured 2011-03-18 16:39:19 +01:00
Fabien Potencier
2d9ae36119 Merge remote branch 'vicb/one_more_thing' 2011-03-18 16:32:35 +01:00
Fabien Potencier
62a4c70b7f Merge remote branch 'adanlobato/FixDoctrineMappingImport' 2011-03-18 16:31:55 +01:00
Fabien Potencier
962372c2d4 Merge remote branch 'thesalla/hungarian_translations' 2011-03-18 16:30:14 +01:00
Adan Lobato
2daab466c2 =Fixed a Notice level error thrown when running doctrine:mapping:import, was undefined. 2011-03-18 16:20:20 +01:00
Gyula Sallai
89a593423d [FrameworkBundle] Fixed typos and corrected some minor grammatical mistakes in hungarian validator translations 2011-03-18 16:09:55 +01:00
Fabien Potencier
0c8ff92ecd made the controller name in the WDT clickable 2011-03-18 16:09:21 +01:00
Victor Berchet
d959a3ed4b [TwigBundle] Rename the cache warmer service 2011-03-18 15:48:34 +01:00
Fabien Potencier
f97006f738 [FrameworkBundle] fixed IDE setting for exceptions 2011-03-18 15:47:44 +01:00
Gyula Sallai
8a516fc7e8 Merge branch 'master', remote branch 'upstream/master' into trans_hun 2011-03-18 15:42:10 +01:00
Fabien Potencier
0917f0d406 [WebProfilerBundle] updated the close icon for the WDT 2011-03-18 15:21:47 +01:00
Fabien Potencier
9d8c053d42 updated icons for swiftmailer and security 2011-03-18 15:19:39 +01:00
Fabien Potencier
20a717ea3c [WebProfileBundle] added the controller callable name in the WDT (also tweaked the CSS to free some space) 2011-03-18 14:57:41 +01:00
Fabien Potencier
4d521e159d [WebProfilerBundle] removed old icon 2011-03-18 14:24:55 +01:00
Christophe Coevoet
3d7e68ec1c [MonologBundle] Removed useless variable and fixed phpdoc 2011-03-18 13:58:02 +01:00
Christophe Coevoet
46c9d350b0 [MonologBundle] Fixed the fingerscrossed configuration and added unit tests 2011-03-18 13:44:03 +01:00
Christophe Coevoet
4372d5613e Updated the XML namespace of the bundle 2011-03-18 13:08:33 +01:00
Fabien Potencier
0fbffde1f4 [WebProfilerBundle] changed the license for the icons as they have been changed to new customized ones 2011-03-18 13:04:59 +01:00
Christophe Coevoet
1bb18bf9cc [MonologBundle] Updated the Configuration class to the new syntax 2011-03-18 12:45:42 +01:00
Christophe Coevoet
05e73e8e3b [MonologBundle] Updated to the new XML namespace and the new email 2011-03-18 12:29:40 +01:00
Jordi Boggiano
8176cb220b [MonologBundle] Fix DebugHandler to match Symfony's interface 2011-03-18 12:29:34 +01:00
Christophe Coevoet
9a5cf2a75c Added the DebugHandler when the profiler is activated 2011-03-18 12:29:30 +01:00
Jordi Boggiano
342e14ac29 Udpate for latest monolog version 2011-03-18 12:29:25 +01:00
Jordi Boggiano
8fabca609f Added monolog tags to create all core channels 2011-03-18 12:29:20 +01:00
Jordi Boggiano
7c7a41c083 Updated Logger class to match latest Monolog updates 2011-03-18 12:25:28 +01:00
Jordi Boggiano
0732dfbc1d Fixed typos in previous commits 2011-03-18 12:25:21 +01:00
Christophe Coevoet
327d311b56 Added support for different channels through tags
All channels will use the same handlers but a different channel name.
This allows to easily know which part of the application generated this
message.
2011-03-18 12:25:16 +01:00
Christophe Coevoet
54b0984ced Removed the path validation as the default value is set by the extension 2011-03-18 12:25:10 +01:00
Christophe Coevoet
e60941791c Added support of NullHandler and TestHandler 2011-03-18 12:25:04 +01:00
Christophe Coevoet
c4f5a84868 Refactored the configuration class to be DRY 2011-03-18 12:24:59 +01:00
Christophe Coevoet
893bafdcc5 Fixed previous commit 2011-03-18 12:24:54 +01:00
Jordi Boggiano
e8f2c0fe24 [MonologBundle] Added path validation 2011-03-18 12:24:48 +01:00
Jordi Boggiano
b391d684af [MonologBundle] Some code reorganisation 2011-03-18 12:24:43 +01:00
Christophe Coevoet
df4dff002e Fixed Configuration class, updated XSD schema and resolved some TODOs 2011-03-18 12:24:36 +01:00
Jordi Boggiano
3d03cb6761 Added monolog to autoload and vendors script 2011-03-18 12:24:31 +01:00
Jordi Boggiano
6114cccf7f [MonologBundle] Added the MonologBundle 2011-03-18 12:24:26 +01:00