Search
Results (12430)
- Defect #39437 (Closed): MySQL / MariaDB issue nested set deadlocks and consistency
- This relates to #19344 #19395 #23318 and #350 ... In our case (concurrent modifications to the issue nested set, i.e. by parallel modification of various issues' parent_id), this means: * the transaction is implicitly opened by Rails when @Issue#save@ is called * the nested set is locked ... might look like this (assuming the modified issues are part of the same (larger) nested set): * A starts transaction to update issue X * B starts transaction to update issue Y * several SELECTs are made by A and B (du ... he transaction (that would mean retrying the Issue#save, which may or may not be free of unwan ... l lock workaround I introduced above.
- Patch #39380 (Closed): Replace hardcoded issues count check with `limit` variable in IssuesController#retrieve_previous_and_next_issue_ids
- In IssuesController#retrieve_previous_and_next_issue_ids, the value `500` appears twice. One is a ... ss="ruby"> def retrieve_previous_and_next_issue_ids if params[:prev_issue_id].present? || params[:next_issue_id].present? @prev_issue_id = params[:prev_issue_id].presence.try(:to_i) @next_issue_id = params[:next_issue_id].presence.try(:to_i) @issue_position = params[:issue_position].presence.try(:to_i) @issue_count = params[:issue_count].presence.try(:to_i) else ... er_page_option limit = 500 issue_ids = @query.issue_ids(:limit => (limit + 1)) if (idx = ...
- Feature #39238 (Closed): Redirect to reposito ... ngesets to avoid the user-visible browser URL
- When POST'ing to repositories#fetch_changeset ... of directly showing the repository again, we issue a redirect to the repository's show page. Th ... This is implemented in the attached patch.
- Defect #39232 (New): Locked users in filters only visible to administrators
- As per the comments to ##15201. Only administrative users can filter issues by locked users. Anyone should be able to d ... to a locked user should proceed as normal.
- Defect #39214 (Closed): 4.2.10 and 5.0.5 versions are still locked instead of closed
- Like stated in the subject, these two version ... Please set the correct status to fix this issue. Thanks in advance.
- Defect #39200 (Closed): Exception when opening gantt
- Internal error An error occurred on the page ... 157-aeb7-9ad84413a88c] Started GET "/redmine/issues/gantt" for 192.168.19.6 at 2023-10-18 13:48 ... mine/sudo_mode.rb:61:in `sudo_mode' </pre>
- Defect #39187 (Closed): User abhishekjoshi c ... mation not related to Redmine (probably SPAM)
- "Abhishek Joshi":https://www.redmine.org/user ... activity could be found on his profile page.
- Defect #39186 (Closed): Missing synchronizati ... atchers and watcher_users for unsaved objects
- (Note: I'm using issues as examples for watched objects throughout ... When adding a new watcher to a new (unsaved) issue using @add_watcher@, we currently create a n ... @watcher_users_id@ list. This can lead to issues when client code attempts to avoid adding t ... queness error : <pre><code class="ruby"> issue = Issue.new(project: Project.first, subject: 'Test', ... t, tracker: Project.first.trackers.first) issue.add_watcher(User.first) issue.add_watcher(User.first) issue.save! # => ActiveRecord::RecordInvalid (Validation failed: Watchers is invalid) issue.watchers.last.errors.full_messages.to_senten ... ing if the supposed user already watched the issue, e.g.: <pre><code class="ruby"> issue...
- Defect #39180 (Closed): Fix an intermittent test failure in JournalTest
- This test occasionally fails when executed co ... journal = Journal.generate!(journalized: Issue.find(2), user: User.find(1), private_notes: ... map(&:id).sort end end </code></pre>
- Feature #39178 (New): Issue visibility
- _*Hi everyone,*_ I have a scenario with Issue permission like this: I have a Project A to store issues (Aa, Ab, Ac) but some issues is sensitive and can only show to some spec ... t show to other members in the project (each issues have their own privacy). - *In issue Aa* (related to U1, U2): I set to Private then, change ' *Issues visibility* ' of U1, U2 to ' _All Issue_ '. Then U1, U2 can see Aa; - After 3 days, another admin create Issue *Ab* and *Ac* with ' _Private_ ' activated and only want to show to U3, U4 so he have to change ' *Issues visibility* ' of U3, U4 to ' _All Issue_ '. +*Now this is a disater*+ : U3, U4 can freely view Issue Aa which I don't want to show them vice versa with Issue...
- Feature #39160 (Needs feedback): Add "Statuses" filter when creating new "Issue" custom fields
- Custom fields on issues can be associated with specific Trackers, s ... t is associated with "Bug" will be hidden on issues of other types. However, if that custom fi ... then it is required for every status of that issue throughout its workflow. In many workflows, specific pieces of information are added to an issue throughout its workflow and not all at the b ... everage better in custom queries and reports.
- Defect #39154 (Needs feedback): Mailhandler
- Hi, after update to 5.0.6 by "Incoming Mails ... # end </code></pre> work for me.
- Defect #39150 (Closed): right-click menu not always appearing in large lists
- When looking at the issues overview of a project, right clicking on an ... using the default theme. Is this a known-issue and how can i resolve it ? The version is ... select the affected version Best regards,
- Feature #39138 (New): Automatically recording activity into issue hours
- Redmine has a flexible framework but terrible ... orded as working hours related to particular issues, whether automatically or manually. It ... is editing and expanding the contents of an issue, the working hours should be contributed to that issue.
- Defect #39137 (Closed): redmine with ruby 3.0 ... g-1.2.3. Need to upgrade to at least pg-1.3.x
- Installation on windows with ruby 3.0 and up ... pg-1.3.0 (see https://github.com/ged/ruby-pg/issues/365#issuecomment-1019850780). Moving to pg-1.3.x se ... Please upgrade dependent pg gem. Thank you!
- Defect #39131 (New): Problem when edit a issue and change the project
- Hi, I have a strage problem: - I have role ... ave set up a tracker that can be created the issue in other projects using the permissions of the non-member role. If the issue is created from the request's project to ano ... solution. Thank you very much and good job
- Feature #39130 (New): Common Formatting - Check tasklist item without editing function
- The task list function was integrated in feat ... ng these entries without the editing function
- Defect #39125 (Closed): Markdown list bullet points (and text) are hidden after a certain depth
- When using lists with markdown formatting, if ... of redmine I am using: !04-versions.png!
- Feature #39113 (Closed): Add missing Homepage attribute in Projects API response
- Hello I'm submitting a patch that adds the ... d test "GET /projects.xml with include=issue_categories should return categories" do @@ ... lay hidden custom fields" do </code></pre>
- Defect #39112 (Closed): web 500 error when entering setting page
- Hi there, I just installed redmine 5.05 on ... I can't open the setting page of projects or issues anymore. I got error message on the page ... w::Template::Error (undefined method default_issue_query_id' for #<Project id: 185, name: "AOS" ... t_dmsf_query_id: nil> Did you mean? default_issue_query default_issue_query= default_dmsf_query_id default_dmsf_ ... 46: <% if @project.safe_attribute?('default_issue_query_id') %> [491c7eae-1310-4592-89ad-f85aef136a3d] 47: <%= f.select :default_issue_query_id, project_default_issue_query_options(@project), include_blank: l(:l ... rs/projects_helper.rb:123:in project_default_issue_query_options' [491c7eae-1310-4592-89ad-f85aef136a3d] app/views/projects/settings/_issues.html.erb:47 [491c7eae-1310-4592-89ad-f85aef ... d-f85aef136a3d] app/views/projects/settings/_...
- Feature #39111 (Closed): Enable Asset Pipeline Integration using Propshaft
- This patch enables the Asset Pipeline in Redm ... alse in @config/environments/production.rb@).
- Defect #39079 (Closed): NoMethodError when trying to remove the date of an existing time entry
- Given * an existing time entry * @Setting ... rdless of any prior failing validations. The issue was originally introduced in #3322, first re ... atch this and still reject to save the model.
- Defect #39065 (Closed): Can't change status in the issue main page. We need to visit the Edit page to change status.
- Whenever we try to change the status in the issue status in the main page of the issue the screen Redmine shows "Loading" but doesn ... these values. Has anyone came across this issue before?
- Defect #39058 (Closed): Custom field required on one tracker applies to all trackers
- Adding a custom field to multiple trackers an ... of them, but there's only a global checkbox.
- Patch #39050 (New): New design for the calendar view
- I propose a new design for the calendar. I h ... ng! h3. New design !{width:300px}new.png!