summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adds documentation for ##123 issue linking syntax (#29488).Go MAEDA2018-09-1098-0/+98
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds ##123 extended issue linking syntax (#29488).Go MAEDA2018-09-082-6/+26
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in test name: s/highligth/highlight/ (#29440).Go MAEDA2018-08-261-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mercurial 4.7 compatibility (#29413).Go MAEDA2018-08-251-2/+4
| | | | | | | Patch by Frédéric Fondement. git-svn-id: http://svn.redmine.org/redmine/trunk@17474 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor Redmine::MimeType.of. Uses MiniMime.lookup_by_extension instead of ↵Go MAEDA2018-08-152-10/+6
| | | | | | lookup_by_filename (#29359). git-svn-id: http://svn.redmine.org/redmine/trunk@17473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test that Redmine::MimeType.css_class_of, main_mimetype_of and is_type? are ↵Go MAEDA2018-08-151-0/+3
| | | | | | case-insensitive (#29359). git-svn-id: http://svn.redmine.org/redmine/trunk@17472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test that Redmine::MimeType.of is case-insensitive (#29359).Go MAEDA2018-08-151-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17471 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't require mime-types (#29359).Go MAEDA2018-08-131-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-127-7/+7
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace mime-types gem with more efficient mini_mime gem (#29359).Go MAEDA2018-08-122-4/+4
| | | | | | | Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mark default version in versions tab from project settings (#27799).Go MAEDA2018-08-092-0/+23
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated French translationJean-Philippe Lang2018-08-091-16/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a test failure in test/functional/my_controller_test.rb that depends on ↵Go MAEDA2018-08-091-1/+1
| | | | | | time and zone (#2471). git-svn-id: http://svn.redmine.org/redmine/trunk@17465 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.1.Go MAEDA2018-08-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export users list to CSV (#5957).Go MAEDA2018-08-054-5/+99
| | | | | | | Contriubted by Mizuki ISHIKAWA and Yuki Kita. git-svn-id: http://svn.redmine.org/redmine/trunk@17463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-0211-12/+12
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time entry creation: preserve 'spent on' value when using 'Create and ↵Go MAEDA2018-08-022-4/+5
| | | | | | | | | Continue' (#29308). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-015-6/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the missing icon class to the items with icons from the contextual menu ↵Go MAEDA2018-08-012-10/+8
| | | | | | | | | (#28605). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17457 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a missing fixture (#2471).Go MAEDA2018-07-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17456 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).Go MAEDA2018-07-291-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17455 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-282-2/+2
| | | | | | | Patch by jwjw yy. git-svn-id: http://svn.redmine.org/redmine/trunk@17454 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk delete wiki attachments (#16410).Go MAEDA2018-07-253-3/+77
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17453 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS class to identify public projects (#28413).Go MAEDA2018-07-222-0/+10
| | | | | | | Patch by Sho HASHIMOTO. git-svn-id: http://svn.redmine.org/redmine/trunk@17452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Textile phrase modifiers break wiki macros (#29247).Go MAEDA2018-07-212-1/+6
| | | | | | | Patch by Stephan Wenzel. git-svn-id: http://svn.redmine.org/redmine/trunk@17450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a missing fixture for ↵Go MAEDA2018-07-161-1/+1
| | | | | | | | | IssuesTest#test_create_issue_with_new_target_version (#29215). Patch by Ed Tan. git-svn-id: http://svn.redmine.org/redmine/trunk@17449 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Setting page for repository does not scroll horizontally on small screens ↵Go MAEDA2018-07-161-33/+35
| | | | | | | | | (#24309). Patch by Tomomi Yuzuriha. git-svn-id: http://svn.redmine.org/redmine/trunk@17447 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Only allow the use of visible custom fields in time entry reports (#29162).Go MAEDA2018-07-122-4/+16
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use white instead of transparency (#26648).Go MAEDA2018-07-121-0/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17445 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show transparency grid when previewing images (#26648).Go MAEDA2018-07-122-0/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17444 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add my activities to my page (#2471).Go MAEDA2018-07-118-34/+52
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17443 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test for r17441 (#29189).Go MAEDA2018-07-101-0/+14
| | | | | | | Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17442 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display custom fields on group pages (#29189).Go MAEDA2018-07-101-0/+9
| | | | | | | Contributed by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17441 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove filename from attachment preview links (#27822).Go MAEDA2018-07-093-16/+22
| | | | | | | Patch by Felix Schäfer and Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17440 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extend watched_by_me-issue filter to include all project-members instead of ↵Go MAEDA2018-07-093-1/+44
| | | | | | | | | only <<me>>-substitution (#8160). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17439 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure that only visible watchers on issues can be queried (#29133).Go MAEDA2018-07-082-2/+52
| | | | | | | Contributed by Holger Just and Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17436 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds link to container to attachment view (#29190).Go MAEDA2018-07-084-3/+83
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Allow to set no_notification option when receiving emails via IMAP or ↵Go MAEDA2018-07-062-3/+4
| | | | | | | | | POP3 (#29191). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17432 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#29197).Go MAEDA2018-07-051-1/+1
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@17431 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "thumbnail" macro may break filename attribute of the attachment (#29038).Go MAEDA2018-07-022-1/+2
| | | | | | | Patch by Toru Takahashi. git-svn-id: http://svn.redmine.org/redmine/trunk@17428 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simpler expression for Japanese label_in_the_next_days and ↵Go MAEDA2018-06-301-2/+2
| | | | | | label_in_the_past_days (#29115). git-svn-id: http://svn.redmine.org/redmine/trunk@17427 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change Japanese translation for date filter operators (#29115).Go MAEDA2018-06-301-8/+8
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17426 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changed test name (#26091).Go MAEDA2018-06-301-2/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17425 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test for r17421 (#26091).Go MAEDA2018-06-291-1/+12
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17424 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use active voice instead of passive voice in Japanese translation (#29129).Go MAEDA2018-06-281-5/+5
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17423 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary trailing white-spaces.Go MAEDA2018-06-281-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17422 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to filter by all versions on the global issue list (#26091).Go MAEDA2018-06-281-1/+1
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17421 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show images and thumbnails in their natural orientation (#28616).Go MAEDA2018-06-272-1/+5
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17420 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#29107).Go MAEDA2018-06-261-22/+16
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@17419 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change Japanese translation for text_user_mail_option (#29118).Go MAEDA2018-06-261-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17418 e93f8b46-1217-0410-a6f0-8f06a7374b81