Project

General

Profile

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. 2015-03-14 09:10
Open discussion: Workflow control on custom fields.
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? 2015-03-14 02:21
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 ? 2015-03-14 02:13
Open discussion: RE: How can I assign an issue to a non-member?
You can't. 2015-03-14 00:48
Development: RE: What is lft in table issue of redmine
Google "binary tree"... 2015-03-14 00:45
Plugins: [testlink] Connexion between Redmine and Testlink
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 2015-03-13 11:38
Help: problem to auto close issue with commit git
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 2015-03-13 11:33
Help: Can't get Redmine to work under Apache2
Hello, I have installed Redmine along this ... </pre> Can anybody help me with this issue? I haven't got ideas anymore. Many thanks! 2015-03-13 10:12
Development: What is lft in table issue of redmine
issue_list(issue.descendants.visible.sort_by(&:lft)) do |child, level|, in issue_helper. But I do'nt undertand why redmine sort_by(&:lft) 2015-03-13 06:06
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. 2015-03-12 18:22
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. 2015-03-12 16:56
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? 2015-03-12 16:54
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. 2015-03-12 16:35
Help: Problem with Redmine 3.0 on Debian "No such file or directory - config/environment.rb"
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. 2015-03-12 11:41
Open discussion: RE: How can I assign an issue to a non-member?
How can I assign an issue to a non-member? 2015-03-12 06:31
Open discussion: RE: How can I assign an issue to a non-member?
Please write in English. 2015-03-12 04:44
Open discussion: How can I assign an issue to a non-member?
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. 2015-03-12 03:23
Open discussion: SVN url error Redmine2.6.0 can't run,Defect #19336
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。 2015-03-11 09:13
Plugins: Redmine Default Custom Query plugin v1.1.0 released
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! 2015-03-11 04:35
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. 2015-03-10 09:52
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 2015-03-10 09:29
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. 2015-03-10 07:45
Help: No such file to load -- rbpdf (LoadError)
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>' 2015-03-09 11:17
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 2015-03-08 19:54
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> 2015-03-08 01:08
(5076-5100/18279)