| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rename .rhtml to .html.erb of app/views/news/_form.rhtml. | Toshi MARUYAMA | 2011-08-30 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/news/show.rhtml. | Toshi MARUYAMA | 2011-08-30 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/news/edit.rhtml. | Toshi MARUYAMA | 2011-08-30 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/news/new.rhtml. | Toshi MARUYAMA | 2011-08-30 | 1 | -0/+0 |
* | HTML escape at app/views/news/show.rhtml. | Toshi MARUYAMA | 2011-08-02 | 1 | -1/+1 |
* | Adds email notifications support for news comments (#2074). | Jean-Philippe Lang | 2011-03-04 | 1 | -0/+1 |
* | Refactor and add tests for News #index API (#7072). | Jean-Philippe Lang | 2010-12-12 | 1 | -0/+14 |
* | Fixed: links to edit/delete a news broken by r4214 (#6944). | Jean-Philippe Lang | 2010-11-20 | 1 | -6/+10 |
* | Fixed: "Add news" link broken by recent refactoring (#6650). | Jean-Philippe Lang | 2010-10-22 | 1 | -4/+4 |
* | Refactor: convert News to a REST resource | Eric Davis | 2010-09-27 | 5 | -13/+13 |
* | Refactor: move NewsController#preview to PreviewsController#news | Eric Davis | 2010-09-24 | 4 | -8/+8 |
* | Refactor: move #destroy_comment method to CommentsController#destroy | Eric Davis | 2010-09-23 | 1 | -2/+2 |
* | Refactor: move NewsController#add_comment to CommentsController#create | Eric Davis | 2010-09-22 | 1 | -2/+2 |
* | Refactor: split NewsController#edit into #edit and #update | Eric Davis | 2010-09-21 | 2 | -4/+4 |
* | Refactor: split NewsController#new into #new and #create methods. | Eric Davis | 2010-09-20 | 2 | -2/+2 |
* | Add scm.css to news pages to allow proper syntax highlighting. #6270 | Eric Davis | 2010-09-20 | 2 | -0/+5 |
* | Refactor: added link_to_project helper to handle links to projects | Jean-Baptiste Barth | 2010-08-08 | 2 | -2/+2 |
* | Do not include news author in emphasis tag. | Jean-Philippe Lang | 2010-02-14 | 1 | -2/+2 |
* | Avatars added in news (#3941) and forums (#4468) + cleanup. | Jean-Philippe Lang | 2010-01-07 | 1 | -2/+2 |
* | Removes large icons. | Jean-Philippe Lang | 2009-12-17 | 1 | -1/+1 |
* | Do not render hidden news edit form if user is not allowed to edit (closes #4... | Jean-Philippe Lang | 2009-10-22 | 1 | -1/+3 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 2 | -2/+2 |
* | Adds a 'box' div around news comment form (#2632). | Jean-Philippe Lang | 2009-02-02 | 1 | -2/+4 |
* | Adds an helper to render other formats download links. | Jean-Philippe Lang | 2009-01-29 | 1 | -4/+3 |
* | Fixed project news atom link broken by r2317. | Jean-Philippe Lang | 2009-01-28 | 1 | -1/+1 |
* | Automatically focus several form fields. | Jean-Philippe Lang | 2009-01-22 | 1 | -1/+1 |
* | Fixed: Wiki Linking Fails on News Item Preview (#1661). | Jean-Philippe Lang | 2008-07-19 | 4 | -4/+4 |
* | Enable syntax highlight on issues, messages and news (#1473, #1466). | Jean-Philippe Lang | 2008-06-18 | 1 | -0/+4 |
* | Use #blank? instead of #empty? in news/show view. | Jean-Philippe Lang | 2008-03-29 | 1 | -1/+1 |
* | Add a user preference to choose how comments/replies are displayed: in chrono... | Jean-Philippe Lang | 2008-03-05 | 1 | -4/+5 |
* | Display links to Atom feeds (closes #496, #750). | Jean-Philippe Lang | 2008-03-05 | 1 | -0/+5 |
* | ProjectsController#add_news moved to NewsController#new. | Jean-Philippe Lang | 2008-02-03 | 4 | -5/+43 |
* | Added missing wiki div on news/index and news/show. | Jean-Philippe Lang | 2008-01-12 | 2 | -0/+4 |
* | Slight improvements to the browser views. | Jean-Philippe Lang | 2008-01-02 | 2 | -2/+2 |
* | New setting added to specify how many objects should be displayed on most pag... | Jean-Philippe Lang | 2007-12-29 | 1 | -1/+1 |
* | Set doctype to transitional. Fixed a few non matching tags in views. | Jean-Philippe Lang | 2007-12-21 | 1 | -2/+2 |
* | News comments are now textilized. | Jean-Philippe Lang | 2007-12-12 | 1 | -3/+4 |
* | More detailed html title on several views. | Jean-Philippe Lang | 2007-12-07 | 2 | -0/+4 |
* | Fixed a parenthesis warning in news/show. | Jean-Philippe Lang | 2007-12-07 | 1 | -1/+1 |
* | Anonymous users can now be allowed to create, edit, comment issues, comment n... | Jean-Philippe Lang | 2007-11-20 | 1 | -1/+1 |
* | Moved ProjectsController#list_news to NewsController#index. | Jean-Philippe Lang | 2007-11-05 | 1 | -0/+34 |
* | Added some accesskeys: | Jean-Philippe Lang | 2007-10-05 | 1 | -0/+1 |
* | The news list now shows the full news contents. | Jean-Philippe Lang | 2007-09-22 | 2 | -2/+13 |
* | Application layout refactored. | Jean-Philippe Lang | 2007-09-22 | 1 | -4/+5 |
* | Changed author display on issues, news and document files. | Jean-Philippe Lang | 2007-09-15 | 2 | -3/+3 |
* | Project name is now displayed in news titles when not inside the project (eg.... | Jean-Philippe Lang | 2007-08-12 | 1 | -1/+2 |
* | Removed a line break on news/show | Jean-Philippe Lang | 2007-07-18 | 1 | -2/+1 |
* | Removed User#display_name (replaced by User#name). | Jean-Philippe Lang | 2007-06-29 | 1 | -1/+1 |
* | Slight views refactoring | Jean-Philippe Lang | 2007-05-27 | 1 | -13/+1 |
* | Fixed a TemplateError nil:NilClass (oracle specific) on _news.rhtml | Jean-Philippe Lang | 2007-04-27 | 1 | -1/+1 |