Search
Results (18336)
- 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...
- Development: RE: What is lft in table issue of redmine
- Binary trees are also very interesting, but d ... d by Redmine is not a binary tree at all. Issues in Redmine can be put in a tree structure, ... given parent immediately follow that parent.
- I have introduced a new custom field, "Root C ... nly want this set when a developer closes an issue or maybe even when resolved. In fact, I would like to be invisible until the issue is resolved then become required. How can I do this?
- Open discussion: RE: How can I assign an issue to a non-member?
- Jan Niggemann (redmine.org team member) wrote ... t into the future version as a new feature ?
- Open discussion: RE: How can I assign an issue to a non-member?
- You can't.
- Development: RE: What is lft in table issue of redmine
- Google "binary tree"...
- Hi everybody, I have *testlink 1.9.13* an ... information. On test link side, i had an issue tracker configuration but when i want to try ... est plan. here is the configuration : <issuetracker> <apikey>XXXX</apikey> <uribase>htt ... w>http://XXX.XXXX.XXX/redmine/projects/devre/issues</uriview> <projectidentifier>devre</projectidentifier> </issuetracker> So i'm looking for *any solution ... your time and sorry for my english, Romain
- Hi I have à problem with commit to auto close issue. In spite of after configure repository set ... I user Bitnami with redmine 3.0.0 Thx
- Hello, I have installed Redmine along this ... </pre> Can anybody help me with this issue? I haven't got ideas anymore. Many thanks!
- issue_list(issue.descendants.visible.sort_by(&:lft)) do |child, level|, in issue_helper. But I do'nt undertand why redmine sort_by(&:lft)
- Help: RE: How to rebuild Issue nested set tree
- Based on "Swinging From Tree to Tree Using CT ... /static/ltree.html DROP TABLE IF EXISTS tmp_Issues; CREATE TABLE tmp_Issues AS WITH RECURSIVE t AS ( SELECT 1 AS Lev ... S Path, i.Id, i.Parent_Id --, Subject FROM Issues AS i WHERE i.Parent_Id IS NULL AND i.P ... Id, i.Parent_Id --, Subject FROM t JOIN Issues AS i ON t.Id = i.Parent_Id ) SELECT Row_N ... ere. ToDo: Set Root_Id for siblings. UPDATE Issues SET Root_Id = Id WHERE Parent_Id IS NULL AN ... part-1-adjacency-to-nested-sets.aspx UPDATE Issues AS i SET Lft = nst.Lft, Rgt = nst.Rgt F ... Level + ( SELECT COUNT(*) * 2 FROM tmp_Issues AS sub WHERE sub.Path <@ i.Path ) - 1 AS Rgt FROM tmp_Issues AS i --ORDER BY R; ) AS nst -- Nested se ... .Project_Id = 1; DROP TABLE IF EXISTS tmp_Issues; -- vi: set ts=8 sw=8 nowrap: </pre> ... k with tab stop (usually) default to 8 chars.
- Help: RE: redmine [trunk:13994] - ruby2.2.0p43 - rake error
- You may want to also add this issue to the 'issues' section of redme.org site. IF you think it ... uple of times and rec. some really good help.
- Help: RE: redmine [trunk:13994] - ruby2.2.0p43 - rake error
- Hi! I'm issued the same problem. Did you find the way to resolve it?
- Help: RE: Rake not found
- does it matter that this all worked from cron ... on difference, but have since worked out the issues of course. Then this... which is why I am ... and QUICK response at that! I appreciate it.
- Hello, I've install the last version of Re ... ss to my Redmine website, I've the following issue : @ Error message: No such file or dire ... o not know what to do Thanks in advance.
- Open discussion: RE: How can I assign an issue to a non-member?
- How can I assign an issue to a non-member?
- Open discussion: RE: How can I assign an issue to a non-member?
- Please write in English.
- as the title: Can an issue assigned to a non-member? Some issues may be assinged to a non-member, and i don ... eveloper or report or manager of the project.
- Notice Defect #19336 I changed the original ... --------------------------- right url is no issue. but if project member input error url,The above error will Exist。 so issue is no resolved。