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] Proxy 1.0.0

Yii HTML package version 2.5.0 was released.
Added new methods for set concrete enctype value for the Form tag:

  • Form::enctypeApplicationXWwwFormUrlencoded(),
  • Form::enctypeMultipartFormData(),
  • Form::enctypeTextPlain().

Added new methods for add attributes:





[news] Yii HTML 2.5.0

Yii HTML package version 2.5.0 was released.
Added new methods for set concrete enctype value for the Form tag:

  • Form::enctypeApplicationXWwwFormUrlencoded(),
  • Form::enctypeMultipartFormData(),
  • Form::enctypeTextPlain().

Added new methods for add attributes:





[news] Yii Files 2.0.0

We are very pleased to announce the major release of Yii Files version 2.0.0. There a few changes and additions:





[news] Yii Test Support 3.0.0

Test Support package version 3.0.0 was released.
This version raises the minimum psr/simple-cache version to ^2.0|^3.0.





[news] Yii Caching Library 2.0.0

Yii Cache package version 2.0.0 was released.
This version raises the minimum psr/simple-cache version to ^2.0|^3.0 and the minimum PHP version to ^8.0.





[news] Router and fastroute adapter 1.1.0

Router and its fastroute adapter were tagged.
This version adds support for multiple hosts via Route::hosts() and Group::hosts():





[news] Yii Dependency Injection 1.1.0

Version 1.1.0 of Yii Dependency Injection container is released.
This version raises the minimum psr/container version to ^1.1|^2.0.





[news] Test Support 2.0.0

Test Support package version 2.0.0 was released.
This version raises the minimum psr/log version to ^2.0|^3.0 and the minimum PHP version to 8.0.





[news] Error handler 2.1.0

Error handler package was updated with the following enhancements:

  • There is now Yiisoft\ErrorHandler\Event\ApplicationError triggered after the error is handled.
  • Current working directory is restored in error handler so relative paths now work well.
  • Exit is deferred now so custom shutdown handlers are properly triggered.
  • Added markdown support for friendly exceptions.
  • Added support for psr/log 2.0 and 3.0.




[extension] silverslice/yii2-queue-failed

Manage failed queued jobs in Yii 2

  1. Install
  2. Configuration
  3. Usage in console
  4. Notes

When your job fails after max number of attempts in Yii 2, it is removed from a queue as completed.
This extension saves failed jobs in database table and helps to view and retry them later.