summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merged r20970 from trunk to 4.2-stable (#35045).Go MAEDA2021-04-251-2/+1
* Merged r20968 from trunk to 4.2-stable (#35131).Go MAEDA2021-04-231-1/+11
* Merged r20966 from trunk to 4.2-stable (#35135).Go MAEDA2021-04-231-1/+1
* Merged r20962 from trunk to 4.2-stable (#35085).Go MAEDA2021-04-231-0/+4
* Merged r20959 from trunk to 4.2-stable (#35100).Go MAEDA2021-04-221-2/+2
* Merged r20956 from trunk to 4.2-stable (#35115).Go MAEDA2021-04-211-1/+6
* Merged r20946 from trunk to 4.2-stable (#34367).Go MAEDA2021-04-161-6/+5
* Merged r20923 from trunk to 4.2-stable (#34999).Go MAEDA2021-04-071-1/+1
* Merged r20872 from trunk to 4.2-stable (#34921).Go MAEDA2021-03-291-1/+1
* Use secure_compare to validate keys (#34950).Go MAEDA2021-03-261-5/+7
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-2579-79/+79
* Case-insensitive matching fails for Unicode filenames when referring to attac...Go MAEDA2021-03-201-1/+3
* Unnecessary database access when IssueQuery class is defined (#33290).Go MAEDA2021-03-191-13/+28
* Reverts r20653.Go MAEDA2021-03-181-2/+2
* Introduces an additional check before removing a deduplicated file (#34479).Go MAEDA2021-03-171-5/+4
* Reverts r20654.Go MAEDA2021-03-171-6/+6
* Delete spent time custom field values not visible by the user after assignmen...Go MAEDA2021-03-151-1/+8
* Fix that column header is clickable even when the column is not actually sort...Go MAEDA2021-03-141-1/+1
* Ability to set default value for "I don't want to be notified of changes that...Go MAEDA2021-03-101-1/+1
* Allow newlines and quote characters within mail body delimiters (#34794).Go MAEDA2021-03-091-1/+12
* Unable to autoload constant Version.table_name if gems use Version class (#33...Go MAEDA2021-03-031-2/+2
* Remove unsupported encodings ISO-2022-KR and ISCII91 from Setting::ENCODINGS ...Go MAEDA2021-02-171-2/+0
* Allow to use watch_by filter in the global issues list (#34700).Go MAEDA2021-02-111-1/+1
* Add class 'error' to custom fields with validation errors (#32764, #34580).Go MAEDA2021-01-112-2/+2
* Show only valid projects on issue form when the issue is a subtask (#33419).Go MAEDA2021-01-011-13/+39
* Subprojects issues are not displayed on main project when all subprojects are...Go MAEDA2020-12-271-4/+4
* Create custom field by copy (#34307).Go MAEDA2020-12-261-0/+20
* use '\' instead of '+' to concatenate strings at app/models/wiki_content_vers...Toshi MARUYAMA2020-12-191-5/+5
* remove redundant 'return' from app/models/attachment.rbToshi MARUYAMA2020-12-191-1/+1
* remove redundant 'return' from app/models/changeset.rbToshi MARUYAMA2020-12-191-1/+1
* shorten long line of app/models/issue_query.rbToshi MARUYAMA2020-12-191-8/+27
* shorten long line of app/models/issue.rbToshi MARUYAMA2020-12-171-25/+107
* place the '.' on the previous line of the method call at app/models/attachmen...Toshi MARUYAMA2020-12-171-6/+6
* place the '.' on the previous line of the method call at app/models/project.rbToshi MARUYAMA2020-12-171-2/+2
* shorten long line of Query#sql_for_custom_fieldToshi MARUYAMA2020-12-121-3/+5
* shorten long line of app/models/project.rbToshi MARUYAMA2020-12-121-11/+24
* shorten long line of app/models/custom_field.rbToshi MARUYAMA2020-12-121-14/+24
* Spent time details are displayed in incorrect order when sorted by week and d...Go MAEDA2020-12-121-1/+1
* shorten long line of app/models/board.rbToshi MARUYAMA2020-12-111-3/+7
* shorten long line of app/models/mailer.rbToshi MARUYAMA2020-12-111-14/+24
* shorten long line of app/models/wiki_page.rbToshi MARUYAMA2020-12-101-7/+14
* shorten long line of app/models/changeset.rbToshi MARUYAMA2020-12-101-10/+23
* shorten long line of app/models/tracker.rbToshi MARUYAMA2020-12-101-3/+9
* shorten long line of Query#relative_date_clauseToshi MARUYAMA2020-12-101-1/+4
* shorten long line of app/models/workflow_rule.rbToshi MARUYAMA2020-12-101-5/+13
* shorten long line of app/models/issue_priority.rbToshi MARUYAMA2020-12-101-1/+6
* shorten long line of app/models/attachment.rbToshi MARUYAMA2020-12-091-5/+22
* shorten long line of app/models/project.rbToshi MARUYAMA2020-12-091-31/+97
* shorten long line of Query#sql_for_fieldToshi MARUYAMA2020-12-091-17/+78
* Use sum { ... } instead of map { ... }.sum (#34399).Go MAEDA2020-12-062-5/+5