Search
Results (31868)
- Feature #36505 (Closed): Reduce database quer ... Custom fields box in the project settings tab
- Currently, rendering Custom fields box in the ... tatements as many as the number of available issue custom fields. The attached patch improves t ... only one SQL statement. Before: <pre> IssueCustomField Exists? (0.3ms) SELECT 1 AS one ... ustom_fields"."id" = ? LIMIT ? [["ty pe", "IssueCustomField"], ["id", 2], ["LIMIT", 1]] ↳ app/views/projects/settings/_issues.html.erb:26 IssueCustomField Exists? (0.3ms) SELECT 1 AS one ... ustom_fields"."id" = ? LIMIT ? [["ty pe", "IssueCustomField"], ["id", 1], ["LIMIT", 1]] ↳ app/views/projects/settings/_issues.html.erb:26 IssueCustomField Exists? (0.2ms) SELECT 1 AS one ... ustom_fields"."id" = ? LIMIT ? [["ty pe", "IssueCustomField"], ["id", 6], ["LIMIT", 1]] ↳ app/views/projects/settings/_...
- Feature #36504 (Closed): PDF preview in attachment Page
- if u have enabled PDF Thumpnailsupport and cl ... should be also possible to show the PDF file.
- Patch #36503 (Closed): Reduce extra queries in IssueQuery.default
- The attached patch reduces the total number of SQL queries during the execution of @IssueQuery.default@. *No default queries in any ... 1]] ↳ app/models/user.rb:394:in `pref' IssueQuery Load (0.1ms) SELECT "queries".* FROM " ... D "queries"."id" IS NULL LIMIT ? [["type", "IssueQuery"], ["LIMIT", 1]] ↳ app/models/issue_query.rb:83:in `default' Setting Load (0. ... tings"."id" DESC LIMIT ? [["name", "default_issue_query"], ["LIMIT", 1]] ↳ app/models/setting.rb:360:in `find_or_default' IssueQuery Load (0.1ms) SELECT "queries".* FROM " ... ? AND "queries"."id" = ? LIMIT ? [["type", "IssueQuery"], ["id", nil], ["LIMIT", 1]] ↳ app/models/issue_query.rb:86:in `default' </pre> after: ... tings"."id" DESC LIMIT ? [["name", "default_...
- Defect #36494 (Closed): WikiContentVersion API returns 500 if author is nil
- Redmine instance. redmine.replicant.us Red ... .2.6 Environment production [...] </pre>
- Patch #36493 (Closed): Update Polish translation
- Follow up for #33361. Also, I would apprec ... ine-polish-locale/compare/upstream...master).
- Plugins: RE: CKEditor content not displayed
- The issue was resolved. The problem was in the code written in ViewCustomize
- Defect #36455 (Closed): Text custom field val ... their labels when text formatting is enabled
- The value of a text type custom field with te ... }.custom-value-is-not-aligned-with-label.png!
- Defect #36453 (Closed): Issue subject overflow in subtasks and relations tables
- If issue has a pretty long title it will took all ava ... {width:35%}ksnip_20220119-183604.png! And issue itself: !{width:35%}ksnip_20220119-182538 ... !{width:35%}ksnip_20220119-181822.png! Issue subject: !{width:35%}ksnip_20220119-182523.png!
- Defect #36452 (Closed): Infinite loop on PDF export if image included with attributes
- If an image is included in an issue (or wiki page) and attributes are used for h ... related with https://github.com/naitoh/rbpdf/issues/62 Tested with: * Redmine 4.2.3 and Redmine trunk * Ruby 2.7.5
- Feature #36448 (New): Option to group subtasks within task in issue list
- As one can see in attached screenshot (redmin ... rent task (example in redmine_2 screenshot)
- Defect #36446 (Closed): Watchers autocomplete ... from multiple objects with different projects
- Autocomplete is broken when bulk adding watchers for issues from different projects. How to reproduce: 1. Open /issues. 2. Select two issues from different projects. 3. Press RMB. 4. ... plete_for_user@ actions and authorize a user.
- Help: RE: Can’t install a Redmine plugin
- Hi Simon, welcome to the Redmine community. I think it's neither an issue with Redmine, nor is it one with Bitnami. It ... ine's root directory? Greetings, Bernhard
- Defect #36444 (New): Validation error message ... ackers are assigned to a project is confusing
- Assume that you are trying to create an issue via email. If no tracker is associated to the target project, the issue creation will fail and you will see a valida ... ink the error message needs some improvement.
- Open discussion: RE: Is there a way to template Projects? Or create pre-defined sets of Issues which can be added?
- Hi, at RedmineX, we just developed a Project ... , set project start date to re-calculate all issue dates, work with a template as if it was a p ... emplates --> it will save you a ton of time.
- Patch #36438 (New): Support nulls first/last option for sorting order of custom queries
- A lot of RDBMS has support for placement of n ... ip_20220117-150142.png! And the result of issues sorted by @due date ascending nulls last@: ... cate but it's fine using SQLite3 or Postgres.
- Hi team, despite having minimal load on syst ... Kindly assist me to resolve this critical issue. Following are parameters Environment: ... dapter Mailer delivery smtp
- Help: RE: Multiple Assignee for one issue
- Ace Cow wrote: > But still is there any posi ... to filter out two things if you assigned to issue or are you the author of the issue then show the issues. And i would like to make for one issue that the author could assign more than one p ... user), so I think you can make "if" for it.
- Help: RE: Help:Comment issue(with attachments) via email, lost some attachments(xls,xlsx)
- Hmmm, I see you use plugin. Try it without plugin... ;-)
- Hello, I am trying to install redmine o ... p from source. Can anyone fix the package issue so that I can install it through the package manager? Thanks, Jerrad
- Help: RE: How to hide private comments
- Thank you very much. I installed Redmine Cust ... te comments</label></span>").appendTo($("div.issue.details p.author")); togglePriv ... g.cc/VLjLdjs8/Screenshot-20220119-103610.png!
- Patch #36429 (Closed): Make issue tabs DOM more consistent
- It is currently difficult to consistently style the tabs in the issue history because the DOMs are different.
- Feature #36422 (Closed): ERPmine Plugin Log Time Issue
- I have Installed ERPmine Plugin in our Redmin ... the log time error screenshot in attachment.
- Open discussion: RE: Annoying Error: SSL_conn ... 0 state=SSLv2/v3 read server hello - is back
- *Hello, Everyone.* Previous problem was fi ... OOK.COM]</pre> *Who knows how to fix this issue?*
- Defect #36421 (Closed): RusRedmineProjectSett ... by strange information not related to Redmine
- https://www.redmine.org/projects/redmine/wiki ... (or owner of this system should be informed).
- Patch #36416 (Closed): Cleanup more dependent objects on project delete
- On project deletion, there are currently some ... nup previously orphaned rows in the database.