index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
functional
/
news_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing fixtures to several tests (#30276).
Go MAEDA
2019-01-09
1
-1
/
+1
*
Send individual emails for each mail recipient (#26791).
Jean-Philippe Lang
2018-10-06
1
-1
/
+1
*
Global News view should not be allowed without permission (#7068).
Jean-Philippe Lang
2017-06-26
1
-0
/
+8
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-23
/
+76
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-19
1
-14
/
+8
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-2
/
+2
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
1
-4
/
+4
*
Fixed 500 error when displaying a news with comments in reverse order (#18332).
Jean-Philippe Lang
2014-11-14
1
-0
/
+11
*
add missing fixtures to NewsControllerTest
Toshi MARUYAMA
2014-09-11
1
-1
/
+3
*
use escaped "can't" constant at NewsControllerTest
Toshi MARUYAMA
2014-02-04
1
-2
/
+2
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Rails4: replace deprecated Relation#first with finder options at NewsControll...
Toshi MARUYAMA
2014-01-08
1
-2
/
+2
*
Rails4: replace deprecated Relation#first with finder options at NewsControll...
Toshi MARUYAMA
2014-01-08
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Functional tests cleanup.
Jean-Philippe Lang
2012-12-03
1
-7
/
+0
*
Upgrade to Rails 3.2.8 (#11758).
Jean-Philippe Lang
2012-09-02
1
-2
/
+2
*
Tests should not change settings.
Jean-Philippe Lang
2012-07-08
1
-3
/
+4
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
More functional tests for NewsController.
Jean-Philippe Lang
2012-03-10
1
-0
/
+5
*
Adds a test for when updating a news fails.
Jean-Philippe Lang
2012-03-02
1
-0
/
+8
*
Clean up assertion.
Jean-Philippe Lang
2012-02-25
1
-2
/
+1
*
Allows attachments on news (#1972).
Jean-Philippe Lang
2012-01-29
1
-10
/
+49
*
remove trailing white-spaces from test/functional/news_controller_test.rb.
Toshi MARUYAMA
2011-08-30
1
-15
/
+15
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Adds leading slash to all assert_redirected_to arguments (#6887).
Jean-Philippe Lang
2010-11-14
1
-3
/
+3
*
Refactor: convert News to a REST resource
Eric Davis
2010-09-27
1
-1
/
+1
*
Refactor: move NewsController#preview to PreviewsController#news
Eric Davis
2010-09-24
1
-11
/
+0
*
Refactor: move #destroy_comment method to CommentsController#destroy
Eric Davis
2010-09-23
1
-9
/
+0
*
Refactor: move NewsController#add_comment to CommentsController#create
Eric Davis
2010-09-22
1
-20
/
+0
*
Refactor: split NewsController#edit into #edit and #update
Eric Davis
2010-09-21
1
-2
/
+2
*
Refactor: split NewsController#new into #new and #create methods.
Eric Davis
2010-09-20
1
-4
/
+4
*
Refactor: Move the rest of the routing tests to RoutingTest.
Eric Davis
2010-04-21
1
-64
/
+0
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
Fixed: error raised when trying to add an empty comment to a news (#3615).
Jean-Philippe Lang
2009-07-18
1
-0
/
+9
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-1
/
+1
*
Added observers to watch model objects for mail delivery instead of calling M...
Eric Davis
2009-03-28
1
-0
/
+4
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-3
/
+3
*
Converted routing and urls to follow the Rails REST convention.
Eric Davis
2009-01-26
1
-0
/
+64
*
Add NewsController and TimelogController tests.
Jean-Philippe Lang
2008-03-17
1
-1
/
+89
*
ProjectsController#add_news moved to NewsController#new.
Jean-Philippe Lang
2008-02-03
1
-0
/
+11
*
Moved ProjectsController#list_news to NewsController#index.
Jean-Philippe Lang
2007-11-05
1
-0
/
+48