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
/
documents_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Structured Document list for more flexible UI design with CSS (#17924).
Go MAEDA
2022-02-08
1
-4
/
+4
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
fix source indent of DocumentsControllerTest
Toshi MARUYAMA
2020-10-26
1
-26
/
+56
*
add space after comma to DocumentsControllerTest
Toshi MARUYAMA
2020-10-05
1
-4
/
+4
*
Fix that "Successful deletion" notice is not displayed after deleting some ty...
Go MAEDA
2020-04-04
1
-0
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/IndentHeredoc in test/functional/documents_...
Toshi MARUYAMA
2019-10-07
1
-6
/
+4
*
Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
Go MAEDA
2019-10-04
1
-0
/
+2
*
Code cleanup: RuboCop: Rails/ActiveRecordAliases
Go MAEDA
2019-08-17
1
-3
/
+3
*
rubocop: fix Layout/DefEndAlignment of test/functional/documents_controller_t...
Toshi MARUYAMA
2019-08-04
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Show recent documents first (#29725).
Jean-Philippe Lang
2019-03-15
1
-4
/
+33
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Add missing fixtures for test_create_with_one_attachment (#30054).
Go MAEDA
2018-11-29
1
-1
/
+1
*
Send individual emails for each mail recipient (#26791).
Jean-Philippe Lang
2018-10-06
1
-1
/
+1
*
Remove trailing whitespaces from test/functional/documents_controller_test.rb
Go MAEDA
2018-10-05
1
-4
/
+4
*
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
-24
/
+75
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
1
-8
/
+2
*
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 some #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-20
1
-9
/
+8
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Rails4: replace deprecated Relation#first with finder options at DocumentsCon...
Toshi MARUYAMA
2014-01-08
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
add functional test to create non default document category (#11665)
Toshi MARUYAMA
2012-08-21
1
-0
/
+17
*
add missing fixtures to test/functional/documents_controller_test.rb
Toshi MARUYAMA
2012-08-21
1
-1
/
+3
*
Tests should not change settings.
Jean-Philippe Lang
2012-07-08
1
-3
/
+3
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Additional tests for DocumentsController.
Jean-Philippe Lang
2011-12-17
1
-0
/
+16
*
Resourcified documents.
Jean-Philippe Lang
2011-11-30
1
-4
/
+11
*
Test class cleanup.
Jean-Philippe Lang
2011-11-30
1
-7
/
+0
*
Adds functional tests for DocumentsController.
Jean-Philippe Lang
2011-11-30
1
-1
/
+52
*
Do not show inactive document categories where not necessary (#8573).
Jean-Baptiste Barth
2011-06-13
1
-0
/
+4
*
remove trailing white-spaces from functional documents controller test.
Toshi MARUYAMA
2011-05-18
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
-2
/
+2
*
Added tests for #5533's behavior.
Eric Davis
2010-06-19
1
-0
/
+18
*
Refactor: Move the rest of the routing tests to RoutingTest.
Eric Davis
2010-04-21
1
-43
/
+0
*
Renames uploaded_test_file helper.
Jean-Philippe Lang
2009-10-10
1
-1
/
+1
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
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
/
+3
[next]