Search
Results (12716)
- Feature #24319 (Closed): Last assigned to option in the Assignee selection list
- Very often in the flow of working on an issue you want to assign the issue to the last person which had the ticket. ... lect@ application_helper and a method in the issue model which returns the id of the last assig ... als. and could implement a patch for this.
- Patch #24313 (Closed): Use the regular "icon icon-*" classes for all elements with icons
- Working at #23980 we discovered that some lin ... ch that implements this for admin menu links.
- Defect #24311 (Closed): Project field disappe ... et project disallows user to edit the project
- h1. Issue # Editing the Project Field in an Issue reloads the form # On Reloading / Rendering ... not allowed to *change* the @project_id@ for issues in that project # The field disappears whe ... ging the project field is not allowed # The issue cannot be moved to the other project by that ... rojects is calculated by the right to create issues in that project. This means that there is a ... is: <pre><code class="diff"> # app/views/issues/_form.html.erb - <% if @issue.safe_attribute?('project_id') && (!@issue.new_record? || @project.nil? || @issue.copy?) %> + <% if (@issue.safe_attribute?('project_id') || @issue.allowed_target_projects.include?(@issue.project_id) ) && (!@...
- Defect #24309 (Closed): Setting page for repository does not scroll horizontally on small screens
- Horizontall scroll bar is missed on settings ... . Similar problems: #22336 #21808#note-5
- Defect #24303 (Needs feedback): Not able to move few issues to another project
- I have a redmine installation and it is working fine except of few issues which i am not able to move to another project. When i click on edit issue and select the project from drop down menu a ... em Redmine plugins: issue_charts 1.3.0 periodicta ... ine_helpdesk 0.0.15 redmine_issue_history 1.0.0 redmine_omniauth_g ... simple_author_change 0.1.2 </pre>
- Defect #24300 (Closed): Calendar date selector disappears
- When opening a new issue and changing trackers, the icon to select da ... stuff_to_do_plugin 0.4.1 ```
- Patch #24296 (Closed): Add tablename to siblings query to prevent AmbiguousColumn errors
- h3. Problem I creating a plugin that show siblings for issue. And when I try to get "visible" siblings for issue I get the next error: <pre> ActionView:: ... d" is ambiguous LINE 1: ...ot_id" = $1 AND "issues"."parent_id" IS NULL AND (id <> 2) A... ... ^ : SELECT "issues".* FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" WHERE "issues"."root_id" = $1 AND "issues"."parent_id" IS NULL AND (id <> 2) AND (pro ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) ORDER BY "issues"."lft" ASC): </pre> This error can be reproduced in console by typing: <pre> ...
- Feature #24292 (Closed): is there any way to get the status change date?
- Hi! I currently have about 2000 Tickets on ... ed the date of Change of the Status for each issue. thanks. Rafael
- Defect #24288 (Closed): Internal Error with Subtask
- Hey i try to create a subtask, but unfortunal ... cannot be inside moved tree.): app/models/issue.rb:1315:in `update_nested_set_attributes' app/models/issue.rb:174:in `create_or_update' app/controllers/issues_controller.rb:152:in `create' _ Has anybody a clue, what this i about? Regards Christian
- Feature #24286 (Closed): Multiple Asignee ticket
- Currently Redmine can assign to user or group ... and we creating groups on the fly when some issue are submited. We dont want to create bunc ... mented into the core without use of a plugin.
- Patch #24283 (Closed): Validate length of string fields
- Databases throw errors when trying to save da ... hat is a string (i.e. ist a VARCHAR in MySQL)
- Feature #24282 (New): Add inheritance of the class from the parent projects
- Hello, I actually work on a project wher ... okers-redmine-theme *project-rip* controller-issues action-index"> The problem is that we ... *project-bugtrack* *project-rip* controller-issues action-index"> I think this feature (i ... ities of custom theme for particular projects
- Patch #24281 (Closed): Workflow editing shows statuses of irrelevant roles
- When 'Only display statuses that are used by ... ting a role with workflow transitions but no issue add/edit permissions, second patch adds proper filtering for the status array.
- Defect #24279 (Closed): Redmine is not working in ubuntu14.04
- When I am running localhost/redmine, It revea ... ng screenshot, please help me to resolve the issue.
- Feature #24277 (New): Introducing Remaining T ... d to track the remaining time to complete an issue
- Currently, Redmine offers the possibility to estimate an issue and track the time spent on that issue using the log time module. Regarding the progress made on an issue, the only possibility is to use the "Done ra ... time. Having the following scenario: ** Issue with estimated time set to 4h ** During the ... et the remaining time to 0h when closing the issue. !{width:60%; border: 1px solid grey;}remaining_time_field.png! *2. update_issue_remaining_time.patch:* the user can decide in the log time form to update or not the issue remaining hours. There are 3 options available: - [default] adjust automatically: issue remaining time will be decreased with the lo ... ng_time_in_time_log.png! In this way, the issue remaining time can be tracked easily. Als ... s in the version page. There are multiple issue...
- Defect #24274 (Closed): Query totals and query buttons overlaps on small screens
- Steps to reproduce: # Go to issues tab # Tick the checkboxes for totals # Re ... red to align the elements on left properly.
- Defect #24271 (Closed): htmlentities warning
- During my migration to 3.3.1, I got this warn ... ms to resolve this message. Have not had any issues with htmlentities yet.
- Defect #24267 (Closed): Custom fields of "User" format aren't sorted like standard fields
- Hi, Since version 3.3, Custom field of forma ... s version |4.2.6| |Database adapter |Mysql2|
- Feature #24266 (New): Receiving email by mail_handler.rb does not trigger corresponding events
- mail_handler.rb should trigger events controller_issues_edit_after_save and controller_issues_new_after_save so plugins can handle new issues and comments submitted by email.
- Defect #24258 (Closed): ERROR "MailHandler: a ... ::RequestStore" when parsing emails from IMAP
- When parsing emails from IMAP mailbox with: ... 8fd64f7c94@excello.cz> References: <redmine.issue-3523.20161012120731@excello.cz> <redmine.j ... ine plugins: no plugin installed </pre>
- Defect #24255 (Closed): Install csv importer plugin - redmine 3.0 - Centos
- Hi, I am new to redmine platform. Can anyo ... i currently using redmine version for upload issues from csv text files. Environment: Red ... tion Database adapter Mysql2
- Defect #24254 (Closed): Creation Date
- Hi, When a new ticket is created in Redmin ... ons. Now, start date is field is left blank.
- Defect #24242 (Closed): Adding comments to ticket returns internal server error
- While adding comments to the ticket am gettin ... Can anyone suggest a walk through for this issue. My Environment <pre> Environment: ... em Redmine plugins: issue_charts 1.3.0 periodicta ... ine_helpdesk 0.0.15 redmine_issue_history 1.0.0 redmine_omniauth_g ... simple_author_change 0.1.2 </pre>
- Defect #24213 (Closed): % Done is not correct for parent to parents when calculated from subtasks
- When having more than two levels of issues then when the % done is calculated for the ... ks and no more than 10 nodes total in a tree.
- Defect #24211 (Closed): How to set the layout of issue
- Hi, I creat the Redmine enviroment in Windows Server2012 R2. In the "New issue",there're a lot of "custom fields" which I h ... for my Redmine?Should I change source code?