horses-eating-turnips / turnip

OpenSourcery's Drupal starter kit, with a focus on developer collaboration and reusable code.
http://www.opensourcery.com
GNU General Public License v3.0
25 stars 4 forks source link

Os admin #54

Closed jessehs closed 10 years ago

jessehs commented 10 years ago

This adds a more advanced admin/people page with ability to search through usernames (auto complete) and shows user email. It also allows bulk operations to email users (I have not currently tested this feature), block/unblock users and add/remove roles.

jhedstrom commented 10 years ago

I'd been thinking this work would just be a 2.x branch in https://github.com/opensourcery/os_admin

mariacha commented 10 years ago

Is there a disadvantage to using https://drupal.org/project/admin_views ?

jessehs commented 10 years ago

I haven't previously used admin_views, but it looks cool! I would be in favor of testing it out.

mariacha commented 10 years ago

I used it on Edison, and the disadvantage I found was that overwriting the views in a feature can be hacky because it requires cloning the original view. (Unless there's a clever way to do that that I don't know.) Features override doesn't seem to provide options for that...

jhedstrom commented 10 years ago

Admin views works quite well out of the box. I'm closing this out (perhaps a new PR to add admin views is in order).