Search
Results (12519)
- 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).
- 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.
- 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.
- 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.
- 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.
- 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.
- Feature #36412 (New): Possibility to mark "No ... quired" in "Workflow->Fields permissions" tab
- *Use Case:* I want my users to change Issue statuses freely, but when a user marks Issue as "Done", I want them to write obligatory n ... Notes" field can't be there. Kind regards,
- Defect #36396 (Closed): Custom I18n Pluralization rules are not applied correctly
- Currently "custom pluralization rules":https: ... module not being loaded in the correct class.
- Defect #36389 (Closed): Filter parameters of Query string do not work when default query is enabled
- Normally, clicking trackers or numbers in the issues tracking in the project's overview will display the issues list filtered by these conditions. If the ... default query will be applied to display the issues list.
- Defect #36384 (Closed): Error on roadmap creation after migrating to 4.2.3
- I recently migrated our redmine version from ... ) Chrome/96.0.4664.110 Safari/537.36" </pre>
- Feature #36382 (Closed): Redmine Timesheets Application compatible with Redmine 4.2.3
- Is it possible to upgrade Redmine Timesheets ... n compatible with Redmine version 4.2.3 ?
- Defect #36380 (Closed): Redmine passenger ima ... tingError (No route matches [GET] "/metrics")
- After we bring up the image the application c ... the stack trace keeps printing repetitively.
- Defect #36377 (Closed): Encoding drop-down in ... ding in Korean, Thai, and Shimplified Chinese
- The "Encoding" drop-down is supposed to defau ... y; width: 769px;}.wrong-default-encoding.png!
- Feature #36376 (New): accidentally delete a member in the project member settings
- h3. problem When checking multiple members ... 常に表示される「編集」を右端固定とし、条件によって表示される「削除」を右から2番目にする。
- Feature #36374 (New): Add sign in page caps lock indicator
- For ease if use and as part of best practices ... is helps prevent lockouts!! This is a known issue