if Settings.status != "database_offline"
can [:index, :feed, :show], Changeset
- can :index, ChangesetComment
+ can :show, ChangesetComment
can [:confirm, :confirm_resend, :confirm_email], :confirmation
can [:index, :rss, :show], DiaryEntry
can :index, DiaryComment
can [:index, :show, :resolve, :ignore, :reopen], Issue
can :create, IssueComment
can [:new, :create, :edit, :update, :destroy], Redaction
- can [:new, :edit, :create, :update, :revoke, :revoke_all], UserBlock
+ can [:new, :create, :revoke_all], UserBlock
+ can :update, UserBlock, :creator => user
+ can :update, UserBlock, :revoker => user
+ can :update, UserBlock, :active? => true
end
if user.administrator?