Releases: bluzphp/framework
Hotfix. Replaced LC_ALL with LC_MESSAGES in Translator.
0.4.2 Hotfix. Replaced LC_ALL with LC_MESSAGES in Translator.
Added Validator Rules
Added Validator Rules:
condition($condition)
- build rule by any conditionlatin($additionalCharacters = '')
- check for latin characterslatinNumeric($additionalCharacters = '')
- check for latin characters and numbers
Fixed AbstractRequest
Fixed codestyle
Session optimization
Added Validator package
Added hhvm environment for travis
Set Exception to Response before dispatch error controller
Set locale for LC_ALL
Setup Exception to Response object before dispatch the error controller
Added hhvm environment for travis
Updated contributors in composer.json
Quality improvements
Added declaration virtual methods to Nil class, just for PHP Analyzer
Added cleanErrors()
method for Crud package - just for tests
Updated comments blocks and codestyle
Updated phpunit configuration - changed configuration for calculate code coverage
Fixed LIKE filter in Grid\Source\ArraySource
Fixed readOne()
in Controller\Rest
Removed unused USE statements
Removed duplicate code from Db\Query\Select
Refactoring Rest controller - replaced call http_response_code
with Response instance
Quality improvements and minor changes
Added coversalls tool integration
Added scrutinizer-ci tool integration
Added tests for Application package
Added tests for Registry package
Added tests for EventManager package
Added protected fields to Application
Added Colorizer to CLI package
Removed private system() method from View package. Use Registry instead
Removed unused code from Singleton trait
Added protected fields to Application
This is change required for tests
Hotfix
Fixed JSON response
Fixed Layout for error page
Removed Layout triggers
Simplify response logic (moved to Application)
Fixed Http\Response issue
Added Response setter for Application
0.3.2 Added setter for Response