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
*
Adds confirmation message to changeset/issue relation delete link.
Jean-Philippe Lang
2012-02-15
1
-0
/
+1
*
Adds confirmation message to relation delete link (#8413).
Jean-Philippe Lang
2012-02-15
1
-1
/
+2
*
Use Digest::SHA instead of Digest::SHA1 in Redmine.pm (#10242).
Jean-Philippe Lang
2012-02-15
1
-3
/
+3
*
Prevents SCM browser to overlay over the new repository sidebar (#779).
Etienne Massip
2012-02-15
1
-0
/
+2
*
Allow API auth on GET /versions/:id (#10241).
Jean-Philippe Lang
2012-02-15
1
-1
/
+1
*
Adds the syntax for links to notes in the help.
Jean-Philippe Lang
2012-02-15
1
-0
/
+1
*
Moved redmine links escaping assertions to their own test.
Jean-Philippe Lang
2012-02-15
1
-11
/
+17
*
Adds support for "Magic links" to notes (#2715).
Jean-Philippe Lang
2012-02-15
2
-4
/
+12
*
Fixed that partial diffs are done against html instead of original code (#9143).
Jean-Philippe Lang
2012-02-15
2
-24
/
+48
*
Makes user autocompleters work with firstname and lastname.
Jean-Philippe Lang
2012-02-14
3
-13
/
+30
*
Restyles user search fields and ajax indicator.
Jean-Philippe Lang
2012-02-14
5
-1
/
+14
*
Focus the first text input or submit button when showing a modal box.
Jean-Philippe Lang
2012-02-14
1
-4
/
+5
*
Adds a shadow to modal boxes.
Jean-Philippe Lang
2012-02-14
1
-1
/
+1
*
Fixed: {{toc}} uses identical anchors for subsections with the same name (#81...
Jean-Philippe Lang
2012-02-14
2
-0
/
+33
*
remove trailing white-spaces from config/locales/et.yml
Toshi MARUYAMA
2012-02-14
1
-15
/
+14
*
Estonian translation updated by John Wilcox (#10208)
Toshi MARUYAMA
2012-02-14
1
-42
/
+42
*
Removed useless style.
Etienne Massip
2012-02-14
1
-1
/
+1
*
Better handling of horizontal position.
Etienne Massip
2012-02-14
2
-10
/
+11
*
Redraw revision graph on window resize (#10206).
Etienne Massip
2012-02-13
2
-18
/
+30
*
Fixed: error when creating a project with a version format custom field (#102...
Jean-Philippe Lang
2012-02-13
2
-4
/
+16
*
Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).
Jean-Philippe Lang
2012-02-12
2
-1
/
+20
*
Fixed potential error when sorting members without role (#10053).
Jean-Philippe Lang
2012-02-12
3
-2
/
+31
*
Adds a css class (noborder) for making borderless tables text formatting.
Jean-Philippe Lang
2012-02-12
1
-0
/
+2
*
Updated test against r8860.
Jean-Philippe Lang
2012-02-12
1
-2
/
+1
*
Allows custom styles in textile formatting using a white list of styles (#2416).
Jean-Philippe Lang
2012-02-12
3
-2
/
+59
*
Adds Estonian translation by Kaitseministeerium (#10208).
Jean-Philippe Lang
2012-02-12
3
-0
/
+1202
*
Removed "clear:both" divs that break the issue form with long sidebar content.
Jean-Philippe Lang
2012-02-12
3
-2
/
+5
*
scm: git: explicitly return string as default branch (#10207)
Toshi MARUYAMA
2012-02-12
1
-2
/
+3
*
scm: git: use default branch from HEAD (#10207)
Toshi MARUYAMA
2012-02-12
2
-4
/
+21
*
scm: git: update test repository (#10207)
Toshi MARUYAMA
2012-02-12
3
-9
/
+14
*
Adds a News#commentable? method to easily specific additional rules.
Jean-Philippe Lang
2012-02-11
4
-2
/
+34
*
Moved revision graph holder div out of the table structure.
Etienne Massip
2012-02-11
1
-15
/
+15
*
Included scm stylesheet in changes page.
Etienne Massip
2012-02-11
1
-0
/
+4
*
Use of local variable for consistency.
Etienne Massip
2012-02-11
1
-1
/
+1
*
Integrated revision graph into scmid column.
Etienne Massip
2012-02-11
6
-71
/
+55
*
Prevent random failures due to params order.
Jean-Philippe Lang
2012-02-11
1
-9
/
+9
*
Adds a test for changeset/issue relations deletion.
Jean-Philippe Lang
2012-02-11
1
-0
/
+9
*
Fixed that changesets parents associations are not deleted when deleting a re...
Jean-Philippe Lang
2012-02-11
2
-1
/
+16
*
Move the calendar in front of the modal box.
Jean-Philippe Lang
2012-02-11
1
-1
/
+1
*
Displays the full form when creating a version from the issue form so that re...
Jean-Philippe Lang
2012-02-11
5
-14
/
+66
*
Only show statuses that can be applied to all issues on the bulk edit form (#...
Jean-Philippe Lang
2012-02-11
2
-1
/
+21
*
Removed extra argument from SubversionAdapter#diff.
Jean-Philippe Lang
2012-02-11
1
-1
/
+1
*
POP3 task only recognizes Message-ID header, not Message-Id (#10198).
Jean-Philippe Lang
2012-02-11
1
-1
/
+1
*
Fixed: wrong section edit links when a heading contains inline code (#10199).
Jean-Philippe Lang
2012-02-11
2
-1
/
+49
*
scm: git: reduce saving heads times in fetching revisions (#8857, #9472)
Toshi MARUYAMA
2012-02-11
1
-2
/
+7
*
scm: git: call "git log" only once instead of per branch in fetching revision...
Toshi MARUYAMA
2012-02-11
2
-58
/
+75
*
code layout cleanup app/views/repositories/committers.html.erb
Toshi MARUYAMA
2012-02-11
1
-1
/
+9
*
scm: git: raise exception if "git log" is error and block is given in lib rev...
Toshi MARUYAMA
2012-02-10
3
-25
/
+42
*
Traditional Chinese translation updated by ChunChang Lo (#10195)
Toshi MARUYAMA
2012-02-10
1
-13
/
+13
*
Makes error class more specific to prevent clashes with syntax highlight (#10...
Jean-Philippe Lang
2012-02-10
2
-3
/
+2
[next]