User: jpetso Branch: HEAD Date: Mon, 16 Feb 2009 21:08:22 +0000 Modified files: /modules/versioncontrol/commitlog commitlog.module /modules/versioncontrol versioncontrol.module Log message: Major performance improvement of the week: Enable versioncontrol_get_operations() to call pager_query() or db_query_range() directly, instead of hand-cutting the result. (Now possible because the query is now extensible *and* does DISTINCT.) That not only saves potential masses of unnecessarily allocated $operation arrays, but also makes it possible to get rid of the pager emulator that is commitlog_get_paged_operations(). Yo. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/com... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver...
participants (1)
-
drupal-cvs@drupal.org