Search
Results (18279)
- 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.
- 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
- 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
- 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?
- 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 ?
- 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
- 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 :(
- 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
- 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>
- 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/"
- 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.
- 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!
- 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.
- 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.
- 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>
- Development: RE: What is lft in table issue of redmine
- Who can help me! Please!!!
- 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
- 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#
- 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 !
- 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.
- issue_patch belongs_to :responsible, :class_nam ... ange from UserName1 to Useranme2 Thanks.
- 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.
- 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!
- 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!
- Development: RE: What is lft in table issue of redmine
- ... and I had always thought that a nested set _always_ represented a binary tree...