Issue #4605 has been updated by James Turnbull. Target version changed from 1.0.5 to 1.1.0
---------------------------------------- Bug #4605: Application should use the timezone and format set in a site-specific configuration https://projects.puppetlabs.com/issues/4605 Author: Igal Koshevoy Status: Closed Priority: Normal Assignee: Category: Target version: 1.1.0 Keywords: roadmapped Branch: Affected URL: Affected Dashboard version: Currently: * Timezone is set in `config/environment.rb` and this file must be edited to alter it. This is bad because this file is versioned and is part of the app. Worse still, not everything in the application uses it -- such as Status::by_interval uses the timezone that's set on the operating system instead. * Time/date formats are set in `config/initializers/time_formats.rb`. These now use international format, but we should accommodate people with other preferences. * Charts use their own format, ignoring the timezone and formatting used in the rest of the application. Desired behavior: * Site-wide settings should be implemented, see #4604 * Timezone setting should be added to the site-wide settings * Date-time format setting should be added to the site-wide settings * Everything should use the timezone settings, e.g. the views, Status::by_interval, charts, etc. * Everything should use the date-time formatting settings, e.g. the Rails views and charts. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
