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.

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





[news] Yii HTML 3.9

Version 3.9 of Yii HTML package is released. There is one improvement:

  • added backed enumeration value support to Html::addCssClass(), Tag::addClass() and Tag::class() methods.




[news] Yii DB Migration 1.2

Minor version of Yii DB Migration package was released.

  • Don't used Yii DB deprecated methods in Migrator.
  • Raised minimum PHP version to 8.1 with minor refactoring.




[news] Yii Requirements Checker 1.1

Version 1.1 of Yii Requirements Checker package is released.

  • Added RequirementsChecker::checkMaxExecutionTime() that check on current server's php.ini's 'max_execution_time' requiring it to exceed the time specified / tested application's comfortable installation time.
  • Improved requirements array validation.
  • Improved result appearance.




[news] Yii CSRF 2.2

Minor verison of Yii CSRF package was released.

  • Add the CsrfHeaderMiddleware middleware to use custom HTTP header to prevent forgery of requests.
  • Add the CsrfMiddleware::withSafeMethods() method to configure a custom safe HTTP methods list.
  • Deprecate CsrfMiddleware in favor of CsrfTokenMiddleware.