Giter VIP home page Giter VIP logo

redmine-system-notification-plugin's People

Contributors

agarciadom avatar ande3577 avatar atmis avatar cforce avatar edavis10 avatar mc906 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

redmine-system-notification-plugin's Issues

orphan time logs cause to crash

Create a time log by starting and stopping an issue
Delete the time entry
goto the time tracker overview site
will get a 500 error.

Is looking for 7 months, not one month

In app/models/system_notification.rb:

  def self.time_frame(time)
    case time.to_sym
    when :day
      1.day.ago
    when :week
      7.days.ago
    when :month
      7.month.ago
    when :this_year
      Time.parse('Jan 1 ' + Time.now.year.to_s)
    else
      nil
    end
  end

Add configuration of Reply-To address

It would be nice to have a Configure section of this plugin, to set the Reply-To address. Now, even if I log in as my own user, and give it Admin rights, and allow to use the plugin, the E-mail seems to be coming from the mail-address given in Emission email address in the Settings => [Tab] Email notifications.

de locale /utf8-without BOM

de:
system_notification: "Nachricht"
field_time: Benutzer seit
field_body: Nachricht
field_users: Benutzer
button_send: Absenden
text_24_hours: "24 Stunden"
text_1_week: "eine Woche"
text_1_month: "ein Monat"
text_this_year: "dieses Jahr"
text_all_time: "Alle"
text_select_none_for_all: "Bei keiner Selektion, an alle senden."
permission_use_system_notification: "Systemnachrichten versenden"

why "systemnotification not send"

I try to send a message by role filter. The role has 3 perspon for this project. But whe i send the message i get the error "systemnotification not send" and this log

Started GET "/admin/system_notification/users_since/?time=&projects=21&roles=" for 172.16.104.41 at 2013-05-29 18:51:20 +0200
Processing by SystemNotificationController#users_since as /
Parameters: {"time"=>"", "projects"=>"21", "roles"=>""}
Current user: 00001276 (id=3)
Found:0 users.

Why doesn't it find the users for this role? I lokk like roles param is empty although i select the role name in drop down..?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.