summaryrefslogtreecommitdiffstats
path: root/app/views/feeds
Commit message (Collapse)AuthorAgeFilesLines
* Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).Jean-Philippe Lang2007-08-162-2/+2
| | | | | | Also fixed 'issue changes details' feed title. git-svn-id: http://redmine.rubyforge.org/svn/trunk@647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error on history atom feed when there's no notes on an issue changeJean-Philippe Lang2007-04-221-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* added rss/atom feeds at project levels for:Jean-Philippe Lang2007-03-176-19/+139
| | | | | | | | | | * 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
* fixed: error on feeds/news when no news existJean-Philippe Lang2007-03-151-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@336 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * replaced :controller => '' broken statements by :controller => 'welcome'Jean-Philippe Lang2007-01-251-1/+1
| | | | | | * request_uri method no more used git-svn-id: http://redmine.rubyforge.org/svn/trunk@175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* added translated strings for settings viewJean-Philippe Lang2007-01-211-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* settings are now stored in the database (config_custom.rb no more used) and ↵Jean-Philippe Lang2007-01-211-2/+2
| | | | | | editable through the application in: Admin -> Settings git-svn-id: http://redmine.rubyforge.org/svn/trunk@167 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * news rss feed addedJean-Philippe Lang2006-12-261-0/+20
* "header_tags" block added to allow inclusion of page specific tags in the html header (stylesheets, javascripts, feeds...) git-svn-id: http://redmine.rubyforge.org/svn/trunk@121 e93f8b46-1217-0410-a6f0-8f06a7374b81