summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ajax Request Returns 200 but an error event is fired instead of success ↵Go MAEDA2019-02-0513-39/+39
| | | | | | | | | (#30073). Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17849 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Line height is too large when previewing files with syntax highlighting if ↵Go MAEDA2019-02-032-0/+11
| | | | | | | | | the line terminators are CRLF (#30434). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17847 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation (#30664).Go MAEDA2019-02-021-6/+5
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@17845 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add issue tracking table on the user profile page (#30421).Go MAEDA2019-02-013-8/+80
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17844 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Multiple issue ids in "Parent task" filter (#30482).Go MAEDA2019-02-012-1/+17
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Plugin eager_load should depend on environment setting instead of name (#30725).Go MAEDA2019-02-011-1/+1
| | | | | | | Patch by Florian Schwab. git-svn-id: http://svn.redmine.org/redmine/trunk@17841 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Start date and due date in email notifications (#13307).Go MAEDA2019-01-252-3/+5
| | | | | | | Patch by Senya Senya. git-svn-id: http://svn.redmine.org/redmine/trunk@17840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary bgl and bgr wrappers from the footer (#30445).Go MAEDA2019-01-231-2/+0
| | | | | | | Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17839 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show estimated time on the overview page as well as spent time (#30464).Go MAEDA2019-01-223-4/+22
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17838 e93f8b46-1217-0410-a6f0-8f06a7374b81
* IssuesControllerTest#test_index_sort_by_total_estimated_hours tests nothing ↵Go MAEDA2019-01-222-0/+6
| | | | | | | | | (#30474). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17837 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused i18n key "label_all_time" (#30466).Go MAEDA2019-01-2149-49/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17836 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the styles for the responsive (#30168).Go MAEDA2019-01-201-6/+1
| | | | | | | Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update en-GB locale (#3848).Jean-Philippe Lang2019-01-201-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17834 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filesystem adapter does not show correct size for large files (#30411).Jean-Philippe Lang2019-01-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17831 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Accidentally clicking next to the checkbox breaks issue selection (#30236).Jean-Philippe Lang2019-01-201-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17830 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 4.0.1 release.Jean-Philippe Lang2019-01-202-1/+56
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17825 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deadlock when assigning custom values (#30465).Jean-Philippe Lang2019-01-191-1/+1
| | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The tooltip layout of the calendar is broken (#30287).Jean-Philippe Lang2019-01-191-0/+5
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17821 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adding an issue note via email fails due to NoMethodError (#30455).Jean-Philippe Lang2019-01-192-1/+17
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17817 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Incorrect supported Ruby version in doc/INSTALL (#30161).Jean-Philippe Lang2019-01-191-2/+2
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17815 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not break inside columns (#29951).Jean-Philippe Lang2019-01-191-2/+20
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New date filter operators: tomorrow, next week, next month (#4502).Go MAEDA2019-01-195-5/+72
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the splitcontent* classes to my page layout (#30168).Go MAEDA2019-01-192-7/+6
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#30463).Go MAEDA2019-01-191-5/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17809 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Table rows are not highlighted on mouseover on some pages (#30426).Go MAEDA2019-01-181-1/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17806 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r17800 (#30426).Go MAEDA2019-01-171-2/+2
| | | | | | | Undesirable behavior in the issues list. git-svn-id: http://svn.redmine.org/redmine/trunk@17803 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Table rows are not highlighted on mouseover on some pages (#30426).Go MAEDA2019-01-161-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a style for non-working days in calendar (#27096).Go MAEDA2019-01-141-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17799 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "nwday" class to non-working days in calendar (#27096).Go MAEDA2019-01-143-1/+21
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move calendar day classes to a helper (#27096).Go MAEDA2019-01-142-1/+7
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17797 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update pg gem (~> 1.1.4) (#30420).Go MAEDA2019-01-141-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17795 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hide menu item in the cross-project menu if the module is not enabled in any ↵Go MAEDA2019-01-132-5/+31
| | | | | | | | | project (#30207). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17794 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add ".ruby-version" to svn:ignore, .git:ignore, and .hgignore (#30413).Go MAEDA2019-01-132-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox ↵Go MAEDA2019-01-1212-6/+28
| | | | | | | | | (#30168). Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a fixture for r17786 (#30412).Go MAEDA2019-01-121-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17787 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import UTF-8 issue CSV files with BOM and quoted strings (#30412).Go MAEDA2019-01-122-0/+10
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@17786 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine::WikiFormattingTest#test_links_separated_with_line_break_should_link ↵Go MAEDA2019-01-101-0/+1
| | | | | | | | | tests nothing (#30347). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17785 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/unit/lib/redmine/wiki_formatting_test.rbGo MAEDA2019-01-101-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17784 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require bundler >= 1.5.0 (#30353).Go MAEDA2019-01-101-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures to several tests (#30276).Go MAEDA2019-01-0910-10/+15
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17780 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use nokogiri 1.9 for Ruby 2.2 (#30241).Go MAEDA2019-01-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update nokogiri gem (~> 1.10.0) (#30241).Go MAEDA2019-01-081-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17777 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#29767).Go MAEDA2019-01-011-4/+3
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@17775 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ukrainian language update (#30271).Go MAEDA2018-12-301-77/+71
| | | | | | | Patch by Dima Samodurov. git-svn-id: http://svn.redmine.org/redmine/trunk@17772 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Performance improvement when rendering news or calendar block on My page ↵Go MAEDA2018-12-211-2/+2
| | | | | | | | | (#30249). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17771 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update nokogiri gem (~> 1.9.0) (#30241).Go MAEDA2018-12-181-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17769 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test for r17763 (#30171).Go MAEDA2018-12-171-2/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17764 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Decrypting LDAP and SCM passwords fail if the plaintext password is longer ↵Go MAEDA2018-12-171-1/+1
| | | | | | | | | than 31 bytes (#30171). Patch by Nik Il. git-svn-id: http://svn.redmine.org/redmine/trunk@17763 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#3848).Jean-Philippe Lang2018-12-1646-46/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17762 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-1663-0/+146
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17761 e93f8b46-1217-0410-a6f0-8f06a7374b81