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.

Internet Explorer 8 Support Will Be Removed in Ember 2.0

After reviewing this thread, it seems clear that the vast majority of
Ember users who have responded, including people working at large
corporations, are comfortable with dropping IE8 support in Ember 2.0.
On the other hand, while there is enormous support for dropping IE9
support as well, a number of people still rely on support for IE9, and
the benefits of dropping IE9 in Ember 2.0 are not as strong.





PHP 5.4.40 Released

The PHP development team announces the immediate availability of PHP
5.4.40. 14 security-related bugs were fixed in this release, including
CVE-2014-9709, CVE-2015-2301, CVE-2015-2783, CVE-2015-1352.

All PHP 5.4 users are encouraged to upgrade to this version.





PHP 5.6.8 is available

The PHP development team announces the immediate availability of PHP
5.6.8. Several bugs have been fixed some of them beeing security related, like CVE-2015-1351 and CVE-2015-1352.

All PHP 5.6 users are encouraged to upgrade to this version.





PHP 5.5.24 is available

The PHP development team announces the immediate availability of PHP
5.5.24. Several bugs have been fixed some of them beeing security related, like CVE-2015-1351 and CVE-2015-1352.

All PHP 5.5 users are encouraged to upgrade to this version.





Security and Bugfix Releases - Ember 1.10.1, 1.11.2, 1.11.3

Because developers trust Ember.js to handle sensitive customer data in
production, we take the security of the project extremely seriously. Ember
remains one of the few JavaScript projects that has a clearly
outlined security policy
and a
low-traffic mailing list exclusively for security
announcements
.





Ember.js 1.11.1 Released

Today we are releasing Ember.js 1.11.1, a patch-level release of Ember that
fixes several regressions introduced in the 1.11.0 release.
CollectionView with attributeBindings
During the 1.11.0 cycle much effort was put into making sure that attributeBindings used
the same logic that template bound attributes use. Namely, that attributeBindings use
HTMLBars' attribute helpers instead of jQuery's.