Search
Results (12430)
- Defect #38788 (Closed): "has been" and "has never been" filter operators can be very slow
- The two filter operators "has been" and "has ... ) AND journals.journalized_type = 'Issue' AND journals.journalized_id = issues.id AND journal_details.property = ... urnal_details.old_value = '?' ) OR issues.status_id = '?' ) </code></pre> <pre> (228880.7ms) SELECT COUNT(*) FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" INNER JOIN "issue_sta tuses" ON "issue_statuses"."id" = "issues"."status_id" WHERE (projects.status <> 9 AN ... ERE em.project_id = projects.id AND em.name='issue_tracking')) AND ((NOT EXISTS (SELECT 1 FROM ... tus <> 10)) AND journals.journalized_type = '...
- Defect #38784 (Closed): Problem with access REDmine
- Hello, when i try to connect to my http: ... llowing error message tha you see in attached
- Patch #38772 (Closed): <=> should return nil when invoked with an incomparable object
- `<=>` method of Ruby's standard classes retur ... <pre><code class="irb"> irb(main):002:0> [IssuePriority.first, nil].sort Traceback (most re ... : <pre><code class="irb"> irb(main):001:0> IssuePriority.first <=> nil Traceback (most recen ... sition' for nil:NilClass) irb(main):002:0> [IssuePriority.first, nil].sort Traceback (most re ... osition' for nil:NilClass) irb(main):003:0> IssuePriority.first <=> Tracker.last => -1 </cod ... : <pre><code class="irb"> irb(main):001:0> IssuePriority.first <=> nil => nil irb(main):002:0> [IssuePriority.first, nil].sort (irb):2:in `sort': comparison of IssuePriority with nil failed (ArgumentError) irb(main):003:0> IssuePriority.first <=> Tracker.last => nil </code></pre>
- Patch #38732 (New): Adjusting elements position on Issue Edit View
- Currentry, elements are not same position on Issue Show View and Issue Edit View. I think it will confuse people w ... {{thumbnail(adjusting_elements_position_on_issue_edit_view.png, size=300)}} Note: You can ... <pre><code class="javascript"> $("#parent_issue").insertAfter($('#issue_project_id').parent()).css({float: "right"}); $('#issue_description_and_toolbar').parent().insertAfter('#attributes'); $('#issue_done_ratio').parent().insertAfter('#due_date ... r('#attributes'); $('<hr>').insertAfter($('#issue_subject').parent()); </code></pre>
- Feature #38730 (Closed): Generate snake-case file name by redmine_plugin_migration
- redmine_plugin_migration must generate snake- ... ration behavior. FYI: There was a similar issue that https://www.redmine.org/issues/28668
- Defect #38728 (Closed): Correctly escape issue text in Gantt PNG export for ImageMagick convert
- According to https://imagemagick.org/Usage/dr ... amely a shell) which results in errors if an issue subject contains a single quote character. ... launch a shell but runs the command directly.
- Defect #38725 (Closed): 500 Internal Server Error on opening the setting of one Project
- Hi, I will need help to solve a problem i ... iced a few 302 in the log. Please help me,
- Defect #38717 (Closed): internal error
- F, [2023-06-14T11:34:36.951404 #3418] FATAL - ... any project, can someone help me please..?
- Patch #38709 (Closed): Update Persian translation to Redmine-5.0-stable
- I arranged patches in 3 step. The first patc ... e as en.yml. And the last one, will changed Issue translation spelling. Thank you.
- Defect #38707 (Closed): Fix order of loading plugins' config/routes.rb
- When loading @init.rb@, uses sort (source:tag ... 's @config/routes.rb@ are different. This issue includes following patches: * attachment: ... simply-code.patch : refactor related codes.
- Defect #38697 (Closed): Exception during thumbnail macro to image tag conversion in emails
- Example of the error message displayed in the ... ath) </pre> This started happening after Issue #37379 was addressed. And, I have created a patch, please check it out. Best regards.
- Defect #38676 (Closed): I want to change the image of the pop-up window on the website.
- Hi I want to replace the pop-up window ... http://www.dangjin.go.kr/narae.do
- Defect #38668 (Closed): Unable to retrieve custom fields set as "For all projects" via Projects API
- Create a custom field for the Issue and check "For all projects". !{width:700 ... d-202306071923-sjvfc.png! When retrieving Issue custom fields in the Projects API, those wit ... * http://example.com/projects.xml?include=issue_custom_fields <pre><code class="xml"> <p ... nherit_members>false</inherit_members> <issue_custom_fields type="array"> <custom_field id="2" name="Per Projects"/> </issue_custom_fields> <created_on>2023-06-07T0 ... nherit_members>false</inherit_members> <issue_custom_fields type="array"/> <created_o ... or. * attachment:projects_helper.rb.diff
- Defect #38653 (Closed): Redmine Installation on windows server
- Hi Team , iam facing issue with redmine installation on windows server ... e call to come on the screenshare to fix the issue . Regards, Ashish Jha
- Patch #38646 (Closed): Remove unused locale entry: label_optgroup_others
- @label_optgroup_others@ was born at r18181 , ... git format-patch HEAD^.. </code></pre>
- Defect #38643 (Closed): Issue ID reset
- Hello, Attempting to reset the issue ID# when starting new project. Our curren ... restart from 1. Need any help to do this
- Defect #38642 (Closed): Starting Issue Number (1) automatic for new project after deleting old project
- Dear All, I would like to start issue number (1) for new project. But is not start and continue old project's issue number. For Example, I stopped issue number (3) and delete that project and create new project. But it is no start issue number (1). It is continued start issue number (4) at new project. The records are saved from old project issue number. It is actually auto starting issue number (1) generally. Please kindly help ... sion 6.1.7.2 Thanks, KKK
- Defect #38638 (Closed): Redmine migration from v4.10 to 5.0.5
- Hello, I've done the migration and I'm stuck to the following issue : In production.log for url www.mysitecom/r ... Ruby 2.5. See https://github.com/rails/rails/issues/45590 gem 'psych', '>= 3.1.0' if Gem.ruby_ ... gem "puma" <pre> </pre> </pre>
- Feature #38637 (Closed): Want to start issue number (1) for new project, after deleting old project
- Hello, I would like to make Issue Number (1) for new project after creating ne ... bering" from the dropdown menu too. Thanks
- Defect #38636 (Closed): NoMethodError when creating/updating an issue if all issue priorities are disabled and no default priority is set
- NoMethodError is raised when creating or updating an issue if all of the following conditions are met: * All issue priorities are disabled * No default priority is set Error when creating an issue: <pre> NoMethodError (undefined method `id' for nil:NilClass): app/models/issue.rb:2053:in `clear_disabled_fields' app/controllers/issues_controller.rb:152:in `create' lib/redmine/ ... sudo_mode' </pre> Error when updating an issue: <pre> NoMethodError (undefined method `position' for nil:NilClass): app/models/issue_priority.rb:63:in `high?' app/models/issue.rb:1124:in `notified_users' app/models/jour ... users' app/models/mailer.rb:134:in `deliver_issue_edit' app/models/journal.rb:357:in `send_notification' app/controllers/issue...
- Defect #38635 (Closed): After deploying the widgets plugin user rate tab and user rate tab issue
- After setting the rate to 100 on the user rat ... 30531102938.png! !微信图片_20230531102952.png!
- Defect #38634 (Closed): Context menu doesn't work when using filter
- Since v5.0.5 the context menu (the 3 dots) do ... .js?1678052137:2 GET https://redmine.tld/issues/context_menu?utf8=%E2%9C%93&authenticity_to ... UHfZR9sfl3uuXGGCeQK0kQW2yw%3D%3D&back_url=%2Fissues%3Fquery_id%3D61&c%5B%5D=id&c%5B%5D=project& ... sion" below so I take the nearest I found.)
- Defect #38618 (Closed): it seems to be sorted by issue number instead of parent issue number. After that, setting the sort order has no effect at custom query
- At custom query I can set parent issue Apparently, it seems to be sorted by issue number instead of parent issue number. After that, setting the sort order has no effect for example, Even if the parent issue and start date are Sorted by issue number, start date sort order doesn't work ... され、開始日のソート順が効かないです 修正お願いできませんか --JP end--
- Defect #38617 (Closed): Redmine 4.2 on Ruby 2.4 is not compatible with loofah 2.21 or higher
- Redmine 4.2 does not support ruby 2.4 after u ... sion: Ruby (= 2.4.10) </code></pre>
- Patch #38614 (New): add email handling by subject
- This change allows the email handler to find issues by subject and adds an option for this to b ... to that list and now redmine will add/update issues by looking at mails on this mailing list.