summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* shorten long line of Query#add_custom_fields_filtersToshi MARUYAMA2020-12-041-3/+7
* Changes User.try_to_login to catch and log AuthSourceExceptions, and introduc...Go MAEDA2020-12-021-0/+10
* shorten long line of IssueQuery#available_columnsToshi MARUYAMA2020-11-301-15/+33
* shorten long line of IssueQuery#sql_for_relationsToshi MARUYAMA2020-11-291-4/+27
* add empty line after guard clause to app/models/group_builtin.rbToshi MARUYAMA2020-11-261-0/+3
* add empty line after guard clause to app/models/issue_query.rbToshi MARUYAMA2020-11-261-0/+1
* add empty line after guard clause to app/models/issue_relation.rbToshi MARUYAMA2020-11-261-2/+1
* add empty line after guard clause to app/models/email_address.rbToshi MARUYAMA2020-11-261-0/+1
* add empty line after guard clause to app/models/project_query.rbToshi MARUYAMA2020-11-261-0/+1
* shorten long line of IssueQuery#joins_for_order_statementToshi MARUYAMA2020-11-261-7/+21
* fix source indent of app/models/repository/cvs.rbToshi MARUYAMA2020-11-261-18/+22
* Create tracker by copy (#34258).Go MAEDA2020-11-251-0/+10
* fix one liner function semicolon at app/models/user_preference.rbToshi MARUYAMA2020-11-211-5/+5
* remove spaces inside {} of app/models/member.rbToshi MARUYAMA2020-11-201-1/+1
* remove spaces inside {} of app/models/news.rbToshi MARUYAMA2020-11-181-1/+1
* remove spaces inside {} of app/models/principal.rbToshi MARUYAMA2020-11-181-4/+4
* remove spaces inside {} of app/models/message.rbToshi MARUYAMA2020-11-181-1/+1
* remove spaces inside {} of app/models/issue.rbToshi MARUYAMA2020-11-171-1/+1
* remove spaces inside {} of app/models/changeset.rbToshi MARUYAMA2020-11-171-1/+1
* remove spaces inside {} of app/models/project_query.rbToshi MARUYAMA2020-11-171-5/+5
* remove spaces inside {} of app/models/time_entry.rbToshi MARUYAMA2020-11-171-1/+1
* remove spaces inside {} of app/models/import.rbToshi MARUYAMA2020-11-171-1/+1