summaryrefslogtreecommitdiffstats
path: root/lib/redmine/acts_as_watchable
Commit message (Collapse)AuthorAgeFilesLines
* Search engines now supports pagination.Jean-Philippe Lang2007-09-272-56/+0
| | | | | | Results are sorted in reverse chronological order. git-svn-id: http://redmine.rubyforge.org/svn/trunk@766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: watchers should be notified even if they uncheck 'mail notifications'Jean-Philippe Lang2007-09-111-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added "Watch" functionality on issues. It allows users to receive mail ↵Jean-Philippe Lang2007-04-212-0/+56
notifications about issue changes. For now, it's only usefull for users who are not members of the project, since members receive notifications for each issue (this behaviour will change). git-svn-id: http://redmine.rubyforge.org/svn/trunk@453 e93f8b46-1217-0410-a6f0-8f06a7374b81