summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't rescue Exception class (#31387).Go MAEDA2019-05-2528-44/+40
| | | | | | | Patch by Go MAEDA and Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#31445).Go MAEDA2019-05-251-24/+23
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@18196 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Chart.js to 2.8.0 (#31434).Go MAEDA2019-05-231-14/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18195 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Explicitly load redmine/info in order to avoid "uninitialized constant" ↵Go MAEDA2019-05-231-0/+1
| | | | | | | | | error (#31337). Contributed by Lluís Gili. git-svn-id: http://svn.redmine.org/redmine/trunk@18193 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gravatar icons are broken if configuration.yml.example file is used as is ↵Go MAEDA2019-05-231-5/+2
| | | | | | | | | (#9112, #31428). Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add issue css_classes to issue rows (#31424).Go MAEDA2019-05-222-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* MailerTest fails depending on the time (#31225).Go MAEDA2019-05-221-4/+9
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18190 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show assignee avatar in Roadmap and Version (#28510).Go MAEDA2019-05-224-1/+37
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18189 e93f8b46-1217-0410-a6f0-8f06a7374b81
* assignee_avatar method causes NoMethodError if the given object is a group ↵Go MAEDA2019-05-221-2/+2
| | | | | | | | | (#31391). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18188 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom Exception classes should inherit StandardError instead of Exception ↵Go MAEDA2019-05-217-8/+8
| | | | | | | | | (#31387). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18187 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix unintended background color for fields input[type="file"]. (#31147).Go MAEDA2019-05-211-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#31409).Go MAEDA2019-05-211-6/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18185 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#31412).Go MAEDA2019-05-211-6/+6
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@18184 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix an error "uninitialized constant Redmine::ProjectJumpBox" in the ↵Go MAEDA2019-05-211-0/+1
| | | | | | production environment (#31355). git-svn-id: http://svn.redmine.org/redmine/trunk@18183 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#31355).Go MAEDA2019-05-2048-0/+288
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18182 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-2017-3/+328
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18181 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display user's gravatar when editing profile (#5899).Go MAEDA2019-05-202-2/+8
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for customization by block to IssueCustomField.generate! (#31402).Go MAEDA2019-05-201-0/+1
| | | | | | | Patch by Kouhei Sutou. git-svn-id: http://svn.redmine.org/redmine/trunk@18179 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#31398).Go MAEDA2019-05-201-3/+3
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@18178 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set background color in order to provide a consistent style on GTK dark ↵Go MAEDA2019-05-201-1/+1
| | | | | | | | | themes (#31147). Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18177 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts undesired changes in r18175 (#31391).Go MAEDA2019-05-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-1917-135/+187
| | | | | | | | | | | | | * move existing methods from ApplicationHelper to a new helper file (AvatarsHelper) * change default avatar size from 50 to 24 because most of the avatars are using the size 24 * class 'gravatar' is always added and all custom classes are appended * added user name as default title for avatar images * added two new methods: @assignee_avatar@ and @author_avatar@ Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show the number of days left until the due date in reminders (#31225).Go MAEDA2019-05-193-11/+11
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18174 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a misspelled CSS property name (#27672).Go MAEDA2019-05-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18173 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix broken gantt layout due to r18171 (#27672).Go MAEDA2019-05-173-4/+8
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-169-31/+222
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Visually distinguishable style for inline code (#31343).Go MAEDA2019-05-161-0/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that "Stay logged in" checkbox in Sign in page is misaligned (#31147, ↵Go MAEDA2019-05-161-1/+2
| | | | | | | | | #31371). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include a reason in the error message when an issue status cannot be deleted ↵Go MAEDA2019-05-1650-51/+51
| | | | | | | | | (#31361). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18168 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not lose submitted content when attempting to update a wiki page that has ↵Go MAEDA2019-05-152-1/+59
| | | | | | | | | been renamed in the meantime (#31334). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Swaps out the icon-fav for icon-user on projects#index (#31356).Go MAEDA2019-05-143-3/+3
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that down arrow for dropdowns is broken in Edge and Internet Explorer ↵Go MAEDA2019-05-131-2/+12
| | | | | | | | | (#31147, #31358). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace the "+" button in the issues filter with a larger one (#31328).Go MAEDA2019-05-132-0/+0
| | | | | | | Contributed by Hiroyuki ENDO. git-svn-id: http://svn.redmine.org/redmine/trunk@18162 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#31346).Go MAEDA2019-05-121-4/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18161 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#22481).Go MAEDA2019-05-1246-0/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18160 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test for r18158 (#22481).Go MAEDA2019-05-124-5/+40
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18159 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render PDF thumbnail using ImageMagick/GhostScript (#22481).Go MAEDA2019-05-127-10/+49
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18158 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused i18n key "label_please_login" (#31344).Go MAEDA2019-05-1249-49/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18157 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set an appropriate default type in New custom field page depending on the ↵Go MAEDA2019-05-114-5/+23
| | | | | | | | | current tab (#31320). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo: s/web site/website/ (#31327).Go MAEDA2019-05-102-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18155 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#22771).Go MAEDA2019-05-1048-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18154 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to send email notifications while importing issues from CSV files ↵Go MAEDA2019-05-105-2/+48
| | | | | | | | | (#22771). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a failing test (#31110).Go MAEDA2019-05-101-0/+1
| | | | | | | | | PluginTest fails if Redmine is cloned from GitHub because Git ignores the empty other_plugin directory. This file had to be committed in r18063. git-svn-id: http://svn.redmine.org/redmine/trunk@18152 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update CONTRIBUTING.md (#31327).Go MAEDA2019-05-092-8/+13
| | | | | | | We should always be polite :-) git-svn-id: http://svn.redmine.org/redmine/trunk@18151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allows setting the private flag via mail keyword (#31324).Go MAEDA2019-05-093-1/+85
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hierarchy in TOC is not preserved when Wiki index is exported to HTML (#20910).Go MAEDA2019-05-093-6/+39
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/functional/imports_controller_test.rbGo MAEDA2019-05-091-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18148 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#28213).Go MAEDA2019-05-0948-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18147 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import time entries (#28234).Go MAEDA2019-05-0913-3/+323
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18146 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Generalize issues imports (#28234).Go MAEDA2019-05-0920-53/+121
| | | | | | | | | Extend import controller to support arbitrary imports based on Import subclasses. This way, we may add other kinds of imports, by providing some views and a custom import class. This may also be done from within plugins. Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18145 e93f8b46-1217-0410-a6f0-8f06a7374b81