summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-16138-138/+138
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-1644-88/+0
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-152-0/+26
* Show recent documents first (#29725).Jean-Philippe Lang2019-03-152-2/+3
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-1511-6/+42
* Display details about inheritance when editing a member roles (#31032).Jean-Philippe Lang2019-03-156-5/+41
* Support issue[assigned_to_id]=me when prefilling issues (#28502).Jean-Philippe Lang2019-03-151-0/+2
* Send columns as a param to context menu instead of parsing back_url (#26836).Jean-Philippe Lang2019-03-152-2/+2
* Filtering issues via context menu should not reset selected columns (#26836).Jean-Philippe Lang2019-03-152-1/+4
* Update footer copyright to 2019 (#30872).Jean-Philippe Lang2019-03-151-1/+1
* Searching for issue number with REST API redirects to issue HTML page (#29055).Jean-Philippe Lang2019-03-151-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-15172-117/+461
* Move custom field classes to a method (#30994).Go MAEDA2019-03-096-7/+10
* Add CSS class to user custom fields (#30985).Go MAEDA2019-03-091-1/+1
* "Last updated by" filter causes an SQL error with MariaDB (#30367).Go MAEDA2019-03-071-1/+1
* Add CSS class to project custom fields (#30977).Go MAEDA2019-03-061-1/+1
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-051-0/+1
* Issue emails cannot be threaded by some mailers due to inconsistent Message-I...Go MAEDA2019-03-041-10/+16
* Reverted r17925 (#6417). The change breaks GanttHelperTest.Go MAEDA2019-03-041-1/+0
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-041-0/+1
* "View all issues" link in email reminders points to issues list which does no...Go MAEDA2019-03-031-1/+1
* Parse author's name enclosed in parentheses in the From field when creating a...Go MAEDA2019-03-031-6/+3
* Option to parse HTML part of multipart (HTML) emails first (#30838).Go MAEDA2019-03-032-7/+15
* Timeout for "Check for updates" on Plugins page is too short (#30939).Go MAEDA2019-03-011-1/+1
* Multiple issue ids in "Subtasks" filter (#30808).Go MAEDA2019-02-281-3/+5
* New setting to include the status changes in issue mail notifications subject...Go MAEDA2019-02-282-2/+7
* Cannot make cross-project wiki link if the project name includes square brack...Go MAEDA2019-02-271-1/+1
* Show warning when no workflow uses the status in the workflows (#30916).Go MAEDA2019-02-261-0/+8
* Show warning when no workflow is defined for the role (#30853).Go MAEDA2019-02-241-0/+8
* Daylight savings causes inconsistency of Message-Id (#13888).Go MAEDA2019-02-191-1/+1
* Drop Ruby 2.2 support (#30356).Go MAEDA2019-02-191-2/+1
* Issues autocomplete should response with content type json and not html (#308...Go MAEDA2019-02-181-5/+15
* Mail handler does not ignore emails sent from emission email address if Setti...Go MAEDA2019-02-181-1/+2
* Reverts r17862.Go MAEDA2019-02-182-7/+1
* Show author's name in the From field of email notifications (#5913).Go MAEDA2019-02-151-2/+10
* Translation missing error in "Project's Status" filter options (#30718).Go MAEDA2019-02-152-10/+4
* Show full width layout custom fields as block columns in issue listing (#26081).Go MAEDA2019-02-132-2/+2
* Fix: Mail handler does not ignore emails sent from emission email address if ...Go MAEDA2019-02-122-1/+7
* Refactor custom field value tag for custom fields with full text formatting e...Go MAEDA2019-02-122-12/+15
* Show Edit/Preview tabs for full width layout custom fields with text formatti...Go MAEDA2019-02-123-3/+11
* Add a check/uncheck all button to search (#10264).Go MAEDA2019-02-081-5/+8
* Makes sure the generated thumbnail is always of at least the requested size (...Go MAEDA2019-02-051-1/+1
* Ajax Request Returns 200 but an error event is fired instead of success (#300...Go MAEDA2019-02-051-2/+2
* Add issue tracking table on the user profile page (#30421).Go MAEDA2019-02-012-8/+61
* Multiple issue ids in "Parent task" filter (#30482).Go MAEDA2019-02-011-1/+7
* Start date and due date in email notifications (#13307).Go MAEDA2019-01-251-2/+2
* Remove unnecessary bgl and bgr wrappers from the footer (#30445).Go MAEDA2019-01-231-2/+0
* Show estimated time on the overview page as well as spent time (#30464).Go MAEDA2019-01-222-4/+10
* Adding an issue note via email fails due to NoMethodError (#30455).Jean-Philippe Lang2019-01-191-1/+1
* New date filter operators: tomorrow, next week, next month (#4502).Go MAEDA2019-01-191-3/+19