Patch #3785 » lib.redmine.rb.diff
lib\redmine.rb Wed Aug 26 00:02:23 2009 | ||
---|---|---|
152 | 152 |
activity.register :issues, :class_name => %w(Issue Journal) |
153 | 153 |
activity.register :changesets |
154 | 154 |
activity.register :news |
155 |
activity.register :time_entries |
|
155 | 156 |
activity.register :documents, :class_name => %w(Document Attachment) |
156 | 157 |
activity.register :files, :class_name => 'Attachment' |
157 | 158 |
activity.register :wiki_edits, :class_name => 'WikiContent::Version', :default => false |