Project

General

Profile

Search

Results (18279)

Help: I find no (target|milestone|version) in new issue, edit issue, issue list, though versions and milestones are defined
I apologize, there has been a break in my red ... bug requests to hide the target selector as issue reporters are, at least in some places, a li ... milstones to versions. Yet, if I create an issue I have no option to target the issue. (I am operating as administrator and have ... stone|version in the Administration-Settings-Issue tracking Pane. If I select an existing issue, the issue pane shows "Milestones:" (and "Duration:") b ... nes does appear in the right pane under the "Issues" list and above "watchers." I know I've ... t found it. Any hints greatly appreciated. 2015-03-28 17:38
Help: RE: time tracking minutes
SOLVED: Most probably this happened while ... solution in case anybody bops into the same issue. It was a problem with "numeric" type def ... n III and now it works properly again. Jan 2015-03-27 10:28
Open discussion: Drop/Drag list down feature with Custom Fields
Hello Experts, Can anyone suggest , if the ... tom fields in Redmine, For Example under New issue can we have field name "Country" and have li ... ds, Prakash Joshi Prakashjoshi23@gmail.com 2015-03-26 18:12
Open discussion: RE: How to update redmine 2.6 to redmine 3.0
Have you read the *Upgrade guide* and *Requir ... ed to upgrade, what is your's exact question/issue? 2015-03-25 14:28
Help: Help for upgrade Redmine v3
Hello :) I have a problem when I try to updat ... xr-x 7 root root 4,0K mars 25 12:22 redmine_issue_detailed_tabs_time drwxr-xr-x 9 root root 4 ... 2:22 touch </pre> someone has an idea ? 2015-03-25 13:05
Help: when you create Subtasks changing the dates of the parent issues
When you create Subtasks change the start date and end date of the parent issue. After that, it is not possible in the parent issue to change the date back. Please tell me how ... tion Database adapter Mysql2 2015-03-25 10:15
Development: Plugin development: undefined method `acts_as_attachable'
Hi, i needs to a little expand redmine functionality I want attach files not only for projects and issues, but for time entries too I created plug ... or _TimelogControllerPatch_ was copied from _IssuesController_ and for _TimeEntryPatch_ from _Issue_ _helper :attachments_ row in _TimelogCon ... achable_ method acessibility? I can't find :( 2015-03-25 07:35
Help: Redmine-loader "Your tasks being import ... ssible. You will receive email notification."
Hello everybody, I successfully installed ... mine_close_button 0.0.8 redmine_issue_checklist 2.0.5 redmine_loader ... Export works really fine, BUT I've a big issue when I try to import a xml file. What I did ... Thanks a lot Best regards, Paul Morel 2015-03-24 11:56
Open discussion: Automating Forum Creation
There is no forum API, so I've attempted to u ... s getting created in Redmine. I've added an Issue to the Mechanize gem github page, but maybe ... https://github.com/sparklemotion/mechanize/issues/425 Anyone have any ideas why my code is ... 'Create' end.submit end end </pre> 2015-03-23 17:17
Help: Redmine quit working --- 502 Bad Gateway error
If I need to list log files, please tell me w ... This has never worked but that's a different issue. * redmine_wktime 1.7 ... mo.info:8301", referrer: "http://glomo.info/" 2015-03-21 16:21
Plugins: RE: LightBox 2 by Tobias Fischer internal error when view pdf
Thanks for the bug report. Please report bugs to the github issue tracker in the future: https://github.com/paginagmbh/redmine_lightbox2/issues/ This issue is now tracked at https://github.com/paginagmbh/redmine_lightbox2/issues/8 I found and fixed the bug, however, th ... the lightbox... See #19435 for more details. 2015-03-20 20:02
Help: RE: Create new issue or user will happen 502 issue (Proxy Error) and i also cannot found the mongrel.log
Could you kindly tell me how to contact bitna ... belong to Redmine and this Forum, thank you! 2015-03-20 08:54
Help: RE: Create new issue or user will happen 502 issue (Proxy Error) and i also cannot found the mongrel.log
Please contact bitnami team. 2015-03-20 08:47
Help: Create new issue or user will happen 502 issue (Proxy Error) and i also cannot found the mongrel.log
Error message: Proxy Error The proxy serve ... e the request POST /redmine/projects/test_01/issues. Reason: Error reading from remote server ... se is my Redmine installed folder structure. 2015-03-20 08:25
Help: RE: new field added with a plugin -> only displays in journal the ID
Mario Primus wrote: > issue_patch > > belongs_to :responsible, :class ... re> .... module Hooks class HelpdersIssuesHook < Redmine::Hook::ViewListener def helper_issues_show_detail_after_setting(context={}) ... (:name) end ... .... </pre> 2015-03-19 15:50
Development: RE: What is lft in table issue of redmine
Who can help me! Please!!! 2015-03-19 06:19
Help: RE: ruby issue ? / (migrate to 3.0.1) ArgumentError (compar ... b : @cached_cleared_on <= settings_updated_on
I have the same error. Can you please tell me ... = Time.now.to_f </pre> in settings.rb 2015-03-18 18:48
Help: RE: ruby issue ? / (migrate to 3.0.1) ArgumentError (compar ... b : @cached_cleared_on <= settings_updated_on
PS some info : /usr/local/redmine# RAILS_E ... talled root@1ssd00054:/usr/local/redmine# 2015-03-18 13:55
Help: ruby issue ? / (migrate to 3.0.1) ArgumentError (compar ... b : @cached_cleared_on <= settings_updated_on
sorry but I am a ruby newbie and this looks like a ruby issue ... I installed redmine 3.0.1 on a debian ... urate as I added some debug messages) the issue is here in app/models/setting.rb: > if sett ... decimal is working ?? thanks for any help ! 2015-03-18 12:13
Open discussion: Export to PDF problem while exporting Arabic text to pdf
We have a problem in exporting arabic text in issues list to pdf report using redmine version 2. ... Arabic locale. Still we are facing the same issue. 2015-03-18 03:47
Help: new field added with a plugin -> only displays in journal the ID
issue_patch belongs_to :responsible, :class_nam ... ange from UserName1 to Useranme2 Thanks. 2015-03-17 07:55
Development: RE: What is lft in table issue of redmine
You cannot sort by @lft@ / in a tree and anot ... ot sure what you'd need to query to get that. 2015-03-16 14:18
Development: RE: What is lft in table issue of redmine
But I want sort by with rank of issue.Rank is new column which I add into table issue. Example: Issue A(id = 1, rank = 2) has two sub issue:issue a1(id=2, rank = 2), issue a2(id:3 rank 1); Issue B(id = 4, rank = 1).in current, (issue.descendants.visible.sort_by(&:lft)) =>[A,a1, ... solve my problem!!!Please help me!Thanks all! 2015-03-16 04:46
Help: Initial Configuration Fails with NameError
I'm trying to install Redmine 3 on a brand ne ... eems similar to, but is not the same as, the issues at http://www.redmine.org/boards/2/topics/45380 and here http://www.redmine.org/issues/18891. The problem looks like it should ... formation. Thanks in advance for your advice! 2015-03-16 03:34
Development: RE: What is lft in table issue of redmine
... and I had always thought that a nested set _always_ represented a binary tree... 2015-03-15 14:49
(5051-5075/18279)