| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't wrap watcher link with span. | Jean-Philippe Lang | 2013-02-07 | 1 | -1/+1 |
* | Attachments should be available to the text formatter when previewing an exis... | Jean-Philippe Lang | 2012-09-16 | 2 | -2/+2 |
* | html5 compliance. | Jean-Philippe Lang | 2012-07-29 | 1 | -1/+1 |
* | JQuery in, Prototype/Scriptaculous out (#11445). | Jean-Philippe Lang | 2012-07-22 | 2 | -4/+4 |
* | Adds a helper for preview links. | Jean-Philippe Lang | 2012-07-18 | 4 | -24/+4 |
* | Deprecated :confirm => 'Text' option. | Jean-Philippe Lang | 2012-07-07 | 1 | -6/+2 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 4 | -5/+5 |
* | Adds a helper for displaying validation error messages. | Jean-Philippe Lang | 2012-02-26 | 1 | -1/+2 |
* | Preserve uploaded files when on news. | Jean-Philippe Lang | 2012-02-23 | 1 | -1/+1 |
* | Adds a News#commentable? method to easily specific additional rules. | Jean-Philippe Lang | 2012-02-11 | 1 | -1/+1 |
* | remove trailing tabs from app/views/news/_form.html.erb | Toshi MARUYAMA | 2012-01-30 | 1 | -1/+1 |
* | Enable attached images to be displayed inline on the news list. | Jean-Philippe Lang | 2012-01-29 | 1 | -1/+1 |
* | Allows attachments on news (#1972). | Jean-Philippe Lang | 2012-01-29 | 5 | -6/+8 |
* | replace tabs to spaces at app/views/news/new.html.erb | Toshi MARUYAMA | 2012-01-10 | 1 | -8/+8 |
* | Use #labelled_form_for instead of #labelled_tabular_form_for. | Jean-Philippe Lang | 2011-12-09 | 4 | -4/+4 |
* | Removed object name from form_for arguments. | Jean-Philippe Lang | 2011-11-23 | 3 | -4/+3 |
* | error_messages_for removed in Rails 3. | Jean-Philippe Lang | 2011-11-23 | 1 | -1/+1 |
* | show avatars on the news list (#9470) | Toshi MARUYAMA | 2011-10-25 | 1 | -1/+1 |
* | Refactor : convert queries to REST resources (also fixes #9108). | Etienne Massip | 2011-10-24 | 1 | -8/+8 |
* | Remove unecessary page title HTML escaping from views (#9252). | Etienne Massip | 2011-10-02 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/news/index.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | remove trailing white-spaces from app/views/news/edit.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | remove trailing white-spaces from app/views/news/new.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | remove trailing white-spaces from app/views/news/show.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -3/+3 |
* | replace tabs to spaces at app/views/news/index.api.rsb | Toshi MARUYAMA | 2011-09-17 | 1 | -3/+3 |
* | remove trailing white-spaces from app/views/news/index.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | remove trailing white-spaces from app/views/news/index.api.rsb | Toshi MARUYAMA | 2011-09-16 | 1 | -1/+1 |
* | rename .rhtml to .html.erb of app/views/news/_news.rhtml. | Toshi MARUYAMA | 2011-08-30 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/news/index.rhtml. | Toshi MARUYAMA | 2011-08-30 | 1 | -0/+0 |
* | 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 |