Search
Results (12716)
- Feature #9964 (New): Add/change email notification informations
- When a mail is sent by redmine mailer, for instance on 'New Issue' event, redmine send the email by following this email's subject format: issue.project.name - issue.tracker.name issue.id (issue.status.name) issue.subject I would like to customize it with ... Project --> Task --> SubTask when a 'New Issue' event is triggered on subtask, the email do ... hed for it but I found nothing. Best regards
- Feature #9962 (New): csv view should display as a HTML table
- If you attached a csv file to an issue / wiki page it would be cool if when you vie ... ly the same would apply for tsv files as well
- Feature #9957 (New): issue to have a document properties
- in the issue creation, you can have bug, feature, or supp ... ould be a great benefit for direct visibility
- Defect #9952 (Closed): Add priority changes to issue history
- Now, when a user change the issue priority, this change isn't store in issue history: should be (and also notified by ema ... d a duplicate in the database for this bug...
- Feature #9942 (Closed): Allow non-members to watch issues
- It happens that some people are not involved ... to watch what happens in it or in particular issues. An example: The boss. He is not a member of a project, but he wants to track an issue in this project. He should be able to add hi ... permission "Watch as non-member" # New/Edit issue views: Add separate drop-down list with nonm ... ct & button "Watch" # When an user opens an issue of a project where he is not a member: add a button or a checkbox with function "Add me as watcher"
- Defect #9936 (Closed): Error when displaying an issue from a query sorted by an association
- Hi, since approximately one week, we have this error raising when we're getting issues#show : <pre> Processing IssuesController#show (for xx.xx.xx.xx at 2012-01- ... ction"=>"show", "id"=>"3411", "controller"=>"issues"} Query::StatementInvalid: PGError: ERROR: ... merations" LINE 1: ...les em WHERE em.name='issue_tracking')) ORDER BY enumeratio... ... ^ : SELECT issues.id FROM "issues" LEFT OUTER JOIN "projects" ON "projects".id = "issues".project_id LEFT OUTER JOIN "issue_statuses" ON "issue_statuses".id = "issues".status_id WHERE ((issues.status_id IN (SELECT id FROM ...
- Feature #9927 (Closed): Limiting e-mail subject header length
- Some defective e-mail servers can't handle e- ... ubject line length when Redmine sends e-mail.
- Defect #9926 (Closed): export issues to csv fails
- Processing IssuesController#index to csv (for 10.220.3.218 at ... d"=>"fca", "action"=>"index", "controller"=>"issues", "columns"=>"all"} NoMethodError (undefined method `formatted_questions' for #<Issue:0x2aaaab5db300>): app/helpers/issues_helper.rb:283:in `send' app/helpers/issues_helper.rb:283:in `issues_to_csv' app/helpers/issues_helper.rb:278:in `collect' app/helpers/issues_helper.rb:278:in `issues_to_csv' app/helpers/issues_helper.rb:277:in `each' app/helpers/issues_helper.rb:277:in `issues_to_csv' lib/faster_csv.rb:1053:in `generate' app/helpers/issue...
- Defect #9924 (Closed): Custom field not filter option at global scope
- I created a custom field of type User, all Tr ... used to filter at the global scope (View All Issues) and can't be used in a custom query that h ... if I save it I lose the custom field filter.
- Feature #9923 (Closed): User type custom fields should be filterable by "Me".
- The "Assignee" filter has a <<Me>> option, bu ... ld and a global/shared filter that shows all issues with "Attention" set to <<Me>> but cannot c ... ce <<Me>> is not an option for custom fields.
- Defect #9921 (Closed): New issue validation error
- Hi If I want to create a new issue, and i don't fill the required field, and cl ... (http 500) Here is the log: Processing IssuesController#create (for 192.168.0.155 at 2012 ... jxWM3avrDq6jHkZKBOtvRcsnh5WKFImzQE7S9r7k=", "issue"=>{"start_date"=>"20 NoMethodError (undef ... ook.rb:141:in `call_hook' app/controllers/issues_controller.rb:139:in `create' passenger ... 2.3.11 rake: 0.8.3 rack: 1.1.3 Thanks
- Defect #9920 (Closed): Custom fields of type ... d and used in custom queries for all projects
- The fields of type user don't allow me to sort by them in the issue list, and this fields also can't be used in ... and used in custom queries for all projects.
- Feature #9919 (Closed): Filter issue by project custom field
- Issue related to message#28294 It would be good t ... m fields in the filtering options within the issue lists. Let me explain : I want to use ... gory of projets And then i want to filter issues in reports and queries based on the project ... thus if i need a new filter to be applied on issues, the custom field must be an issue custom field, and so must be filled for every issues. It means that instead of filling once a field for a project, i have to fill it for every issues.
- Defect #9916 (Closed): 500 error on project settings page
- After updating to version 1.3.0 I can't edit ... TemplateError (undefined method `new_project_issue_category_path' for #<ActionView::Base:0x7f2686426090>) on line #29 of app/views/projects/settings/_issue_categories.html.erb </pre> I have tried ... s in any file of the project except this one.
- Feature #9909 (Closed): Search in project and its subprojects by default
- The default search scope when in a project is ... to add a configuration option to enable that?
- Feature #9908 (Closed): The /files directory should contain attachments in subdirectories
- Thanks for the excelent work with Redmine. W ... g to the year/month? Best Regards, Pierre
- Defect #9906 (Closed): 'Page not found' when creating or updating ticket
- Installed on Dreamhost (shared hosting, mySQL ... Database schema version 20110902000000
- Defect #9904 (Closed): 500 Internal Server Error when Issues->filter by custom field of type list.
- Happens with redmine 1.3.0 (from bitnami stack) <pre> Processing IssuesController#index (for 172.22.237.54 at 2012- ... >"index", "f"=>["cf_26", ""], "controller"=>"issues"} ArgumentError (wrong number of argumen ... n `statement' app/models/query.rb:531:in `issue_count' <pre> app/controllers/issues_controller.rb:82:in `index' </pre> conf ... /500.html (500 Internal Server Error) </pre>
- Defect #9902 (Closed): CSV export limit
- In my redmine db I have 1650 issues (all= open or closed). I have created a query in redmine that show all issues (open\closed). When I export the list (csv ... ne create only csv file of first 500 records.
- Defect #9901 (Closed): NoMethodError Updating Ticket
- Hey, I have updated redmine from 1.0 to 1.3 stable released now few user facing when they update issue Let me know if you need more info! NoM ... `group_by' for nil:NilClass): app/models/issue.rb:621:in `save_issue_with_child_records' app/models/issue.rb:613:in `save_issue_with_child_records' app/controllers/issues_controller.rb:180:in `update' /usr/lib/r ... ib/ruby/1.8/webrick/server.rb:82:in `start'
- Defect #9899 (Closed): Return 404 when trying to delete attachment file in wiki.
- Got 404 when trying to delete attached file i ... on both hosts. Any ideas how to fix this issue? I tried on online redmine demo - no issue detected, but it's trunk version seems older ... 3 Redmine Schedules plugin 0.4.2 </pre>
- Feature #9898 (Closed): Wiki translation
- If you have a wiki, you can't use the same pa ... ike the « target version » list available on issue editing. By default, the selected language i ... e the page in his language (if it available).
- Defect #9897 (New): Git: revisions and branches deleted in Git repository are shown in redmine
- When using Git repository for the project I'v ... itory 5) branch is still shown in Redmine :(
- Defect #9895 (Closed): Default value of custom field is empty despite of it is saved.
- Administration -> Custom Fields -> Issue 1. Create new type: "Link" custom field, ... l Database schema version 20110902000000
- Defect #9894 (Closed): Issue category is not created for the project if we try to create it via ajax on adding new issue page.
- Issue category is not created for the project if we try to create it via ajax on adding new issue page. When we click on plus icon to add ... new category through Project -> Settings -> Issue categories tab.