Skip to content
  1. Feb 22, 2012
  2. Feb 21, 2012
  3. Oct 25, 2011
    • Klaus Purer's avatar
      Removed all old CVS Id tags. · 7ace05d7
      Klaus Purer authored
      7ace05d7
    • Steven Brown's avatar
      Enhanced the role_export_roles() cache function to do extra checking to see if... · 49ffb121
      Steven Brown authored
      Enhanced the role_export_roles() cache function to do extra checking to see if there has been a machine_name created. Take the proper actions if no machine_name is present. Utilize the hook_init() function to call our role_export_roles() cache function. This will fire every page load, however will always return a cached version of the roles unless cache has been cleared. During the installation of a feature will clear the cache and cause the role_export_roles() cache to rebuild getting the new data and fixing the data if needed before saving back it back into the db and cache.
      49ffb121
  4. Oct 23, 2011
    • Steven Brown's avatar
      When deleting a role the role_export_roles cache gets cleared. This gets rid... · d8675bdd
      Steven Brown authored
      When deleting a role the role_export_roles cache gets cleared. This gets rid of the bug of ghost machine_names existing. Updated the drupal_write_record() to a db_query(). We have to use the db_query() because we are not only updating the role information but also overriding the role id. Which can not be done in drupal_write_record().
      d8675bdd
  5. Oct 22, 2011
  6. Oct 02, 2011