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 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 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:





[news] Yii Injector 1.2

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:





[news] Auth Client extension 2.2.15 released

We are very pleased to announce the release of Auth Client extension version 2.2.15.
This version fixes a bug not using issuer claim from OpenID configuration, enhances security, and introduces more specific ClientErrorResponseException when the response code in BaseOAuth::sendRequest() is a 4xx.
See the CHANGELOG for details.





[extension] ip2location/ip2location-yii

IP2Location Yii extension

  1. INSTALLATION
  2. USAGE
  3. DEPENDENCIES
  4. SUPPORT

IP2Location Yii extension enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation, usage type, IP address type and IAB advertis





[news] Yii User 2.1

IP2Location Yii extension

  1. INSTALLATION
  2. USAGE
  3. DEPENDENCIES
  4. SUPPORT

IP2Location Yii extension enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation, usage type, IP address type and IAB advertis





[news] Yii Runner 2.1

Version 2.1 of Yii Runner package was released.
In this version added ability to set custom config modifiers.