Search
Results (12630)
- Feature #5914 (New): Default tracker
- Setup ____________________________________ ... * Projects: MyProject, Project2 * Issue: 12345 in the Support tracker Problem ... port tracker for MyProject, then try to move issue 12345 from MyProject to Project2. Now it can't be done, error is <pre> notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}." </pre> ... le check to set tracker to default if source issue's tracker is disabled in target project?
- Feature #5913 (Closed): Authors name in from address of email notifications
- In mail notification created by Redmine 'FR ... is address. You would know who is working on issue without opening mail. I've changed line in ... , but I'm not sure if it wont break anything.
- Patch #5912 (Closed): Translation update for french locale
- I didn't found a correct translation for "fie ... nglish... Does anyone know where it is used ?
- Defect #5909 (Closed): Grouping Results by Tracker appears to only work for open issues.
- Installed 1.0.0 from stable branch and all went well. If I go to my Issues tab and click the Options arrow to group by Tracker, it only seems to work if I filter on Open issues. if I click All issues, the grouping only shows me bugs/defects. Before, I submitted this issue, I checked and the same thing happens in thi ... me. Thanks and great work on this project.
- Defect #5907 (Closed): ActionView::TemplateEr ... for nil:NilClass - missing database migration
- Hi there, I have problems with issues list in 1.0.0. I have a working installati ... e production -p 3001 </pre> Calling the 'issues' tab for any project gives me an 500-error, production.log says: <pre> Processing IssuesController#index (for 172.X.X.X at 2010-07-1 ... roject42", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: ... roup = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue...
- Defect #5906 (Closed): Changeset scanner doesn't check if status is within trackers workflow
- The current changeset scanner/parser doesn't ... For example, I have a 'Feature' tracker with issue #1337 and a 'fixing keyword' setup of 'Fixed ... I enter in 'Fixed #1337' the status of this issue will be set to 'Fixed'. However, 'Fixed' isn ... ures, we implement them. This has lead to issues when it comes to altering the status of this issue, since I can't change it to anything as 'Fixed' is not within the workflow.
- Defect #5905 (Closed): "Due date" from a tick ... - > 1.0.0 RC is missing in "Affected version"
- "Due date" from a ticket is readonly after ad ... .0.0 RC", which ist missing here in the list.
- Defect #5904 (Closed): Global gantt PDF and PNG should display project names
- When you go to "/issues/gantt" (cross-project gantt), then try to e ... mes are not displayed. They should, both for issues and versions, because issues can come from many projects (94 in our case ... The Evil:_ This also happens on PNG export.
- Feature #5901 (New): REST API to expose the Redmine version
- After reading Alexey Skor's forum post about ... the API requests it needs (e.g. 1.0+ has an issues API, 0.9 doesn't). Thoughts?
- Patch #5897 (New): Use issue/forum title in URLs for search engine optimization
- Google and other search engines really want t ... ed to. For example, rather than "mysite.org/issues/1234" use "mysite.org/issues/1234-use-issue-title-in-URL" The same technique should be used for all references to issues, news, forum items, etc. The wiki doesn't ... names for features such as this. Thanks
- Defect #5896 (Closed): "Assigned to" text in issue comments is "incorrect"
- I was browsing Redmine issues here, and in #5158, I noticed it says "Assi ... incorrect and doesn't sound or look correct.
- Patch #5895 (Closed): API to query user database
- I've attached a patch that adds an API for qu ... times.com</mail> </user> </users> </pre>
- Patch #5894 (Closed): Allow bulk status change
- We run a big Redmine installation with more t ... the ability to change the status of several issues (especially closing issues) at once. For Redmine version 0.9.4 I ma ... s what i did: <pre> File app/controllers/issues_controller.rb, Line 412ff: Old: def context_menu @issues = Issue.find_all_by_id(params[:ids], :include => :project) if (@issues.size == 1) @issue = @issues.first @allowed_statuses = @issue.new_statuses_allowed_to(User.current) end projects = @issues.collect(&:project).compact.uniq @proje ... (@project && User.current.allowed_to?(:edit_issues, @project)), New: def context_menu @issues = Issue...
- Feature #5893 (Closed): Filter issues by notes
- We run a big Redmine installation with more than 20000 issues. What we are missing is the ability to appl ... QueryColumn.new(:subject, :sortable => "#{Issue.table_name}.subject"), New: QueryColumn.new(:subject, :sortable => "#{Issue.table_name}.subject"), QueryColumn.new( ... db_field = 'user_id' sql << "#{Issue.table_name}.id #{ operator == '=' ? 'IN' : ' ... {db_table} WHERE #{db_table}.watchable_type='Issue' A$ sql << sql_for_field(field, '=' ... db_field = 'user_id' sql << "#{Issue.table_name}.id #{ operator == '=' ? 'IN' : ' ... {db_table} WHERE #{db_table}.watchable_type='Issue' A$ sql << sql_for_field(field, '=' ... ') OR (' + sql_for_field(field, operator, v, Issue...
- Defect #5892 (Closed): Changing status from contextual menu opens the ticket instead
- When in an Issue list and using the right-click contextual navigation and trying to change Status of an Issue, redmine opens the ticket instead of simply ... ch we had before, but it does happen in 0.9.5
- Patch #5891 (New): New IssuesController hook for new issues
- While working on my CC Addresses plugin, I have come across the need to work with @issue during its creation in order to call @issue.cc_addresses.build before render gets called. The :controller_issues_new_before_save hook only gets called after ... es the hands of plugins trying to extend the issue form (like i'm trying to do, obviously). Adding the hook below allows you to touch the @issue object before render, letting you build nest ... jects, etc. <pre> Index: app/controllers/issues_controller.rb ============================ ... ======================= --- app/controllers/issues_controller.rb (revision 3840) +++ app/controllers/issues_controller.rb (working copy) @@ -145,9 +145,10 @@ end @issue.status = default_status @allowed_statu ... o(User.current.roles_for_project(@project), @issue...
- Defect #5890 (Closed): "XLS export" plugin breaks REST API: "issues.xml" returns broken HTML instead of XML
- I spent hours trying to find why my Redmine s ... efore (http://172.17.10.53:3000/projects/ace/issues.xml?query_id=1&key=fc20e8f5f1885fc194b7b786 ... ported the same problem with Redmine 0.9.5.
- Feature #5889 (Closed): Progress bar for large file uploads
- Hi all, We've been using Redmine at our co ... //uber-uploader.sourceforge.net/)? Thanks!
- Defect #5888 (Closed): {{toc}} macro doesn't get headers from {{include}}d pages
- The TOC as created by the {{toc}} macro doesn ... his means the {{toc}} stops working properly.
- Patch #5886 (Closed): bash scanner for Coderay/ Redmine
- I wrote a Bash scanner for Coderay/Redmine. T ... his scanner to Redmine trunk ;) Thank you.
- Defect #5885 (Closed): Issue with Filters
- Hello, I did realize a problem when trying to filter for issues. A sample installation with two posted issues XXXXXX These are the steps to reproduce ... - click on 'My Page' - click on 'View all issues' - Configue the filter settings: o o ... next page is blank (the item list of fetched issues is empty and there are no controls av ... zation of the database the migration of issues from a Mantis v1.x installation has been pe ... 1217-0410-a6f0-8f06a7374b81 Revision: 3840
- Defect #5884 (Closed): PDF export doesn't work for Hebrew
- Hello, I'm running redmine with Hebrew tra ... n't work at all (HTTP 500). I created "an issue with Hebrew":http://demo.redmine.org/issues/26262 text on the demo redmine, and exporte ... w "became gibberish":http://demo.redmine.org/issues/26262.pdf.
- Feature #5881 (Closed): Subtasks do not alway ... in Gantt chart -> a job for a custom filter?
- I'm using trunk as of today r3840. I think th ... tasks/subtasks do not seem to be ordered by issue id but by due date. I suggest adding a filter that sorts the Gantt chart by Task/Subtask.
- Defect #5880 (Closed): Only consider open subtasks when computing the priority of a parent issue
- When computing the priority of a task, only s ... e considered. see http://demo.redmine.org/issues/26174
- Feature #5879 (Closed): Affected version field in issue types
- Hi! It would be great especially when repo ... leased versions. Thanks in advance! Gábor