Skip to content
  1. Jan 30, 2017
  2. Sep 27, 2016
  3. Aug 18, 2016
  4. Jun 09, 2016
  5. Apr 30, 2016
  6. Feb 01, 2016
  7. Jul 29, 2015
  8. Jul 22, 2015
  9. Jun 24, 2015
  10. Nov 25, 2014
  11. Nov 23, 2014
  12. Nov 22, 2014
    • AdamPS's avatar
      Batch of changes for beta2 release · 34b11167
      AdamPS authored
      There are too many interlocking changes to commit each one separately.
      
      1) Permissions (administerusersbyrole_permission)
      
          Drop the "and other roles" permissions as per #2379013: "XX and other roles" permission can give admin access by accident.
          Internal permissions names use role ID not role name (user visible permission titles are unaltered). This fixes several problems. Title can be translated; title can change; title can contain special characters, which are stripped, but then two different roles could collide.
          For simplicity and efficiency, no need to have special case for "no custom roles" - we can just use role ID DRUPAL_AUTHENTICATED_RID. (Except we do special case the title to help users.)
          Now we are no longer relying on 'administer users' permission, we need a base permission that enables the function of this module (e.g. to govern access to admin/people). The neatest solution seems to be to use the "no custom roles" permissions. Hence there is ...
      34b11167
  13. May 14, 2013
  14. Mar 12, 2013
  15. Dec 17, 2012
  16. Sep 15, 2012
  17. Sep 06, 2012
  18. Jul 07, 2012
  19. Mar 25, 2012
  20. Mar 24, 2012