Skip to content

Releases: bluzphp/framework

Hotfix. Replaced LC_ALL with LC_MESSAGES in Translator.

13 Jun 07:00
Compare
Choose a tag to compare
0.4.2

Hotfix. Replaced LC_ALL with LC_MESSAGES in Translator.

Added Validator Rules

12 Jun 09:08
Compare
Choose a tag to compare

Added Validator Rules:

  • condition($condition) - build rule by any condition
  • latin($additionalCharacters = '') - check for latin characters
  • latinNumeric($additionalCharacters = '') - check for latin characters and numbers
    Fixed AbstractRequest
    Fixed codestyle
    Session optimization

Added Validator package

06 Jun 12:33
Compare
Choose a tag to compare

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

29 May 11:54
Compare
Choose a tag to compare

Added hhvm environment for travis
Updated contributors in composer.json

Quality improvements

21 May 15:12
Compare
Choose a tag to compare

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

14 May 12:35
Compare
Choose a tag to compare

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

06 May 12:31
Compare
Choose a tag to compare

This is change required for tests

Hotfix

16 Apr 14:03
Compare
Choose a tag to compare

Fixed JSON response
Fixed Layout for error page

Removed Layout triggers

16 Apr 11:25
Compare
Choose a tag to compare

Simplify response logic (moved to Application)
Fixed Http\Response issue

Added Response setter for Application

31 Mar 07:35
Compare
Choose a tag to compare
0.3.2

Added setter for Response