Search
Results (12401)
- Defect #33967 (Closed): After upgrade getting error when time spent record updated
- Hi ; I Upgraded redmine 2.x to 4.x with manu ... grating db) after that try to give record to issue with time spent im getting this error , what is missing i cannot find <pre> Processing by IssuesController#update as HTML Parameters: {"u ... /PXNCkg==", "form_update_triggered_by"=>"", "issue"=>{"is_private"=>"0", "project_id"=>"213", " ... rity_id"=>"2", "assigned_to_id"=>"", "parent_issue_id"=>"", "start_date"=>"", "due_date"=>"", " ... t_journal_id"=>"", "commit"=>"Gönder", "next_issue_id"=>"38688"" , "issue_position"=>"1", "issue_count"=>"6", "id"=>"38689"} Current user: ... Error in 73ms (ActiveRecord: 22.9ms) </pre>
- Defect #33964 (Closed): Need information on workflow
- Hi, I created a new custom field in remine ... e in workflow.Can you please help me on this.
- Defect #33953 (Closed): Repository tab is not ... f no repository is set as the main repository
- I suggest that: * if there are any reposit ... page with Repositories sidebar should show.
- Defect #33950 (Closed): Search users - selection cleared on every search
- Hi, I don't know is this is a bug or I am ... ted new project and inside the project a new issue. 2. Adding watchers: - If you put a tick b ... lections when yu search for a different user.
- Defect #33941 (New): Do not use timezone unaware methods
- If you set the timezone in @config/additional ... ting a recipe (5 days late)" not found in "1 issue(s) that are assigned to you are due in the n ... updating a recipe (6 days late) View all issues (2 open) http://localhost:3000/issues?assigned_to_id=me&set_filter=1&sort=due_dat ... lure: MailerTest#test_reminders_should_sort_issues_by_due_date [./test/unit/mailer_test.rb:823 ... demandes (2 ouvertes) http://localhost:3000/issues?assigned_to_id=me&set_filter=1&sort=due_dat ... re: MailerTest#test_reminder_should_include_issues_assigned_to_groups [./test/unit/mailer_test ... ed to group (Due in 5 days)" not found in "1 issue(s) that are assigned to you are due in the n ... ssigned to group (Due in 4 days) View all issues (2 open) http://localhost:3000/issues?assigned_to_id=me&set_filter=1&sort=due_dat ... ting a recipe (5 days late)" not found in "1 ...
- Patch #33938 (Closed): Add missing fixtures to IssueNestedSetTest
- Sometimes IssueNestedSetTest fails. <pre> $ RAILS_ENV=te ... # Running: ............F Failure: IssueNestedSetTest#test_destroy_should_destroy_children [./test/unit/issue_nested_set_test.rb:225]: "JournalDetail.cou ... 7 Actual: 6 bin/rails test test/unit/issue_nested_set_test.rb:216 .........F Failure: IssueNestedSetTest#test_destroy_child_issue_with_children [./test/unit/issue_nested_set_test.rb:270]: "JournalDetail.cou ... 7 Actual: 6 bin/rails test test/unit/issue_nested_set_test.rb:262 ........ Finish ... Run with --verbose for details. $ <pre>
- Defect #33936 (New): BCC and email subaddress not working anymore
- Hello All! Before, we used Redmine 3.4 and ... emails with subaddress in BCC to open a new issue in the desired Project. But after upgrading ... mine_dashboard 2.7.1 redmine_issue_templates 1.0.4 redmine_lightbox2 ... sidebar_hide 0.0.8
- Defect #33935 (Closed): Locked users in a gro ... ications when the group is added as a watcher
- Reproduce by the following step. # Add the ... hen lock the user-A. # Add the group to the issue's watcher. # A notification is sent to locked user-A when the issue is updated.
- Defect #33932 (Closed): Can't view "My account" page when 2fa is setting to optional
- error message: <pre> Started GET "/my/acc ... mine/sudo_mode.rb:64:in `sudo_mode' </pre>
- Defect #33930 (Closed): 500 error when attempting to create custom field enumeration with empty name
- When editing the list of possible values for ... edmine/sudo_mode.rb:64:in `sudo_mode' </pre>
- Defect #33912 (Confirmed): Sorting of multiple columns including Date column does not work
- When specifying the sorting condition of mult ... x solid #ccc;}spenttime-with-customquery.png!
- Patch #33910 (New): Rendering bug in Chrome Windows and Linux when pressing PageUp in Textarea
- A rendering bug in Chrome on Windows and Linu ... ing PageUp in a Textarea, for example on the issue edit page. In some cases this can lead to UI ... Chrome https://bugs.chromium.org/p/chromium/issues/detail?id=890248, it seems to exist since 2 ... unfortunately it is too large to upload here.
- Feature #33906 (Closed): Upgrade Rails to 5.2.4.5
- As released on May 18, 2020 with the followin ... e bundled @rails-ujs@ code. I'll set this issue to _private_ given the possible implications.
- Feature #33902 (Closed): Server-Handler for GIF
- All images were downloaded from the browser, ... s correct. (attachments_controller.rb edited)
- Feature #33901 (New): Use attachments without issue notes.
- When using Redmine without issue notes, the attachments can only be added at issue creation. Then, it is no longer possible to ... ies, it is mandatory to activate and use the issue notes. Could the attachment functionality be decoupled from the issue note functionality ? Doing so, one could add/remove attachments during the life of the issue without resorting to issue notes.
- Defect #33897 (Closed): Security Advisories wiki access fails with Internal Error and does not show
- The security advisories wiki generates an Int ... org/projects/redmine/wiki/Security_Advisories
- Defect #33896 (Closed): Incorrect position of the revision graph
- See the screenshot below. The trunk is affect ... y;}.incorrect-position-of-revision-graph.png!
- Feature #33894 (New): Automatically set done ratio to 100% when closing a issue
- If the done ratio is not linked to the issue status, the done ratio must be manually updated when the issue is closed. This plugin supports my opinion. https://github.com/phqsh/redmine_issue_completion
- Feature #33884 (New): Show "Due in X days" in email notifications
- Issue details page shows "Due in X days" informati ... cc;}.due-in-x-days-in-email-notification.png!
- Feature #33882 (New): Improved issue ID's
- Users often ask for per-project issue ID's there are even plugins like: http://blog.andriylesyuk.com/sequent-issue-numbers-with-the-project-key/ and issues like: https://www.redmine.org/issues/5765 Connected with many other re-occuring issues. So the main reason for those is that users don't like to see sequential numbers for issues/tasks it generates all kind of noise in the ... My proposal is to use UUID like styles for Issue ID, and Rails 6 is allowing that... For e ... k on some kind or patch. Best Regards.
- Defect #33881 (New): No email notifications f ... red by fixing keywords in repository commits.
- When using fixing keywords in the git commit-messages, the references are added correctly to the issue and the status is changed to closed as inten ... 2.0.8 status_button 0.1.0
- Defect #33877 (Closed): REST API: No way of removing Assigned To when Issue is assigned
- I'd like to remove the Assigned To User from an Issue but didn't find a way to do that when using ... if not I'd love to see that in the future.
- Feature #33869 (New): Epic: Bring jira workflow engine features into
- ITNOA For major projects and organization, ... need to implement all BPMN capability to out issue tracker and project management system (Redmi ... tion (Web Hook) # Visualizer # Team Concept
- Feature #33868 (New): Prevent adding notes to closed issues
- Preventing the ability to add notes to closed issues prevents the problem of resuming work with ... an closed, such as Reopen, you can add notes.
- Defect #33865 (New): Transitions problems
- Hi I have problems with transitions, I want to have a role which is able to edit only own issues, yet it is able to do status transitions on an issue that is assigned to this user. but it seems I cannot change status unless I have EditIssue permission the user has "Add notes" permiss ... a transition a user should have either Edit Issues or Add notes permisssion. In some other documentation versions there is "either Edit issues" like it was cut in half..... any pointers here?