Search
Results (18307)
- Open discussion: RE: Cannot start redmine
- Never mind. It was our firewall issue.
- Help: RE: Can this be done: Related Issues: start new Issue (Status= In Progress) after preceding issue has Status = Closed
- AFAIK, this is not implemented in Redmine. Cl ... ers Assigned to field to change to QA person.
- Help: RE: Can this be done: Related Issues: start new Issue (Status= In Progress) after preceding issue has Status = Closed
- Anyone ?
- Help: RE: Why there can always assign issues to 'administrator'
- Thanks a lot. But it seems that I did not de ... how to edit 'administrator' role' privileges?
- Help: RE: Help for install redmine with apache2
- Ok, so i use the debian package, it's ok now, ... in `authoring' /usr/share/redmine/app/views/issues/show.rhtml:12:in `_run_rhtml_app47views47issues47show46rhtml' /usr/lib/ruby/1.8/action_vie ... `render' /usr/share/redmine/app/controllers/issues_controller.rb:124:in `show' /usr/lib/ruby/ ... pond_to' /usr/share/redmine/app/controllers/issues_controller.rb:123:in `show' /usr/lib/ruby/ ... tch.fcgi:24 </pre> Why ? Thank you
- Hello, First of all I should tell I'm very ... ms but no one seems to have experienced such issue. I have to admit that I'm still trying to fi ... direction? Thank you very much in advance.
- In a nutshell I can fire up redmine using mon ... } } </pre> Anybody here have this issue, and did you figure it out?
- Help: RE: Why there can always assign issues to 'administrator'
- -There is a role option labeled "_Issues can be assigned to this role_." Go to Adm ... the time), but there's no way to enforce it.
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- Dhanasingh, I've found some mistmach betwe ... s "repeated"* (same day, same activity, same issue_id, same number of hours, but different time ... o "playing" with the hours in rows where the issue-id is empty (because we are talking about a project without issues or about a direct log against the project (without setting the issue)). For us it would be really important th ... y to the project*, I mean, leaving empty the Issue field. This is not possible in 0.0.5 release. Thanks in advance for your great work
- Dear, If a user's role is administrator,there can always assign issues to him.Even there are more than ONE administrators,it can assign issues to ONE of them,not all of them. How can I prevent assign issues to administrators?My redmine is 1.2.2
- When you need to assign issue to multiple user, how do you solve it? As ... istrator can manage groups. So, I'm using issue duplication. I'm not sure this solution is best. Is there any other solution?
- Is there a way to make all closed issues etc in a project to close or turn off the l ... n there is nothing left open? We have all issues closed but we see the project in the list and there are too many accumulating.
- Hi, is it a way to set field values throw ... ke: http://www.redmine.org/projects/redmine/issues/new?Priority=High Or maybe other way to send parameters to the new issue? Thanks Regards Dimitri
- Help: RE: Migrate 1.2.3 to 1.3.0 - Blank page
- A priori / usr/lib/ruby/gems/1.8/gems/actionp ... we do not want to call destroy Fixed issue # 6440 session and if session.destro ... destroy) self.session = {} end
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- Thank you very much, Dhanasingh! We are lo ... th as follows > project dropdown - 150px > issue dropdown - 250px > activity dropdown - 75px ... part of 0.0.6 release. > > Dhanasingh
- Hey all, am a newbie with Redmine and have se ... LY happen on updates (save a wiki, update an issue, etc). That is, I don't recall seeing it if ... loading: www.mycompany.com:xxxx/redmine/issues/42 Search on Google: Google Chrome Hel ... ------- I don't believe it's a connection issue as we host another web site on the same serv ... ally newbie wrt ruby, apache, etc...) TIA!
- Development: RE: Automatic version for subtasks (issues #9875, #9972)
- Agreed. This default behaviour is annoying.
- Currently the issue history is shown as oldest first, latest last. e.g., http://www.redmine.org/issues/10082 History #1 Updated by Jean-Philipp ... Jean-Philippe Lang about 22 hours ago ...
- I've set up a plugin for our Redmine install ... fice with being able to turn off e-mails for issues that were changed via the API or such. Thanks in advance for any help.
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- Alfredo, I can reproduce the problem #1 ,related to empty project with no issues (I have put in a fix and will be part of 0. ... etails on problem #2. thanks Dhanasingh
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- JP, thanks for your feedback. I will set the width as follows project dropdown - 150px issue dropdown - 250px activity dropdown - 75px ... will be part of 0.0.6 release. Dhanasingh
- Help: RE: No "Assigned To" drop down
- I also don't see a "Related Issue" field when creating new issues. Are these two problems bugs or have I just not configured Redmine correctly?
- Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- I was able to capture the error today :: T ... tton/app/views:vendor/plugins/redmine_closed_issue/app/views:vendor/plugins/redmine_dmsf/app/vi ... _activities/app/views:vendor/plugins/redmine_issue_history/app/views:vendor/plugins/redmine_issue_history_tabs/app/views:vendor/plugins/redmin ... or/plugins/redmine_arch_decisions/app/views
- Hello there, In my opinion, having a subta ... line version? Greetings, Daniel Albuschat
- Into previous 1.2.1 release of redmine I have make this change into app\models\issue.rb for assigne different values to priority ... for new records only self.status ||= IssueStatus.default #self.priority ||= IssuePriority.default priorities = IssuePriority.all superusers = [1,7,9,6,13, ... orities[0] else self.priority ||= IssuePriority.default end end end@ ... tialize method isn't called: it's my mistake?