summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Don't rescue Exception class (#31387).Go MAEDA2019-05-2510-14/+14
| | | | | | | Patch by Go MAEDA and Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18197 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
* Show assignee avatar in Roadmap and Version (#28510).Go MAEDA2019-05-222-1/+3
| | | | | | | 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-214-5/+5
| | | | | | | | | (#31387). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18187 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-208-2/+77
| | | | | | | 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-201-1/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-1911-45/+89
| | | | | | | | | | | | | * 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-192-2/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18174 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix broken gantt layout due to r18171 (#27672).Go MAEDA2019-05-171-3/+3
| | | | | | | 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-163-14/+59
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include a reason in the error message when an issue status cannot be deleted ↵Go MAEDA2019-05-161-2/+2
| | | | | | | | | (#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-151-1/+3
| | | | | | | | | 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-142-2/+2
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render PDF thumbnail using ImageMagick/GhostScript (#22481).Go MAEDA2019-05-123-7/+16
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18158 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set an appropriate default type in New custom field page depending on the ↵Go MAEDA2019-05-113-5/+13
| | | | | | | | | current tab (#31320). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to send email notifications while importing issues from CSV files ↵Go MAEDA2019-05-103-2/+9
| | | | | | | | | (#22771). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allows setting the private flag via mail keyword (#31324).Go MAEDA2019-05-091-1/+29
| | | | | | | 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-092-6/+7
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import time entries (#28234).Go MAEDA2019-05-099-3/+180
| | | | | | | 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-0915-49/+109
| | | | | | | | | 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
* admin/info page: text cut off in pre tag on mobile (#31311).Go MAEDA2019-05-081-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18140 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow a bigger range for the gantt timeline (#14654).Go MAEDA2019-05-082-1/+3
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18136 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add avatar_server_url configuration option in order to support Libravatar ↵Go MAEDA2019-05-042-2/+3
| | | | | | | | | (#9112). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18124 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachment preview does not work for some source files such as JavaScript ↵Go MAEDA2019-05-041-1/+1
| | | | | | | | | and Go (#29259). Patch by Go MAEDA with the help of Stephan Wenzel's contribution. git-svn-id: http://svn.redmine.org/redmine/trunk@18122 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "robohash" to "Default Gravatar image" options (#31294).Go MAEDA2019-05-042-1/+10
| | | | | | | Patch by Alexander Meindl. git-svn-id: http://svn.redmine.org/redmine/trunk@18121 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add hook :view_wiki_show_sidebar_bottom (#7975).Go MAEDA2019-05-031-0/+2
| | | | | | | Patch by okkez. git-svn-id: http://svn.redmine.org/redmine/trunk@18117 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Group time tracking filters in the filter select list (#26826).Go MAEDA2019-04-301-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue filtering by spent time (#26826).Go MAEDA2019-04-301-0/+23
| | | | | | | Patch by Tobias Umbach and Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@18112 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New My page block: Updated issues (#30975).Go MAEDA2019-04-301-0/+11
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display horizontal scroll bar of files table when overflow occurs on small ↵Go MAEDA2019-04-301-35/+37
| | | | | | | | | screens (#31153). Contributed by Eduard Panov. git-svn-id: http://svn.redmine.org/redmine/trunk@18106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes Query#as_params for more complete serialization (#31276).Go MAEDA2019-04-301-0/+2
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18103 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that Content-Type header field is empty when sending a file of unknown ↵Go MAEDA2019-04-301-1/+1
| | | | | | | | | type (#31275). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18098 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support wiki_page_title attribute in Versions REST API (#26237).Go MAEDA2019-04-282-10/+12
| | | | | | | Patch by Severin Schols. git-svn-id: http://svn.redmine.org/redmine/trunk@18091 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix gaps in resizable gantt chart (#31268).Go MAEDA2019-04-281-1/+2
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@18089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show locked badge for protected pages (#9634).Go MAEDA2019-04-271-4/+7
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New Permission: Edit own issue (#1248).Go MAEDA2019-04-251-1/+3
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18081 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a new query column for the parent task subject (#19371).Go MAEDA2019-04-241-0/+1
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18078 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrap subprojects in the overview section with an unordered list (#29289).Go MAEDA2019-04-231-1/+5
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove hard-coded strings (#30838).Go MAEDA2019-04-211-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18072 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use safe navigation operator (#30457).Go MAEDA2019-04-201-31/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18069 e93f8b46-1217-0410-a6f0-8f06a7374b81
* MailHandler.safe_receive does not output any error log (#30457).Go MAEDA2019-04-201-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18066 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails ujs (#31205).Go MAEDA2019-04-183-3/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show the total number of open issues in a reminder (#31104).Go MAEDA2019-04-183-2/+5
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18061 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachments with Unicode uppercase names are not shown in wiki pages (#30441).Go MAEDA2019-04-121-1/+1
| | | | | | | Patch by Evgeny Seliverstov. git-svn-id: http://svn.redmine.org/redmine/trunk@18057 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).Go MAEDA2019-04-101-2/+7
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18055 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Create and continue" button for custom fields (#31159).Go MAEDA2019-04-092-2/+13
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18054 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show version status as badge in rodmap#index and roadmap#show (#29391).Go MAEDA2019-04-092-2/+4
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18053 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move styles for count and private to a new class named 'badge' (#29391).Go MAEDA2019-04-094-4/+4
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from journals_helper.rbGo MAEDA2019-04-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18051 e93f8b46-1217-0410-a6f0-8f06a7374b81