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
...
*
use li tags for completed versions in version index sidebar (#13242)
Toshi MARUYAMA
2013-05-03
1
-4
/
+6
*
use li tags for versions in version index (#13242)
Toshi MARUYAMA
2013-05-03
1
-1
/
+5
*
remove unneeded h() from versions index tracker name
Toshi MARUYAMA
2013-05-03
1
-1
/
+1
*
use li tags for trackers in version index (#13242)
Toshi MARUYAMA
2013-05-03
1
-3
/
+11
*
code layout clean up app/views/versions/index.html.erb
Toshi MARUYAMA
2013-05-03
1
-19
/
+20
*
use li tags for issue links in documents index (#13242)
Toshi MARUYAMA
2013-05-03
1
-4
/
+10
*
use li tags for issue links in activities index (#13242)
Toshi MARUYAMA
2013-05-03
1
-5
/
+11
*
use li tags for issue links in the wiki sidebar (#13242)
Toshi MARUYAMA
2013-05-03
1
-4
/
+7
*
code layout clean up test/functional/versions_controller_test.rb
Toshi MARUYAMA
2013-05-03
1
-7
/
+13
*
fix error and inconsistencies in Croatian translation (#13931)
Toshi MARUYAMA
2013-05-03
1
-3
/
+3
*
Add missing tests for Redmine::MenuManager::Mapper#initialize.
Jean-Baptiste Barth
2013-05-03
2
-1
/
+14
*
Add missing tests for Redmine::Helpers::Gantt#number_of_rows.
Jean-Baptiste Barth
2013-05-02
1
-2
/
+17
*
Add missing unit tests for ApplicationHelper#link_to_if_authorized.
Jean-Baptiste Barth
2013-05-02
1
-14
/
+20
*
Remove duplicate test TokenTest#test_find_token_should_return_nil_with_wrong_...
Jean-Baptiste Barth
2013-05-02
1
-5
/
+0
*
Remove duplicate test Redmine::I18nTest#test_time_format (keeping the most co...
Jean-Baptiste Barth
2013-05-02
1
-9
/
+0
*
Allow plugins to define their base directory (#13927).
Jean-Baptiste Barth
2013-05-02
2
-5
/
+16
*
Update URL when changing tab (#13900).
Jean-Baptiste Barth
2013-05-02
2
-2
/
+7
*
Add .powrc and .rvmrc in svn, git and hg ignores
Jean-Baptiste Barth
2013-05-02
2
-0
/
+4
*
Fixed that deleting a system activity with children in use raises an error (#...
Jean-Philippe Lang
2013-05-01
3
-4
/
+37
*
Propose system activities only when reassigning time entries (#13783).
Jean-Philippe Lang
2013-05-01
2
-1
/
+2
*
Fixed: "obj" parameter is not defined for macros used in description of docum...
Jean-Philippe Lang
2013-05-01
1
-1
/
+1
*
Fixed: Unable to set custom fields for versions using the REST API (#13850).
Jean-Philippe Lang
2013-05-01
3
-1
/
+36
*
Updates for 2.3.1 release.
Jean-Philippe Lang
2013-05-01
2
-1
/
+20
*
Pevents duplicate accesskeys (#12684).
Jean-Philippe Lang
2013-05-01
1
-1
/
+5
*
Restores the bottom action menu.
Jean-Philippe Lang
2013-05-01
1
-0
/
+1
*
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11752 e93f8b46-1217...
Jean-Philippe Lang
2013-05-01
1
-1
/
+0
*
Fixed: Lost text after selection in issue list with IE (#12650).
Jean-Philippe Lang
2013-05-01
1
-1
/
+1
*
Fetching emails via rake task does not support --no-account-notice and --defa...
Jean-Philippe Lang
2013-05-01
1
-0
/
+10
*
code layout clean up application.js
Toshi MARUYAMA
2013-04-23
1
-20
/
+16
*
code layout clean up select_list_move.js
Toshi MARUYAMA
2013-04-23
1
-24
/
+10
*
remove commented code from select_list_move.js
Toshi MARUYAMA
2013-04-23
1
-4
/
+1
*
application.js: randomKey function optimization (#13826)
Toshi MARUYAMA
2013-04-22
1
-3
/
+3
*
fix favicon bug in IE8 (#13829)
Toshi MARUYAMA
2013-04-22
1
-0
/
+0
*
fix JavaScript error of revision_graph.js on IE7 (#13823)
Toshi MARUYAMA
2013-04-21
1
-1
/
+1
*
fix JavaScript error of gantt.js on IE7 (#13823)
Toshi MARUYAMA
2013-04-21
1
-1
/
+1
*
remove trailing white-space from app/models/project.rb
Toshi MARUYAMA
2013-04-21
1
-1
/
+1
*
update jquery.ui.datepicker-de.js (#13825)
Toshi MARUYAMA
2013-04-21
1
-4
/
+4
*
add missing ; in {} at application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-1
/
+1
*
fix ; position of if(){} at application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-3
/
+3
*
remove unneeded ; from warnLeavingUnsaved of application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-1
/
+1
*
add missing ; at toggleCheckboxesBySelector of application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-1
/
+1
*
use ===/!== instead of ==/!= in application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-3
/
+3
*
fix JavaScript error on IE7 (#13811)
Toshi MARUYAMA
2013-04-20
1
-1
/
+1
*
Bulgarian "label_statistics" translation changed by Ivan Cenov (#13808)
Toshi MARUYAMA
2013-04-19
1
-1
/
+1
*
remove trailing white-spaces and redundant empty line from app/models/issue_q...
Toshi MARUYAMA
2013-04-19
1
-2
/
+1
*
remove unused variable from QueriesHelperTest
Toshi MARUYAMA
2013-04-19
1
-1
/
+1
*
add TODO comment about gantt issues sort (#7335)
Toshi MARUYAMA
2013-04-19
1
-1
/
+1
*
make height of "Commits per author" graph flexible (#1983, #13486)
Toshi MARUYAMA
2013-04-18
2
-3
/
+11
*
fix test name (#13482)
Toshi MARUYAMA
2013-04-18
1
-1
/
+1
*
not add empty header/footer to notification emails (#13482)
Toshi MARUYAMA
2013-04-18
3
-0
/
+34
[prev]
[next]