Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] Split the component into 3 sub-components Core, ACL, HTTP | Bernhard Schussek | 2013-09-18 | 1 | -266/+0 |
| | |||||
* | removed deps checks in unit tests | Fabien Potencier | 2013-08-19 | 1 | -11/+0 |
| | | | | | | | | As Composer is now widely used in the PHP world, having to run composer install before running the test suite is expected. This also has the nice benefit of removing a bunch of code, making things easier to maintain (there is only one place to declare a dev dependency), and probably more. | ||||
* | [Security] Added few new test cases for the HttpUtils and improved ↵v2.3.1 | Jakub Zalas | 2013-06-02 | 1 | -18/+127 |
| | | | | readability of existing tests. | ||||
* | [Security] fixed HttpUtils class tests | Jean-François Simon | 2013-03-15 | 1 | -4/+4 |
| | |||||
* | [Security] use current request attributes to generate redirect url? | Jean-François Simon | 2013-03-13 | 1 | -2/+14 |
| | |||||
* | [Security] fixed path info encoding (closes #6040, closes #5695) | Fabien Potencier | 2012-12-11 | 1 | -0/+5 |
| | |||||
* | [Security] changed the HttpUtils constructor to tak both a UrlGenerator and ↵ | Fabien Potencier | 2012-06-26 | 1 | -23/+23 |
| | | | | a UrlMatcher instead of a Router (to make it useable by Silex) | ||||
* | updated license blocks | Eriksen Costa | 2012-03-31 | 1 | -3/+3 |
| | |||||
* | moved component and bridge unit tests to the src/ directory | Fabien Potencier | 2012-03-29 | 1 | -0/+151 |
This is the first step to make each Symfony Component and Bridge self-contained. |