summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Increase maximum size for role name (#27625).Jean-Philippe Lang2019-06-201-1/+1
* Set the first status as a default status in "New tracker" form (#29589).Jean-Philippe Lang2019-06-201-1/+1
* Code cleanup: RuboCop: Rails/PresenceGo MAEDA2019-06-201-1/+1
* Code cleanup: RuboCop: Style/DefWithParenthesesGo MAEDA2019-06-202-2/+2
* Code cleanup: RuboCop: Style/UnneededInterpolationGo MAEDA2019-06-201-1/+1
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-203-12/+41
* Make project settings more accessible (#22090).Jean-Philippe Lang2019-06-208-0/+30
* Don't show empty fields in email notifications (#10378).Jean-Philippe Lang2019-06-201-4/+8
* Remove history label and no data (#3058).Jean-Philippe Lang2019-06-201-1/+0
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-205-2/+30
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-206-33/+29
* Add time entries tab to issue history tabs (#3058).Jean-Philippe Lang2019-06-203-0/+30
* Move changesets to its own tab (#3058).Jean-Philippe Lang2019-06-204-10/+26
* Show issue history in tabs (#3058).Jean-Philippe Lang2019-06-203-3/+22
* Allow tabs to have a custom action (#3058).Jean-Philippe Lang2019-06-202-1/+18
* Roadmap shows 100%, but one of its tasks is still set to 90% (#30949).Jean-Philippe Lang2019-06-202-4/+4
* Groups are incorrect when grouping by date without user timezone set.Jean-Philippe Lang2019-06-201-3/+7
* Issues in paginated views may be lost because sorting criteria are not unique...Jean-Philippe Lang2019-06-202-0/+9
* Enables API access to /my/account for updating user account data (#31399).Go MAEDA2019-06-163-5/+30
* Import issues: File content preview block is scrolling (#31330).Jean-Philippe Lang2019-06-101-2/+2
* Fix "Undefined local variable sender_email" error in MailHandler#receive_mess...Go MAEDA2019-06-101-1/+1
* Show "Due in X days" in issue details page (#31499).Go MAEDA2019-06-072-1/+8
* Remove trailing whitespaces from app (#31506).Go MAEDA2019-06-066-9/+9
* Fix incorrect position of the "Associated revisions" block when comments are ...Go MAEDA2019-06-061-2/+2
* CSV export of time entries report does not honor project filter (#31511).Go MAEDA2019-06-051-2/+2
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-041-0/+19
* Some fixes for r18214 (#31496):Go MAEDA2019-06-032-2/+4
* Add a link to project_issues_report from project_issues_report_details (#31493).Go MAEDA2019-06-031-2/+1
* Send the journal_indice as param in order to get rid of extra queries (#31427).Go MAEDA2019-06-022-3/+2
* Insert a link to the source to the attribution line when quoting a note or a ...Go MAEDA2019-06-022-2/+8
* Switch between toggle plus and minus icons for toggle multi select (#31496).Go MAEDA2019-06-022-4/+6
* Add an icon linked to trackers detail report on the project overview page (#3...Go MAEDA2019-06-021-1/+7
* scm: fix error when *.yml and *.txt show (#31141, #30850)Toshi MARUYAMA2019-05-301-0/+1
* Use "icon icon-*" classes for sort elements (#31433).Go MAEDA2019-05-302-3/+2
* Use "icon icon-*" classes for expandable elements (#31433).Go MAEDA2019-05-305-7/+7
* Fix missing icons (#31433).Go MAEDA2019-05-305-7/+7
* scm: early return in diff if diff is nil as same as show, changes, and etc. (...Toshi MARUYAMA2019-05-301-1/+1
* Support "YYYY/MM/DD" date format when importing issues (#31450).Go MAEDA2019-05-301-0/+1
* Use the regular "icon icon-*" classes for collapsible fields (#31433).Go MAEDA2019-05-272-4/+4
* Use the regular "icon icon-*" classes for sort-handle (#31433).Go MAEDA2019-05-273-4/+4
* Hide closed statuses by default in the chart (#31418).Go MAEDA2019-05-261-1/+1
* Stacked bar charts in the issue details report (#31418).Go MAEDA2019-05-261-0/+51
* Update copyright year.Go MAEDA2019-05-25169-169/+169
* Don't rescue Exception class (#31387).Go MAEDA2019-05-2510-14/+14
* Add issue css_classes to issue rows (#31424).Go MAEDA2019-05-222-2/+2
* Show assignee avatar in Roadmap and Version (#28510).Go MAEDA2019-05-222-1/+3
* assignee_avatar method causes NoMethodError if the given object is a group (#...Go MAEDA2019-05-221-2/+2
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-214-5/+5
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-208-2/+77
* Display user's gravatar when editing profile (#5899).Go MAEDA2019-05-201-1/+4