Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rails3: rename app/views/journals/index.rxml to ↵ | Toshi MARUYAMA | 2011-10-04 | 1 | -30/+0 |
| | | | | | | | | app/views/journals/index.builder (#6317) :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7577 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Refactor: move IssuesController#changes to JournalsController#index. | Eric Davis | 2010-08-23 | 1 | -0/+30 |
Since #changes is only an Atom feed of journals of a query, it makes more sense to have it on the JournalsController resource. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4034 e93f8b46-1217-0410-a6f0-8f06a7374b81 |