Skip to content

Releases: bluzphp/framework

Added wrapper for `setcookie()` and support for `@accept` tag

02 Dec 16:54
Compare
Choose a tag to compare

Added wrapper for setcookie() - Fixed #288
Added support @accept doc element - Fixed #284
Added identity property to Auth class
Fixed #300 - cache of Controller\Reflection

Created Presentation layer for Response

19 Nov 12:19
Compare
Choose a tag to compare

Added support JSONP responce presentation - #292
Added possibility for rewrite methods of REST controllers - #287
Added links to wiki pages to every packages
Fixed OPTIONS method for REST controller
Fixed #289 - Problem with redis session adapter (http://stackoverflow.com/questions/26977532/bluz-how-to-store-session-in-redis)
Updated version of libraries in composer.json
Marked as deprecated isJson() and isXml() methods

Added Response Presentation and CacheControl

12 Nov 14:06
Compare
Choose a tag to compare

Added Http\CacheControl with tests - #263
Added HEAD and OPTIONS methods to REST controller - #271
Added support of XML Response Presentation - #281
Added wiki links to packages
Fixed Translate - added checking if empty string in method translate - #279
Removed deprecated methods from Application - #273

Removed deprecated code

29 Oct 11:32
Compare
Choose a tag to compare

Added set of Container Traits and migrate to it
Added PHPDocumentor configuration
Added tests for trait Container
Removed deprecated code from Db\Table and Session
Changed behaviour of Options trait - option will save to container if setter method not found
Moved exit() from Cli\Response to CliBootstrap::finish()
Fixed Registry initialization in Proxy class
Fixed autodetection of Application path
Fixed comments for correct working of PHPDocumentor

Migrate to Proxy

10 Oct 10:57
Compare
Choose a tag to compare

Fixed #60 - Migrate to Proxy package - more lazy loading...
Fixed #132 - Added HTML cache for controllers
Fixed #255 - Added Reflection class for controllers

Implement Proxy package

30 Sep 07:58
Compare
Choose a tag to compare
0.5.1

Fixed codestyle

Cache and Session refactoring

23 Sep 09:40
Compare
Choose a tag to compare

Added trait Container and migrate Db\Row to it
Fixed #253 - changed configuration structure

  • added support module configuration

Fixed #252 - apply PHP settings from configuration file
Fixed #251 - Session refactoring

  • added methods for setup custom save handler
  • added Redis save handler - Fixed #181
  • added Cache save handler

Fixed #221 - added ArrayInput validator
Fixed #180 - added customized prefix for Cache

Updated method Options::getOption() - added $subKey = null property
Updated getConfigData usage
Updated _loader.php

Small refactoring properties of files:

  • renamed Db::$dbh to $handler
  • renamed Cache\Cache::$cacheAdapter to $adapter
  • renamed Cache\Adapter\Redis::$redis to $handler
  • renamed Cache\Adapter\Memcached::$memcached to $handler

Prepare for PSR-7

22 Aug 15:33
Compare
Choose a tag to compare

Added tests for Crud package
Added tests for Layout package
Added tests for Translator package
Added tests for ValidatorException
Added tests for Response package
Added tests for Request package
Added tests for partial View helpers
Added _loader.php and _translator.php to coverage ignore
Updated tests of Cli\Request
Updated tests of Query builders
Updated tests of Grid package
Updated tests of Messages package
Updated tests of Session package
Fixed filters on Grid\Source\ArraySource

Updated Auth Structure

14 Aug 07:52
Compare
Choose a tag to compare

Updated Db::quoteIdentifier for support PostgreSQL and SQLite
Updated phpunit version to 4.2.*
Added tests for Auth package
Added tests for Application helpers
Added tests for Cache package
Added tests for Grid package
Added tests for Messages package
Added tests for Router package
Added tests for View package
Added tests for View helpers
Added tests for Singleton trait

Move validation from Crud to Row

10 Jul 13:40
Compare
Choose a tag to compare

Crud refactoring - removed Crud Validation, added Validator\Trait instead
Fixed #176