summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Strip whitespace from integer custom field (#8317).Go MAEDA2018-11-082-1/+3
* Sort issues by due date in email reminders (#29771).Go MAEDA2018-11-062-0/+22
* Remove trailing whitespaces from test/unit/mailer_test.rbGo MAEDA2018-11-061-1/+1
* Remove trailing whitespaces from app/models/mailer.rbGo MAEDA2018-11-061-1/+1
* Add missing closing tag in app/views/roles/_form.html.erb (#29912).Go MAEDA2018-11-051-0/+1
* Previous/Next link on repository page disappears when switching to "View diff...Go MAEDA2018-11-051-0/+27
* Move attachments to their own section in issue page (#29033).Go MAEDA2018-11-042-5/+6
* Fix typo in French text_tracker_no_workflow (#29901).Go MAEDA2018-11-031-1/+1
* Removes request and response accessors from Structure class (#28564).Go MAEDA2018-11-033-4/+14
* Fix that the following tests fail randomly due to uninitialized User.current ...Go MAEDA2018-11-033-0/+6
* Hide "Files" section in wiki pages when printing (#29791).Go MAEDA2018-10-311-1/+1
* Remove trailing whitespaces from app/views/wiki/show.html.erbGo MAEDA2018-10-311-1/+1
* Use Project::STATUS_ACTIVE constant instead of harcoded 1 (#29449).Go MAEDA2018-10-291-3/+3
* Filter out issues from closed projects in the following widgets (#29449):Go MAEDA2018-10-292-0/+91
* Remove trailing whitespaces from test/functional/my_controller_test.rbGo MAEDA2018-10-291-7/+7
* Revert unwanted changes in r17607 (#20081).Go MAEDA2018-10-291-27/+0
* Filter time entries after project status (#20081).Go MAEDA2018-10-293-0/+44
* Filter issues after project status (#20081).Go MAEDA2018-10-297-1/+94
* Reverted r17605 that breaks some tests (#26576, #29730).Go MAEDA2018-10-291-27/+0
* Previous/Next link on repository page disappears when switching to "View diff...Go MAEDA2018-10-281-0/+27
* \f or \v character in Textile markup may cause RegexpError exception (#29756).Go MAEDA2018-10-282-1/+7
* Update locales (#29781).Go MAEDA2018-10-2847-0/+47
* Handles the case when an expired token is in the users session (#29781).Go MAEDA2018-10-284-1/+64
* Fix that MyHelper::render_activity_block is not timezone aware (#2471, #29816).Go MAEDA2018-10-201-1/+1
* Add missing enabled_modules fixture to TrackerTest (#29820).Go MAEDA2018-10-201-1/+1
* Bulgarian translation update (#29779).Go MAEDA2018-10-161-1/+1
* Rails 5: Update INSTALL doc: s/WEBrick/Puma/ (#29772).Go MAEDA2018-10-161-2/+2
* Ensure that vendor-defined characters in ISO-2022-JP email subject don't brea...Go MAEDA2018-10-152-0/+23
* Update mail gem (~> 2.7.1) (#29443).Go MAEDA2018-10-151-1/+1
* Fix broken tests due to r17593 (#29739).Go MAEDA2018-10-112-2/+2
* Change general_lang_name for zh and zh-TW to "Chinese/Simplified" and "Chines...Go MAEDA2018-10-112-2/+2
* #last_email already asserts that mail is not nil.Jean-Philippe Lang2018-10-101-11/+0
* Removes method_missing override (#26791).Jean-Philippe Lang2018-10-101-9/+0
* Replaces remaining #deliver with #deliver_later (#26791).Jean-Philippe Lang2018-10-101-3/+3
* Journal must be saved.Jean-Philippe Lang2018-10-101-0/+1
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-1037-617/+511
* Fixed that test_email raises an error with #deliver_later (#26791).Jean-Philippe Lang2018-10-063-41/+13
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-0612-27/+27
* Ensure that ActiveRecord::Base objects are fully serialized for mail sending ...Jean-Philippe Lang2018-10-061-1/+38
* Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).Jean-Philippe Lang2018-10-062-28/+0
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-0622-282/+593
* Fixed that textarea may overflow.Jean-Philippe Lang2018-10-061-1/+1
* Galician translation update (#27992).Go MAEDA2018-10-061-135/+135
* Galician translation fix for the words empty, blank, and key (#29735).Go MAEDA2018-10-061-9/+9
* PDF export has too many whitespaces (#28565).Go MAEDA2018-10-061-1/+1
* Remove trailing whitespaces from test/functional/documents_controller_test.rbGo MAEDA2018-10-051-4/+4
* Remove trailing whitespaces from test/fixtures/documents.ymlGo MAEDA2018-10-051-2/+2
* Remove trailing whitespaces from test/fixtures/attachments.ymlGo MAEDA2018-10-051-17/+17
* Let pagination always be visible (#29395).Go MAEDA2018-10-043-1/+34
* Adds file preview prev/next navigation with arrow keys (#29395).Go MAEDA2018-10-043-2/+33