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 Cache File Handler 3.2

Minor version of Yii Cache File Handler package is released.

  • Don't create cache directory on FileCache initialization.
  • Clear stat cache in FileCache::set().
  • Handle race condition when creating cache directory.
  • Set correct permissions for nested directories.




[news] Yii Request Provider 1.2

Version 1.2 of Yii Request Provider package is released.

  • Add RequestHeaderProvider class that provides convenient access to request headers.
  • Add RequestCookieProvider instead of RequestCookies, which is marked as deprecated.
  • Get request from provider into RequestCookies every time get() and has() methods are called.




[news] Yii Message Translator 3.1

Minor version of Yii Message Translator package was tagged.

  • Throw InvalidArgumentException when missed "one" plural key.
  • Fixed incorrect locale usage when category source is not exist and specified fallback locale.
  • Fixed the nullable parameter declarations for compatibility with PHP 8.4.




[news] Yii View Renderer 7.3

Minor version of Yii View Renderer were tagged.

  • Raised required yiisoft/view version to ^12.
  • Added CsrfTokenMiddleware support in CsrfViewInjection.
  • Fixed state leak in some combinations of ViewRenderer render methods.




[extension] mgrechanik/yii2-activefield-additional-error

Additional span with error class for ActiveField

  1. What is it about?
  2. Installing
  3. How to use

What is it about? Bootstrap 4 and 5 are expecting `html` like this to decorate validation error:





[news] “The Yii Book (2nd Edition)” Version 2.0

Larry Ullman posted the final revision of his Yii Book 2nd Edition about Yii2.
Have a good read





[extension] mgrechanik/gridviewfilterfix

Fix for Yii2 GridView filter functionality to work properly with Bootstrap 4 and Bootstrap 5

  1. What is it about?
  2. Installing
  3. How to use

What is it about?





[news] Yii Factory 1.3

Version 1.3 of Yii Factory package is released.
In this version added StrictFactory that differs in that it processes only configured definitions.