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
*
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
*
Force the test RAILS_ENV to help prevent purging data when mistyping. #4572
Eric Davis
2010-07-09
1
-1
/
+1
*
Refactor: extract test method
Eric Davis
2010-06-19
1
-0
/
+10
*
Adds test helpers for test repositories.
Jean-Philippe Lang
2010-05-01
1
-0
/
+10
*
Added unit tests for IssuesHelper#show_detail
Eric Davis
2010-03-08
1
-0
/
+31
*
Fixed: unit tests broken by r3438 (#4860).
Jean-Philippe Lang
2010-02-17
1
-0
/
+3
*
Added some tests for the LDAP authentication.
Eric Davis
2010-02-16
1
-0
/
+5
*
Added some shoulda macros for testing.
Eric Davis
2009-12-30
1
-0
/
+28
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-0
/
+1
*
Moved object daddy helpers to their own module.
Eric Davis
2009-10-20
1
-30
/
+2
*
Updated some object_daddy exemplars for the Models.
Eric Davis
2009-10-20
1
-0
/
+18
*
Improved Project#copy to copy more data from the source Project. #3367
Eric Davis
2009-10-19
1
-0
/
+13
*
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
-2
/
+2
*
Limit the size of repository files displayed inline too.
Jean-Philippe Lang
2009-02-21
1
-0
/
+7
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-3
/
+2
*
Added tests for the other OpenID authentication cases. #699
Eric Davis
2009-02-11
1
-1
/
+1
*
Adding OpenID mock and test. #699
Eric Davis
2009-02-11
1
-0
/
+1
*
Merged Rails 2.1 compatibility branch.
Jean-Philippe Lang
2008-07-04
1
-17
/
+0
*
Tests: create tmp/test if it doesn't exist.
Jean-Philippe Lang
2008-06-26
1
-0
/
+1
*
File viewer for attached text files.
Jean-Philippe Lang
2008-06-09
1
-0
/
+6
*
Login field name changed to username (#755).
Jean-Philippe Lang
2008-02-29
1
-1
/
+1
*
Merged IssuesController change_status and add_note actions.
Jean-Philippe Lang
2008-01-06
1
-1
/
+5
[next]