Search
Results (12429)
- Defect #40237 (Closed): Error in autocomplete ... id query parameters: invalid %-encoding (%)`)
- If you type a character after `@` in issues, etc., it will auto-complete. If the chara ... } - remoteSearch(getDataSource('issues') + text, function (issues) { + remoteSearch(getDataSource('issues') + encodeURIComponent(text), function (issues) { return cb(issues); }); }, @@ -118 ... dmine plugins: no plugin installed </pre>
- Defect #40232 (Closed): ERROR 500 when i create an issue
- Hello, we have just installed Redmine in port ... attaching the logs. Can you help me. THANKS
- Patch #40221 (New): Update wiki content related to how to create a custom theme
- After we finish the migration to Asset Pipeli ... mple: [[HowTo_create_a_custom_Redmine_theme]]
- Defect #40214 (Closed): NoMethodError (undefined method `with_advisory_lock!' for class Issue)
- When i try to delete an issue the following error occurs: <pre><code cl ... fined method `with_advisory_lock!' for class Issue): [99d242c2-a3dd-47fa-b7fe-c74d164771c9] [ ... fa-b7fe-c74d164771c9] lib/redmine/nested_set/issue_nested_set.rb:185:in `lock_nested_set' [99d ... fa-b7fe-c74d164771c9] lib/redmine/nested_set/issue_nested_set.rb:139:in `destroy_children' [99d242c2-a3dd-47fa-b7fe-c74d164771c9] app/models/issue.rb:251:in `destroy' [99d242c2-a3dd-47fa-b7fe-c74d164771c9] app/controllers/issues_controller.rb:463:in `block in destroy' [99d242c2-a3dd-47fa-b7fe-c74d164771c9] app/controllers/issues_controller.rb:461:in `each' [99d242c2-a3dd-47fa-b7fe-c74d164771c9] app/controllers/issues_controller.rb:461:in `destroy' [99d242c2-a ... hecklists 3.1.22 </code></pre>
- Patch #40210 (Closed): Remove overrides that ... reaking space (nbsp) to empty option elements
- In Redmine forms, a problem occurs where the ... e default value is blank, such as in the new issue form. However, if a non-blank value is selected, saved, and then the edit issue form is reloaded, the blank option is missin ... m blank to another value and registering the issue, when you attempt to change the category bac ... Example 2: Similarly, when creating a new issue with a default version set in the project se ... it does not seem to function properly. This issue does not occur in the Redmine 5.1-stable version and is observed only in the trunk version.
- Defect #40208 (Closed): An ActionController::RespondToMismatchError occurred in welcome#robots
- h2. Problem Requesting the robots file via ... s this change and considers testing too.
- Defect #40205 (Closed): ThemesTest may fail if a third-party theme having theme.js is installed
- ThemesTest fail if a third-party theme having ... ntegration/lib/redmine/themes_test.rb </pre>
- Patch #40197 (Closed): Update commonmarker to 2.3.0
- https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md
- Patch #40194 (Closed): Fix error in clear_disabled_fields method when IssuePriority is missing
- Hello The clear_disabled_fields method in ... MethodError exception when called, and the IssuePriority model is missing. This occurs due to an attempt to access the id attribute of IssuePriority without verifying its presence. The ... the method gracefully handles the case where IssuePriority is missing by checking for its prese ... cessing its attributes. I propose this patch
- Defect #40193 (Closed): Performance issue with email address auto-linking in the default ("none") formatter
- We recently encountered a significant issue where a user created issues with very lengthy descriptions, including e ... overload and unavailable application. The issue stems from the fact that the regular express ... lto!@ method is involved. To address this issue in our production environment, we've tempora ... ts when users attempt to render the affected issues: <pre><code class="diff"> diff --git ... il)})(.*)<\/a>/.match?(text) </code></pre>
- Defect #40181 (Closed): [Redmine] Mysql2 erro ... olumn 'roles.default_time_entry_activity_id'
- We are trying to migrate bitnami redmine vers ... base migration is done, when I tried to open issue details page: !clipboard-202402012240-fgbak ... b-7979-4643-9523-58dc9d1483b1] Started GET "/issues/12114" for xx.xx.xx.xxx at 2024-01-24 09:24 ... b-7979-4643-9523-58dc9d1483b1] Processing by IssuesController#show as HTML > I, [2024-01-24T09 ... 7979-4643-9523-58dc9d1483b1] app/controllers/issues_controller.rb:114:in `block (2 levels) in s ... 7979-4643-9523-58dc9d1483b1] app/controllers/issues_controller.rb:110:in `show' > [6733bddb-79 ... lp us if possible? Thanks & Regards, Ye
- Defect #40180 (Closed): User Apurva Kunkulol ... ndra.com) created a strange Wiki page and an issue (probably SPAM)
- "Apurva Kunkulol":https://www.redmine.org/use ... tely used to create strange page and strange issue: * https://www.redmine.org/projects/redmine/wiki/DISH_C3PO * https://www.redmine.org/issues/40179 Whole list of this user's activity could be found on his profile page.
- Defect #40166 (Closed): Internationalize "Che ... check all" tooltip in project list for admins
- Since Redmine 5.1 there is a new project list ... </tr> </thead> </code></pre>
- Defect #40163 (Closed): smtp gmail configuration is not working for redmine set up
- we have the below configuration on Redmine ... specific password If you are experiencing issues where Redmine shows that emails are sent to ... not visible in the recipient's Gmail account,
- Defect #40157 (Closed): Problem with Version ... t CFs group titles in filters drop-down boxes
- h3. Problem Redmine-5.1.x does not handle ... type] == :tree group = query.is_a?(IssueQuery) ? :label_relations : nil elsif ... ield_options[:type] == :date </code></pre>
- Patch #40148 (Closed): Update activerecord-sqlserver-adapter to 7.1
- Failed `bundle update`. <pre> % bundle up ... % </pre> The patch below resolves this issue. <pre><code class="diff"> diff --git a/G ... ems.org/gems/activerecord-sqlserver-adapter
- Defect #40145 (Closed): Custom fields must be passed after project_id in POST issue method API
- Hi there! First of all, I'm new in redmine community and it's my first issue. So, in advance, I apologize if I did anythi ... defect I found: > _I'm trying to create new issues using Redmine's REST API, but i noticed a s ... post:_ <pre><code class="javascript"> {"issue": {"custom_fields":[{ "id":12.0, "value": ... nfig, custom_fields are not being written in issue creation either. In theory, REST APIs should ... been reported? #* Yes, but did not find any issue related. # Your problem is about scm integration #* No, it is abou REST API
- Defect #40143 (Closed): Cant reach issues under Project "404 The page you were trying to access doesn't exist or has been removed."
- Hei guys, I am seeking help for an issue appeared out of blue a few days ago. I am mentioning two issues im currently facing with redmine server. I ... ardon me if you find someting silly. The "issues tab" under "Projects" is giving "404 The pa ... ist or has been removed.". But i can access issues from "Activity" from Home page. Here is ... 6-382c-4d16-be3c-5da7d8aa2f66] Started GET "/issues" for 10.23.240.53 at 2024-01-27 13:24:03 +0 ... 6-382c-4d16-be3c-5da7d8aa2f66] Processing by IssuesController#index as HTML I, [2024-01-27T13: ... 54e5de01c3b] Started GET "/projects/visorkot/issues" for 10.23.9.29 at 2023-09-29 14:10:40 +020 ... c-fae6-4efb-8e4f-a54e5de01c3b] Processing by IssuesController#index as HTML I, [2023-09-29T14: ... gins/redmine_agile/lib/redmine_agile/patches/issue...
- Defect #40131 (Closed): markdown/formatter.rb:81: [BUG] Segmentation fault at 0x0000000000000000
- Hi, we found a segmentation fault that happe ... 4-01-25T10:01:01Z with arguments: "Mailer", "issue_edit", "deliver_now", {:args=>[#<GlobalID:0x ... 4-01-25T10:01:01Z with arguments: "Mailer", "issue_edit", "deliver_now", {:args=>[#<GlobalID:0x ... 1:01.682565 #1] INFO -- : Rendered mailer/issue_edit.text.erb within layouts/mailer (Duratio ... 1:01.696920 #1] INFO -- : Rendered mailer/issue_edit.html.erb within layouts/mailer (Duratio ... 1:01.686917 #1] INFO -- : Rendered mailer/issue_edit.text.erb within layouts/mailer (Duratio ... 613 METHOD /usr/src/redmine/app/views/mailer/issue_edit.html.erb:13 [FINISH] 2024-01-25T10:01: ... usr/src/redmine/app/models/mailer.rb:125:in `issue_edit' 2024-01-25T10:01:01.709705736Z stderr ... Z stderr F /usr/src/redmine/app/views/mailer/issue_edit.html.erb:13:in `_app_views_mailer_...
- Feature #40103 (New): Allow to "watch" projects to get notifications
- As discussed in #39854, having the option to ... out project activity, similar to watching an issue subscribes to notifications about activity regarding this issue. This could potentially replace the curre ... en list of selected projects in "My Account".
- Defect #40100 (New): User ordering by name is incorrect for french language
- by example in user list to pick for ticket ... ment (Clement) < Clovis < Constantin < Cyril
- Defect #40099 (Closed): User api filtering by status=* broke on upgrade from 5.0 to 5.1
- I am testing the migration path from 5.0.5 to ... e fields I've got the "status=" from this issue https://www.redmine.org/issues/32090 On 5.1.1, for any call with "statu ... ollers/users_controller.rb:64:in `index' @
- Defect #40086 (Closed): 500 Internal Server Error: undefined method `is_closed?'
- Started GET "/issues/11925" [3375]: ActionView::Template::E ... [3375]: 3: <h2 class="inline-flex"><%= issue_heading(@issue) %></h2> [3375]: 4: <%= issue_status_type_badge(@issue.status) %> [3375]: 5: <% if @issue.is_private? %> [3375]: 6: <span class ... _private) %></span> [3375]: 7: <% end %>
- Feature #40084 (New): Static custom field for informational purpose
- Create a new kind of field that contains stat ... ly. This custom field value is shared among issues and no dedicated value is set in issue. See context of this request here : https://www.redmine.org/boards/1/topics/69072
- Defect #40059 (Closed): Default column in subtask
- I note in redmine 5.1 The default columns in ... n I changed it from Administrator/ setting/ issue tracking When I open any issue have subtasks The default columns not matching what I configuration it