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.2

First stable release of yiisoft/hydrator-validator was tagged.
The package provides a hydrator that also does validation, including raw data. It's useful when input data comes from a user, and you need to validate it and then put it into DTOs.





[news] Hydrator 1.0.0

First stable release of yiisoft/hydrator-validator was tagged.
The package provides a hydrator that also does validation, including raw data. It's useful when input data comes from a user, and you need to validate it and then put it into DTOs.





[news] Yii Validating Hydrator 1.0

First stable release of yiisoft/hydrator-validator was tagged.
The package provides a hydrator that also does validation, including raw data. It's useful when input data comes from a user, and you need to validate it and then put it into DTOs.





[news] Yii 2 Symfony mailer extension 4.0

First stable release of yiisoft/hydrator-validator was tagged.
The package provides a hydrator that also does validation, including raw data. It's useful when input data comes from a user, and you need to validate it and then put it into DTOs.





[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.