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
*
[#9489] linked label to its element
Toshi MARUYAMA
2011-10-29
1
-1
/
+1
*
[#9489] linked labels to their elements
Toshi MARUYAMA
2011-10-29
1
-4
/
+4
*
[#9489] added invisible labels for reassign select-tag on destroy views
Toshi MARUYAMA
2011-10-29
5
-1
/
+7
*
[#9489] set unique id for each checkbox and linked it
Toshi MARUYAMA
2011-10-29
2
-1
/
+9
*
[#9489] set id for message_subject and linked it to label, added invisible label
Toshi MARUYAMA
2011-10-29
3
-3
/
+7
*
[#9489] link label to element
Toshi MARUYAMA
2011-10-29
1
-2
/
+2
*
[#9489] link label to element
Toshi MARUYAMA
2011-10-29
1
-1
/
+3
*
[#9489] linked labels to their elements
Toshi MARUYAMA
2011-10-29
3
-17
/
+17
*
[#9489] added invisible labels for queries
Toshi MARUYAMA
2011-10-29
5
-7
/
+32
*
[#9489] added invisible search label
Toshi MARUYAMA
2011-10-29
3
-0
/
+3
*
[#9489] added invisible project scope label
Toshi MARUYAMA
2011-10-29
3
-0
/
+5
*
[#9489] added style to hide content from sighted users
Toshi MARUYAMA
2011-10-29
1
-0
/
+10
*
scm: mercurial: test: lib: update branches test for Branch class (#5501)
Toshi MARUYAMA
2011-10-28
1
-9
/
+26
*
scm: mercurial: lib: return array of Branch class instead of array of strings...
Toshi MARUYAMA
2011-10-28
1
-1
/
+8
*
scm: git: test: lib: update branches test for Branch class (#5501)
Toshi MARUYAMA
2011-10-28
1
-6
/
+17
*
scm: git: lib: return array of Branch class instead of array of strings at br...
Toshi MARUYAMA
2011-10-28
1
-2
/
+6
*
scm: lib: add Branch class to abstract adapter (#5501)
Toshi MARUYAMA
2011-10-28
1
-0
/
+4
*
scm: git: test: add test of parents to unit lib test (#5501)
Toshi MARUYAMA
2011-10-28
1
-0
/
+26
*
scm: git: lib: add parents to Revision class (#5501)
Toshi MARUYAMA
2011-10-28
1
-4
/
+10
*
scm: mercurial: test: add test of parents to unit lib test (#5501)
Toshi MARUYAMA
2011-10-28
1
-0
/
+15
*
scm: mercurial: lib: add parents to Revision class (#5501)
Toshi MARUYAMA
2011-10-28
1
-1
/
+6
*
scm: lib: add parents attribute to Revision class of abstract adapter (#5501)
Toshi MARUYAMA
2011-10-28
1
-1
/
+3
*
scm: mercurial: remove unused "tags" from xml log templete
Toshi MARUYAMA
2011-10-28
1
-2
/
+1
*
scm: mercurial: add parents to xml log template (#5501)
Toshi MARUYAMA
2011-10-28
1
-1
/
+2
*
scm: mercurial: update test repository (#5501)
Toshi MARUYAMA
2011-10-28
4
-13
/
+15
*
scm: git: fix typo of comments about fetching revisions (#9472)
Toshi MARUYAMA
2011-10-27
1
-1
/
+1
*
scm: git: recovery and improve comments of fetching from 1.1 about harmful in...
Toshi MARUYAMA
2011-10-27
1
-0
/
+11
*
Make queries resources fully conform to common behavior (removed additonal ro...
Etienne Massip
2011-10-26
5
-9
/
+6
*
Reverted removal of project assignment to query (#9108).
Etienne Massip
2011-10-26
1
-2
/
+3
*
show avatars on the news list (#9470)
Toshi MARUYAMA
2011-10-25
1
-1
/
+1
*
scm: git: return saved revision at model "save_revision" (#5501)
Toshi MARUYAMA
2011-10-25
1
-0
/
+1
*
scm: git: use to_s for branches at model (#5501)
Toshi MARUYAMA
2011-10-25
1
-1
/
+2
*
scm: mercurial: use NUM_REV instead of hard-coded number of revisions at "tes...
Toshi MARUYAMA
2011-10-25
1
-1
/
+1
*
scm: mercurial: drop supporting below Mercurial 1.1 (#9465)
Toshi MARUYAMA
2011-10-25
3
-23
/
+8
*
Refactor : convert queries to REST resources (also fixes #9108).
Etienne Massip
2011-10-24
11
-78
/
+106
*
add newline at end of app/views/journals/index.builder
Toshi MARUYAMA
2011-10-24
1
-1
/
+1
*
scm: mercurial: skip failing unit model tests on below Mercurial 1.5 (#9465)
Toshi MARUYAMA
2011-10-24
1
-2
/
+4
*
scm: mercurial: skip failing unit lib tests on below Mercurial 1.5 (#9465)
Toshi MARUYAMA
2011-10-24
1
-10
/
+14
*
scm: mercurial: switch rev parameter of extension rhlog() if above Mercurial ...
Toshi MARUYAMA
2011-10-24
1
-2
/
+5
*
scm: mercurial: fix extension cmdtable on Mercurial 1.5 (#9465)
Toshi MARUYAMA
2011-10-24
1
-8
/
+8
*
scm: view: add #to_s to changeset.author (#5501)
Toshi MARUYAMA
2011-10-21
1
-1
/
+1
*
css: set nowrap of changeset author and committed_on (#5501)
Toshi MARUYAMA
2011-10-21
1
-2
/
+2
*
scm: view: truncate author with length 30 (#5501)
Toshi MARUYAMA
2011-10-21
1
-1
/
+1
*
css: set margin 0px at top and bottom of changeset ul and ol (#5501)
Toshi MARUYAMA
2011-10-21
1
-0
/
+1
*
replace tabs to spaces and remove trailing white-spaces at public/stylesheets...
Toshi MARUYAMA
2011-10-20
1
-10
/
+10
*
replace tabs to spaces and remove trailing white-spaces at public/stylesheets...
Toshi MARUYAMA
2011-10-20
1
-22
/
+22
*
replace tabs to spaces at public/stylesheets/application.css
Toshi MARUYAMA
2011-10-20
1
-53
/
+53
*
replace tabs to spaces and fix indents at public/stylesheets/jstoolbar.css
Toshi MARUYAMA
2011-10-20
1
-38
/
+38
*
replace tabs to spaces at public/stylesheets/scm.css
Toshi MARUYAMA
2011-10-20
1
-8
/
+8
*
code layout clean up of app/views/repositories/_dir_list_content.html.erb
Toshi MARUYAMA
2011-10-20
1
-2
/
+11
[next]