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
*
Adds pagination to users list when adding project or group members (#9549).
Jean-Philippe Lang
2013-01-18
4
-10
/
+12
*
not use unnecessary instance variable at unit message test
Toshi MARUYAMA
2013-01-18
1
-18
/
+18
*
code layout clean up unit message test
Toshi MARUYAMA
2013-01-18
1
-2
/
+2
*
Link to attachment should return latest attachment (#7510).
Jean-Philippe Lang
2013-01-15
2
-0
/
+21
*
Attachment name is added in the generated link.
Jean-Philippe Lang
2013-01-14
1
-1
/
+1
*
Attachment name is added in the generated link.
Jean-Philippe Lang
2013-01-14
1
-1
/
+1
*
Attachment name is added in the generated link.
Jean-Philippe Lang
2013-01-14
1
-2
/
+1
*
Use named route with attachment filename for inline images.
Jean-Philippe Lang
2013-01-14
1
-9
/
+9
*
Adds a named route for thumbnails and use route helper in #thumbnail_tag.
Jean-Philippe Lang
2013-01-14
1
-0
/
+6
*
Add named routes for attachments and use route helpers in #link_to_attachment.
Jean-Philippe Lang
2013-01-14
1
-0
/
+14
*
Use route helper in #link_to_project.
Jean-Philippe Lang
2013-01-14
1
-0
/
+11
*
Add links to projects in Group projects list (#12843).
Jean-Philippe Lang
2013-01-14
1
-2
/
+5
*
use "UTF-16LE" instead of "UTF-16" on Ruby 1.9.2 due to test failure (#12787)
Toshi MARUYAMA
2013-01-13
1
-1
/
+2
*
fix typo of attachments controller test names
Toshi MARUYAMA
2013-01-13
1
-2
/
+2
*
Don't use Iconv with ruby1.9 (#12787).
Jean-Philippe Lang
2013-01-12
1
-1
/
+0
*
Makes issue custom fields available as timelog columns (#1766).
Jean-Philippe Lang
2013-01-12
1
-0
/
+10
*
Adds issue custom fields to time entries filters (#10191).
Jean-Philippe Lang
2013-01-12
2
-0
/
+20
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
239
-239
/
+239
*
Ability to uncheck "Multiple values" for existing custom fields (#12251).
Jean-Philippe Lang
2013-01-12
1
-0
/
+18
*
Plugins cannot route wiki page sub-path (#12749).
Jean-Philippe Lang
2013-01-11
1
-0
/
+4
*
Fixed: Cannot edit a wiki section which title starts with a tab (#12799).
Jean-Philippe Lang
2013-01-10
1
-0
/
+14
*
Fixed that viewing the history of a wiki page with attachments raises an erro...
Jean-Philippe Lang
2013-01-10
2
-0
/
+27
*
Gantt perf: fixed that Project#start_date and #due_date run way too much quer...
Jean-Philippe Lang
2013-01-06
1
-0
/
+10
*
Fixed that previews are broken by r10957 (#12642).
Jean-Philippe Lang
2013-01-06
1
-1
/
+1
*
Test fails when run at the beginning of the day.
Jean-Philippe Lang
2013-01-06
1
-1
/
+1
*
Fixed that macros with uppercase letters can not be called (#12744).
Jean-Philippe Lang
2013-01-05
1
-0
/
+6
*
Negative estimated hours should not be valid (#12735).
Jean-Philippe Lang
2013-01-05
1
-0
/
+9
*
Adds a custom validator for dates (#12736).
Jean-Philippe Lang
2013-01-05
1
-0
/
+2
*
Adjust test for r11120 (#3436).
Jean-Philippe Lang
2013-01-05
1
-1
/
+1
*
Login link unexpected logs you out (#12611).
Jean-Philippe Lang
2013-01-05
1
-0
/
+8
*
Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).
Jean-Philippe Lang
2013-01-05
1
-0
/
+16
*
Make sure that dates are stored as YYYY-MM-DD in journal details (#12713).
Jean-Philippe Lang
2013-01-04
1
-0
/
+21
*
Pass the order option as an array to satisfy sqlserver adapter (#12713).
Jean-Philippe Lang
2013-01-04
1
-6
/
+6
*
Deprecates Version#*_pourcent in favour of #*_percent (#12724).
Jean-Philippe Lang
2013-01-04
1
-17
/
+17
*
Fixed fixtures.
Jean-Philippe Lang
2013-01-03
1
-2
/
+2
*
Make sure we don't cast an empty string to numeric (#12713).
Jean-Philippe Lang
2013-01-03
1
-2
/
+2
*
Use joins instead of sub-queries in group by/sort by when using custom fields...
Jean-Philippe Lang
2013-01-03
1
-9
/
+3
*
SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo...
Jean-Philippe Lang
2013-01-03
1
-2
/
+2
*
Auto-populate fields while creating a new user with LDAP (#10286).
Jean-Philippe Lang
2012-12-26
3
-0
/
+44
*
Code cleanup, use named routes.
Jean-Philippe Lang
2012-12-22
2
-21
/
+38
*
Use #assert_select instead of #assert_tag.
Jean-Philippe Lang
2012-12-22
5
-207
/
+133
*
Use #assert_select instead of #assert_tag.
Jean-Philippe Lang
2012-12-22
1
-199
/
+199
*
"New issue" menu item should not link to copy form (#12652).
Jean-Philippe Lang
2012-12-21
1
-0
/
+3
*
Changed revision regexp to make source: links accept a branch.
Jean-Philippe Lang
2012-12-21
1
-0
/
+4
*
Split #per_page_links helper and moved test to specific test case.
Jean-Philippe Lang
2012-12-17
2
-15
/
+34
*
Replaces the classic_pagination plugin with a simple pagination module.
Jean-Philippe Lang
2012-12-17
1
-0
/
+94
*
Save the selected file just in case uploading stuff fails/is not supported.
Jean-Philippe Lang
2012-12-15
1
-2
/
+2
*
Code cleanup in AuthSource controller and views.
Jean-Philippe Lang
2012-12-13
1
-4
/
+29
*
Code cleanup: implement Plugin#to_param for generating routes.
Jean-Philippe Lang
2012-12-13
1
-8
/
+11
*
NoMethodError: private method `now' called for DateTime:Class error in tests ...
Jean-Philippe Lang
2012-12-13
1
-3
/
+0
[next]