mantisbt-plugins / Announce

Announcements plugin for MantisBT, lets privileged accounts create and post announcements that can be shown to users on a global or per-project basis, and allow users to dismiss individual messages.
MIT License
20 stars 14 forks source link

Added timestamp of dismissal, allowing edited messages to appear again #3

Closed Bascy closed 10 years ago

Bascy commented 10 years ago

When a message is edited, its timestamp is altered to the current time. When a message is dismissed by a user in a context, the time of dismissal is also recorded.

Messages that are altered after dismissal by a user, reappear in the list of visible messages for that user

dregad commented 10 years ago

Did you test your code prior to submitting your pull request ? There is a syntax error in Announce.php...

Bascy commented 10 years ago

Did test the code locally but had to copy paste it into the online git.

Probably made an error there . Will look into it tomorrow.

Sorry Op 18 mrt. 2014 18:13 schreef "Damien Regad" notifications@github.com:

Did you test your code prior to submitting your pull request ? There is a syntax error in Announce.php...

Reply to this email directly or view it on GitHubhttps://github.com/mantisbt-plugins/announce/pull/3#issuecomment-37960274 .

Bascy commented 10 years ago

Typo should be fixed now

dregad commented 10 years ago

Syntax error was still there. I fixed it.

Why don't you push directly from your local repository instead of copy/pasting ?