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] RBAC Cycle DB 1.0

The first stable version of yiisoft/rbac-cycle-db was released.
This package provides Cycle Database storage for Yii RBAC.
Check README for usage example and available options.
Psalm level is 1, the code coverage and MSI are 100%.





[extension] test1337

  1. Requirements
  2. Installation
  3. Usage
  4. Resources

...overview of the extension...
Requirements ...requirements of using this extension (e.g. Yii 2.0 or above)...





[extension] sharkom/yii2-cron

Yii2 Cron job Manager Create Cron jobs from browser, and look that run logs
Forked from vasadibt/yii2-cron with some modifications:

  1. Now it can run every kind of script, not only Yii2 console commands
  2. Added capability to have a log file in addition to DB logs
  3. Removed the runquick capabilities

ChangeLog 27/Feb/2023





[extension] sahilr2050/yii2-redactor-s3

Modifying for own use, Do not use this in your project. I can make a change according to my needs.





[news] Yii 1.1.28 is released and security support extended

We are very pleased to announce that Yii Framework version 1.1.28 is released.
You can download it at yiiframework.com/download/.
Yii 1.1.28 adds support for PHP 8.2 and improves compatibility with PHP 8.1.





[news] Validator 1.0

The first stable version of yiisoft/validator was released.
This package allows to check data in any format - arrays, objects, scalar values, etc. An example for the case when
data is an object:





[news] Yii Widgets 2.1

Yii runners packages got a major releases:

Configuration group names in runners adapted to Yii conventions and added ability to configure it. Make a few improvements also:





[news] Major releases of Yii runners

Yii runners packages got a major releases:

Configuration group names in runners adapted to Yii conventions and added ability to configure it. Make a few improvements also:





[news] Yii View Twig Renderer 2.1

Minor version of Yii View Twig Renderer was released. There a few changes and improvements:

  • raised minimum PHP version to ^8.0;
  • updated version of yiisoft/view to ^6.0|^7.0|^8.0;
  • added support ^2.0 version of psr/container.