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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...
Jean-Philippe Lang
2015-01-10
1
-0
/
+12
*
Fixed: Redmine::FieldFormat::IntFormat does not accept "real" Integer values ...
Jean-Philippe Lang
2015-01-10
1
-0
/
+2
*
Time dependend failures in UI tests (#18789).
Jean-Philippe Lang
2015-01-10
1
-0
/
+4
*
Fixed errors in UI tests (#18782).
Jean-Philippe Lang
2015-01-10
1
-3
/
+3
*
Option to search open issues only (#10734).
Jean-Philippe Lang
2015-01-10
1
-0
/
+9
*
Option to search attachment filenames and description (#4383).
Jean-Philippe Lang
2015-01-09
1
-0
/
+29
*
replace tab to space at test/test_helper.rb
Toshi MARUYAMA
2015-01-08
1
-1
/
+1
*
Fixed that project copy triggers a 500 error if project validation fails.
Jean-Philippe Lang
2015-01-07
2
-0
/
+12
*
Cleans up parent project assignment in ProjectsController.
Jean-Philippe Lang
2015-01-07
1
-2
/
+4
*
Insert children issues to respect same order as ids.
Jean-Philippe Lang
2015-01-07
1
-2
/
+2
*
Replaces awesome_nested_set gem with a simple and more robust implementation ...
Jean-Philippe Lang
2015-01-07
3
-9
/
+151
*
The descendant count in the issues delete confirmation message is wrong if is...
Jean-Philippe Lang
2014-12-30
1
-0
/
+10
*
Force UTF-8 encoding of language names.
Jean-Philippe Lang
2014-12-26
1
-0
/
+5
*
Allow attachment thumbnails from REST API (#18707).
Jean-Philippe Lang
2014-12-26
2
-0
/
+19
*
Use upload helper method.
Jean-Philippe Lang
2014-12-22
1
-20
/
+5
*
Use raw request content in tests to make sure that XML/JSON payload is proper...
Jean-Philippe Lang
2014-12-22
1
-7
/
+25
*
Adds tests for creating an issue with multiple uploads.
Jean-Philippe Lang
2014-12-22
2
-0
/
+96
*
Set en locale in test (#18679).
Jean-Philippe Lang
2014-12-21
1
-0
/
+1
*
Send the content type as parameter when uploading a file.
Jean-Philippe Lang
2014-12-21
1
-0
/
+10
*
Attachment content type not set when uploading attachment (#18667).
Jean-Philippe Lang
2014-12-21
1
-0
/
+10
*
Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679).
Jean-Philippe Lang
2014-12-21
1
-0
/
+28
*
Error when adding user to group where he is already assigned (#18665).
Jean-Philippe Lang
2014-12-21
1
-0
/
+13
*
Leading slash required with Rails 4.2.
Jean-Philippe Lang
2014-12-21
6
-33
/
+33
*
Subclasses may not be loaded when running the test.
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
33
-64
/
+58
*
PermissionsAttributeCoder.load called twice when mocha expectation is set.
Jean-Philippe Lang
2014-12-21
1
-2
/
+3
*
Use DOM assertion instead.
Jean-Philippe Lang
2014-12-21
1
-1
/
+2
*
Use DOM assertions as attributes order changes from a Rails version to another.
Jean-Philippe Lang
2014-12-20
1
-4
/
+4
*
Make sure that themes are reloaded after test.
Jean-Philippe Lang
2014-12-20
1
-0
/
+2
*
Rewrites assertions.
Jean-Philippe Lang
2014-12-20
1
-2
/
+3
*
Removed that quote in a fixture subject.
Jean-Philippe Lang
2014-12-20
7
-18
/
+18
*
Removes test menu item after test.
Jean-Philippe Lang
2014-12-20
1
-0
/
+4
*
Set locale for error messages.
Jean-Philippe Lang
2014-12-20
1
-0
/
+4
*
Reset current user on each test.
Jean-Philippe Lang
2014-12-20
1
-0
/
+4
*
Restore accent insensitive search with mysql (#18537).
Jean-Philippe Lang
2014-12-15
2
-11
/
+24
*
Support for named route in project menu and a new :permission option (#6426).
Jean-Philippe Lang
2014-12-14
2
-6
/
+27
*
Missing test helper (#18537).
Jean-Philippe Lang
2014-12-14
1
-0
/
+4
*
SQLite does not support case insensitive match for non-ASCII characters (#185...
Jean-Philippe Lang
2014-12-14
1
-1
/
+9
*
Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ...
Jean-Philippe Lang
2014-12-14
1
-2
/
+8
*
add missing fixtures to test/unit/search_test.rb
Toshi MARUYAMA
2014-12-14
1
-0
/
+3
*
Mysql LIKE treats Ö and O the same (#18537).
Jean-Philippe Lang
2014-12-13
1
-2
/
+1
*
Don't use #downcase on search tokens, let the database handle it (#18537).
Jean-Philippe Lang
2014-12-13
1
-0
/
+9
*
add missing fixtures to SearchControllerTest
Toshi MARUYAMA
2014-12-13
1
-1
/
+2
*
add missing fixture to MembersHelperTest
Toshi MARUYAMA
2014-12-13
1
-1
/
+2
*
Don't consider roles without issue add/edit permissions for determining field...
Jean-Philippe Lang
2014-12-13
1
-0
/
+23
*
Droped legacy behaviour that allows a user to edit a few attributes of an iss...
Jean-Philippe Lang
2014-12-13
1
-62
/
+0
*
Misc tests.
Jean-Philippe Lang
2014-12-13
1
-0
/
+12
*
Try to find out what causes a ruby bus error with ruby2.x on the CI server.
Jean-Philippe Lang
2014-12-13
1
-2
/
+2
*
Adds a test for editing a registered user.
Jean-Philippe Lang
2014-12-12
1
-0
/
+8
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
2
-37
/
+41
[next]