Search
Results (12430)
- Defect #35224 (New): Adding new project impossible with mandatory custom field of type users
- Redmine: 4.1.2 Rails: 5.2.4.4 PostgreSQL: 12.5 No Plugins I was just hit by this issue, kind of a logical bug: I cannot add a ne ... missing something trivial? Thanks
- Defect #35219 (Closed): Unable to add watchers to existing project in Redmine
- We use Redmine within our organization for project management. Recently, we have noticed an issue where the “add” button for watchers does not ... . !b19ea10232456ae82a5f7138696ea648.png!
- Patch #35217 (Closed): Replace use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest
- Rails introduced @ActiveSupport::Digest@ to a ... est_class = OpenSSL::Digest::SHA256 </pre>
- Feature #35216 (Closed): Create/Update custom fields via API
- To maintain my custom fields I would like to ... piTestField</name> <customized_type>issue</customized_type> <field_format>lis ... <roles type="array"></roles> </pre>
- Patch #35215 (Closed): Don't display "No Matc ... inline autocomplete doesn't return any result
- Hello there, it would be very helpful if w ... elf, but that just seems odd. Best regards
- Defect #35212 (New): Issues controller_issues_edit_* hooks not firing on bulk edit actions
- I'm not sure if this was the intended functio ... stallation of redmine 4.2.0.stable that when issues are edited through bulk update actions (right clicking from the issue list) that the following hooks do not trigger: * controller_issues_edit_before_save * controller_issues_edit_after_save Upon closer examination of the system, I discovered that the IssueController.bulk_update method does not call the before and after issue.save This seems like an unintentional oversight, so I'm reporting it here. We fixe the issue by simply editing the method in our copy of the application. But this only fixes the issue for us.
- Defect #35211 (Closed): Pool de conexiones a BD MySQL
- En pruebas de performance sobre Redmine insta ... Database adapter Mysql2
- Patch #35208 (Closed): Use `Time.use_zone` instead of `Time.zone=`
- When temporarily overriding a time zone, it i ... t.rb (作業コピー) @@ -386,11 +386,10 @@ issue = Issue.find(3) user = User.find(1) %w(U ... .zone = zone - assert_match /^redmine\.issue-3\.20060719190727\.1@example\.net/, Mailer.token_for(issue, user) + Time.use_zone(zone) do + assert_match /^redmine\.issue-3\.20060719190727\.1@example\.net/, Mailer.token_for(issue, user) + end end - ensure - Time.zone = zone_was end test "#issue_add should notify project members" do </code></pre>
- Defect #35201 (Closed): Duplicate entries in issue filter values
- when filtering the issue list for multiple assignees, the redisplayed ... as observed on 3.4 through to current master.
- Defect #35199 (New): HookTest resets all listeners - core tests run inconsistently with plugins
- When a test runner is invoked and the tests i ... [plugin_tutorial]] to encourage core testing.
- Feature #35196 (New): Version tracking (allow ... out tickets which don't affect given version)
- I am new to Redmine, but one basic feature wh ... elps: # It clarifies which versions a given issue affects (mostly relevant to developers). # It allows to filter out issues which do not affect the version relevant (m ... mple, Redmine currently has over 10 thousand issues reported. But it may be that fewer than 5 t ... o seriously inefficient to search and report issues in mature software without such a feature. A basic scenario is that if a certain issue x is solved in version 2.0, then that issue does not affect version 2.0. However, there are more complex cases. For example, that same issue does not affect version 2.1, as version 2.1 ... here a solution is reverted. For example, if issue A is reintroduced in version 2.2, then versi ... or to 2.0. Even for simpler cases when an issue is solved once for good, branches complicate things. For example, if ...
- Defect #35195 (Closed): Long Text label name is not displayed
- When using a custom field of Long Text with " ... situation is the same for Redmine 4.1 / 4.2.
- Defect #35192 (New): Watchers pop up window appears after a long time
- Hi patch #33329 introduces a performance issue When you want to add a watcher to an issue in a project with many collaborators, the po ... o graphical indication about that. regards
- Defect #35190 (Closed): Missing RAILS_ENV for generate_secret_token rake task
- Please update both "RedmineInstall":https://w ... undle exec rake generate_secret_token </pre>
- Defect #35186 (Closed): wrong user in version logs
- In https://www.redmine.org/projects/redmine ... e names joe and donald were chosen at random)
- Feature #35176 (New): Multiple files for issues custom filed
- I can create multiple file custom fields and add it to issue tracker but for each of this field I can add ... t something that I can change in admin panel?
- Defect #35174 (Closed): Internal Error when accessing the home page of some projects
- Since the upgrade from 4.1.2 to 4.2.0 and 4.2 ... l the projects are concerned by this problem.
- Defect #35168 (New): Activity tab not showing recent data
- Even though I committed a change, it does not show up in Activity. Issues, Changesets and News were enabled in the Ac ... I have noticed this problem with regular issues in the past. I linked Redmine to revisions and now see it with that.
- Defect #35162 (Closed): Redmine Agile Plugin no longer working
- Last week we upgraded Redmine from 4.0 to 4.2 ... mine_agile/app/models/agile_query.rb:571:in `issues' plugins/redmine_agile/app/controllers/agi ... r Error in 39ms (ActiveRecord: 9.1ms) </pre>
- Defect #35153 (New): Add a touch icon
- The image was edited using [[Logo]]
- Defect #35141 (Confirmed): Irrelevant groups in "Add watchers" list
- Redmine 4.2 introduced an ability to add grou ... this group was access to the tracker or not.
- Feature #35137 (Closed): Reject CSV file without data row when importing
- It is suggested to display a message indicati ... x;border:1px solid grey;}message-no-data.png!
- Defect #35135 (Closed): FrozenError when new LDAP users try to login
- Using the official docker image I recently up ... 30) authenticating using LDAP started having issues logging in. Internal accounts work fine. L ... mine/sudo_mode.rb:61:in `sudo_mode',@ </pre>
- Defect #35134 (Closed): Change total spent time link to global time entries when issue has subtasks that can be on non descendent projects
- Parent issue displays total spent hours. It includes self ... Link leads to @time_entries@ inside a parent issue project so if any of subtask will be in different project than parent you won't see it. @Issue.total_spent_hours@ does not filter time entr ... <pre><code class="diff"> Index: app/helpers/issues_helper.rb <+>UTF-8 ====================== ... ================== diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb --- a/app/helpers/issues_helper.rb (revision ad087516f4f11bb530ea96777e3edc32940e323b) +++ b/app/helpers/issues_helper.rb (revision 3c8f6a9152e28c5057710f68b13559db56990dbf) @@ -259,7 +259,7 @@ def issue_spent_hours_details(issue) if issue.total_spent_hours > 0 - path = project_time_entries_path(...
- Defect #35132 (New): Custum field default value has no effect if field is inaccessible
- Unfortunately with 4.1.2 we now have an issue regarding #33550. If we set a default value ... the field, the default value has no effect.