- 15 Mar, 2014 8 commits
-
-
Qiang Xue authored
Fixes #2729: Added `FilterValidator::skipOnArray` so that filters like `trim` will not fail for array inputs
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #2571: Fixed the bug that batchInsert will fail for SQLite if the values contain null or boolean false; Fixes #2683: Fixed the bug that batchInsert will fail for MySQL if the values contain boolean false.
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 14 Mar, 2014 3 commits
-
-
Paul Klimov authored
fix sql query
-
AlexGx authored
-
Qiang Xue authored
-
- 13 Mar, 2014 18 commits
-
-
Alexander Makarov authored
fixes #2739
-
Antonio Ramirez authored
-
Qiang Xue authored
Fixes #2740
-
Antonio Ramirez authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes #2735 - Formatter support for DateTimeInterface
-
ivokund authored
-
ivokund authored
-
ivokund authored
Adds DateTimeInterface support for Formatter
-
Qiang Xue authored
-
Alexander Makarov authored
fix letter
-
Alexander Makarov authored
-
Asetss authored
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #1022
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 12 Mar, 2014 11 commits
-
-
Alexander Makarov authored
Add id in diff link
-
Thiago Talma authored
-
Thiago Talma authored
-
Carsten Brandt authored
Minor CS fix
-
Kevin LEVRON authored
-
Alexander Makarov authored
Fix #2712
-
Kevin LEVRON authored
-
Kevin LEVRON authored
-
Kevin LEVRON authored
-
Alexander Makarov authored
[doc]Composer is not a package manager.
-
东方孤思子(Paris·QianSen) authored
It is a issue i found when I translate it. > Composer is not a package manager, It's a tool for dependency management. According to their [doc](https://getcomposer.org/doc/00-intro.md) >Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you. and > **Composer is not a package manager.** Yes, it deals with "packages" or libraries, but it manages > them on a per-project basis, installing them in a directory (e.g. vendor) inside your project. By > default it will never install anything globally. Thus, it is a dependency manager. So i think, It will be better, if we remain their offical appellation.
-