Search
Results (18298)
- Following is what we plan to do, unless someb ... in our instance: http://tbs-sct.ircan.gc.ca/issues/707?lang=eng#note-4
- Help: RE: Subproject column in main project's issue list
- Thanks, solved!
- Help: RE: installation problem - Missing the i18n 0.4.2 gem - but it's installed
- I'm afriad I had tech support sort out that issue... the closest I got to get Redmine runni ... one so I'm going to leave it for a bit *sigh*
- Open discussion: RE: Cannot change issue Status from new to "In Progress"
- Matt Connolly wrote: > Very odd though, that ... o things not intended by the status workflow.
- Help: RE: Subproject column in main project's issue list
- See [[RedmineSettings#Default-columns-displayed-on-the-issue-list]].
- Hello! On the page with issues from all projects - /redmine/issues - there is a "Project" column for each issue. But in the issue list in project with some subprojects there ... uncomfortable to determine relations between issues and subprojects. so, how can I enable "Project" column for issue list in project with subprojects?
- I new for the redmine and I create the new issue but I found the problem when I try to fill i ... or fix or patch this error ? Processing IssuesController#update (for 172.17.2.188 at 2011- ... WvNFE2B1THTivYY96wzUEUUlKVSo=", "id"=>"33", "issue"=>{"start_date"=>"2011-03-02", "estimated_hours"=>"4", "priority_id"=>"5", "parent_issue_id"=>"", "lock_version"=>"4", "assigned_to_i ... cument for install new CR."}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}} ... ime_entry.rb:68:in `spent_on=' app/models/issue.rb:542:in `save_issue_with_child_records' app/models/issue.rb:536:in `save_issue...
- Open discussion: RE: Cannot change issue Status from new to "In Progress"
- That was it! Thanks! Very odd though, that you can do everything else but that one thing...
- Hi! I'd really love to have wiki path in t ... Like this one Guide » User Guide » RedmineIssues » RedmineRoadmap » http://www.redmine.org ... mineVersion How can it be done so? Tnx!
- Hi everybody, I got a 404 error when i try ... azDcMm/onB7sIc=", "id"=>"edit", "project"=>{"issue_custom_field_ids"=>[""], "name"=>"Vétus", "c ... knows how to fix this bug tell me, thanks.
- Open discussion: RE: Cannot change issue Status from new to "In Progress"
- Are you a member of the project the issue is in? Being admin isn't enough for this.
- Help: RE: Weird thing happens when fetching repository commits with a cronjob
- Well, if the same repository is associated to 2 projects, if you reference issues from the commit message, there will be a link to each of the two projects created for said issue. I'd guess the entries that are double do point to both projects?
- Plugins: RE: Contacts plugin
- I've just released "version 1.1.6":http://red ... I tried resolve all conflicts and postgres issues, please test
- Open discussion: RE: Export/Import MySQL project
- see also http://www.redmine.org/issues/3647
- Help: RE: installation problem - Missing the i18n 0.4.2 gem - but it's installed
- How did you manage to resolve the Missing t ... v=0.4.2 i18n` error? I'm having the same issue
- Help: RE: Migrate From Trac - Undefinied Method "Reload"
- Thank you very much for your answer. I fi ... owercase": Ticket: http://www.redmine.org/issues/5764 But now I have a new problem: <pre ... scribed in the Ticket http://www.redmine.org/issues/5764. I modified the RAKE-File "migrate_fr ... t this is the problem? Best regards, Beppo
- I'd like to mark a task(issue) as "In Progress) when I start working on it ... o "In Progress". I can't change it in the Issues list in the right-click menu either. Other issues that are "Resolved", I can change to "Close ... "New". Any ideas? I'm using Redmine 1.1.1
- Plugins: RE: Questions_Plugin
- uhmm.. i found another one ;/ I got a new link on my Issue Tab as default search "Questiosn for me (1)" ... wards me to "https://myserver/questions/my_issue_filter?project=myproject" and that is only the lain listing of all issues in this project, not the ticket with the jo ... rmat should be for example "https://myserver/issues/933#note-6", doesn't it?
- Plugins: RE: Questions_Plugin
- Terence Mill wrote: > You mean i shall emty ... select questions.* from questions left join issues on issues.id = questions.issue_id where issues.id is null </code> <pre>
- Help: RE: Issue Reminder
- I am running Redmine 1.0.4.stable. I currently have three projects. One has no issues. One has three issues with on of those closed. The third has one open issue. The watcher portion of the reminder works for the one user I am having issues with. It is just the assigned portion that ... all of my other users and it works perfect.
- Plugins: RE: Questions_Plugin
- This eeor seems to be resolved. No i found a ... class="project"><%= link_to_project(question.issue.project) %></td> 15: <td class="issue"><%= link_to_issue(question.issue, :project => false) %></td> 16: <td c ... tion.notes, :length => 60)), :controller => 'issues', :action => 'show', :id => question.issue %> vendor/plugins/question_plugin/app ... server.rb:196:in `start_synchronously' <pre>
- Open discussion: RE: Help with REST and custom issues fields
- Thanks for your response Felix. Unfortunat ... hen I try running a get GET against /new or /issues/new. Am I misunderstanding the path? Ca ... example, I've tried: http://demo.redmine.org/issues/new Thanks, Paul
- Open discussion: RE: Help with REST and custom issues fields
- Shouldn't you get a "blank" template when GETting /new or /edit?
- Open discussion: RE: Text formatting: commit message in issue comment
- Thank for pointing this out. Even though it i ... s along the lines of what I'm trying to do.
- Redmine version: 1.1 Because we want to reference issues in Git commit messages I've set up a cronjo ... NV="production" </pre> so that we can have issue pages display these as comments. Cronjob works, commits get fetched. Issues comments do get updated but in a strange fa ... in any of the projects. What is happening?