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
*
Adds a specific string for password changed notification (#21421).
Jean-Philippe Lang
2016-05-08
1
-2
/
+1
*
Simplify User#today (#22320).
Jean-Philippe Lang
2016-05-07
1
-2
/
+1
*
Fixes Query#date_clause timezone handling (#22320).
Jean-Philippe Lang
2016-05-07
1
-2
/
+10
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
6
-14
/
+15
*
Filter by issue id (#4806).
Jean-Philippe Lang
2016-05-06
2
-5
/
+21
*
Adds a method for tracker selection (#22345).
Jean-Philippe Lang
2016-04-24
1
-0
/
+10
*
CSV import delimiter detection broken (#22583).
Jean-Philippe Lang
2016-04-24
1
-1
/
+1
*
SQL server: non ASCII filter on text fields does not work (#22405).
Jean-Philippe Lang
2016-04-24
1
-2
/
+2
*
SQL server: non ASCII filter on issue subject does not work (#22405).
Jean-Philippe Lang
2016-04-24
1
-2
/
+2
*
Forum list can be reordered with drag and drop (#12909).
Jean-Philippe Lang
2016-04-18
1
-1
/
+1
*
Replaces acts_as_list with an implementation that handles #position= (#12909).
Jean-Philippe Lang
2016-04-17
6
-25
/
+30
*
Add inline image preview/display for attachments and repository entries (#220...
Jean-Philippe Lang
2016-04-11
1
-0
/
+4
*
Validate status of users and groups.
Jean-Philippe Lang
2016-04-11
3
-0
/
+18
*
Code cleanup.
Jean-Philippe Lang
2016-04-11
1
-5
/
+3
*
Fixed that subtasks lose their custom fields when copying an issue to a diffe...
Jean-Philippe Lang
2016-04-11
1
-3
/
+6
*
"I don't want to be notified of changes that I make myself" as Default for al...
Jean-Philippe Lang
2016-04-03
1
-0
/
+3
*
Additional CSS class for version status (#21434).
Jean-Philippe Lang
2016-03-20
1
-0
/
+7
*
Adds instance name to the security notification subject (#21421).
Jean-Philippe Lang
2016-03-20
1
-2
/
+2
*
Let the mailer set the email content (#21421).
Jean-Philippe Lang
2016-03-20
1
-0
/
+10
*
Send a single email to admins like other notifications (#21421).
Jean-Philippe Lang
2016-03-20
1
-4
/
+6
*
Send a security notification when users gain or loose admin (#21421).
Jean-Philippe Lang
2016-03-20
1
-1
/
+30
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
76
-76
/
+76
*
Fixed that grouping issue by key/value custom field does not work (#22178).
Jean-Philippe Lang
2016-03-12
1
-0
/
+6
*
Verify assigned_to_id when assigning safe_attributes (#22127).
Jean-Philippe Lang
2016-03-12
1
-0
/
+11
*
Private notes get copied without private flag to Duplicate issues (#22072).
Jean-Philippe Lang
2016-03-12
1
-0
/
+1
*
fix received mail text attachment does not keep original encoding on Ruby >= ...
Toshi MARUYAMA
2016-03-04
1
-1
/
+1
*
Send a notification when security settings are changed (#21421).
Jean-Philippe Lang
2016-02-05
2
-0
/
+33
*
Security notifications when password or email adress is changed (#21421).
Jean-Philippe Lang
2016-02-05
3
-2
/
+71
*
Query project_statement - do not collect ids of subtree (#21611).
Jean-Philippe Lang
2016-01-30
1
-5
/
+7
*
Additional option for USER_FORMAT, #{lastname}#{firstname} without any sperat...
Jean-Philippe Lang
2016-01-30
1
-3
/
+8
*
Add column `estimated_hours` for CSV import (#21867).
Jean-Philippe Lang
2016-01-30
1
-0
/
+3
*
Fixed that moving a wiki page with a child raises an error when target wiki c...
Jean-Philippe Lang
2016-01-30
1
-1
/
+1
*
Don't check permission to add watchers if no_permission_check option is set (...
Jean-Philippe Lang
2016-01-22
1
-1
/
+1
*
Add watchers from To and Cc fields in issue replies (#7017).
Jean-Philippe Lang
2016-01-22
1
-2
/
+7
*
Do not bind when the account contains $login (#21674).
Jean-Philippe Lang
2016-01-22
1
-1
/
+1
*
Fixed that LDAP does not check the user and password when are defined in the ...
Jean-Philippe Lang
2016-01-22
1
-1
/
+6
*
Removes attachment from disk after rollback on create (#21125).
Jean-Philippe Lang
2016-01-21
1
-0
/
+1
*
Only consider open subtasks when computing the priority of a parent issue (#5...
Jean-Philippe Lang
2016-01-16
1
-2
/
+4
*
Warning "Can't mass-assign protected attributes for IssueRelation: issue_to_i...
Jean-Philippe Lang
2016-01-16
1
-0
/
+20
*
Use association instead of a manual JOIN (#21583).
Jean-Philippe Lang
2016-01-16
1
-2
/
+2
*
Performance in User#roles_for_project (#21582).
Jean-Philippe Lang
2016-01-16
1
-1
/
+1
*
Can't set parent issue when issue relations among child issues are present (#...
Jean-Philippe Lang
2016-01-10
2
-101
/
+54
*
Stringify the attribute value before #force_enconding (#21453).
Jean-Philippe Lang
2016-01-09
1
-1
/
+1
*
LDAP account creation fails when first name/last name contain non ASCII (#214...
Jean-Philippe Lang
2016-01-09
1
-1
/
+2
*
Closed versions should be marked as completed (#21433).
Jean-Philippe Lang
2016-01-09
1
-2
/
+2
*
IssuePriority.position_name not recalculated every time it should (#21504).
Jean-Philippe Lang
2015-12-20
1
-1
/
+1
*
Option to show email adresses by default for new users (#21447).
Jean-Philippe Lang
2015-12-13
1
-0
/
+3
*
Don't include locked user in assignable users (#21477).
Jean-Philippe Lang
2015-12-12
1
-1
/
+1
*
Don't include anonymous user in assignable users (#21477).
Jean-Philippe Lang
2015-12-12
1
-1
/
+1
*
Moved custom fields totals logic to FieldFormat (#21413).
Jean-Philippe Lang
2015-12-05
2
-16
/
+8
[next]