summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert unwanted changes in r17607 (#20081).Go MAEDA2018-10-291-27/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter time entries after project status (#20081).Go MAEDA2018-10-293-0/+44
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter issues after project status (#20081).Go MAEDA2018-10-297-1/+94
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17607 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r17605 that breaks some tests (#26576, #29730).Go MAEDA2018-10-291-27/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Previous/Next link on repository page disappears when switching to "View ↵Go MAEDA2018-10-281-0/+27
| | | | | | | | | differences" tab (#26576, #29730). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17605 e93f8b46-1217-0410-a6f0-8f06a7374b81
* \f or \v character in Textile markup may cause RegexpError exception (#29756).Go MAEDA2018-10-282-1/+7
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17603 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#29781).Go MAEDA2018-10-2847-0/+47
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17602 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handles the case when an expired token is in the users session (#29781).Go MAEDA2018-10-284-1/+64
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that MyHelper::render_activity_block is not timezone aware (#2471, #29816).Go MAEDA2018-10-201-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17600 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing enabled_modules fixture to TrackerTest (#29820).Go MAEDA2018-10-201-1/+1
| | | | | | | Patch by Gilad Shanan. git-svn-id: http://svn.redmine.org/redmine/trunk@17599 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#29779).Go MAEDA2018-10-161-1/+1
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@17598 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails 5: Update INSTALL doc: s/WEBrick/Puma/ (#29772).Go MAEDA2018-10-161-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17597 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure that vendor-defined characters in ISO-2022-JP email subject don't ↵Go MAEDA2018-10-152-0/+23
| | | | | | | | | break issue's subject (#29442). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17596 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update mail gem (~> 2.7.1) (#29443).Go MAEDA2018-10-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17595 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix broken tests due to r17593 (#29739).Go MAEDA2018-10-112-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17594 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change general_lang_name for zh and zh-TW to "Chinese/Simplified" and ↵Go MAEDA2018-10-112-2/+2
| | | | | | | | | "Chinese/Traditional" (#29739). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17593 e93f8b46-1217-0410-a6f0-8f06a7374b81
* #last_email already asserts that mail is not nil.Jean-Philippe Lang2018-10-101-11/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes method_missing override (#26791).Jean-Philippe Lang2018-10-101-9/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17591 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces remaining #deliver with #deliver_later (#26791).Jean-Philippe Lang2018-10-101-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17590 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Journal must be saved.Jean-Philippe Lang2018-10-101-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-1037-617/+511
| | | | | | Custom async_* delivery methods are removed in favor of ActiveJob (Async by default). git-svn-id: http://svn.redmine.org/redmine/trunk@17588 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that test_email raises an error with #deliver_later (#26791).Jean-Philippe Lang2018-10-063-41/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17587 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-0612-27/+27
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17586 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure that ActiveRecord::Base objects are fully serialized for mail sending ↵Jean-Philippe Lang2018-10-061-1/+38
| | | | | | | | (#26791). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17585 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).Jean-Philippe Lang2018-10-062-28/+0
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17584 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-0622-282/+593
| | | | | | | | | | | | | | | | | | | | | | | We are creating multipe mails per class notification event, one per recipient, wrapped in a Mailer::MultiMessage object to send them all at once. We keep the existing interface of all class methods intended to be used by external code the same as they were before, with one exception: We provide additional recipient addresses in options[:recipients] for Mailer.security_notification. Since the first-class recipients have to be users to render individual mails for them, additional recipient addresses have to be provided with some other channel. By providing additional recipients in options[:recipients], we can solve the use-case for address change notifications for users, which probably is the only real use-case for having to use a plain email address instead of a User as a notification recipient. Patch by Holger Just and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17583 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that textarea may overflow.Jean-Philippe Lang2018-10-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17582 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Galician translation update (#27992).Go MAEDA2018-10-061-135/+135
| | | | | | | Patch by Guillermo ML. git-svn-id: http://svn.redmine.org/redmine/trunk@17580 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Galician translation fix for the words empty, blank, and key (#29735).Go MAEDA2018-10-061-9/+9
| | | | | | | Patch by Guillermo ML. git-svn-id: http://svn.redmine.org/redmine/trunk@17577 e93f8b46-1217-0410-a6f0-8f06a7374b81
* PDF export has too many whitespaces (#28565).Go MAEDA2018-10-061-1/+1
| | | | | | | Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@17574 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/functional/documents_controller_test.rbGo MAEDA2018-10-051-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17573 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/fixtures/documents.ymlGo MAEDA2018-10-051-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17572 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/fixtures/attachments.ymlGo MAEDA2018-10-051-17/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17571 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let pagination always be visible (#29395).Go MAEDA2018-10-043-1/+34
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17570 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds file preview prev/next navigation with arrow keys (#29395).Go MAEDA2018-10-043-2/+33
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17569 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Repository entry pagination (#29395).Go MAEDA2018-10-044-0/+31
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17568 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-045-0/+34
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17567 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom queries are broken by updating with nil parameter values (#29701).Go MAEDA2018-10-044-7/+22
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17566 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation (jstoolbar-pt-br.js) update (#29727).Go MAEDA2018-10-041-1/+1
| | | | | | | Patch by Madina Appolonova. git-svn-id: http://svn.redmine.org/redmine/trunk@17565 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation update (#29727).Go MAEDA2018-10-041-1/+1
| | | | | | | Patch by Madina Appolonova. git-svn-id: http://svn.redmine.org/redmine/trunk@17564 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-036-51/+149
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17563 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Brazilian translation update (#29698).Go MAEDA2018-10-021-24/+17
| | | | | | | Patch by Patrick Kaminski. git-svn-id: http://svn.redmine.org/redmine/trunk@17561 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused variable 'filter_options' from Query#add_filter (#29710).Go MAEDA2018-10-021-1/+0
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17560 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong use of refute_includes in tests (#29708).Go MAEDA2018-10-021-1/+1
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@17559 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#29696).Go MAEDA2018-10-011-4/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17558 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Brazilian wiki help translation update (#29702).Go MAEDA2018-10-012-55/+55
| | | | | | | Patch by Patrick Kaminski. git-svn-id: http://svn.redmine.org/redmine/trunk@17555 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Brazilian translation (jstoolbar-pt-br.js) update (#29703).Go MAEDA2018-10-011-2/+2
| | | | | | | Patch by Patrick Kaminski. git-svn-id: http://svn.redmine.org/redmine/trunk@17552 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Padding needs to be removed tooJean-Philippe Lang2018-09-301-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17551 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove margin before and after previewJean-Philippe Lang2018-09-301-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17550 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes unneeded background.Jean-Philippe Lang2018-09-301-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17549 e93f8b46-1217-0410-a6f0-8f06a7374b81