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
/
test_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds a macro for inserting collapsed text (#12167).
Jean-Philippe Lang
2012-10-20
1
-0
/
+5
*
Adds links to locked users when current user is admin.
Jean-Philippe Lang
2012-10-18
1
-0
/
+9
*
Adds a setting to allow subtasks to belong to other projects (#5487).
Jean-Philippe Lang
2012-10-10
1
-0
/
+8
*
remove redundant empty lines from test/test_helper.rb
Toshi MARUYAMA
2012-09-02
1
-8
/
+0
*
Removes RJS from UsersController.
Jean-Philippe Lang
2012-07-21
1
-2
/
+2
*
Test if convert binary is available.
Jean-Philippe Lang
2012-07-16
1
-4
/
+1
*
Displays thumbnails of attached images of the issue view (#1006).
Jean-Philippe Lang
2012-07-07
1
-0
/
+7
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-8
/
+19
*
Renamed object_daddy_helper and removed exemplars.
Jean-Philippe Lang
2012-04-22
1
-2
/
+2
*
Removed object_daddy dependency.
Jean-Philippe Lang
2012-04-22
1
-12
/
+23
*
Additional tests for IssuesHelper#show_detail.
Jean-Philippe Lang
2012-04-22
1
-31
/
+0
*
Adds an helper to get the body of an email in tests.
Jean-Philippe Lang
2012-03-04
1
-4
/
+8
*
Adds helpers for testing email body.
Jean-Philippe Lang
2012-03-04
1
-0
/
+20
*
Rails3: test: scm: move "repository_path_hash" method in repositories routing...
Toshi MARUYAMA
2012-02-23
1
-0
/
+7
*
Test cleanup.
Jean-Philippe Lang
2012-01-02
1
-6
/
+6
*
Test cleanup.
Jean-Philippe Lang
2012-01-02
1
-8
/
+4
*
Test cleanup.
Jean-Philippe Lang
2012-01-02
1
-0
/
+4
*
Get rid of HelperTestcase.
Jean-Philippe Lang
2011-12-18
1
-1
/
+0
*
Change tests to use ruby/rails assertions.
Jean-Philippe Lang
2011-12-16
1
-9
/
+0
*
Make sure that tests restore the attachments path to the tmp dir so that fixt...
Jean-Philippe Lang
2011-12-16
1
-0
/
+4
*
Sort the issue list by author/assignee according to user display format (#9669).
Jean-Philippe Lang
2011-11-26
1
-2
/
+2
*
fix inconsistent image filename extensions (#9638)
Toshi MARUYAMA
2011-11-23
1
-0
/
+11
*
code layout clean up uploaded_test_file of test/test_helper.rb
Toshi MARUYAMA
2011-11-20
1
-1
/
+2
*
Ruby 1.9: fix tests error due to require path at test/test_helper.rb
Toshi MARUYAMA
2011-11-13
1
-1
/
+1
*
remove trailing white-spaces from test/test_helper.rb.
Toshi MARUYAMA
2011-09-01
1
-19
/
+19
*
Adds "between" operator for numeric filters (#6180).
Jean-Philippe Lang
2011-07-10
1
-0
/
+4
*
replace RAILS_ROOT to Rails.root at test/test_helper.rb.
Toshi MARUYAMA
2011-06-23
1
-3
/
+3
*
replace RAILS_ROOT to Rails.root at test/test_helper.rb.
Toshi MARUYAMA
2011-06-20
1
-5
/
+5
*
replace RAILS_ROOT to Rails.root in test/test_helper.rb.
Toshi MARUYAMA
2011-06-16
1
-4
/
+6
*
back out r6078.
Toshi MARUYAMA
2011-06-16
1
-2
/
+3
*
replace RAILS_ROOT to Rails.root in test/test_helper.rb.
Toshi MARUYAMA
2011-06-16
1
-3
/
+2
*
Restore settings even if a test failure occurs.
Jean-Philippe Lang
2011-03-27
1
-0
/
+1
*
Fix typo in test/test_helper.rb.
Toshi MARUYAMA
2011-03-20
1
-1
/
+1
*
Fixes subversion tests not running on win32.
Jean-Philippe Lang
2011-03-20
1
-2
/
+9
*
Removes a space before argument parentheses.
Jean-Philippe Lang
2011-03-16
1
-1
/
+1
*
Read attachment fixtures in binary mode.
Jean-Philippe Lang
2011-01-01
1
-1
/
+1
*
Makes the API accepts the X-Redmine-API-Key header to hold the API key.
Jean-Philippe Lang
2010-12-23
1
-0
/
+14
*
Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Allow key authentication when updating issues (with tests) #6447
Eric Davis
2010-11-05
1
-2
/
+2
*
Allow key authentication when creating issues (with tests) #6447
Eric Davis
2010-11-05
1
-15
/
+42
*
Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447
Eric Davis
2010-11-04
1
-4
/
+61
*
Refactor: convert API key tests using HTTP Basic to a shoulda macro
Eric Davis
2010-11-03
1
-0
/
+39
*
Refactor: convert username/password http basic auth api tests to shoulda macr...
Eric Davis
2010-11-02
1
-1
/
+51
*
Refactor: convert api key tests to shoulda macros for reuse. #6447
Eric Davis
2010-11-01
1
-0
/
+55
*
Move all API tests into the ApiTest module to make management easier
Eric Davis
2010-11-01
1
-0
/
+4
*
Refactor: merged error rendering methods.
Jean-Philippe Lang
2010-10-23
1
-1
/
+5
*
Fix the mock_file test helper.
Eric Davis
2010-08-19
1
-2
/
+6
*
Small test refactoring, extract method.
Eric Davis
2010-08-19
1
-0
/
+6
*
Refactor: extract method to shoulda macro.
Eric Davis
2010-08-02
1
-0
/
+9
[next]