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.

[extension] ed-smartass/yii2-relation-behavior

yii2-relation-behavior Installation composer require ed-smartass/yii2-relation-behavior

Example use Smartass\





[extension] ed-smartass/yii2-settings

yii2-relation-behavior Installation composer require ed-smartass/yii2-relation-behavior

Example use Smartass\





[news] Mailer 3.0.0, SwiftMailer 3.0.0, and Email Log Target 3.0.0

Mailer package version 3.0.0 was tagged. This version expands Yiisoft\Mailer\MessageInterface adding the following methods:





[news] Mutex and adapters 1.0.0

Fisrt version of mutex package was released. This package provides mutex implementation and allows mutual execution of concurrent processes in order to prevent "race conditions". This is achieved by using a "lock" mechanism. Each possibly concurrent processes cooperates by acquiring a lock before accessing the corresponding data.
There are multiple ways you can use the package. You can execute a callback in a synchronized mode i.e. only a
single instance of the callback is executed at the same time:





[news] RateLimiter 2.0.0

Major version of yiisoft/rate-limiter package was released.
It introduces new package design proposed by kafkiansky:





[news] Debug extension 2.1.18 released

We are very pleased to announce the release of Gii extension version 2.2.3. This release adds the following enhancements:

  • Allows CRUD to work with non-RDBMS ARs.
  • Adds CIDR support for allowedIPs.
  • Adds support for viewing file differences on the CLI.

See the CHANGELOG for details.





[news] Bootstrap extension version 2.0.11 released

We are very pleased to announce the release of Gii extension version 2.2.3. This release adds the following enhancements:

  • Allows CRUD to work with non-RDBMS ARs.
  • Adds CIDR support for allowedIPs.
  • Adds support for viewing file differences on the CLI.

See the CHANGELOG for details.





[news] Yii 2.0.43

We are very pleased to announce the release of Yii Framework version 2.0.43.
Please refer to the instructions at https://www.yiiframework.com/download/
to install or upgrade to this version. This release includes a number of bug fixes as well as security enhancements and feature enhancements.





[news] Smarty extension 2.0.10 released

We are pleased to announce the release of Smarty extension version 2.0.10.
This is bugfix release that fixes PHP 8 compatibiltiy and a wrong method call error when setting template directory.