Project

General

Profile

Search

Results (18267)

Plugins: RE: Hudson Plugin 1.0.5
I have version 1.0.6 of the Hudson plugin ins ... g verison 1.0.0 of Redmine. When I click the Issues link the error message shown below is gener ... orks with Redmine 1.0.0? ArgumentError in IssuesController#index wrong number of arguments ... ack/apps/redmine/app/models/query.rb:445:in `issue_count' C:/Program Files/BitNami Redmine Stack/apps/redmine/app/controllers/issues_controller.rb:74:in `index' C:/Program Fil ... ack/apps/redmine/app/models/query.rb:445:in `issue_count' C:/Program Files/BitNami Redmine Stack/apps/redmine/app/controllers/issues_controller.rb:74:in `index' C:/Program Fil ... t-Type"=>"", "Cache-Control"=>"no-cache"} 2010-08-20 16:26
Open discussion: idea on issues -> task list
Hello everyone, Just have one idea. Most o ... ly and not very good to open ticket for each issue Is it possible to add text formatting that if I do {} 1) reduce space in the issue it create a checkbox at left of 1) and then ... is line is crossed out. What do you think? 2010-08-20 09:18
Plugins: RE: Problem with whining
May be, no one issues are suited to the rake-tasks conditions? 2010-08-19 19:27
Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
I found that this error is occurred by ckedit ... 708f837d7d46eb2eee3337d/lib/redmine_ckeditor/issues_controller_patch.rb#L10 2010-08-19 02:34
Help: indisponivel no update tasks
My installed version and the "Redmine 0.9.5.stable (MySQL), I create new statuses Issue status update and when I do not show, can anyone help me solve this? 2010-08-18 21:08
Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
I was with same status so I stop using migrat ... a project, a subproject, including roadmap, issues, document, files... Currently all seems working except the list of issues and roadmap from imported projects (OK for ... QL import is OK... I'm looking for. Rhodan 2010-08-18 16:28
Help: How to attach files to an issue using REST API?
You can use the REST API to create an issue. From the command line it looks like this: <pre> echo '<issue><project_id>project-01</project_id><subject> ... 1</description><category_id>1</category_id></issue>' | \ curl -X POST -H 'Content-type: text/x ... @- http://localhost:3000/projects/project-01/issues/create?format=xml\&key=1234ab56ef4532383929 ... screenshot) using REST API when creating an issue of when updating it? Whan would the xml-stuc ... a? Any hints? Best regards, Christian 2010-08-18 13:50
Help: RE: POST request example to create Issue through REST API
If you want to use the REST API to create an issue from the command line (maybe just for testing), you can do the following: <pre> echo '<issue><project_id>project-01</project_id><subject> ... 1</description><category_id>1</category_id></issue>' | \ curl -X POST -H 'Content-type: text/x ... @- http://localhost:3000/projects/project-01/issues/create?format=xml\&key=1234ab56ef4532383929 ... ou find it under "Mein Konto"/"My Account") 2010-08-18 13:47
Help: RE: Allow users to view and edit only their own "Spent Times"
I would also really appreciate a feature like ... w spent time" for all roles because of legal issues (not allowed in the country where I live, b ... ee the spent times of other project members). 2010-08-18 12:43
Open discussion: RE: Issues summary
Try this one: http://www.redmine.org/projects/redmine/issues/report It is linked to in the sidebar of the issue overview page. This should be kind of what y ... soon even more reports on about everything :) 2010-08-18 11:00
Open discussion: Issues summary
Hi there, I have been asked to propose bug t ... f Mantis in the evaluation results. Thanks 2010-08-18 03:51
Help: Rake abortion: undefined method `reply' for class `IssuesController'
Hi. I tried to rake db:migrate but aborted with the message "undefined method `reply' for class `IssuesController'". I haven't modify any other co ... ybody know how to solve this problem? Thanks 2010-08-18 02:48
Help: RE: Why redmine is so slow?
What OS are you using? I am using Ubuntu 10 ... pful for new comers. There are many other issues including network connections, databases...to effect performance. Thanks, Luan 2010-08-17 21:01
Plugins: RE: Redmine Issue History Tabs Plugin
I'm getting the same thing after installing t ... :Hash) on line #14 of vendor/plugins/redmine_issue_history_tabs/app/views/issues/_hi story_all.rhtml: 11: <li><%= s ... %> 15: </div> 16: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journ ... n `render_notes' vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:14:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47iss ues47_history ... ect_reply_links' vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:2:in `each' vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:2:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47issu es47_history ... ect_reply_links' vendor/plugins/redmine_... 2010-08-17 20:21
Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
Amine emailed me the exact _email_form.html.e ... ezsummary_mail") %></legend> <% form_tag :issue_id => issue, :action => "create", :html => { :method => ... ld_tag 'subject', attributes[:subject] || "#{issue.project.name} - #{issue.tracker.name} ##{issue.id}: #{issue.subject}" %> </div> <div c ... We are using our redmine to have users post issues into a general subproject called "It Issues". As IT administrators, we then take these issues and move them to other projects and subproj ... able to view the entire subproject where the issue resides. What would make this plugin a bi ... addition. Thanks again Amine for the help. 2010-08-17 19:23
Open discussion: Editing default Issue Fields
Is there any way to edit the default Issue fields? I've created new custom ones, but I ... he default 'Estimated Time' field? Thanks! 2010-08-17 17:16
Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
I downloaded the latest branch from the githu ... the rake work fine, and I am able to see the Issue Summary button on issues where i have enabled it on the module setti ... > > Before : > form_tag ezsummary_path(:issue_id => issue), :html => { :method => :post, :id => "create_email_form"} do > > After : > form_tag :issue_id => issue, :action => "create", :html => { :method => ... Any help would be great. Thanks Paul 2010-08-17 15:34
Plugins: RE: Redmine Backlogs
Thx Mark I've just done that. https://backlogsplugin.morphexchange.com/issues/275 2010-08-17 15:29
Help: RE: corrupted issues when creating issues by mail using imap
RAILS_ENV=production script/about About your ... l Database schema version 20100705164950 2010-08-17 15:19
Plugins: RE: Redmine Backlogs
Hi Peter, Thanks for trying out Redmine Ba ... .morphexchange.com/projects/redmine-backlogs/issues/new Your problem may require follow up questions and we want to make sure that all issues and their respective resolutions are documented in one place. Regards, Mark 2010-08-17 13:49
Help: corrupted issues when creating issues by mail using imap
It was working fine in version 0.9.4, after u ... est stable release: 1.0.0 (RC) (2010-07-18), issues/notes by mail are created but strip_tags does not remove font names, issues looks so: > Times New RomanArialCharts > issues text > > Times New RomanArial > > Tim ... allow_override=tracker,priority,project 2010-08-17 13:24
Help: Status not visible in dropdown list ?
hi, I read the faq about this, but it does ... wn list for status when i want to modifiy an issue. Thanks for your help Bye. 2010-08-17 11:01
Help: Problem with Question Plugin
I just recently upgraded from the 2.x version ... ne versions to the latest. My one lingering issue is an error I'm seeing when someone tries to ... models/journal.rb:43:in `save' app/models/issue.rb:799:in `create_journal' app/models/issue.rb:505:in `save_issue_with_child_records' app/models/issue.rb:487:in `save_issue_with_child_records' app/controllers/issues_controller.rb:181:in `update' passenger ... one point me in the right direction here? 2010-08-16 20:39
Plugins: RE: Redmine boards watchers plugin
New version available - 0.0.5 * Ability to ... pics watchers management * *Add watchers* (+Issue tracking+ section of permissions dialog) - s ... /topic) modes to work * *Delete watchers* (+Issue tracking+ section of permissions dialog) - s ... ers and thus would not work correctly unless Issue module is *enabled* for the project (you won't be able to add watchers unless you have +Issue+ module enabled for the project). 2010-08-16 18:59
Help: RE: SVN repository error "internal server error 500" when accessed within new project...
https:// Update: Issue has been fixed. The problem was that the ... then the Redmine Repository link worked. 2010-08-16 18:40
(13701-13725/18267)