Search
Results (12430)
- Feature #36679 (Closed): Export a version as changelog text
- I suggest a feature to export a version as te ... release * Defect #52: bulgarian language issue * Defect #1426: User model does not allow p ... oject Name to Cross-Project Atom Feed </pre>
- Defect #36634 (New): Usability: change "are you sure" texts.
- The order of confirmation of destructive acti ... elete this wiki and all its content? text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' text_time_entries_destroy_confirmati ... this project and related data. Are you sure?"
- Defect #36593 (Closed): User without permissi ... ject custom fields cannot create new projects
- Hello On a project when a custom field is ma ... https://github.com/redmine/redmine/pull/135
- Defect #36592 (Closed): Import hangs when "related to" issue could not be created
- When importing issues and specifiny a "related to" relationship, the import hangs when the issue refered could not be imported. See the attached example: - Issue ID 3 fails to create (missing Subject) - Issue ID 4 tries to link to issue ID 3 - here the input hangs.
- Defect #36585 (Closed): Change "Delete" entry in issue context to "Delete issue(s)"
- Similarly to #31278, this context entry can b ... mine user did the following: 1. Opened an issue (issue#view) (redmine:3000/issues/40, for example) 2. Added a related issue (41, for example) 3. Decided to delete the ... e more straightforward, for example: "Delete issue(s)? Are you sure?" but who reads popups?) 7. Later, called support (me) asking why the issue disappeared? The problem is not the user ... on that opens the context menu, but "Delete" issue is more destructive than "Delete relation", because you can't rollback deleting an issue. Notice that "Delete relation" though les ... post a patch. Instead i did a grep of label_issues_delete (my sugestion, though it needs trans ... anguages): <pre> app/views/context_menus/issues.html.erb:152: <li><%= context_menu_link l(:label_...
- Defect #36584 (Closed): Error on creating custom fields using Ruby version 2.7.2
- Original taken from here: https://www.redmine ... I installed the 2.6.9 Ruby version and the issue not happened anymore. <pre> Environment: ... ine plugins: no plugin installed </pre>
- Defect #36580 (Closed): Fix code copying in common browsers
- This patch resolves https://www.redmine.org/issues/3382 for: * Chrome-based browsers (empty ... As for Firefox, there are multiple related issues in their bugtracker: * https://bugzilla.mo ... he only solution seems to mimic pre with div.
- Defect #36574 (Closed): context-menu on task
- Hello, context-menu on right click on roadmap's or issues's page can be display in wrong place on Fir ... to be append to a full page DIV. Thanks
- Defect #36565 (Closed): No title on mouseover event on progress bar
- Hello, In progress_bar function (Applicati ... tag <p> by a <span> and it's work. Thanks
- Defect #36553 (Closed): Attachment icon is not clickable.
- Attachment icon is not clickable. Step 1: ... nd click on attachment button is not working.
- Defect #36549 (Closed): Issues with watchers and restricted tickets
- Hello everyone, we have a restricted proj ... 1.2.3 redmine_extended_watchers 4.1.1
- Defect #36543 (Closed): "email is not verified" error in kune.cc
- I can't register at Redmine Support for kune.cc at: https://redmine.comunes.org/projects/kune/issues and receive the error message: "Inter ... arious login ID's. Please help. Thx
- Feature #36537 (New): Diferentiate between "comment" and "edit", Issues.
- Currently when one wants to edit description of an issue you need to make 2 movements: 1. click to edit to open issue editions interface it self, and then 2. cli ... when someone intends to edit something in a issue they assume description editions would be in ... /button for just the note section bellow the issue report: editing -> refering to editions on ... o further editions on "notes" section bellow issue report I understand that both are the sam ... a separation of the two. Cheers Irelativism.
- Defect #36524 (Closed): Query Links on Issues and Time Logs Import Sidebars broken
- The import pages for issues and time logs have sidebars with links to saved issue queries and time log queries. These links ar ... ry_id=3@, for example @http://localhost:3000/issues/imports/new?query_id=7@
- Defect #36515 (New): Images with absolute Path / URL not exported to PDF
- Images get exported to PDF (From Wiki / Ticke ... RL the Image doesn't appear on the PDF.
- Defect #36509 (Closed): Modifications on comments in tickets are not tracked with respect to changes
- Issue: Modifications on comments in tickets are no ... steps to reproduce: 1. make a comment to an issue 2. verify, that the comment has been noted ... nge been applied, but not tracked as a change
- 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)