Search
Results (12572)
- Feature #30834 (Closed): Links to forum replies should highlight the linked reply
- When I follow e.g. the link message#4, the fo ... ly message is. In Redmine 4.x, the linked issue notes (#22978) and wiki sections (#28330) is ... hould be applied to the version 4.x.x stream.
- Feature #30829 (Closed): Simpler link syntax "#note-123" to make a link to a note of the current issue
- Currently, you can link to issue notes using the syntax @#98765#note-123@. I ... @#note-123@ to link to a note of the current issue. Sometimes I feel that the markup used to link to a note of the current issue is too lengthy. Suppose that you are editing issue @#98765@ and you want to link to @note-123@. ... when the link destination is in the current issue. Copy and paste the current issue is waste of time. We can save time a bit ... link syntax @#note-123@ that allows omitting issue number when linking to a note of the current issue.
- Feature #30826 (New): Order of related issues types
- I'am expected that value of _order_ in _TYPES_ (issue_relations.rb) determines the order on displa ... llows_) depend on order of adding relations.
- Feature #30822 (New): Show Gravatar icons in email notifications
- Currently, Gravatar icons are shown in Web UI ... thor, assignee, and the user who updated the issue. I think it would be a nice improvement of UX if Gravatar icons are shown in emails as well.
- Patch #30818 (Closed): Issues autocomplete should respond with content type json
- Currently, @issues/auto_complete@ respond with: <pre> Conten ... </pre> and prevent errors like #29276.
- Feature #30808 (Closed): Multiple issue ids in "Subtasks" filter
- at Custom Query child task can select single issue can select multiple I'd like to select mulutiple likely issue about parent task http://www.redmine.org/issues/30482 ---ja start--- カスタムクエリにて 抽出条件をチケ ... 子チケットもだめだろうと思ったら やっぱりだめでした --ja end--
- Defect #30804 (Closed): Wrong russian timezones.
- The MSK timezone is GMT+3, not GMT+4. It was ... https://en.wikipedia.org/wiki/Time_in_Russia
- Feature #30801 (New): Improved support for inline images
- data:image is getting more and more use, in ... ve changed to longtext, mysql database.
- Defect #30787 (Closed): Other recipients are ... field even if Setting.bcc_recipients is false
- In Redmine prior to 4.0, you can see to see a ... ecipients is false. Suppose the following issue: * Assignee is foo@example.com * Watcher is bar@example.com When someone updates the issue, foo@example.com and bar@example.com should ... ived) <pre> To: bar@example.com </pre>
- Defect #30785 (Closed): Mail handler does not ... ss if Setting.mail_from includes display name
- According to the comment at source:tags/4.0.1 ... e.com>@ * NG: @joe@example.com (Joe Bloggs)@
- Feature #30776 (Closed): Drag and drop file upload to file type custom field
- Drag and drop file to "file custom field" is ... stration is attached at "file_dragNdrop.gif".
- Feature #30773 (New): Enhance issue workflow - viewing, adding or deleting files
- It would be nice to have ability to disable viewing, adding or deleting attached files for some issue statuses during the issue lifetime. Sometimes it it required to 'freeze' uploaded files at some issue statuses, to protect them from later changin ... y to define file related options at workflow.
- Defect #30771 (Closed): Author of issue is listed at assignee drop box
- The issue author that has role with disabled "Issues can be assigned to this role" is still listed at Assignee dropbox (while editing the issue).
- Defect #30758 (Closed): Preview URL in Wiki Toolbar should be escaped
- Since Redmine 4.0.0 and the addition of the p ... def initial_page_content(page) </code></pre>
- Defect #30753 (Closed): Plugins auto_load and eager_load paths
- This is actually a follow-up patch to #30725 ... will ever find out, I'll let you know ;-)
- Defect #30745 (Closed): Rich text formatting is broken on Text and Long text custom fields
- It seems that rich text formatting is broken. ... ke any difference on custom field beahviour.
- Patch #30739 (New): Project Custom Fields configuration : split by tracker
- This patch splits Custom Fields Fieldset in S ... d}custom_fields_configuration_by_tracker.png!
- Feature #30736 (Closed): oauth login for redmine new verions
- Hi Team, Is der any way to get oauth plug ... elp And if it is, please help , how can we
- Feature #30733 (New): Keep submitted form data when updating an issue with an expired authentication token
- When a user submits an update to a issue and their authentication token has expired r ... entication without losing their entered data.
- Patch #30730 (New): [Revision view] Place link to add a related issue next to the heading
- *Rational* It feels like twice a week I'm t ... se your eyes are already in focus to add the issue of choice. !add_button_next_to_heading.png!
- Feature #30729 (New): Warn or block the accidental update of inline images that are attachments.
- It would be good if there was an option to ad ... at has been referenced inline. We have an issue where people are accidentally updating inlin ... or months for us), a second user updates the issue, also uploading screenshot1.png and putting ... but it is not obvious to those browsing the issue that the first instance of the screenshot ha ... hould go into the Attachments or UI category.
- Defect #30728 (New): Issues Note id changes when changing order in account preferences
- In "my account" I can choose to reverse the o ... html.erb for now: <pre> <% reply_links = issue.notes_addable? -%> <% for journal in journa ... end %> <% end %> <%= render_notes(issue, journal, :reply_links => reply_links) unles ... </div> </div> <%= call_hook(:view_issues_history_journal_bottom, { :journal => journ ... _formatter if User.current.allowed_to?(:edit_issue_notes, issue.project) || User.current.allowed_to?(:edit_own_issue_notes, issue.project) %> </pre>
- Patch #30725 (Closed): Plugin eager_load should depend on environment setting instead of name
- Currently the _app_ directories are added to ... if the paths should be added to _eager_load_.
- Defect #30718 (Closed): Translation missing for filter by project status
- Redmine version: 4.0.1.stable Ruby version: 2.6.0
- Defect #30713 (New): Remove diff-feature for changed descriptions due to privacy concerns
- tl;dr Please remove the diff-feature for chan ... it due to privacy reasons. Situation: Issue descriptions and comments may contain person ... personal data to identify himself or if the issue was created automatically and includes data ... remove such data. It is possible to edit issue descriptions and comments. Whenever the issue description is changed Redmine automatically ... A suggested solution might be: Delete the issue. This however means that the ticket history ... enables or disables the diff feature. ~dan