]> source.dussan.org Git - redmine.git/commit
added rss/atom feeds at project levels for:
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Mar 2007 15:18:50 +0000 (15:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Mar 2007 15:18:50 +0000 (15:18 +0000)
commit10cf1ccc1abe1c6ffdf21259b54292f9068b569c
treed43c2fd622b2126f72672d177f482e4934106e3d
parent22b42dc90a86b16904224bf638054fffd062b53f
added rss/atom feeds at project levels for:
* news
* new issues reported
* details of issue changes

issue cutom queries can be used as feeds

git-svn-id: http://redmine.rubyforge.org/svn/trunk@339 e93f8b46-1217-0410-a6f0-8f06a7374b81
24 files changed:
app/controllers/feeds_controller.rb
app/controllers/projects_controller.rb
app/models/journal.rb
app/models/token.rb
app/models/user.rb
app/views/feeds/history.rxml [new file with mode: 0644]
app/views/feeds/history_atom.rxml [new file with mode: 0644]
app/views/feeds/issues.rxml [new file with mode: 0644]
app/views/feeds/issues_atom.rxml [new file with mode: 0644]
app/views/feeds/news.rxml
app/views/feeds/news_atom.rxml [new file with mode: 0644]
app/views/projects/feeds.rhtml [new file with mode: 0644]
app/views/projects/show.rhtml
db/migrate/030_add_projects_feeds_permissions.rb [new file with mode: 0644]
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml
public/stylesheets/application.css
test/fixtures/members.yml
test/functional/feeds_controller_test.rb [new file with mode: 0644]
test/unit/user_test.rb