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 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
*
Fixes test according to r4493.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2010-12-12
4
-8
/
+6
*
Moves mail_notification param to user hash param so that it can be set using ...
Jean-Philippe Lang
2010-12-12
5
-23
/
+15
*
Removed no longer needed to_sym.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Validates user's mail_notification and turn options into strings (the attribu...
Jean-Philippe Lang
2010-12-12
2
-31
/
+33
*
Moves password param to user hash param so that it can be set using the User ...
Jean-Philippe Lang
2010-12-12
4
-16
/
+24
*
Declare safe attributes for User and Projects models.
Jean-Philippe Lang
2010-12-12
6
-13
/
+50
*
Makes issue safe_attributes extensible (#6000).
Jean-Philippe Lang
2010-12-12
3
-32
/
+189
*
Fixes Changeset#text_tag for numeric scmid (#6681).
Jean-Philippe Lang
2010-12-11
2
-7
/
+10
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
9
-19
/
+109
*
Fixes duplicate custom_values fixture that caused failure with Postgresql.
Jean-Philippe Lang
2010-12-11
2
-2
/
+2
*
Fixes indentation.
Jean-Philippe Lang
2010-12-11
2
-48
/
+46
*
Makes some attributes optional in API response to get faster/lightweight resp...
Jean-Philippe Lang
2010-12-11
5
-9
/
+19
*
Fixes unsafe assertion that may cause failures.
Jean-Philippe Lang
2010-12-10
1
-2
/
+2
*
Do not try to copy relations for issues that could not be copied.
Jean-Philippe Lang
2010-12-10
1
-1
/
+9
*
Changes the representation of journal details in issue API.
Jean-Philippe Lang
2010-12-10
2
-1
/
+38
*
Fixes a fixture with valid attributes (start_date < due_date).
Jean-Philippe Lang
2010-12-10
1
-2
/
+2
*
Support for updating custom fields using the received custom_fields array (#6...
Jean-Philippe Lang
2010-12-10
4
-1
/
+34
*
Fixed: error when serializing back objects with custom fields using ActiveRes...
Jean-Philippe Lang
2010-12-10
8
-30
/
+45
*
Add tests for wiki edit notifications (#7024).
Jean-Philippe Lang
2010-12-07
1
-0
/
+20
[prev]
[next]