You are here

CHANGELOG.txt in Subuser 6

subuser 6.x-1.4, xxxx-xx-xx (development version)
---------------------------

subuser 6.x-1.3, 2011-05-15
---------------------------
- Changes:
  * #459694: Adds a configurable limit to the number of subusers a particular user can create.
  * #942660: Adding a relationship for views to access parent user data.
  * #726914: Cleanup subuser permission related issues for edit and switch links. Add custom views handlers for edit and switch links.
  * #681962: Allow changes to parent user to cascade to subusers. Provides configuration on the settings form for Blocked/Unblocked status and Role changes to propagate to subusers. Also includes configuration for what to do with orphaned subusers when the parent user is deleted.
  * #1058708: Fixes hard coded link to /admin/user/roles in favor or url()
  * #555798: Changes db table from user_relationship to subuser_relationship.
  * #600390: Fixes create subuser logic so permissions actually work.
  * Allow a specific role to be exempted from the cascading behavior.
  * Allow the number of subusers to be set per-user rather than just site-wide.

subuser 6.x-1.2, 2009-11-10
---------------------------
- Changes:
   * Remove race condition that caused a notice to be thrown.
   * #572038: Create 'administer subusers' permission.
   * Remove notice when user registered.
   * Standardize hook_user() view array.

subuser 6.x-1.1, 2009-04-23
---------------------------
- Changes:
   * Update default view to use the latest views handler.
   * Additional documentation.

subuser 6.x-1.0, 2009-04-23
---------------------------
- First fully featured release.

File

CHANGELOG.txt
View source
  1. subuser 6.x-1.4, xxxx-xx-xx (development version)
  2. ---------------------------
  3. subuser 6.x-1.3, 2011-05-15
  4. ---------------------------
  5. - Changes:
  6. * #459694: Adds a configurable limit to the number of subusers a particular user can create.
  7. * #942660: Adding a relationship for views to access parent user data.
  8. * #726914: Cleanup subuser permission related issues for edit and switch links. Add custom views handlers for edit and switch links.
  9. * #681962: Allow changes to parent user to cascade to subusers. Provides configuration on the settings form for Blocked/Unblocked status and Role changes to propagate to subusers. Also includes configuration for what to do with orphaned subusers when the parent user is deleted.
  10. * #1058708: Fixes hard coded link to /admin/user/roles in favor or url()
  11. * #555798: Changes db table from user_relationship to subuser_relationship.
  12. * #600390: Fixes create subuser logic so permissions actually work.
  13. * Allow a specific role to be exempted from the cascading behavior.
  14. * Allow the number of subusers to be set per-user rather than just site-wide.
  15. subuser 6.x-1.2, 2009-11-10
  16. ---------------------------
  17. - Changes:
  18. * Remove race condition that caused a notice to be thrown.
  19. * #572038: Create 'administer subusers' permission.
  20. * Remove notice when user registered.
  21. * Standardize hook_user() view array.
  22. subuser 6.x-1.1, 2009-04-23
  23. ---------------------------
  24. - Changes:
  25. * Update default view to use the latest views handler.
  26. * Additional documentation.
  27. subuser 6.x-1.0, 2009-04-23
  28. ---------------------------
  29. - First fully featured release.