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
path:
root
/
app
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r5215 from trunk.
Jean-Philippe Lang
2011-04-29
1
-1
/
+1
*
Merged r5157 from trunk.
Jean-Philippe Lang
2011-04-29
1
-1
/
+1
*
Merged r5105 from trunk.
Jean-Philippe Lang
2011-04-29
1
-1
/
+2
*
Merged r5097 from trunk.
Jean-Philippe Lang
2011-04-29
1
-2
/
+2
*
Merged r5230 from trunk.
Jean-Philippe Lang
2011-04-29
1
-2
/
+2
*
Merged r5225 from trunk.
Jean-Philippe Lang
2011-04-29
1
-1
/
+1
*
Merged r5091 from trunk.
Toshi MARUYAMA
2011-03-11
1
-1
/
+1
*
Merged r4820 from trunk.
Jean-Philippe Lang
2011-03-06
1
-1
/
+5
*
Merged r4888 from trunk.
Jean-Philippe Lang
2011-03-06
1
-2
/
+12
*
Merged r4951 from trunk.
Jean-Philippe Lang
2011-03-06
1
-2
/
+4
*
Merged r4727 and r4730 from trunk.
Jean-Philippe Lang
2011-01-30
1
-3
/
+7
*
Merged r4761 from trunk.
Jean-Philippe Lang
2011-01-30
1
-1
/
+6
*
Merged r4708 and r4709 from trunk.
Jean-Philippe Lang
2011-01-30
1
-0
/
+3
*
Merged r4680 from trunk.
Jean-Philippe Lang
2011-01-16
1
-3
/
+3
*
Merged r4712 from trunk.
Toshi MARUYAMA
2011-01-14
1
-3
/
+3
*
Merged r4703 from trunk (scm: fix error on revision page for empty revision).
Toshi MARUYAMA
2011-01-13
1
-0
/
+1
*
Merged r4645 to r4651 from trunk.
Jean-Philippe Lang
2011-01-08
1
-1
/
+4
*
Merged r4615 and r4616 from trunk.
Jean-Philippe Lang
2011-01-02
1
-1
/
+6
*
Merged r4613 from trunk.
Toshi MARUYAMA
2011-01-02
2
-2
/
+30
*
Merged r4611 from trunk (Mercurial sorting).
Toshi MARUYAMA
2011-01-02
1
-0
/
+15
*
Fixed: CLI-supplied defaults should not be applied when replying to an issue ...
Jean-Philippe Lang
2010-12-29
1
-0
/
+3
*
Fixed: Tracker reset to default when replying to an issue email (#7197).
Jean-Philippe Lang
2010-12-29
1
-2
/
+8
*
Makes Version#start_date return the minimum start_date of its issues.
Jean-Philippe Lang
2010-12-23
2
-4
/
+3
*
Fixed: 500 error on issue query grouped by a custom field that was deleted (#...
Jean-Philippe Lang
2010-12-21
1
-3
/
+3
*
Prevents n SQL queries (n = project count) on cross-project issues list.
Jean-Philippe Lang
2010-12-20
1
-10
/
+12
*
Fixed: r4492 breaks the ability to select issue custom fields available for p...
Jean-Philippe Lang
2010-12-17
1
-1
/
+2
*
Refactor and add tests for News #index API (#7072).
Jean-Philippe Lang
2010-12-12
1
-0
/
+5
*
Extracts user groups assignment from controller.
Jean-Philippe Lang
2010-12-12
1
-1
/
+4
*
Validates user's mail_notification and turn options into strings (the attribu...
Jean-Philippe Lang
2010-12-12
1
-15
/
+16
*
Declare safe attributes for User and Projects models.
Jean-Philippe Lang
2010-12-12
2
-1
/
+27
*
Makes issue safe_attributes extensible (#6000).
Jean-Philippe Lang
2010-12-12
1
-32
/
+27
*
Fixes Changeset#text_tag for numeric scmid (#6681).
Jean-Philippe Lang
2010-12-11
1
-4
/
+3
*
Do not try to copy relations for issues that could not be copied.
Jean-Philippe Lang
2010-12-10
1
-1
/
+9
*
Support for updating custom fields using the received custom_fields array (#6...
Jean-Philippe Lang
2010-12-10
1
-0
/
+1
*
Select projects with issue_tracking module for gantt display and remove the n...
Jean-Philippe Lang
2010-12-07
1
-14
/
+10
*
Automatic spent time logging from commit messages (#4155).
Jean-Philippe Lang
2010-12-05
1
-40
/
+88
*
Safer code in IssueRelation (#7018).
Jean-Philippe Lang
2010-12-04
1
-3
/
+4
*
Moves project attributes default assignments from ProjectsController#new to t...
Jean-Philippe Lang
2010-12-03
1
-1
/
+24
*
Prevents validation error when adding a user to a group (#6457).
Jean-Philippe Lang
2010-11-27
1
-0
/
+1
*
Fixed: messages attachments/watchers are not deleted when deleting a project ...
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Fixed: Wiki#find_page should not be case sensitive because page title uniquen...
Jean-Philippe Lang
2010-11-27
1
-3
/
+3
*
Fixed: gantt displays issues by date of creation.
Jean-Philippe Lang
2010-11-21
1
-2
/
+1
*
Fixed: submitting a non numerical parent task input creates a 500 error (#6932).
Jean-Philippe Lang
2010-11-20
1
-1
/
+1
*
MailHandler: ignore assignee if invalid.
Jean-Philippe Lang
2010-11-14
1
-1
/
+4
*
Raised maximum length of project names and identifiers to 255 and 100 respect...
Jean-Philippe Lang
2010-11-14
1
-2
/
+5
*
Makes MailHandler ignore invalid keyword values to avoid validation failures.
Jean-Philippe Lang
2010-11-12
1
-6
/
+7
*
Makes MailHandler accept localized keywords for default or user language (#61...
Jean-Philippe Lang
2010-11-12
1
-2
/
+17
*
Makes MailHandler accept all issue attributes and custom fields that can be s...
Jean-Philippe Lang
2010-11-12
2
-50
/
+50
*
Moved some permission checks for issue update from controller to model.
Jean-Philippe Lang
2010-11-11
1
-3
/
+21
*
Allow non-unique names for projects (#630).
Jean-Philippe Lang
2010-11-11
1
-1
/
+1
[next]