Search
Results (12675)
- Patch #23417 (New): Make the ID column configurable in the issues listing like the other columns
- Currently, in the issues listing table, there are two "hard coded" c ... with the checkbox # second column with the issue ID In our custom theme, we want to have t ... n in order to improve the readability of the issues and subtasks: !id_column.png!. To obta ... ge - removes some empty spaces
- Defect #23414 (Closed): Datepickers don't show in Firefox
- Hi. Redmine version 3.3.0.stable Ruby ve ... refox version 47.0.1. All datepickers (in Issues especially) don't show (see screenshot in a ... ht. What should i do to fix this problem?
- Defect #23412 (Closed): Cannot read git repository with .git in name
- As described in the wiki for repo configurati ... myrepoxyz, I am able to browse it in redmine.
- Defect #23410 (Closed): Error if create new issue and there is no project
- The error occurs in this case 1. install new ... From this project index page, click View All Issue 4. From that issue index page, click on New Issue Then the error 500 occurs with the following logs Started GET "/redmine/issues/new" for 123.20.56.163 at 2016-07-23 07:41:55 +0000 Processing by IssuesController#new as HTML Current user: admin (id=1) Rendered issues/_attributes.html.erb (7.5ms) Rendered issues/_form.html.erb (26.4ms) Rendered issues/new.html.erb within layouts/base (28.5ms) ... 15: <% end %> 16: 17: <% if @issue.safe_attribute? 'assigned_to_id' %> 18: ... signed_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), :include_blank => true, :required => @...
- Feature #23404 (New): Support for Pretty URLs?
- When I copy-paste a Redmine link from my brow ... le: > https://redmine.example.org/redmine/issues/2515 Would it be possible to add support ... itional information like the project and the issue title as a "slug":https://en.wikipedia.org/w ... le: > https://redmine.example.org/redmine/issues/2515/example-project/support-for-pretty-url ... ved between projects or the title is changed.
- Feature #23402 (Closed): Ability to link issues across projects
- Currently Redmine does not allow the user to set relationships between issues in different projects. This would be really handy.
- Feature #23401 (Closed): Add tracker and status columns/filters to detailed timelog
- Unfortunately such important value as status ... e colums" box. As example of usage: for all issues get the time spent in exact status (i.e. QA or rework).
- Defect #23396 (Closed): Unable to import values for parent task
- Unable to import values for parent task Ad ... age#31804 Dear Friends, I have created a issue in redmine. Let us suppose its redmine id is 10. I have created two other issues manuaaly through create new issues and then added the parent id 10 in both of thes two issues. So now 10 is the parents and 11 and 12 are ... inputs. thanks inadvance. Regards, SR.
- Defect #23394 (New): Auto-assign on category ... es not work when assignee is a required field
- When the assignee is set as a mandatory field ... _category_settings.PNG! Attempt to create issue: !03_error_on_creation.PNG! If the assig ... ted after a category has been chosen and the issue has been created. <pre> Environment: ... e plugins: no plugin installed </pre>
- Feature #23392 (Closed): Link to remove a subtask from its parent task
- I figured out that to remove a child task fro ... remove from here in the same way you can add.
- Defect #23391 (Closed): Wrong CSS classes in subtasks tree
- There was patch #21474 But there is mistake ... . Now every child *tr* has class of current issue, but must has own <pre> css = "issue issue-#{child.id} hascontextmenu #{issue.css_classes}" </pre> need to be <pre> css = "issue issue-#{child.id} hascontextmenu #{child.css_classes}" </pre>
- Feature #23390 (New): Load Issue show form async
- Hi, One way to speedup the issue's show view is load the form in a async way. So, when the user click on an issue, he will see first the issue info. In background, redmine could load the ... This will cut the time to load the by half
- Patch #23388 (Closed): German translation change
- Added several missing translations, fixed typ ... ignificant confusion in relation to archives.
- Feature #23386 (New): Add an ability to edit the link type for a linked issues
- use case: # user creates a link of type issue A blocks issue B # after some time he understands, that A ... e click' (without need for copying number of issue, deleting a link and adding a new one)
- Feature #23385 (New): Allow sharing a version to a particular project
- use case: I have a complex projects hierar ... us list of common versions in every project.
- Patch #23378 (Closed): Speedup Project Settings with many members
- Hi, There is a .sort in _members.html.erb pa ... 99999998, @total=12.049999999999997> </pre>
- Defect #23377 (Closed): Don't show "status" field when creating a new version
- When creating a new version from within the issue form field with the modal dialogue, the "sta ... also be called a bug instead of a feature..._
- Patch #23376 (Closed): Downloading of attachments with MIME type text/javascript fails
- Right now, if you try to download an attachme ... behavior for attachments. Note that this issue is not directly reproducible on Chrome as up ... sing Rails 4.1 or newer, i.e. Redmine 3. The issue was detected in "Planio":https://plan.io/redmine-hosting and fixed by our staff.
- Patch #23374 (Closed): Traditional Chinese translation for 3.2-stable
- From #23171. <pre><code class="diff"> dif ... ndency: "這個關聯會導致環狀相依" cant_link_an_issue_with_a_descendant: "議題無法被連結至自己的子任務" - ... be earlier than %{date} because of preceding issues" + earlier_than_minimum_start_date: ... urce:some/file</a></td></tr> </code></pre>
- Patch #23373 (Closed): Traditional Chinese translation for 3.1-stable
- From #23171. <pre><code class="diff"> === ... ndency: "這個關聯會導致環狀相依" cant_link_an_issue_with_a_descendant: "問題無法被連結至自己的子任務" - ... be earlier than %{date} because of preceding issues" + earlier_than_minimum_start_date: ... changed 問題 to 議題. 問題 is used for 3.1-stable.
- Defect #23357 (Confirmed): Lose hostname/path in news email notification including wiki
- It seems that Redmine version 3.3.0 has broke ... rev_93029))}} h3. Feel free to report new issues * "myproject":/redmine/projects/myproject/issues/new </pre> In email notification * th ... tically: http://redmine/projects/myproject/issues/new but should be http://host/redmine/projects/myproject/issues/new Included wiki (myproject:100-0_Alpha ... 2 inside_avatar 1.0.2 issue_filters 1.0.1 redmine_ag ... ojects 2.0.2-2 redmine_version_fixed_issues 1.0.1 sidebar_hide 0.0.7 </pre>
- Feature #23349 (New): Force comment on status change
- When an issue or feature request has its status changed, e ... ange requires the comment field to be filled?
- Feature #23348 (Closed): Values of version ty ... ields should be grouped by project/subproject
- Project B is a subproject of project A. Th ... shared with project tree. Creating a new issue in project B, "Target version" field shows: ... ld be presented the same as "Target version".
- Defect #23347 (Closed): MySQL: You can't specify target table for update in FROM clause
- The down migration for @ClearEstimatedHoursOnParentIssues@ will fail on MySQL (5.6) with the followin ... sql2::Error: You can't specify target table 'issues' for update in FROM clause: UPDATE `issues` SET estimated_hours = (SELECT SUM(leaves.estimated_hours) FROM issues leaves WHERE leaves.root_id = issues.root_id AND leaves.lft > issues.lft AND leaves.rgt < issues.rgt AND leaves.rgt = leaves.lft + 1) WHERE ... make a temp table instead of referencing the issues table in the subquery: <pre><code class= ... 150525103953_clear_estimated_hours_on_parent_issues.rb b/db/migrate/20150525103953_clear_estimated_hours_on_parent_issues.rb index 8eed815..c00ada0 100644 --- a/db ... 150525103953_clear_estimated_hours_on_parent_issues.rb +++ b/db/migrate/20150525103953_clear_estimated_hours_on_parent_...
- Patch #23334 (Closed): Issue#editable_custom_field_values very slow for issues with many custom fields
- I have several issues with around 50 custom fields. When doing updates to these issues, I identified poor performance on the @edit ... e is the code for this method (in @app/model/issue.rb@): <pre><code class="ruby"> # Retur ... hing, which will slow down the action if the issue has many custom fields associated (only if u ... s computed for an admin user, for approx 100 issues with various custom fields: Before: <pr ... puts Benchmark.measure { u = User.find(88); Issue.last(100).to_a.map{|i| i.editable_custom_fie ... puts Benchmark.measure { u = User.find(88); Issue.last(100).to_a.map{|i| i.editable_custom_fie ... Database adapter Mysql2 </pre>