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] Major release Yii Caching Library with file and memcached handlers

Several caching packages got a major releases.
Yii Caching Library 3.0
Configuration group names adapted to Yii convention.
Yii Cache File Handler 3.0
Configuration group names adapted to Yii convention and several changes for high concurrency load:

  • do not throw exception on file delete when file not found;
  • do not throw exception on change mode and modification time of cache file.

Yii Cache Memcached Handler 2.0





[news] Yii CSRF 2.0

Yii Error Handler package got a major release. There a few changes and improvements:

  • PHP version raised to ^8.0;
  • configuration group names adapted to Yii conventions;
  • explicitly added transitive dependencies ext-mbstring, psr/http-factory and psr/http-server-handler.




[news] Yii Error Handler 3.0

Yii Error Handler package got a major release. There a few changes and improvements:

  • PHP version raised to ^8.0;
  • configuration group names adapted to Yii conventions;
  • explicitly added transitive dependencies ext-mbstring, psr/http-factory and psr/http-server-handler.




[news] Yii Auth JWT 2.0

Version 2.0 of Yii Session package was released. There a few changes and fixes:

  • configuration group names adapted to Yii conventions;
  • returns correct session name when used custom name and call Session::getName() before session open.




[news] Yii Assets 4.0

Version 2.0 of Yii Session package was released. There a few changes and fixes:

  • configuration group names adapted to Yii conventions;
  • returns correct session name when used custom name and call Session::getName() before session open.




[news] Yii Session 2.0

Version 2.0 of Yii Session package was released. There a few changes and fixes:

  • configuration group names adapted to Yii conventions;
  • returns correct session name when used custom name and call Session::getName() before session open.




[news] Yii Aliases 3.0

Major release of Yii Aliases package was tagged.
In this version configuration group names adapted to Yii conventions and added method Aliases::getArray() that bulk translates path aliases into actual paths. For example:





[news] Yii Definitions 3.2

Minor version of Yii Definitions package was released.
In this version we added ability to use any allowed definitions in DynamicReferencesArray::from().





[news] Yii Config 1.3

Yii Config package got a minor version.
In this version we add ability to use Config without params.





[news] Yii Config 1.2

Yii Config package got a minor version.
In this version we raised the minimum version of PHP to ^8.0 and make a few additions and improvements:

  • added ability to change merge plan file path;
  • improved performance of collecting data for ReverseMerge and RecursiveMerge.