Search
Results (18317)
- Help: RE: Issue predecessors
- The feature exists in current Redmine versions in the form of the [[RedmineIssues#Related-issues|precedes/follows]] issue relations which also handles start and due dates.
- Help: RE: Issue predecessors
- Was this question / enhancement request ever addressed?
- Open discussion: RE: Change redmines start page
- Hi Caroline I was waiting for a reply a lo ... n ask you if i have other problems with this issue. So again Thank you very much and i whish a nice pre christmas time. Clemens
- Plugins: RE: Redmine Issue Reminder - Version 0.0.1
- Thanks for submitting an error. I raised an issue on github but can't go into it before christ ... reply here when we can reproduce and fix it.
- Open discussion: RE: Change redmines start page
- Hello You can try the plugin "redirect to ... lse you can create a report in the page "all issues" that is "create by me" or "assigned to me" ... direct_to_after_login Regards Caroline
- Help: RE: Internet Explorer cannot display the webpage / After Administrator Login
- Hi Massimo Barbera, I also met the same issue 1 week ago. I find a fix for it with the fol ... rate Hope it is helpful. Regards Kevin
- Plugins: RE: Redmine Issue Reminder - Version 0.0.1
- Hi Michael Kling, I tried to install your plugin but get an error when I click on "Issue Reminder" in a project. The log file show ... given) on line #14 of vendor/plugins/redmine_issue_reminder/app/views/reminders/_form.html.erb: ... > 17: <p> vendor/plugins/redmine_issue_reminder/app/models/reminder.rb:40:in `each_with_index' vendor/plugins/redmine_issue_reminder/app/models/reminder.rb:40:in `interval_values_for' vendor/plugins/redmine_issue_reminder/app/views/reminders/_form.html.erb:14 vendor/plugins/redmine_issue_reminder/app/views/reminders/_form.html.erb:1 vendor/plugins/redmine_issue_reminder/app/views/reminders/index.html.erb: ... pre> Please let me know how to solve this issue. I'm using Redmine 1.2.2. Thanks.
- Rails 2.8.14 Ruby 1.8.7 Redmine 1.3 mongrel 1.1.5 Okay so i finally fixed the issue i was having before, turns out it was just an authentication errror in the coding. A new issue popped up. So I starts redmine using mongrel ... and mongrel_service.exe PID 1232 both close.
- Open discussion: RE: Cannot install Redmine - Rake - undefined method `requirement'
- It seems that we are some issues updating to redmine 1.3.0 when rake-db command is used: see issue #9821 for example
- Help: RE: Context menu in issues list on the touchpads
- As I understand, the menu works on a prototyp ... by code the context menu click. Thank you.
- Hi all, I'm doing a migration from another ... ki/Rest_api_with_php I was able to add an issue , but the date is always the current date. Can I add an issue with a custom date , and if so what is the correct format (an example would be great) Thanks
- I'm sure I'm doing something wrong but I can' ... plugin that calls a shell script whenever an issue is updated. Unfortunately it seems to be get ... pre><code class="Ruby"> require_dependency 'issue' module RedmineDeployPatch def sel ... </pre> Any suggestions on where to look?
- Help: RE: Starting menu
- May this thread help you http://www.redmine.org/issues/7688
- Help: RE: Help! trac to redmine migration problem
- I've ran into this issue and was able to resolve it. The proper unix ... script worked successfully. Hope this helps
- My database is MySQL, running Redmine 1.3.0, ... ing up Redmine finally I have ran into a new issue. I started by logging in as the default adm ... nd it drops me back onto the home page. THe issue is that i am not logged in. At the top righ ... n/register. So I am wondering what it means.
- Hello All I was wondering if anyone feels that filtering issues by project custom fields would be an improv ... 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. What do you think? Thanks in advance for your time !
- We are having an problem with when you update an issue it gives an internal error. Looked around a ... l notification, i was not able to update any issue. Here is the log error: <pre> NoMethodError (undefined method `position' for #<Issue:0xb5bf0d8c>): app/models/issue.rb:644:in `save_issue_with_child_records' app/models/issue.rb:628:in `save_issue_with_child_records' app/controllers/issues_controller.rb:180:in `update' passenger ( ... wn-server:99 </pre> Thanks ahead of time!
- Open discussion: RE: Email notification
- Thank you Deoren! Tried with sendmail -- same issue. I don't even see 25/tcp attempts to localho ... have doubts that email.yml is used at all...
- Help: RE: Redmine not rendering after upgrade to 1.3.0
- Mongrel is not working anymore with Rails 2.3.11 (or newer). Check #7688 and related issues, you'll need to add a simple monkey patch to Redmine.
- Hello, I hope this is the right place for my issue. I recently installed a redmine installat ... ugin. Is there a way to add a filter in the issue overview for contacts as well as an additional field in the overview where the contacts for one issue are listed? Like a custom field that refere ... Redmine plugins Contacts plugin 2.2-light
- Help: RE: Internal error when creating new issue or opening existing issues
- In the meantime I found out, that the problem ... s keeping some stale cached data somewhere?
- Development: RE: Does anyone know how to remove the item "activity" in the menu?
- It's ok : Redmine::MenuManager.map :projec ... { |p| p.shared_versions.any? } menu.push :issues, { :controller => 'issues', :action => 'index' }, :param => :project_id, :caption => :label_issue_plural menu.push :new_issue, { :controller => 'issues', :action => 'new' }, :param => :project_id, :caption => :label_issue_new, :html => { :accesskey => Redmine::AccessKeys.key_for(:new_issue) } menu.push :gantt, { :controller => 'ga ... vities', :action => 'index' } ===> to comment
- Plugins: RE: XLS export plugin
- Jens Krämer wrote: > @Daniel here's the fix ... fix! On the other hand, there is another issue I've found with the plugin. In xls_export.rb: <pre> if issue.children? and sort_parent then fmt = Sp ... fmt = Spreadsheet::Format.new end issue_columns.each_with_index do |c, j| v = i ... t. I made a change to the code: <pre> issue_columns.each_with_index do |c, j| if issue.children? and sort_parent then fmt = ... or each cell. However, when exporting 2000+ issues, it took over 50 minutes to process. The p ... the format setting portions of the plugin.
- Is it me or is issue attachment deleting broken in the Redmine 1.3 codebase?
- Dear all, I am a complete Redmine newbie trying to fix an issue I can not find root cause of. I have be ... rong? Thanks much in advance! Regards