User: marvil07 Branch: HEAD Date: Sat, 13 Nov 2010 08:18:52 +0000 Modified files: /modules/versioncontrol/includes VersioncontrolAccount.php VersioncontrolRepository.php controllers.inc /modules/versioncontrol versioncontrol.module versioncontrol.pages.inc Log message: task #890216 follow-up by marvil07, sdboyer: Fix account status functionality 1. Fix the last username/vcs_username nomenclature problem - patch by sam at #890216-15 - Just another s/username/vcs_username at versioncontrol_account_edit_form_submit(). 2. Handle special two-PK entinty controller for account - Deprecate returning FALSE on versioncontrol_user_accounts_load(). - Manually get the right repo object at account load. - Use only one approach for specially keyed array returned at VersioncontrolAccountController::executeQuery(): nested array. - Process the nested array mentioned at VersioncontrolAccountController::buildEntities() to get one-level array that can be processed by VersioncontrolEntityController caching mechanism. - Some minor refactor at versioncontrol_user_accounts_title_callback() and versioncontrol_account_page(). Links: http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/inc... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/inc... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/inc... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver...