- 04 Jun, 2015 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 28 May, 2015 3 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1167). Discussion ---------- Update fastcgi_pass socket location This makes it correspond with ubuntu 14.04 defaults Commits ------- 42e9b8f2 update fastcgi_pass socket location
-
Victor Häggqvist authored
this makes it correspond with ubuntu 14.04 defaults
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Changed Doctrine page to use utf8mb4 as sample MySQL's `utf8` character set is a little broken, and does not cover 4-byte UTF-8 characters. In most cases it will quietly truncate the string whenever it sees one, saving incomplete text data. In 5.5.3 they introduced `utf8mb4` to fix this inconsistency, and given that it's been 5 years, it's probably safe to encourage people to use it. If their MySQL installation is older, it should be easy for them to find the distinctive string and change it back to `utf8`, and for a new project. Additional details can be found in the equivalent [pull-request for Symfony-2](https://github.com/symfony/symfony-docs/pull/5100). Commits ------- a20f8f6a Changed Doctrine page to use utf8mb4 as sample
-
- 08 May, 2015 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1162). Discussion ---------- [Docs] [Providers] Fixed typo Commits ------- cb279a24 [Docs] [Providers] Fixed typo
-
Ulf authored
-
- 04 May, 2015 1 commit
-
-
Darien authored
MySQL's `utf8` character set is a little broken, and does not cover 4-byte UTF-8 characters. In most cases it will quietly truncate the string whenever it sees one, saving incomplete text data. In 5.5.3 they introduced `utf8mb4` to fix this inconsistency, and given that it's been 5 years, it's probably safe to encourage people to use it. If their MySQL installation is old, it should be easy for them to find the distinctive string and change it back to `utf8`.
-
- 03 May, 2015 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- PHPDocs cleans ups And some tabs versus spaces. Commits ------- bd9f72eb Phpdocs
-
Possum authored
-
- 01 May, 2015 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Fix return of renderView to string Commits ------- 988753a4 Fix return of renderView to string
-
- 30 Apr, 2015 1 commit
-
-
Benoît Burnichon authored
-
- 12 Apr, 2015 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1144). Discussion ---------- Add mention of patch method to usage docs Commits ------- f8c6113d Add mention of patch method to usage docs
-
Benjamin Ruston authored
-
- 11 Apr, 2015 17 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the 1.3 branch but it was merged into the 1.2 branch instead (closes #1101). Discussion ---------- Improve Silex\Route\SecurityTrait coverage Commits ------- a1240023 Improve Silex\Route\SecurityTrait coverage
-
SofHad authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1096). Discussion ---------- Update usage.rst Fixed a small grammatical error. Commits ------- b0def74c Update usage.rst
-
Parham Doustdar authored
-
Fabien Potencier authored
This PR was submitted for the 1.3 branch but it was merged into the 1.2 branch instead (closes #1108). Discussion ---------- Updated year in License Updated year in License Commits ------- faab7cdb Updated year in License
-
aqnouch mohammed authored
Updated year in License
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1123). Discussion ---------- Update testing.rst Actually there is no "Reusing applications" topic on Usage chapter. Commits ------- 4cb970b8 Update testing.rst
-
Daniel Lima authored
Actually there is no "Reusing applications" topic on Usage chapter.
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1136). Discussion ---------- Add docblock for the $app field Add a docblock to the `$app` field variable, to help out IDEs. There's not much else to say on this one :) Commits ------- 33edafe7 Add docblock for the $app field
-
Jeremy Pry authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1133). Discussion ---------- Update intro.rst Added PHP opening tag to make things more clear Commits ------- cce42f5c Update intro.rst
-
Stepan Anchugov authored
Added PHP opening tag to make things more clear
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.2 branch (closes #1137). Discussion ---------- Correct exception message when mounting Use a better exception message when calling `mount` with a `ControllerProviderInterface` that doesn't return an `ControllerCollection` on the `connect` call. Commits ------- 5c52a09e Correct exception message when mounting
-
SpacePossum authored
-
- 27 Mar, 2015 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the 1.3 branch but it was merged into the 1.2 branch instead (closes #1132). Discussion ---------- Link to Monolog provider chapter Commits ------- e4907268 Link to Monolog provider chapter
-
SpacePossum authored
-
- 06 Mar, 2015 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- [1.2] Fix doc about running unit tests Alternative to #1075. I've kept the syntax using phpunit.phar as it must be the most portable way to run PHPUnit (like it is for Composer). Commits ------- 7bb4398e Fix README doc about running unit tests
-
- 05 Mar, 2015 1 commit
-
-
Jérôme Tamarelle authored
Remove `--dev` from composer as it is the default Remove .phar to promote usage of global exec
-
- 27 Feb, 2015 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1116). Discussion ---------- add values to parameters copied from symfony docs Commits ------- 68492a0e add values to parameters copied from symfony docs
-
Philipp Scheit authored
-
- 20 Jan, 2015 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- updated deps as Silex 1.2 is not compatible with Symfony 2.7 Commits ------- 22d7c8ff updated deps as Silex 1.2 is not compatible with Symfony 2.7
-
Fabien Potencier authored
-