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
*
Don't raise an exception when the emission email address is not RFC compliant...
Go MAEDA
2019-04-08
1
-6
/
+15
*
Code cleanup: use safe navigation operator in app/models/mailer.rb
Go MAEDA
2019-04-06
1
-3
/
+3
*
Remove useless code in TimeEntryQuery#sql_for_activity_id_field (#31088).
Go MAEDA
2019-04-03
1
-2
/
+0
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
11
-22
/
+22
*
Fix that deleting a version silently deletes its attachments (#31087).
Go MAEDA
2019-03-26
1
-1
/
+1
*
Group time entries by created date (#30233).
Go MAEDA
2019-03-24
1
-1
/
+1
*
Use #b shortcut instead of #force_encoding (#31059).
Go MAEDA
2019-03-20
1
-3
/
+1
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
13
-25
/
+25
*
Support frozen_string_literal in issue, journal, and query (#26561).
Go MAEDA
2019-03-17
3
-7
/
+7
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
60
-60
/
+60
*
Add a description for trackers (#442).
Jean-Philippe Lang
2019-03-15
1
-1
/
+3
*
Display details about inheritance when editing a member roles (#31032).
Jean-Philippe Lang
2019-03-15
2
-0
/
+15
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
76
-117
/
+269
*
Move custom field classes to a method (#30994).
Go MAEDA
2019-03-09
1
-0
/
+4
*
"Last updated by" filter causes an SQL error with MariaDB (#30367).
Go MAEDA
2019-03-07
1
-1
/
+1
*
Issue emails cannot be threaded by some mailers due to inconsistent Message-I...
Go MAEDA
2019-03-04
1
-10
/
+16
*
"View all issues" link in email reminders points to issues list which does no...
Go MAEDA
2019-03-03
1
-1
/
+1
*
Parse author's name enclosed in parentheses in the From field when creating a...
Go MAEDA
2019-03-03
1
-6
/
+3
*
Option to parse HTML part of multipart (HTML) emails first (#30838).
Go MAEDA
2019-03-03
1
-7
/
+14
*
Multiple issue ids in "Subtasks" filter (#30808).
Go MAEDA
2019-02-28
1
-3
/
+5
*
New setting to include the status changes in issue mail notifications subject...
Go MAEDA
2019-02-28
1
-2
/
+5
*
Daylight savings causes inconsistency of Message-Id (#13888).
Go MAEDA
2019-02-19
1
-1
/
+1
*
Mail handler does not ignore emails sent from emission email address if Setti...
Go MAEDA
2019-02-18
1
-1
/
+2
*
Reverts r17862.
Go MAEDA
2019-02-18
2
-7
/
+1
*
Show author's name in the From field of email notifications (#5913).
Go MAEDA
2019-02-15
1
-2
/
+10
*
Translation missing error in "Project's Status" filter options (#30718).
Go MAEDA
2019-02-15
2
-10
/
+4
*
Show full width layout custom fields as block columns in issue listing (#26081).
Go MAEDA
2019-02-13
1
-1
/
+1
*
Fix: Mail handler does not ignore emails sent from emission email address if ...
Go MAEDA
2019-02-12
2
-1
/
+7
*
Show Edit/Preview tabs for full width layout custom fields with text formatti...
Go MAEDA
2019-02-12
1
-0
/
+4
*
Makes sure the generated thumbnail is always of at least the requested size (...
Go MAEDA
2019-02-05
1
-1
/
+1
*
Multiple issue ids in "Parent task" filter (#30482).
Go MAEDA
2019-02-01
1
-1
/
+7
*
Adding an issue note via email fails due to NoMethodError (#30455).
Jean-Philippe Lang
2019-01-19
1
-1
/
+1
*
New date filter operators: tomorrow, next week, next month (#4502).
Go MAEDA
2019-01-19
1
-3
/
+19
*
Import UTF-8 issue CSV files with BOM and quoted strings (#30412).
Go MAEDA
2019-01-12
1
-0
/
+1
*
Adds a permission to log time for another user (#3848).
Jean-Philippe Lang
2018-12-16
2
-2
/
+24
*
Moved Version#fixed_issues extension to a module (#30115).
Jean-Philippe Lang
2018-12-16
1
-82
/
+84
*
Deletes thumbnails when the attachment diskfile is deleted (#30177).
Go MAEDA
2018-12-15
1
-1
/
+9
*
Allows re-use of thumbnails for identical attachments (#30177).
Go MAEDA
2018-12-15
1
-1
/
+1
*
Allow issues grouping by creation, update and closing date (#13803).
Jean-Philippe Lang
2018-12-12
2
-3
/
+23
*
Allow issues grouping by start and due dates (#13803).
Jean-Philippe Lang
2018-12-12
1
-2
/
+2
*
Setting to restrict spent times on future dates (#3322).
Go MAEDA
2018-12-11
1
-0
/
+3
*
Let admin users unarchive subprojects of archived projects (#29993).
Jean-Philippe Lang
2018-12-02
1
-8
/
+4
*
CSV importer ignores shared version names of other projects (#30001).
Jean-Philippe Lang
2018-11-29
1
-1
/
+4
*
Fix: Attachments are added even if validation fails when updating an issue vi...
Go MAEDA
2018-11-23
1
-1
/
+1
*
Sort issues by due date in email reminders (#29771).
Go MAEDA
2018-11-06
1
-0
/
+1
*
Remove trailing whitespaces from app/models/mailer.rb
Go MAEDA
2018-11-06
1
-1
/
+1
*
Filter time entries after project status (#20081).
Go MAEDA
2018-10-29
1
-0
/
+10
*
Filter issues after project status (#20081).
Go MAEDA
2018-10-29
3
-0
/
+24
*
Removes method_missing override (#26791).
Jean-Philippe Lang
2018-10-10
1
-9
/
+0
*
Replaces remaining #deliver with #deliver_later (#26791).
Jean-Philippe Lang
2018-10-10
1
-3
/
+3
[next]