Search
Results (12716)
- 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
- Defect #15258 (Closed): Roadmap Issue Count off
- Looking at the roadmap today, I noticed the count off. I see only two open issues, and it lists three. I also clicked on the http://www.redmine.org/projects/redmine/issues?fixed_version_id=74&set_filter=1&status_id= ... so. I'm assuming it's taking into account issues that are considered private and listing the ... t, but not displaying them. !CountOff.png!
- Defect #15248 (Closed): Ticket count in roadmap view wrong
- The issue statistic on the homepage for the coming version 2.3.4 is not consistent. It counts 15 issues but the list has only 14. Seems like 1 open feature issue is missing. Searching the issue list does only show 1 closed feature issue for version 2.3.4.
- Feature #15246 (New): User groups whose members are different for each project.
- We are a shop with several different departme ... Groups - <X> Engineers. Then I could assign Issues to a group "<X> Engineers" but only to thos ... e currently a way to achieve the same effect?
- Feature #15228 (Closed): Custom field - provide link custom field
- Custom field - provide link custom field l ... value like- "01" in custom field when create issue Admin side have default link - www.link.c ... nk.com \01 Mainly we need to link other issue tacker
- Defect #15227 (Closed): Custom fields in issue form - splitting is incorrect
- I think there is a bug in the custom fields rendering: app/views/issues/_form_custom_fields.html.erb <pre> <cod ... tcontentleft"> <% i = 0 %> <% split_on = (@issue.custom_field_values.size / 2.0).ceil - 1 %> <% @issue.editable_custom_field_values.each do |value| %> <p><%= custom_field_tag_with_label :issue, value, :required => @issue.required_attribute?(value.custom_field_id) % ... <pre><code class="ruby"> <% split_on = (@issue.custom_field_values.size / 2.0).ceil - 1 %> ... <pre><code class="ruby"> <% split_on = (@issue.editable_custom_field_values.size / 2.0).cei ... fields that are going to be shown. Thanks.
- Defect #15226 (Closed): Searching for issues with "updated = none" always returns zero results
- I am using Redmine 2.2.4. Thanks for the great open source tool. I would like to find new issues that have been added, but not updated. I tr ... er "updated" set to "none". I know there are issues without any update, but I always get "No da ... imestamp. So updated_on is not empty for new issues. Looking at the code, I noticed there is before_save 'force_updated_on_change' function in issue model. I am guessing that is setting the update_on field for new issues as well. This seems incorrect, since clearly we wanted to query the issues with empty 'updated_on' field, as it is available in the filters. Can someone help fix this?
- Feature #15225 (Closed): Need to be able to have separate markup formats for bugs and wiki pages
- On our setup we are finding it problematic to ... enerally what I suggested above will fix the issue in 99% of the cases. Apologies if this is ... arch but nothing appeared to be a good match.
- Defect #15221 (Closed): Issue title disapearing
- Like you can see in the attachment, The issue title doesn't appear in this project. Don't ... able (MySQL) Thanks in advance. Diego
- Feature #15212 (Closed): Atom feed on project ... show in article title the name of the project
- If you use _Overall activity_ the name of the ... This is inconsistent and should be changed.
- Defect #15211 (Closed): Progress line is pulled back to past by finished tickets
- Regarding the progress line added by Feature ... do so even though it is already finalized.
- Defect #15208 (Closed): Time issues when log spend time manual
- When i want to log time manual, time goes up ... or read how much time somebody spent on some issues.
- Feature #15201 (Closed): Filter "Assignee" should contain locked users
- Scenario User leaves company -> profile gets locked User still has issues assigned, but it's not possible to set a filter "Assignee=UserWhoLeft"
- Defect #15200 (Closed): Problems running Redm ... ation following Ubuntu tutorial from the wiki
- The installation was implemented using http ... s/passenger-spawn-server:99:in `<main>'