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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add journal after creating/deleting issue relation (#1005)
Toshi MARUYAMA
2013-05-19
4
-1
/
+117
*
svn:eol-style native datepicker.js (#14024)
Toshi MARUYAMA
2013-05-19
0
-0
/
+0
*
set default issue start/due datepicker from due/start date (#14024)
Toshi MARUYAMA
2013-05-19
3
-3
/
+37
*
increase Capybara.default_wait_time from 3 to 4 (#12822)
Toshi MARUYAMA
2013-05-19
1
-1
/
+1
*
code layout clean up VersionTest
Toshi MARUYAMA
2013-05-19
1
-5
/
+10
*
remove empty setup method from VersionTest
Toshi MARUYAMA
2013-05-19
1
-3
/
+0
*
add test of current issue start and due date datepicker (#14024)
Toshi MARUYAMA
2013-05-19
2
-2
/
+17
*
replace non ASCII literal to hexadecimal at ApplicationHelperTest
Toshi MARUYAMA
2013-05-18
1
-3
/
+11
*
include Redmine::I18n in ApplicationHelperTest
Toshi MARUYAMA
2013-05-18
1
-0
/
+1
*
backout r11875 ApplicationHelperTest change
Toshi MARUYAMA
2013-05-18
1
-4
/
+3
*
Include Redmine::I18n in helpers tests.
Jean-Philippe Lang
2013-05-18
8
-3
/
+11
*
Code cleanup.
Jean-Philippe Lang
2013-05-18
1
-5
/
+5
*
Code cleanup.
Jean-Philippe Lang
2013-05-18
1
-13
/
+16
*
Adds markings to emails generated by private comments (#12888).
Jean-Philippe Lang
2013-05-18
3
-1
/
+15
*
fix unit VersionTest failure
Toshi MARUYAMA
2013-05-18
1
-6
/
+6
*
backout r11865 test/object_helpers.rb changes
Toshi MARUYAMA
2013-05-18
1
-1
/
+0
*
Removed debug log (#14038).
Jean-Philippe Lang
2013-05-18
1
-1
/
+0
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
5
-176
/
+147
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
4
-124
/
+72
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
8
-859
/
+672
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
7
-530
/
+406
*
User #where instead of :conditions.
Jean-Philippe Lang
2013-05-18
2
-2
/
+2
*
Moved links to block titles on "My page".
Jean-Philippe Lang
2013-05-18
3
-26
/
+16
*
Adds a link on "My Page" to view all my spent time (#13157).
Jean-Philippe Lang
2013-05-18
2
-1
/
+12
*
Highlighting of source link target line for annotate view (#13746).
Jean-Philippe Lang
2013-05-18
1
-2
/
+2
*
Highlighting of source link target line (#13746).
Jean-Philippe Lang
2013-05-18
2
-2
/
+5
*
gantt: add test to sort issues by current logic (#7335)
Toshi MARUYAMA
2013-05-17
1
-0
/
+20
*
gantt: change sort method to class method (#7335)
Toshi MARUYAMA
2013-05-17
1
-4
/
+4
*
Fixed that submitting the form without selecting a value may raise raises an ...
Jean-Philippe Lang
2013-05-17
3
-7
/
+12
*
Add links to attachments in new issue email notification (#12293).
Jean-Philippe Lang
2013-05-17
4
-1
/
+37
*
increase Capybara.default_wait_time from default 2 to 3 (#12822)
Toshi MARUYAMA
2013-05-17
1
-0
/
+3
*
Use a shallow block instead of the :shallow option that ignores routes scope ...
Jean-Philippe Lang
2013-05-16
1
-9
/
+17
*
Fixed that filtering may return unwanted blank values (#14051).
Jean-Philippe Lang
2013-05-16
2
-2
/
+19
*
enable configuration of OpenIdAuthentication.store (#14060)
Toshi MARUYAMA
2013-05-16
2
-0
/
+12
*
move filter order tests from helper to model.
Toshi MARUYAMA
2013-05-16
2
-32
/
+28
*
increase base height of author lines on 'Commits per author' graph (#14068, #...
Toshi MARUYAMA
2013-05-16
1
-1
/
+1
*
remove width and height from repository stats embed tags (#1983, #13486)
Toshi MARUYAMA
2013-05-16
1
-2
/
+2
*
Fixed that ordered/unordered lists inside table cell are mangled (#14038).
Jean-Philippe Lang
2013-05-14
2
-1
/
+38
*
run test:ui in CI Server on only Ruby 2.0 (#12822)
Toshi MARUYAMA
2013-05-13
1
-1
/
+1
*
Fixed that values of custom fields are not kept in issues when copying a proj...
Jean-Philippe Lang
2013-05-13
2
-0
/
+16
*
Display error messages when attachment validation fails (#13949).
Jean-Philippe Lang
2013-05-13
1
-0
/
+5
*
Fixed that JS warning is not displayed when attachment maximum size is 0 (#13...
Jean-Philippe Lang
2013-05-13
1
-1
/
+1
*
Update notified_project_ids while saving record.
Jean-Philippe Lang
2013-05-13
5
-16
/
+22
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
8
-12
/
+25
*
Disable autofetching of repository changesets if projects are closed (#13945).
Jean-Philippe Lang
2013-05-12
2
-1
/
+26
*
Fix handling multiple text parts in email (#13646).
Jean-Philippe Lang
2013-05-12
3
-4
/
+75
*
Issue#children is never nil (#14015).
Jean-Philippe Lang
2013-05-12
1
-1
/
+1
*
Check inclusion only once (#14015).
Jean-Philippe Lang
2013-05-12
1
-6
/
+10
*
Replaces camelcase variable names (#14015).
Jean-Philippe Lang
2013-05-12
1
-12
/
+12
*
Removes some empty lines (#14015).
Jean-Philippe Lang
2013-05-12
1
-13
/
+0
[next]