summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Limit total_estimated_hours to visible issues (#31778).Go MAEDA2019-08-074-4/+40
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18356 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add test/system directory to plugin template (#31746).Go MAEDA2019-08-051-0/+1
| | | | | | | Patch by vzvu 3k6k. git-svn-id: http://svn.redmine.org/redmine/trunk@18355 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add redmine:plugins:test:system task (#31746).Go MAEDA2019-08-051-0/+7
| | | | | | | Patch by Seiei Miyagi. git-svn-id: http://svn.redmine.org/redmine/trunk@18354 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update redcarpet to 3.5.0 (#31847).Go MAEDA2019-08-052-3/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18353 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 3.7.0 (#31556).Go MAEDA2019-08-051-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18352 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Style/YodaCondition of lib/redmine/scm/adapters/abstract_adapter.rbToshi MARUYAMA2019-08-042-9/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18351 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/DefEndAlignment of ↵Toshi MARUYAMA2019-08-042-8/+1
| | | | | | test/functional/documents_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18350 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/IndentationConsistency of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-042-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18349 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/DefEndAlignment of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-042-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove app/helpers/calendars_helper.rb from ↵Toshi MARUYAMA2019-08-041-1/+0
| | | | | | Style/UnneededInterpolation fixed in r18346 git-svn-id: http://svn.redmine.org/redmine/trunk@18347 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Previous and next month links in gantt (#31373).Go MAEDA2019-08-044-41/+48
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/CommentIndentation of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-042-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code clean up test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rbToshi MARUYAMA2019-08-041-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18344 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/BlockAlignment of ↵Toshi MARUYAMA2019-08-042-2/+2
| | | | | | test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18343 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: use Layout/TrailingWhitespace AllowInHeredoc trueToshi MARUYAMA2019-08-032-6/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/EmptyLinesAroundAccessModifier of ↵Toshi MARUYAMA2019-08-032-1/+1
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18341 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/EmptyLinesAroundAccessModifier of ↵Toshi MARUYAMA2019-08-032-1/+1
| | | | | | lib/redmine/scm/adapters/cvs_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18340 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove not detected lib/redmine/scm/adapters/abstract_adapter.rb ↵Toshi MARUYAMA2019-08-031-1/+0
| | | | | | from Layout/EmptyLinesAroundAccessModifier git-svn-id: http://svn.redmine.org/redmine/trunk@18339 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/CaseIndentation of ↵Toshi MARUYAMA2019-08-032-3/+2
| | | | | | test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18338 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add closed_on to the tooltip if the issue is closed (#31697).Go MAEDA2019-08-011-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18337 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/BlockAlignment of ↵Toshi MARUYAMA2019-07-302-2/+1
| | | | | | test/functional/repositories_mercurial_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/BlockAlignment of ↵Toshi MARUYAMA2019-07-302-2/+1
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/AlignArray of test/unit/repository_bazaar_test.rbToshi MARUYAMA2019-07-292-4/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18333 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/AlignArray of ↵Toshi MARUYAMA2019-07-292-2/+1
| | | | | | test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18332 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/AccessModifierIndentation of ↵Toshi MARUYAMA2019-07-292-2/+2
| | | | | | scm/adapters/abstract_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18331 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update capybara (~> 3.25.0) (#31657).Go MAEDA2019-07-243-1/+3
| | | | | | | Patch by Takenori TAKAKI and Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18330 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that h4 headings in an issue note is unintendedly highlighted (#31742).Go MAEDA2019-07-181-2/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18329 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the compatibility problem with Internet Explorer 11 (#3058).Go MAEDA2019-07-121-1/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures in AttachmentFormatVisibilityTest (#31705).Go MAEDA2019-07-121-0/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18327 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#31688).Go MAEDA2019-07-081-5/+5
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@18326 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support "active" attribute in Enumerations REST API (#31559).Go MAEDA2019-06-302-1/+8
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18325 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing closing tags in workflows/permissions.html.erb (#31510).Go MAEDA2019-06-291-2/+2
| | | | | | | Contributed by Enziin System. git-svn-id: http://svn.redmine.org/redmine/trunk@18323 e93f8b46-1217-0410-a6f0-8f06a7374b81
* View switches from gantt to list after editing an issue (#31552).Go MAEDA2019-06-292-0/+3
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that actions dropdown menu is missing (#30294).Go MAEDA2019-06-271-10/+9
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18321 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.72.0 (#31509).Go MAEDA2019-06-263-5/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18320 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 3.5.1 (#31556).Go MAEDA2019-06-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18319 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#31625).Go MAEDA2019-06-261-5/+5
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@18318 e93f8b46-1217-0410-a6f0-8f06a7374b81
* LF line terminators cause misparse of a multi-part email when ↵Go MAEDA2019-06-251-1/+1
| | | | | | | | | rdm-mailhandler.rb is invoked from /etc/aliases (#31549). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* test_previous_project_index fails depending on the current time and zone ↵Go MAEDA2019-06-251-1/+2
| | | | | | | | | (#30288, #31620). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18316 e93f8b46-1217-0410-a6f0-8f06a7374b81
* test_page_with_activity fails depending on the current time and zone (#30288).Go MAEDA2019-06-251-1/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18315 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update csv gem (~> 3.1.1).Go MAEDA2019-06-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18314 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "issue" macro to help files (#29489).Go MAEDA2019-06-2396-0/+672
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18313 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the Japanese translation for label_issue_history_properties (#31594).Go MAEDA2019-06-221-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18312 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "selected" class is wrongly removed from journal edit tabs when switching ↵Go MAEDA2019-06-221-2/+2
| | | | | | | | | the issue history tabs (#3058, #31599). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing journal indice when updating a journal (#31427).Go MAEDA2019-06-212-1/+4
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18310 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Some issue fixtures are set inconsistent tracker id which is not available ↵Go MAEDA2019-06-212-0/+4
| | | | | | | | | in the project (#31053). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18309 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test errors with SQLite3 (#10378).Jean-Philippe Lang2019-06-201-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18308 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki page collapse block image is not displayed in exported PDF (#30162).Jean-Philippe Lang2019-06-202-9/+17
| | | | | | Patch by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@18307 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a randomized name attribute to all form fields (#26604).Jean-Philippe Lang2019-06-202-0/+16
| | | | | | | | | This is a workaround for a Bug in Firefox described at https://bugzilla.mozilla.org/show_bug.cgi?id=1279253 Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@18306 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add links to administration pages in project settings (#30203).Jean-Philippe Lang2019-06-203-0/+12
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18305 e93f8b46-1217-0410-a6f0-8f06a7374b81