Search
Results (12607)
- 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
- Defect #30513 (Closed): Unable to load the EventMachine C extension; windows
- Upgrading from Redmine 3.3.x to 4.0.1 Window ... 1.2.X-x64-mingw32/lib/eventmachine.rb </pre>
- Defect #30494 (Closed): Can't set author_id when creating a new issue via REST API.
- My app details are given below Environment: ... Mysql2 I'm trying to add an issue via java api redmine-java-api.3.1.1 Whene ... o set author_id it does't work. It creating issue with author as the application admin user. ... et me know if its fixed in any later version.
- Feature #30492 (Closed): Replace RMagick with MiniMagick
- Redmine uses ImageMagick via rmagick to gener ... auses build errors when installing the gem.
- Defect #30491 (New): Project#short_description may return a too long string
- I think that Project#short_description is sup ... very long. The attached patch fixes this issue.
- Defect #30489 (Closed): Internal server error when click middle mouse button link add watcher
- Clicking middle mouse button on the add wathc ... ts: ["text/html"] request.variant: [] </pre>
- Defect #30488 (Closed): Missing migration for Comment table
- I just finished upgrading this plugin https://github.com/matsukei/redmine_send_issue_reply_email to work on Redmine 4.0 and wh ... * Ruby 2.4.1 * Rails 5.2 * Redmine 4.0.0
- Feature #30486 (Closed): Convert all jQuery to ECMA Script
- I am going to just create this ticket, it's s ... uture, it could be branched up into separate issues. 1. I think java script in Redmine is in ... request.send(body); } </pre> etc etc :)
- Feature #30485 (New): Make activity type project dependant instead of redmine global
- At this moment, the activity types are set gl ... dline already allows to set project specific issue categories and versions, so having the same ... r activity types would be hugely appreciated.
- Feature #30483 (New): Ability to hide issue elements in PDF export.
- It would be nice to have ability to hide some elements in PDF export of issue. We often send PDF export of issue to our customers. As issue has elements (such as spent time, private no ... elements that should be hidden in PDF export.
- Feature #30482 (Closed): Multiple issue ids in "Parent task" filter
- at Custom Query parent issue can select single issue can select multiple I'd like to select mulutiple likely issue ---ja start--- カスタムクエリにて 抽出条件をチケットにすると、 ... チケットと同じように複数指定ができるようにしてほしいです ---ja end---
- Feature #30480 (Closed): Is there any option in custom fields to make them read only in the form
- I have some custom fields in issue creation form which are having pre-filled da ... any version of redmine ? Please help me
- Defect #30474 (Closed): IssuesControllerTest#test_index_sort_by_total_estimated_hours tests practically nothing
- IssuesControllerTest#test_index_sort_by_total_estimated_hours tries to test if the issues list is sorted by estimated hours, but it actually does not test anything. In test/fixtures/issues.yml, all objects don't have estimate_hours ... } assert_response :success hours = issues_in_list.map(&:total_estimated_hours) a ... urs.sort.reverse, hours end </code></pre>
- Feature #30471 (New): Move "Default columns" ... dit page from "Options" to "Columns" fieldset
- Currently, the "Default columns" checkbox on ... #ccc;}.move-default-columns-checkbox@2x.png!
- Patch #30465 (Closed): Deadlock when assigning custom values
- There's been some changes in the new Rails ve ... 1 AND `custom_values`.`customized_type` = 'Issue' AND `custom_values`.`id` IN (34100955, 34 ... ase and creating / updating a record like an issue is wrapped in a transaction. https://github ... a5ad6385f7d4cb43655c87515153/app/controllers/issues_controller.rb#L552 Ordering records in a ... onsider refactoring this association. Thanks!
- Feature #30464 (Closed): Show estimated hours on the overview page as well as spent hours
- Currently, you can see total spent hours on t ... r: 1px solid #ccc;}.time-tracking-box@2x.png!
- Feature #30460 (Closed): This project is closed and read-only so please hidden all issue on mypage
- When a project was closed and read-only, all my issues assigned to me still display on my page (Issues assigned to me). I think that not necessary for this case
- Feature #30459 (Closed): Switch edit/preview tabs with keyboard shortcuts
- In Redmine 3.4 and earlier, you could update ... ; border: 1px solid #ccc}github_shortcut.gif!