Search
Results (12665)
- Defect #6576 (Closed): ActionView::TemplateError
- @ ActionView::TemplateError (can't convert Symbol into Integer) on line #7 of app/views/issues/_action_menu.rhtml: 4: <% replace_watcher ||= 'watcher' %> 5: <%= watcher_tag(@issue, User.current, {:id => replace_watcher, :rep ... rized l(:button_duplicate), {:controller => 'issues', :action => 'new', :project_id => @project, :copy_from => @issue }, :class => 'icon icon-duplicate' %> 7: <%= link_to_if_authorized l(:button_copy), new_issue_move_path(:id => @issue, :copy_options => {:copy => 't'}), :class => ... = link_to_if_authorized l(:button_move), new_issue_move_path(:id => @issue), :class => 'icon icon-move' %> 9: <%= link_to_if_authorized l(:button_delete), {:controller => 'issues', :action => 'destroy', :id => @...
- Defect #6575 (Closed): start date being filled with current date even when blank value is submitted
- I'm using redmine 1.0.2 and experiencing a very annoying defect: every time I create a new issue, the start date is filled with the current d ... lue when I erase the default suggested value.
- Feature #6574 (Closed): Quick links to set issue status
- It would be nice to be able to give a few of ... fined in adminatration a "quick link" in the issue view. The typical use case would be "Closed" ... * Project Manager then has to ** open the issue ** change status to "Closed" ** Click Subm ... the three steps in one go. In the table in "/issue_statuses" we could add a column "quick link" ... n add a text that appears as the link in the issue view (next to Update etc).
- Feature #6573 (Closed): Mass Edit ability of task properties in the task list
- Hello! I hope I haven't repeated any exist ... py while using your great tool. Thank you.
- Feature #6571 (Closed): Totalise numeric columns
- In the issue/ticket query/filter view, it would be help t ... ow a total only for specified numeric fields.
- Defect #6568 (Closed): Custom field min_length and max_length checks and multibyte strings
- If custom field contains multibyte string as ... i don't know whether it is a right solution.
- Defect #6567 (Closed): can not add user or add a issue
- Hello, I have just installed redmine on my d ... a couple of snags # when I try to add a issue I get a Internal server error ------------ ... (500 Internal Server Error) Processing IssuesController#create (for 10.2.2.245 at 2010-10 ... /uHQPnt6Q6j7rF4s4j73XhPgS5UWNnETR8p8UQII=", "issue"=>{"start_date"=>"2010-10-04", "estimated_ho ... id"=>"2", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}} ... user.rb:397:in `notify_about?' app/models/issue.rb:420:in `recipients' app/models/mailer.rb:46:in `issue_add' app/models/issue_observer.rb:20:in `after_create' /usr/lib ... 184:in `notify_observers' app/controllers/issues_controller.rb:131:in `create' ________ ... l Database schema version 20100819172912
- Feature #6566 (New): Convert the git adapter to rugged
- There's been some talk about converting the g ... free to unwatch if this doesn't apply to you.
- Defect #6564 (Closed): Remove IssuePriorityCustomFields?
- As far as I can see, the IssuePriorityCustomFields aren't used for anything ... yone mind at least taking them out of the UI?
- Defect #6563 (Closed): i18n-issues on calendar view
- Looking at the current calendar view in Redmine it is visible that @issues@ are translated to English as being @tasks@ ... ow that we also have subtasks (instead of subissues). This affects not only the English language but probably others (eg. Dutch) too. This issue seems caused by the fact that the i18n-strin ... t confusing. They contain @task@ instead of @issue@ in their names. I attach a patch which fixes the probable cause of the issue for all languages[1], as well as the actual translation issue in both the English (@en@) and Dutch (@nl@) ... rom @:text_tip_task_begin_day@ to @:text_tip_issue_begin_day@ * from @:text_tip_task_end_day@ to @:text_tip_issue_end_day@ * from @:text_tip_task_begin_end_day@ to @:text_tip_issue_begin_end_day@
- Defect #6562 (Closed): Context-menu deletion of issues deletes all subtasks too without explicit prompt
- Pulled from #6191, "note-3":http://www.redmine.org/issues/6191#note-3: Eric Davis wrote: > ... I ... age alone, it already prompts about multiple issues. It indeed does prompt about multiple issues (_Are you sure you want to delete the selected issue(s) ?_), but it lacks mentioning that all subtasks of the selected issue(s) are deleted also.
- Defect #6561 (Closed): cannot update notes as explained in REST API example
- I try to update notes for issue 3888. I am using JSON only because there is an example with changing notes in Wiki: [[Rest_Issues]]. I use curl: <pre>curl -v -H "Content-T ... json" -u evgeny:passwd http://redmine.komtex/issues/3888.json</pre> File /tmp/3888.json contains: <pre>{ "issue": { "subject": "subject123" }, ... > In my redmine log I see: <pre>Processing IssuesController#update to json (for 127.0.0.1 at ... ion"=>"update", "id"=>"3888", "controller"=>"issues"} Completed in 49ms (View: 0, DB: 8) | 200 OK [http://localhost/issues/3888.json]</pre> curl output is: <pre>* A ... auth using Basic with user 'evgeny' > PUT /issues/3888.json HTTP/1.1 > Authorization: Basic ... left intact * Closing connection #0</pre> ...
- Defect #6553 (Closed): Is portal down?
- I'm not getting clips returned
- Defect #6551 (New): Highlighting in search results is case sensitive for cyrillic pattern
- I am sorry for my persistence, I have publish ... 1.8.6. Please help me to remove this little issue. Thanks!
- Defect #6550 (Closed): Filter from main project
- When haveing a main project and subprojects in Redmine and browsing issuses all issues are shown but when a filter is applied all issues from subprojects are removed. example ... : HelloWorld2, HelloWorld3 When browsing issues without filter from HelloWorld project all issues are shown from all three project. But when adding some kind of filter to the main project issue view all issues from subprojects are removed from list. No matter if they match criteria or not.
- Defect #6549 (Closed): Notification settings not migrated properly
- The migration in r4216 to update users' notif ... watch or I'm involved in"/@:only_my_events@.
- Feature #6548 (Closed): Rake tasks to add/remove i18n strings
- It would help with i18n if there were two mor ... ed strings if the content is going to change.
- Patch #6546 (Closed): "Spent time" block for current week on "My page"
- The company I work in employee productivity i ... be useful to others Patch for version 1.0.2
- Patch #6544 (Closed): Dutch translations
- I did an addition on the dutch translations. It's against the Git repository.
- Defect #6542 (Closed): Error processing IssueController in revision 4229
- Hi, after update to release 4229 i've an issue wint IssuesController Processing IssuesController#create (for 172.16.100.65 at 2010 ... lass): And the app fail with an error 5000
- Defect #6541 (Closed): Email notifications send to everybody
- Email notifications send to everybody, regardless settings.
- Feature #6540 (Closed): how to erase the Due date relationship when add an issue
- settings->versions->new version, add a version and set the date, then when someone add an issue, the "Due date" will be thd date of the Targ ... how to erase the relationship when i add an issue? thanks-_-
- Feature #6538 (Closed): Use Project for Issue Filtering
- I am missing project as attribite for filteri ... ly level project structure and so manage all issues from a top level project. Grouping ist possibel for projects, why not filtering?
- Feature #6535 (Closed): Issue "Other Comments" Field
- Include in the issue (task) a field "other comments", below of th ... include information and instructions in the issue that only the developers can see.
- Defect #6533 (Closed): Disable "New Issue" Tab when no tracker is choosen
- We use a top level project to view and search issues of al sub-projects, so wen enabled the tick ... . The problems is that we still see the "New issue" tab which then shows a error message, that ... ed. What would make sense, is that the "New issue" tab is not shown if there is no tracker enabled in the project.