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] Queue extension 2.3.4 released

Queue extension version 2.3.4 was released.
This version forces db driver to use index on the reserved_at column to unlock unfinished tasks.
Full changelog is available at GitHub.





[news] ApiDoc extension version 3.0.4 released

We are very pleased to announce the release of the ApiDoc extension version 3.0.4.
This patch version fixes conversion of newlines to spaces and considers the first sentence ended only if the dot is followed by a space in BaseDoc::extractFirstSentence().
See the CHANGELOG for a full list of changes.





[news] Our stance on the war operation and update on development

  1. Team members
  2. Framework development
  3. Foundation

Yii team is international, it consists of awesome developers from Ukraine, Russia, Germany, Kazakhstan, Chile, Uzbekistan, Moldova, Poland, Netherlands, US and more.
Team members were shocked when it all started. Noone expected it, noone believed it.





[news] HTML 2.3.0

HTML package version 2.3.0 was released.
In this release added classes for tags:

  • Title,
  • H1,
  • H2,
  • H3,
  • H4,
  • H5,
  • H6,
  • Picture,
  • Audio,
  • Video,
  • Source,
  • Track.




[extension] sadi01/yii2-iran-national-code-validator

Yii2 Iran National Code Validator

  1. Installation
  2. Usage

NationalCodeValidator validates that the attribute value is a valid Iran national code.
Installation The preferred way to install this extension is through composer.





[extension] sadi01/yii2-daterangepicker

Yii2 Bootstrap Date Time Range Picker

  1. Installation
  2. Usage
  3. More Examples

Persian date range picker for Yii2 framework.
This is the daterangepicker widget and a Yii 2 enhanced wrapper for the daterangepicker.





[extension] sadi01/yii2-mutex-filter

Yii2 Bootstrap Date Time Range Picker

  1. Installation
  2. Usage
  3. More Examples

Persian date range picker for Yii2 framework.
This is the daterangepicker widget and a Yii 2 enhanced wrapper for the daterangepicker.





[news] Test Support 1.4.0

Test Support package version 1.4.0 was released. There a few changes in SimpleContainer::has() method:

  • added abilitiy set custom callback;
  • catch only \Yiisoft\Test\Support\Container\Exception\NotFoundException instead of \Throwable.