User: dries Branch: HEAD Date: Mon, 31 Aug 2009 05:51:09 +0000 Modified files: /includes common.inc /misc autocomplete.js batch.js collapse.js drupal.js form.js tabledrag.js tableheader.js tableselect.js textarea.js timezone.js vertical-tabs.js /modules/block block.js /modules/color color.js /modules/comment comment.js /modules/system system.js system.module /modules/toolbar toolbar.js /modules/user user.js Log message: - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work. Links: http://cvs.drupal.org/diff.php?path=drupal/includes/common.inc&old=1.977&new... http://cvs.drupal.org/diff.php?path=drupal/misc/autocomplete.js&old=1.32&new... http://cvs.drupal.org/diff.php?path=drupal/misc/batch.js&old=1.9&new=1.10&ro... http://cvs.drupal.org/diff.php?path=drupal/misc/collapse.js&old=1.23&new=1.2... http://cvs.drupal.org/diff.php?path=drupal/misc/drupal.js&old=1.57&new=1.58&... http://cvs.drupal.org/diff.php?path=drupal/misc/form.js&old=1.10&new=1.11&ro... http://cvs.drupal.org/diff.php?path=drupal/misc/tabledrag.js&old=1.29&new=1.... http://cvs.drupal.org/diff.php?path=drupal/misc/tableheader.js&old=1.24&new=... http://cvs.drupal.org/diff.php?path=drupal/misc/tableselect.js&old=1.12&new=... http://cvs.drupal.org/diff.php?path=drupal/misc/textarea.js&old=1.29&new=1.3... http://cvs.drupal.org/diff.php?path=drupal/misc/timezone.js&old=1.6&new=1.7&... http://cvs.drupal.org/diff.php?path=drupal/misc/vertical-tabs.js&old=1.6&new... http://cvs.drupal.org/diff.php?path=drupal/modules/block/block.js&old=1.10&n... http://cvs.drupal.org/diff.php?path=drupal/modules/color/color.js&old=1.13&n... http://cvs.drupal.org/diff.php?path=drupal/modules/comment/comment.js&old=1.... http://cvs.drupal.org/diff.php?path=drupal/modules/system/system.js&old=1.33... http://cvs.drupal.org/diff.php?path=drupal/modules/system/system.module&old=... http://cvs.drupal.org/diff.php?path=drupal/modules/toolbar/toolbar.js&old=1.... http://cvs.drupal.org/diff.php?path=drupal/modules/user/user.js&old=1.16&new...