Search
Results (18279)
- 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。
- This release includes the Redmine 3.0 support ... com/hidakatsuya/redmine_default_custom_query/issues/8). *About this plugin:* This plugin ... akatsuya/redmine_default_custom_query/images/issues-with-default-query.png!
- Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
- Mauricio Cordero wrote: > Thanks for this nice plugin. I use it often. I’m not sure if this an issue with this plugin. When sending out a notification email the server treats links created with issue_fields differently than just using the regular "#issue_number" format. For example, links created w ... he link in a notification email created with issue_fields, the link is broken. The links that u ... This is a nice improvment for next release.
- Help: RE: Redmine 3.0 problem with MSSQL 2008
- It seems MSSQL 2008 is unsupported. https:// ... ils-sqlserver/activerecord-sqlserver-adapter/issues/382#issuecomment-72066985
- Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
- Thanks for this nice plugin. I use it often. I’m not sure if this an issue with this plugin. When sending out a notification email the server treats links created with issue_fields differently than just using the regular "#issue_number" format. For example, links created with each method look like the following: <pre> issue_fields link: /issues/1313 regular link: base_uri/path/issues/1313 </pre> When a user clicks on the link in a notification email created with issue_fields, the link is broken. The links that use the regular method don't break.
- Hi, I have trying to install redmine for t ... /var/www/redmine/redmine-3.0.0/app/helpers/issues_helper.rb:22:in `<module:IssuesHelper>' /var/www/redmine/redmine-3.0.0/app/helpers/issues_helper.rb:20:in `<top (required)>' /var/ ... -scripts/rack-preloader.rb:28:in `<main>'
- Help: RE: CSV Export not working
- Hi Lucile, Two things. 1 - The latest log ... e to export a csv successfully. It seems the issue is potentially network related, but doesnt m ... the application works fine. Cheers Alan
- Help: RE: CSV Export not working
- Hello, You have to follow the steps to rep ... ct to find: <pre>Started GET "/projects/foo/issues.csv?utf8=%E2%9C%93&columns=all&description= ... (Views: 0.5ms | ActiveRecord: 3.1ms)</pre>