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] Yii Error Handler 3.1

Yii Error Handler package was updated with the following enhancements and fixes:

  • added CompositeException to be able to render multiple exceptions;
  • dispatch ApplicationError in ErrorCatcher;
  • added HeadersProvider
  • added color scheme definition based on system settings.




[extension] eluhr/yii2-json-attribute-behavior

Yii2 JSON Attribute Behavior

  1. Installation
  2. Usage
  3. Testing

This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
With this a "real" json string can be stored in the database.





[news] Yii HTTP Runner 2.2 and Yii Console Runner 2.1

Minor version of Yii Widget package is released.

  • Added ability to set default theme for concrete widget.
  • Allowed to use widgets without widget factory initialization.
  • WidgetFactoryInitializationException marked as deprecated.




[news] Yii Config 1.5

Minor version of Yii Config package was released. There are some new features and improvements:

  • added ability to specify recursion depth for recursive modifier;
  • references to another configs use reverse and recursive modifiers of root group now;
  • prevent incorrect throw "Duplicate key…" exception in some cases when using nested groups;
  • remove unnecessary code in PackagesListBuilder.




[news] Yii DB Migration 1.1

Minor version of Yii Config package was released. There are some new features and improvements:

  • added ability to specify recursion depth for recursive modifier;
  • references to another configs use reverse and recursive modifiers of root group now;
  • prevent incorrect throw "Duplicate key…" exception in some cases when using nested groups;
  • remove unnecessary code in PackagesListBuilder.




[news] Yii Strings 2.4

Minor version of Yii Config package was released. There are some new features and improvements:

  • added ability to specify recursion depth for recursive modifier;
  • references to another configs use reverse and recursive modifiers of root group now;
  • prevent incorrect throw "Duplicate key…" exception in some cases when using nested groups;
  • remove unnecessary code in PackagesListBuilder.




[news] Yii HTML 3.4

Version 3.1 of Yii HTML package is released.
In this version add ability set attributes for label of items in widgets CheckboxList and RadioList.





[news] Yii Widget 2.2

Minor version of Yii Widget package is released.

  • Added ability to set default theme for concrete widget.
  • Allowed to use widgets without widget factory initialization.
  • WidgetFactoryInitializationException marked as deprecated.




[news] DB Migration 1.0.0

First stable version of DB Migration package was realeased.
It allows you to manage database schema using migrations.
Supports the following databases out of the box: