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
*
Restores non english field_start_date translations (#6629, #7016).
Jean-Philippe Lang
2010-12-22
38
-38
/
+38
*
Fixed: 500 error on issue query grouped by a custom field that was deleted (#...
Jean-Philippe Lang
2010-12-21
2
-3
/
+19
*
Force vertical scroll bar to avoid layout jump.
Jean-Philippe Lang
2010-12-21
1
-0
/
+1
*
Broken links on wiki diff view.
Jean-Philippe Lang
2010-12-20
1
-2
/
+2
*
Prevents n SQL queries (n = project count) on cross-project issues list.
Jean-Philippe Lang
2010-12-20
2
-10
/
+18
*
Fixes valid revision regexp.
Jean-Philippe Lang
2010-12-20
1
-1
/
+1
*
Adds missing fixtures when running tests from scratch.
Jean-Philippe Lang
2010-12-20
1
-0
/
+5
*
Fixes task description.
Jean-Philippe Lang
2010-12-20
1
-1
/
+1
*
Adds tasks to run scm tests: test:scm:units, test:scm:functionals and test:scm.
Jean-Philippe Lang
2010-12-20
1
-0
/
+27
*
Adds routing tests for users and xml format.
Jean-Philippe Lang
2010-12-20
1
-0
/
+5
*
Adds support for requesting information about current user using /users/curre...
Jean-Philippe Lang
2010-12-20
4
-10
/
+46
*
Restore rev param validation that was removed in r2840.
Jean-Philippe Lang
2010-12-18
2
-1
/
+16
*
Fixes mercurial adapter.
Jean-Philippe Lang
2010-12-18
1
-1
/
+1
*
Fixed that some arguments where not properly escaped in scm adapters.
Jean-Philippe Lang
2010-12-18
6
-21
/
+27
*
Adds tests for class attribute parsing on pre/code tags.
Jean-Philippe Lang
2010-12-18
1
-0
/
+3
*
Fixes a data disclosure issue introduced in r3941.
Jean-Philippe Lang
2010-12-18
2
-2
/
+9
*
Ported subtasks display with indentation to the new gantt (#7128) and fixed m...
Jean-Philippe Lang
2010-12-18
4
-28
/
+92
*
Sort versions drop down on the bulk edit form.
Jean-Philippe Lang
2010-12-18
1
-1
/
+1
*
Fixed: issue description Quote button lost by r3941 (#7122).
Jean-Philippe Lang
2010-12-18
2
-1
/
+4
*
Fixed: r4492 breaks the ability to select issue custom fields available for p...
Jean-Philippe Lang
2010-12-17
2
-2
/
+6
*
Adds a css class for gantt subjects.
Jean-Philippe Lang
2010-12-17
2
-0
/
+4
*
Gantt code cleaning.
Jean-Philippe Lang
2010-12-17
1
-98
/
+53
*
Gantt code cleanup.
Jean-Philippe Lang
2010-12-17
1
-37
/
+16
*
Gantt: make the png looks more like html.
Jean-Philippe Lang
2010-12-17
1
-58
/
+47
*
Gantt: make the pdf looks more like html.
Jean-Philippe Lang
2010-12-17
1
-91
/
+66
*
Gantt code cleanup.
Jean-Philippe Lang
2010-12-17
3
-79
/
+26
*
Gantt code cleanup.
Jean-Philippe Lang
2010-12-17
3
-80
/
+36
*
Gantt code cleanup.
Jean-Philippe Lang
2010-12-17
2
-26
/
+30
*
Gantt: fixes progress width in some cases and start code cleaning.
Jean-Philippe Lang
2010-12-17
2
-52
/
+90
*
Adds missing strings in locales.
Jean-Philippe Lang
2010-12-17
24
-1
/
+95
*
Converts translations to the new i18n interpolation format (#6495).
Jean-Philippe Lang
2010-12-17
43
-8877
/
+8877
*
Locales update before changing interpolation format.
Jean-Philippe Lang
2010-12-17
3
-34
/
+34
*
Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#...
Jean-Philippe Lang
2010-12-17
4
-7
/
+19
*
Skip a few SQL queries for cross project gantt.
Jean-Philippe Lang
2010-12-15
1
-1
/
+1
*
Locales update.
Jean-Philippe Lang
2010-12-15
41
-0
/
+82
*
Adds an application setting to limit the number of items that can be displaye...
Jean-Philippe Lang
2010-12-15
7
-7
/
+67
*
Adds journal created_on attribute to issue API (#7111).
Jean-Philippe Lang
2010-12-14
1
-0
/
+1
*
Fixed: 404 when entering time with blank issue id (#7099).
Jean-Philippe Lang
2010-12-14
2
-2
/
+22
*
Set encoding to utf-8 for ruby 1.9 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-0
/
+2
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
159
-159
/
+159
*
Fixed bad html generated in users/memberships partial (multiple </tbody> tags)
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Fixes tests after fixtures changes.
Jean-Philippe Lang
2010-12-12
1
-5
/
+3
*
Restores the issue description label (#6677).
Jean-Philippe Lang
2010-12-12
1
-8
/
+10
*
Refactor and add tests for News #index API (#7072).
Jean-Philippe Lang
2010-12-12
6
-7
/
+144
*
Use GET instead of POST to retrieve context menu (#6762).
Jean-Philippe Lang
2010-12-12
1
-0
/
+1
*
Make sure there's no nil result in auto_complete.
Jean-Philippe Lang
2010-12-12
2
-1
/
+2
*
Autocomplete issue relations on subject (#3170).
Jean-Philippe Lang
2010-12-12
5
-3
/
+35
*
UsersController tests cleanup.
Jean-Philippe Lang
2010-12-12
1
-49
/
+33
*
Fixes password sending when creating user.
Jean-Philippe Lang
2010-12-12
2
-2
/
+36
*
Extracts user groups assignment from controller.
Jean-Philippe Lang
2010-12-12
4
-6
/
+22
[next]