Search
Results (12483)
- 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>
- Patch #23328 (Closed): Optimize Project#notified_users to improve issue create/update speed
- Hi guys, When Redmine look for what members ... ingle line change I drop the time for update issue from 5 to 2 seconds. I hope this help you ... ope of all custom fields enabled for project issues </code></pre>
- Defect #23318 (Closed): #lock_nested_set very slow on mysql with thousands of subtasks
- I have a complex hierarchy of around 15000 issues in redmine, where an issue of this set could potentially have 3000 subtasks. When doing CRUD operations on such issue, I notified significant slow downs, caused b ... run in @lock_nested_set@: <pre> SELECT `issues`.`id` FROM `issues` WHERE (root_id IN (SELECT root_id FROM issues WHERE id IN (70395,70389))) ORDER BY `issues`.`id` ASC FOR UPDATE; +-------+ | ... faster: <pre> mysql> SELECT root_id FROM issues WHERE id IN (70395,70389); +---------+ | ... -------+ 1 row in set (0.00 sec) SELECT `issues`.`id` FROM `issues` WHERE (root_id IN (45083)) ORDER BY `issues`.`id` ASC FOR UPDATE; +-------+ | ... Database adapter Mysql2 </pre>
- Feature #23316 (Closed): Quote issue description selection
- Currently when you wish to include only parts of an issue description as a quote in a comment, you have two options: a) use the quote button for the issue description and delete all unnecessary descr ... he quote b) manually highlight parts of the issue description, add a new comment and copy+past ... s disadvantages: a) especially with lengthy issue descriptions it can be tedious work to manua ... hlight a paragraph/section/table, etc. in an issue description, click quote, and have only this ... formatting (colors, hyperlinks, tables, etc.)
- Feature #23314 (Needs feedback): Search over the Project -> general activities.
- There are too many activites displayed in mai ... filters (with max results per page) like in issue tracking tab?
- Feature #23310 (Closed): Improved "jump to project" drop-down
- I'd like to replace the "jump to project..." ... his change. !standard.png! !mobile.png!
- Feature #23309 (New): Automatickly default tracker in new issue from issues list
- Members redmine in my corporation reported me ... problem concerns the default tracker in new issue. When you choose Projects (from the top of r ... e specific project, and than you choose from Issue tracking specific X Tracker, then we can show list of issue. So far everything is ok, but now when you click on button New Issue - the tracker is changed on the first from t ... e X). This will simplify the addition of issues.
- Feature #23307 (Closed): Include auth_source field in User API response
- it would've been nice to be able to get which ... ere it is possible to set the auth_source_id.
- Feature #23301 (New): Allow "Custom queries" to be shared across projects
- A sharing mechanism like Versions would be great.
- Defect #23298 (Closed): Category select filter-filed is not populated by values
- Hi, just found, probably, bug. When I try to filter issues by specific category, the select box is emp ... screenshots. Other filters works just great.
- Feature #23289 (New): Allow adding child issues with UI similar to "add 'related" function.
- In the issue page one can add related issues by entiring issue number. However, 'Add button' under 'Child issues' goes to create a new issue rather than allowing to add pre-existing issue. Currently if the issues already exists and if I have to add a one or more issues as a child issue of current issue there is no way - I have to go to the individual child issues, update the issue with parent issue field. A better way could be to have 'Add' and 'New' should be available under child tab.
- Feature #23287 (New): Better structuring of Version page
- Quite often version itself represent a specif ... tion. # % completion and color coding of issue listing based on status. # Tree structure of issue listing based on sub-task # Allow to order the issues (not necessarily sort by tracker or issue number) which represent the order of work or ... d in the version (based on assigned users of issues under the version). # Similarly show followed/precedes relation of issues through arrows that will map flow of work more elegantly.
- Feature #23286 (New): Customizable state model workflow for versions
- As indicated under #13387 - the version shoul ... ere is a great work-flow model available for Issues. For versions they are open, locked and clo ... for user defined status of versions (like in issues). This can be defined as per development pr ... can be workflow setup for versions where in issues of certain tracker can be allowed to be add ... Currently there is no such provision. # The issues can be moved to specific status based on ve ... on from development to QA - it will move all issues under the version to corresponding versions. # The reverse should also be linked: unless issue satisfy all requirements to change status fr ... ause or testing specific details are filled, issue shouldn't be allowed to move to resolve, tha ... inforcements of processes. # Finally, like issues, version status should be allowed to change ... ow it is followed in the actual processes.
- Feature #23285 (New): Version to have history
- While each work item in software is reflected in issues - version typically have significant critic ... for adding notes # Register when specific issues were moved in and out under the given versi ... re the complete and more comprehensive (than issues) outline that will capture the development processes.
- Feature #23282 (Closed): Range filter
- I have 1000 issues in a project, and export limit is 500. I can't export 501-1000 issues? Now, I have to use some filters to split ... et the offset for whole list (not for page).