Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

[news] Factory 1.0.0

First version of Factory package was released. This package provides abstract object factory allowing to create objects by given definition with dependencies resolved by a PSR-11 container. It is useful if you need to create objects using definition syntax and/or want to configure defaults for objects created.





[news] Yii HTTP

First release of yii-http package is tagged. It provides the application class, as well as the events and handlers needed to interact with HTTP. The package is implemented using PSR-7 interfaces.
More details are available in the package readme.





[news] Yii Dependency Injection 1.0.0

Version 1.0.0 of Yii Dependency Injection container is released. It is a PSR-11 compatible dependency injection container that is able to instantiate and configure classes resolving dependencies.
Features are:





[news] Auth Client extension 2.2.12 released

Version 1.0.0 of Yii Dependency Injection container is released. It is a PSR-11 compatible dependency injection container that is able to instantiate and configure classes resolving dependencies.
Features are:





[news] Definitions 1.0.0

A stable version of definitions package was tagged.
The package provides syntax constructs describing a way to create and configure a service or an object.
The following are provided:





[extension] matejch/yii2-page-guide

Page guide extension

  1. Installation
  2. Setup
  3. Usage

Ability to add guide or assistant to pages for better user orientation or explaining functionality to user





[news] CSRF 1.2.0

Minor verison of CSRF package was tagged adding ability to specify your own failure handler:





[extension] jamguozhijun/yii2-xmlparser

Minor verison of CSRF package was tagged adding ability to specify your own failure handler:





[news] Middleware dispatcher 2.0.0

New major release of middleware dispatcher package was tagged. While 1.0.0 was released only a few days ago, we had a great usability idea that, as usual, came right after 1.0.0 was done.
This release reverses middleware order. Previously it was expecting reverse order:





[news] Error handler 2.0.0

Error handler package got a major release.
Visible part is that solution is now formatted better. Internally, HeaderHelper is now used from http package.