Search
Results (12716)
- Defect #24041 (Closed): Issue subject is not updated when you select another issue in the new "Log time" page
- To reproduce: # Open an issue # Click "Log time" # Observe that the issue subject is displayed next to issue (issue_2.png) # Select another issue in the issue field # Observe that the issue subject is still the same (issue_3.png) even if I selected another issue The attached patch fixes this issue.
- Feature #24040 (New): Making the default action for copy subtasks when copying an issue a settable value. (Project level setting?)
- A nice to have feature would have either a gl ... copying the subtasks when copying a specific issue. The current default is to include the subt ... e situations could have consequences when an issue is copied. One of our projects has asked ... lt action of "copy subtasks" when copying an issue. They have some issues that have a large number of subtasks, and one of the developers accidentally copied an issue that had about 50 subtasks under it.
- Defect #24030 (Closed): When SVN or Git repos ... de an emoji (4 bytes charactor), error occurs
- I already set the MySQL and all databases' ch ... insert the commit comment into database table
- Defect #24024 (Closed): open user account info occured 500 error
- Started GET "/users/8" for 192.168.60.238 at ... lib/redmine/sudo_mode.rb:63:in `sudo_mode'
- 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.