Search
Results (12483)
- Defect #24020 (Closed): Importing csv fails w ... the UI, no reason is presented for the crash
- All you have to do to reproduce this bug is t ... it. Maybe other UTF characters have the same issues, I didn't test.
- Defect #24016 (Closed): Completed 500 Interna ... :ENOENT (No such file or directory - getcwd):
- Hello, I have a problem with create new issue <pre> Internal error An error occurre ... 19317 stderr: Started GET "/projects/flyctrl/issues/new" for 192.168.169.1 at 2016-10-07 06:17:05 -0700 App 19317 stderr: Processing by IssuesController#new as HTML App 19317 stderr: ... : admin (id=1) App 19317 stderr: Rendered issues/_form_custom_fields.html.erb (1.5ms) App 19317 stderr: Rendered issues/_attributes.html.erb (7.6ms) App 19317 stderr: Rendered issues/_form.html.erb (11.2ms) App 19317 stderr: ... ml.erb (1.0ms) App 19317 stderr: Rendered issues/new.html.erb within layouts/base (17.4ms) ... 9317 stderr: Started POST "/projects/flyctrl/issues" for 192.168.169.1 at 2016-10-07 06:17:16 -0700 App 19317 stderr: Processing by IssuesController#create as HTML App 19317 stderr: ... oY6wBgA==", "form_update_triggered_by"=>"", "...
- Feature #24015 (Closed): Do not hide estimated_hours label when value is nil
- Currently the estimated_hours is completely hidden from Issue Show view when the value is nil or 0. Tha ... proposed change is the following code in the issues/show.html.erb Template: <pre><code class=" ... rows.right l(:field_estimated_hours), (@issue.estimated_hours.present? || @issue.total_estimated_hours.to_f > 0) ? issue_estimated_hours_details(@issue) : '', :class => 'estimated-hours' </pre> What do you think of it?
- Defect #24014 (Closed): Custom fields not used in project should not be visible in spent time report
- We have really lot of custom fields, mostly u ... and adding new filter, there are listed all issue's custom fields defined across whole redmine ... ct list with so much (even non usable) items.
- Feature #24013 (New): Firebird and RedDatabase support
- I made a patch that adds support for firebird ... e uses in string constants firebird keywords.
- Defect #24010 (New): Using a tables inside a list (wrong intendation)
- Hello I have the following Problem: When I ... Redmine plugins: linopro_exists_issue 0.0.1 linopro_reports ... opro_test_cases 0.0.1 redmine_issue_templates 0.1.0 redmine_subtasks_i ... d level) |_. C |_. D | | Val C | Val D |
- Defect #24008 (Closed): Remove 'Copied from' / 'Copied to' relationship between issues
- The 'copy' relationship does not represent actual dependencies between Issues, but rather a way a particular issue was created. Copying is often done between issues which are not logically related (for instan ... r hand, obfuscates real dependencies between issues, and therefore is recommended to be removed.
- Patch #24007 (Reopened): Change plugins directory through the configuration.yml file
- This patch adds the possibility to change the ... en tested with the last Trunk version (15839)
- Patch #24005 (Closed): Settings to accept 0 h ... ntries and for maximum hours per user and day
- This patch modifies the existing limitation o ... been tested on the last Trunk version (15839)
- Defect #24002 (Closed): Filter on issues page does not appear after adding (it looks like jQuery version problem)
- After updating on Redmine 3.3.0 filters stop ... ine_ldap_sync redmine_lightbox sidebar_hide
- Defect #24000 (Closed): z-index children menu should be greater than content
- In Redmine 3.3.0.stable.15884 we have: <pre> ... -children { z-index: 11; } </code></pre>
- Feature #23997 (Closed): Per role visibility settings for version custom fields
- For issue custom fields, one can already select which ... etting for project and version custom fields.
- Feature #23987 (Closed): Add an index on issues.parent_id
- Hi, We encounter slowness with using the s ... ine-plugin-scrum). It happens when dragging issue in the backlog. It seems that the slowness ... is no index on the *parent_id* field of the *issues* table : Here we have more than 500.000 issues and for example a simple @SELECT COUNT(*) FROM `issues` WHERE `issues`.`parent_id` = 520784@ *takes 0.28 seconds* The slow method is *all_dependent_issues*. Aside from the use of this plugin, on *issues with children*, a request is made on the pa ... added an index on that field, that fixes the issue. Can this index be added by default in the *Redmine migrations* ? Thanks a lot
- Feature #23984 (New): Add profile option to permanently disable the mobile version/style
- Some of our users would like to have the defa ... r preference and have it applied after login.
- Defect #23983 (Closed): Estimated time and logged time always round down to full hours
- It is not possible to set an estimated time o ... when trying to set the estimated time on an issue and also when logging time on an issue. Since I really need Redmine for my project ... ted urgently. Thank you very much in advance
- Feature #23980 (Closed): Replace icon images with Tabler SVG icons
- Icon fonts have some advantages over the clas ... ttached a patch that replaces the icons from issue page with font awesome icons (using i tags).
- Defect #23979 (Closed): Elements are not aligned properly in issues table for some cases
- To reproduce the bellow issue: * Sort the issues by parent task * Resize the screen until t ... also on two lines * Have at least on parent issue with a subject on two lines * Have a child issue with a short subject. !issue_list_before.png! The attached patch fixes this. !issue_list_after.png! I chose to change from to ... ate the patch to target only the _table.list.issues td_
- Patch #23978 (Closed): Make the email notifications for adding/updating issues more readable/clear
- The attached patch (improvements_to_email_not ... nges to the email notifications sent when an issue is added or updated. # Adds a delimiter between the email header ("Issue #x has been updated by y") and the rest of t ... (this delimiter is not required for reported issue notifications). # Adds the styles imple ... e screenshots before and after the patch. Issue update before the patch: !issue_updated_before.png! Issue update after the patch: !issue_updated_after.png! Issue reported before the patch: !issue_reported_before.png! Issue reported after the patch: !issue_reported_after.png!
- Patch #23977 (Closed): Redmine performance issues.
- Hello, We have redmine with 500 projects, an ... idi/redmine_performance Thanks for helping
- Feature #23975 (New): Optimization : Changesets history in issue view
- For each changeset of the issue in the issue view, the issue referenced by the changeset with the dash sign is reloaded. Of course the load hits the Issue model cache, but with a lot of revisions it ... but the fact is that it's generally the same issue that is referenced for the issue view.
- Defect #23971 (Closed): Alternate theme,but the " issuelist-colouring based on issue's priority " not enabled
- I had set the theme to Alternate,but the issuelist back color is not change,why ? please look the image I upload.
- Defect #23969 (Closed): Edit/delete links displayed on issue even if project is closed
- Edit and delete links are displayed on the issue details, even if the project is closed. It's a UI issue only, as these links are not functional.
- Defect #23963 (New): Bulk editing issues from various projects take us to Redmine's root (no project)
- 1. Take a Redmine site having a tree of proje ... project. 2. In the master project, list all issues from sub-projects 3. Select 2 issues from each sub-project, right-click and choo ... he first common parent project of all chosen issues to be the current project I can suggest ... the second solution (based on redmine 3.3.0).
- Defect #23962 (New): Redmine Out of Memory Exception when exporting issues with lots of columns (> 50) to PDF
- I was able to reproduce the bug descibed here ... ccurs when trying to export to pdf a list of issues (on the issues page) with a huge amount of columns (around 50 or more). It happens even if there is only 1 issue to export. To reproduce the bug, you can ... them to a tracker / project. then create an issue with random content in the fields. Then on the issues page, export to pdf with all columns includ ... ed to mitigate the error, in app/controllers/issues_controller.rb#index: <pre><code class="r ... tiCell method. So it may be due to RBPDF...
- Defect #23959 (Needs feedback): Issue copy form load wrong data when user can't create issues in the copied issue project
- When a user tries to copy an issue in a project they are not allowed to create issues, the first available project in combo box i ... llowing patch solves this bug by setting the issue project to the first "@issue.allowed_target_projects" in IssuesController#build_new_issue_from_params