Project

General

Profile

« Previous | Next » 

Revision 27210309

Added by Paul Kelly over 13 years ago

  • ID 27210309ff0383c6ce63823b570cb9768c2990d8

Added a basic notice facility to foreman

Notice.create :message => "text", :level => level, :global => boolean
if global is true then any user can cancel that message for all users
else each user must cancel the message individually

level can be "warning" or "message"

Fixed some tests
Cached the admin user lookup when SETTINGS[:login] is false
Now uses a before_filter in application_controller

  • added
  • modified
  • copied
  • renamed
  • deleted