Commit Graph

2859 Commits

Author SHA1 Message Date
Jan Schumann
d1ebc8da9f - Added abstract PDO profiler storage, updated sqlite storage and added a mysql storage.
- Updated profiler config in framework bundle
2011-03-15 14:08:43 +01:00
Fabien Potencier
e5fad94482 [HttpKernel] fixed a unit test 2011-03-15 13:43:45 +01:00
Fabien Potencier
18de62ccb1 Merge remote branch 'schmittjoh/security' 2011-03-15 13:39:34 +01:00
Fabien Potencier
d2c36d57c8 Merge remote branch 'ajessu/HelpMessage' 2011-03-15 13:38:08 +01:00
Fabien Potencier
50e463977b Merge remote branch 'vicb/profiler_again' 2011-03-15 13:37:52 +01:00
Albert Jessurum
bfb7d634bb Improved default message on doctrine:database:drop command 2011-03-15 12:04:33 +01:00
Fabien Potencier
b6528c3ea6 Merge remote branch 'hason/container_class' 2011-03-15 11:41:05 +01:00
Fabien Potencier
be1bfa6e1e Merge remote branch 'hason/kernel' 2011-03-15 11:40:34 +01:00
Martin Hason
ba9653d99a [HttpKernel] optimized getContainerLoader 2011-03-15 11:00:45 +01:00
Igor Wiedler
b9cd2f1f06 [FrameworkBundle] fix addCompilerPass typo 2011-03-15 09:29:59 +01:00
Martin Hason
cef70893df [HttpKernel], [FrameworkBundle] added method getContainerClass and parameter kernel.container_class 2011-03-15 09:16:02 +01:00
Johannes M. Schmitt
98216a9af2 [DependencyInjection] refactored some more exceptions 2011-03-14 21:14:49 +01:00
hhamon
201cb65ecd [SecurityBundle] fixed typo in security_rememberme.xml services definition 2011-03-14 19:46:11 +01:00
Fabien Potencier
14d58d97bc [ClassLoader] made a small change to be consistent with the previous change 2011-03-14 18:46:05 +01:00
Fabien Potencier
f4e4a2aa1b refactored ConfigCache and optimized container:debug task 2011-03-14 18:37:25 +01:00
Fabien Potencier
58bf229856 Merge remote branch 'schmittjoh/security' 2011-03-14 17:51:37 +01:00
Johannes M. Schmitt
0802ac5086 merged 2011-03-14 17:50:55 +01:00
Johannes M. Schmitt
a1fb717074 [DependencyInjection] loader fix 2011-03-14 17:45:27 +01:00
Johannes M. Schmitt
4539b47522 [Security] small performance optimization 2011-03-14 17:41:33 +01:00
Christian Schaefer
a34f5588a3 more verbose checking 2011-03-14 09:39:40 -07:00
Christian Schaefer
87502fbb07 Followed Johannes advice to only break when the resulting token is not null. 2011-03-14 09:38:51 -07:00
brikou
56a66bad6c Edited src/Symfony/Bundle/DoctrineMongoDBBundle/Command/LoadDataFixturesDoctrineODMCommand.php via GitHub 2011-03-14 17:38:19 +01:00
Johannes M. Schmitt
032fa2bde8 [Security] fixed default entity provider 2011-03-14 17:31:29 +01:00
Victor Berchet
8128300baa [WebProfilerBundle] Revert the support for a status in data collectors 2011-03-14 17:24:11 +01:00
Christian Schaefer
8460e85840 Instead of returning the last token provided return the first.
In case of multiple supporting providers the authentication will be attempted several times.
This happens with the current FacebookBundle for example but could happen with others too. The result was that the first provided token held all appropriate roles while a second one did not.
2011-03-14 07:08:30 -07:00
Fabien Potencier
539e0e4870 Merge remote branch 'mweimerskirch/master' 2011-03-14 14:38:00 +01:00
Fabien Potencier
d9c5102fd6 [FrameworkBundle] miror changes to container:debug 2011-03-14 14:24:45 +01:00
Fabien Potencier
b93a2c39a8 Merge remote branch 'weaverryan/container_debug_console' 2011-03-14 14:17:08 +01:00
Fabien Potencier
3e389f8666 Merge remote branch 'vicb/nitpicking' 2011-03-14 14:02:40 +01:00
Fabien Potencier
a9a56e2387 [DoctrineBundle] fixed a unit test 2011-03-14 13:59:09 +01:00
Fabien Potencier
d1bdd88ac2 fixed PHP warnings 2011-03-14 13:57:38 +01:00
Fabien Potencier
f0a6ed2e54 [Routing] fixed CS 2011-03-14 13:54:48 +01:00
Fabien Potencier
84172c4839 Merge remote branch 'xdecock/Performance' 2011-03-14 13:48:37 +01:00
Fabien Potencier
ef87ca3d75 Merge remote branch 'udat/router/empty-string-as-default-parameter-value' 2011-03-14 13:43:59 +01:00
Fabien Potencier
1518b3613b Merge remote branch 'weaverryan/init_bundle_more_info' 2011-03-14 13:42:35 +01:00
Fabien Potencier
f4b8066acd Merge remote branch 'jwage/master' 2011-03-14 13:02:54 +01:00
Fabien Potencier
a8b46e38e3 Merge remote branch '1ed/hungarian-validator-messages' 2011-03-14 13:00:49 +01:00
Fabien Potencier
923b355df2 Merge remote branch 'francisbesset/french_translation' 2011-03-14 12:59:43 +01:00
Fabien Potencier
cf2bffd760 Merge remote branch 'schmittjoh/security' 2011-03-14 12:59:04 +01:00
Fabien Potencier
49e3494560 [Console] fixed typo 2011-03-14 12:56:59 +01:00
Victor Berchet
ddb935a4f0 [WebProfilerBundle] Tweak styles 2011-03-14 10:37:45 +01:00
Victor Berchet
cc0a2d573b [DoctrineMongoDBBundle] fix the data collector design 2011-03-14 10:22:01 +01:00
Christophe Coevoet
ed4e9456c8 [DoctrineMongoDBBundle] Use the first document manager as default one when no configuration is set 2011-03-14 08:55:36 +01:00
Christophe Coevoet
19aa266b6a [DoctrineBundle] Use the first entity manager as default one when no configuration is set 2011-03-14 08:54:58 +01:00
Johannes M. Schmitt
e624e27675 [DependencyInjection] refactored some exceptions 2011-03-13 20:35:15 +01:00
Johannes M. Schmitt
76573f1ab2 [Security] added some finals, some visibility changes 2011-03-13 19:40:12 +01:00
Jonathan H. Wage
629451a345 [DoctrineMongoDBBundle] Improving error exceptions thrown when loading data fixtures. 2011-03-13 13:09:38 -05:00
Jonathan H. Wage
d2cc5a048a [DoctrineBundle] Improving error exceptions thrown when loading data fixtures. 2011-03-13 13:09:15 -05:00
Francis Besset
6be83899ed [FrameworkBundle] Fixed typo in french validators translation 2011-03-13 18:57:36 +01:00
Jonathan H. Wage
f657d0e85d Porting doctrine:mapping:info command from ORM to doctrine:mongodb:mapping:info in the MongoDB ODM. 2011-03-13 12:50:11 -05:00