summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test that Redmine::MimeType.of is case-insensitive (#29359).Go MAEDA2018-08-151-0/+1
* Don't require mime-types (#29359).Go MAEDA2018-08-131-2/+0
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-127-7/+7
* Replace mime-types gem with more efficient mini_mime gem (#29359).Go MAEDA2018-08-122-4/+4
* Mark default version in versions tab from project settings (#27799).Go MAEDA2018-08-092-0/+23
* Updated French translationJean-Philippe Lang2018-08-091-16/+10
* Fix a test failure in test/functional/my_controller_test.rb that depends on t...Go MAEDA2018-08-091-1/+1
* Update Rails to 5.2.1.Go MAEDA2018-08-081-1/+1
* Export users list to CSV (#5957).Go MAEDA2018-08-054-5/+99
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-0211-12/+12
* Time entry creation: preserve 'spent on' value when using 'Create and Continu...Go MAEDA2018-08-022-4/+5
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-015-6/+6
* Add the missing icon class to the items with icons from the contextual menu (...Go MAEDA2018-08-012-10/+8
* Add a missing fixture (#2471).Go MAEDA2018-07-291-1/+1
* Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).Go MAEDA2018-07-291-2/+2
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-282-2/+2
* Bulk delete wiki attachments (#16410).Go MAEDA2018-07-253-3/+77
* Add CSS class to identify public projects (#28413).Go MAEDA2018-07-222-0/+10
* Fix: Textile phrase modifiers break wiki macros (#29247).Go MAEDA2018-07-212-1/+6
* Add a missing fixture for IssuesTest#test_create_issue_with_new_target_versio...Go MAEDA2018-07-161-1/+1
* Setting page for repository does not scroll horizontally on small screens (#2...Go MAEDA2018-07-161-33/+35
* Only allow the use of visible custom fields in time entry reports (#29162).Go MAEDA2018-07-122-4/+16
* Use white instead of transparency (#26648).Go MAEDA2018-07-121-0/+0
* Show transparency grid when previewing images (#26648).Go MAEDA2018-07-122-0/+2
* Add my activities to my page (#2471).Go MAEDA2018-07-118-34/+52
* Test for r17441 (#29189).Go MAEDA2018-07-101-0/+14
* Display custom fields on group pages (#29189).Go MAEDA2018-07-101-0/+9
* Remove filename from attachment preview links (#27822).Go MAEDA2018-07-093-16/+22
* Extend watched_by_me-issue filter to include all project-members instead of o...Go MAEDA2018-07-093-1/+44
* Ensure that only visible watchers on issues can be queried (#29133).Go MAEDA2018-07-082-2/+52
* Adds link to container to attachment view (#29190).Go MAEDA2018-07-084-3/+83
* Fix: Allow to set no_notification option when receiving emails via IMAP or PO...Go MAEDA2018-07-062-3/+4
* Bulgarian translation update (#29197).Go MAEDA2018-07-051-1/+1
* "thumbnail" macro may break filename attribute of the attachment (#29038).Go MAEDA2018-07-022-1/+2
* Simpler expression for Japanese label_in_the_next_days and label_in_the_past_...Go MAEDA2018-06-301-2/+2
* Change Japanese translation for date filter operators (#29115).Go MAEDA2018-06-301-8/+8
* Changed test name (#26091).Go MAEDA2018-06-301-2/+1
* Test for r17421 (#26091).Go MAEDA2018-06-291-1/+12
* Use active voice instead of passive voice in Japanese translation (#29129).Go MAEDA2018-06-281-5/+5
* Remove unnecessary trailing white-spaces.Go MAEDA2018-06-281-1/+1
* Allow to filter by all versions on the global issue list (#26091).Go MAEDA2018-06-281-1/+1
* Show images and thumbnails in their natural orientation (#28616).Go MAEDA2018-06-272-1/+5
* Traditional Chinese translation update (#29107).Go MAEDA2018-06-261-22/+16
* Change Japanese translation for text_user_mail_option (#29118).Go MAEDA2018-06-261-1/+1
* Add check/unchek all icon in "Copy" section on copy_project page (#29080).Go MAEDA2018-06-251-1/+1
* Update rbpdf gem to 1.19.5 (#28125).Go MAEDA2018-06-251-1/+1
* Move edit and delete buttons for queries to the buttons section (#28602).Go MAEDA2018-06-241-4/+4
* Move action links and edit form above the history when displaying comments in...Jean-Philippe Lang2018-06-232-11/+13
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-235-13/+18
* Upgrade to Rails 5.2.0 (#23630).Jean-Philippe Lang2018-06-235-5/+12