Search
Results (12603)
- Defect #15344 (Closed): Default status always inserted to allowed statuses when changing status
- In IssuesController , "build_new_issue_from_params" method is called when status is ... _filter for update_form action) build_new_issue_from_params has the following line: <pre> @allowed_statuses = @issue.new_statuses_allowed_to(User.current, true) ... econd parameter , being always true , causes IssueStatus.default to be pushed to the allowed_statuses. I think this is a bug.
- Feature #15341 (Closed): Allow project specific css files inside a theme folder
- At the moment you can define a custon theme a ... not for the whole site - for example markign issue's priorities with a special color (each proj ... therwise: Theme XY / stylesheet.css (etc.)
- Feature #15340 (New): Custom field referencing other tickets
- Redmine could become much more powerful if it ... ments (not necessarily the same as a feature)
- Feature #15332 (New): Additional right for Issue Tracking: View related Issues
- There should be an additional right in 'Roles and Permissions' - 'Issue Tracking' with the name e.g. 'View related issues'. If this is activated all users with this role can view all related issues independant if they have rights in the project where the related issue belong to. If they have no rights, the issue number isn´t a link. We have a lot of issues which are related to other issues with the relation 'blocked by'. But if user ... don´t know why it is no possible to close an issue.
- Defect #15327 (Closed): move issue(s) disappeared / not functional
- Since redmine 2.3.3 i don't have "move issue" operation anywhere (button on issue form, context menu entry in issue list) although i have a role for this project with checked "move issues" right. When i manually call the url "https://redmine.local/issue_moves/new/13101" i get "Routing Error (no Route matches [Get]..."
- Feature #15326 (New): Favicon displays issue status
- Redmine can render different favicons depending on issue status. For example, it's usefull to display which issue out of many opened tabs is currently in work. Also, each project can have own icon set.
- Defect #15320 (Closed): Changing Child's Parent Ticket Field To Parent's Parent fails.
- Example: * 1000 ** 1001 *** 1002 Chan ... parent from 1001 -> 1000 results in an error.
- Defect #15319 (Closed): Can't Move Parent Ticket Between Projects
- I have a ticket that has children two issues deep, and I cannot move the parent ticket t ... t dependent fields and I'm kind of stumped...
- Feature #15315 (New): add css classes to ticket's link in activity view
- if someone defines custom colors for ticket p ... so would be great! make <pre> <a href="/issues/1005#change-8531">Aufgabe #1005 (in bearbei ... a class="priority-highest priority-5" href="/issues/1005#change-8531">Aufgabe #1005 (in bearbeitung): ... </pre>
- Feature #15311 (Closed): Add an indication to ... ether or not ImageMagick convert is available
- ImageMagick convert is now used for generatin ... is indicated on admin/info. fn1. for both issue attachments thumbnails as well as macro thumbnails
- Feature #15309 (New): Encrypt email notifications and accept encrypted incoming mail
- When Redmine sends e-mails due to ticket upda ... ds could be used but my favorite one is SMIME
- Defect #15308 (Closed): Ticket subject and text cuting when recieving from E-mail
- After updating from 1.4 to 2.3.0 version, I h ... ils reciving by pop3 protocol in cron task.
- Defect #15306 (Closed): No database update on git history rewrite
- h2. Versions * redmine 2.3.3.stable * rub ... ils 3.2.13 h2. Bug summary: I refer to issues as much as I can in my commit messages. Wh ... duplicate, though I've searched around the issues and found nothing. * Reproduce But I ... hall not be visible anymore HTH, Guyzmo
- Defect #15297 (Closed): Problem with thumbnail while upload attachment
- Hello, Could you please help me to fix this issue? 777 to tmp/thumbnails (via #11854) doesn ... 16.9ms | ActiveRecord: 2.9ms) Started PUT "/issues/62936" for 93.80.32.228 at Thu Nov 07 06:28:21 +0000 2013 Processing by IssuesController#update as HTML Parameters: {"a ... vN6tb8wrUUM=", "last_journal_id"=>"130847", "issue"=>{"project_id"=>"6269", "is_private"=>"0", ... start_date"=>"", "priority_id"=>"4", "parent_issue_id"=>"", "tracker_id"=>"2", "status_id"=>"1" ... nt user: admin (id=5795) Rendered mailer/_issue.text.erb (13.3ms) Rendered mailer/issue_edit.text.erb within layouts/mailer (14.7ms) Rendered mailer/_issue.html.erb (3.3ms) Rendered mailer/...
- Feature #15296 (New): Include image thumbnails with PDF export
- I have a page with a thumbnail of an attached ... achment:Project_Report_JN_0925_1025_2013.html
- Defect #15294 (Closed): ActiveRecord::DangerousAttributeError when cloning issue
- I'm running Redmine 2.3.3 : <pre> Environ ... Mysql2 </pre> When I clone an issue with 'copy' link and save it I get this erro ... y is defined by ActiveRecord): app/models/issue_relation.rb:87:in `initialize' app/models/issue.rb:1230:in `new' app/models/issue.rb:1230:in `after_create_from_copy' app/models/issue.rb:159:in `create_or_update' app/controllers/issues_controller.rb:141:in `create' </pre> A ... box/redmine/app# grep -rin 'delay' * models/issue_relation.rb:69: validates_numericality_of :delay, :allow_nil => true models/issue_relation.rb:143: self.delay ||= 0 models/issue_relation.rb:145: self.delay = nil models/issue_relation.rb:158: if (TYPE_PRECEDES == self.relation_type) && delay && ...
- Defect #15292 (New): Tracker change : status not updated if no available status in new tracker
- safe_attributes 'status_id' uses the following if Proc to test : *issue.new_statuses_allowed_to(user).any?* The problem is, at this time issue is not already updated by the issue_attributes Thus even if the update_form aja ... act, I don't know why, but in the *if Proc*, issue already has the *new tracker value*, but wit ... pty*. I have made a fix, to insert in the issues controller, but I suppose you will find som ... --------------- if ( issue_attributes.include?('tracker_id') && issue_attributes.include?('status_id') ) old_tracker_id = @issue.tracker_id old_status_id = @issue.status_id @issue.tracker_id = issue_attributes['tracker_id'] @...
- Feature #15289 (Closed): Recalculate priority of a parent issue automatically after child issue is closed
- A ticket's priority cannot be edited if the t ... ty of a subtask will be passed to the parent issue. In the case above the parent's priority ... ckets would help much for the daily work...
- Defect #15276 (Closed): Selected watcher lost when searching for users
- How to reproduce : * open an issue and click on add a Watcher * search for a u ... usly selected users are not selected anymore.
- Feature #15275 (Closed): Improve usage of label "button_update"
- Hi, today I discovered an improper german tra ... _update@ seems also to be used for *editing* issues: <pre> $ grep -rn button_update app/ app/views/issues/_action_menu.html.erb:2:<%= link_to l(:button_update), edit_issue_path(@issue), :onclick => 'showAndScrollTo("update", "issue_notes"); return false;', :class => 'icon ico n-edit', :accesskey => accesskey(:edit) if @issue.editable? %> app/views/issues/show.html.erb:131: <h3><%= l(:button_updat ... hink. What do you think? Comments welcome!
- Feature #15273 (Closed): Issues list export - Resolved column
- I was searching in google and also on forums ... t i want. I'm trying to create a list of issues that will have a column with date of resolv ... re, it can help people working with helpdesk issues to generate reports for clients showing the response time of every defect they report.
- Patch #15268 (Closed): Business Track
- The new duties asssigned to the team members should be tracked over the server.
- Defect #15267 (Closed): Error when receiving pop email: undefined method `string' for plain/text
- Error occur on receiving email with attachmen ... ks: TOP => redmine:email:receive_pop3 </pre>
- Feature #15262 (Closed): Estimated time in days
- Is there a plugin that can allow the user to enter the number of estimated days to complete an issue ? Now it's only possible to enter number of ... ttps://github.com/spike008t/redmine_advanced_issues But it doesn't work, there it makes impossible the addition of a new comment to an issue. Thanks you very much, Vincent.
- Defect #15261 (Closed): Attachments are downloaded instead of being viewed inline
- Redmine 2.3.x doesn't show attachments inline. h3. Steps to reproduce # Create issue # Attach small text file # Click on attach ... h3. Example # http://demo.redmine.org/issues/28255 # http://demo.redmine.org/projects/pfrb/wiki