summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix: Sort issue custom fields by position in tracker views (#28393).Go MAEDA2018-03-252-3/+4
* Deletion of an LDAP authentication mode may fail silently (#28000).Go MAEDA2018-03-121-0/+2
* Show the number of attachments on wiki pages (#27090).Go MAEDA2018-03-101-1/+1
* Fix: Calculation of the start date of following issues ignores the "non-worki...Go MAEDA2018-03-081-1/+2
* Generate full URLs to images and linked pages in the Wiki HTML export (#16446).Go MAEDA2018-03-082-2/+2
* Fix indent (#27025).Go MAEDA2018-03-032-13/+13
* Optional regex for filtering attachments on incoming emails (#27025).Go MAEDA2018-03-033-8/+21
* Allow selecting subprojects on new issue form (#12704).Go MAEDA2018-02-282-5/+15
* Adds toggle checkboxes feature to roles permissions (#28242).Go MAEDA2018-02-261-1/+2
* Adds toggle checkboxes to project modules from project settings (#28242).Go MAEDA2018-02-261-1/+1
* Adds toggle checkboxes to trackers and custom fields from project settings (#...Go MAEDA2018-02-261-2/+2
* Adds toggle checkboxes to activities tab from project settings (#28242).Go MAEDA2018-02-261-2/+2
* Remove useless empty spaces (#28079).Go MAEDA2018-02-232-2/+2
* Fix: The green tick is positioned after the label in the new member modals (#...Go MAEDA2018-02-223-4/+4
* Allow context-menu edit of % done and priority of parent issues if the fields...Go MAEDA2018-02-181-2/+2
* Don't allow reassigning reported hours to the project if issue is a required ...Go MAEDA2018-02-182-0/+7
* Remove unused method Mailer#mylogger (#28028).Go MAEDA2018-02-111-4/+0
* add project id to robots.txt (#27876)Toshi MARUYAMA2018-01-311-1/+3
* Add right-click context menu in calendar (#28067).Go MAEDA2018-01-301-1/+5
* Fix typo in error message when target version was not found (#28024).Go MAEDA2018-01-241-1/+1
* Add CSS classes to column headers of issues and timelogs list (#26674).Go MAEDA2018-01-151-1/+1
* Log exception's message when ActionView::MissingTemplate is raised (#26341).Go MAEDA2018-01-111-2/+2
* The progress exceeding 99.5% is displayed as 100% (#27848).Jean-Philippe Lang2018-01-081-1/+1
* Unable to download file if custom field is not defined as visible to any user...Jean-Philippe Lang2018-01-081-3/+9
* Custom query breaks calendar view with error 500 (#27153).Jean-Philippe Lang2018-01-071-0/+1
* Cannot clear all watchers when copying an issue (#26880).Jean-Philippe Lang2018-01-071-0/+1
* Anonymous user should have their icon (#26699).Jean-Philippe Lang2018-01-071-1/+7
* Empty email attachments are imported to Redmine, creating broken DB records (...Jean-Philippe Lang2018-01-071-0/+1
* No validation errors when entering an invalid "Estimate hours" value (#27881).Jean-Philippe Lang2018-01-071-1/+1
* Handle validation errors on reverse issue relations (#27695).Go MAEDA2018-01-071-1/+7
* Show default status on trackers/index view (#27219).Go MAEDA2018-01-021-0/+2
* Use reverse_each instead of reverse.each (#27671).Go MAEDA2017-12-314-4/+4
* use relative url at robots.txt (#27865)Toshi MARUYAMA2017-12-291-7/+7
* Fix: Cannot change the priority of the parent issue in issues context menu (#...Go MAEDA2017-12-261-1/+1
* Render activities block on UsersController#show grouped and with event_type i...Go MAEDA2017-12-252-3/+5
* Issues reports should show only statuses used by the project (#27772).Go MAEDA2017-12-191-1/+1
* Strip whitespace from login on login page (#22532).Go MAEDA2017-12-131-1/+1
* Switching SCM fails after validation error in "New repository" page (#27333).Go MAEDA2017-12-101-1/+1
* Fix: Strip whitespace from email addresses on lost password page (#27754).Go MAEDA2017-12-081-1/+1
* Disallow creating inverse relates issue relations (#27663).Go MAEDA2017-12-061-1/+9
* Reverted r17054 (#27663).Go MAEDA2017-11-301-9/+1
* Disallow creating inverse relates issue relations (#27663).Go MAEDA2017-11-291-1/+9
* Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).Jean-Philippe Lang2017-11-294-14/+19
* Adds visibility checks on version views (#27676).Jean-Philippe Lang2017-11-293-14/+14
* Moves issue calculations into the fixed_issues relation (#27676).Jean-Philippe Lang2017-11-291-69/+97
* Use new pagination style in gantt (#26671).Go MAEDA2017-11-281-14/+13
* Use number input field instead of text input for Gantt months field (#26869).Go MAEDA2017-11-271-1/+1
* Use pluck instead of map in MyHelper (#26711).Go MAEDA2017-11-261-2/+2
* Fix: Changing the tracker to a tracker with the tracker field set to read-onl...Go MAEDA2017-11-261-1/+1
* Add right-click context menu to gantt bars (#10485).Go MAEDA2017-11-251-1/+3