Project

General

Profile

Search

Results (18317)

Help: Can't make fcgi or cgi work in shared hosting
First of all, it is shared hosting, so fcgid ... Most support pages I have read on similar issues end up simply giving up, at best switching ... most people simply give up? Cheers, Cu 2010-11-22 02:52
Open discussion: RE: Importing XML data from Basecamp to Redmine
Hi all, I'm the original author of the bas ... tinue to work on a solution for the separate issue that Pasi Oja-Nisula reported, above, regarding multi-byte characters. 2010-11-21 20:55
Open discussion: Logging Negative time: Time Bank / Holiday
Is there any way (plugin?) to log negative hours, or have an issue which subtracts its time from totals? M ... takes time off. The time in the time bank issue would have to be subtracted from any totals ... y thoughts or ideas on how to achieve this. 2010-11-21 00:50
Help: RE: SVN-properties (r1627) not showing when browsing
Mischa The Evil wrote: > Someone else ("Ве F ... mine.org/users/3906) has (finally) raised an issue for this error. See #6860. It's fixed by ... o be included in Redmine version#26 (and up). 2010-11-20 23:43
Help: RE: Error 500 when creating a new project
Looking at your logs I'd say this issue is caused by the @redmine-gitosis@ plugin... 2010-11-20 22:24
Help: Private messages
Some notes related to the issue must be hidden from other team's members. I ... get it in Redmine while all notes are public? 2010-11-20 18:48
Help: Error 500 when creating a new project
<pre> ruby -v ruby 1.8.7 (2010-06-23 patchl ... [POST] Parameters: {"enabled_modules"=>["issue_tracking", "time_tracking", "news", "documen ... I need to do to fix it? Thanks, Paul Lee 2010-11-20 17:33
Plugins: Extending the Query Model
We've been implementing an in-house extension ... introduces a 'has_one' relationship between issue and ballot (i.e. issue has_one ballot, and ballot belongs_to issue). Everything works and is fine and dandy, ... available_filters', the 'sql_for_field' and 'issues' methods, but in order to complete the work we've had to fully replace the 'issue_count_by_group' and 'issue_count' with out own (identical) methods to ... ot' table into the 'includes' section of the Issue.find_all (etc.) method calls. Clearly thi ... methods in the same way as there is in the 'issues' method.* I'm happy to provide a patch ... do the change to the core code manually ;) 2010-11-19 22:03
Open discussion: RE: Database Documentation
Diego Felipe wrote: > What does the columns 'rft' and 'rgt' in the tables projects and issues mean? They are order in a nested set thr ... h-resources/articles/hierarchical-data.html). 2010-11-19 16:07
Open discussion: RE: Database Documentation
Thanks Holger, I will follow your advice. ... s 'rft' and 'rgt' in the tables projects and issues mean? What does the column 'tls' in the table auth_sources mean? 2010-11-19 16:00
Help: RE: Issue Reminder
Terence Mill wrote: > I thinh that can resul ... thinking about modifying this to respect it. 2010-11-19 15:54
Help: RE: Issue Reminder
I thinh that can result in mass emails, if yo ... s for special types of notification/trackers. 2010-11-19 13:53
Help: RE: How can I set default for issue start date to be nothing?
Beau Simensen wrote: > I'd like to have the default start date for issues to be nothing. Is this possible? If so, whe ... mind. Not without patching the core. See issue #2277 which includes a patch. Note though, that Redmine @1.0.2@ (according to issue-property; probably @1.0.0@ and @1.0.1@ are a ... and planned for release with Redmine @1.0.4@. 2010-11-19 04:40
Help: How can I set default for issue start date to be nothing?
I'd like to have the default start date for issues to be nothing. Is this possible? If so, whe ... t. I may often not have a start date in mind. 2010-11-19 04:10
Help: RE: Sharing issues with subprojects
Dirk Elbeshausen wrote: > Did I missed some ... issing feature indeed... Search the existing issues if one, requesting the described feature, e ... dy or open a new one if needed. Regards... 2010-11-19 00:14
Plugins: RE: Contacts plugin
Michal Slazak wrote: > It would be nice if ... ad of typing the number when adding it to an issue, but it's not a big deal. Passed 2010-11-18 19:17
Help: RE: Subtask display fields
Sorry, poor formatting, and I can't find the ... rk correctly :) <pre> svn diff app/helpers/issues_helper.rb Index: app/helpers/issues_helper.rb =================================================================== --- app/helpers/issues_helper.rb (revision 4244) +++ app/helpers/issues_helper.rb (working copy) @@ -70,6 +70,7 @@ ... ) + content_tag('td', link_to_issue(child, :truncate => 60), :class => 'subject' ... width => '80px')), :class => "issue issue-#{child.id} hascontextmenu #{level > 0 ? "idnt idnt-#{level}" : nil}") </pre> 2010-11-18 19:02
Help: RE: Subtask display fields
I must have a different version, I found it on line 72. <code>svn diff app/helpers/issues_helper.rb Index: app/helpers/issues_helper.rb =================================================================== --- app/helpers/issues_helper.rb (revision 4244) +++ app/helpers/issues_helper.rb (working copy) @@ -70,6 +70,7 @@ ... ) + content_tag('td', link_to_issue(child, :truncate => 60), :class => 'subject' ... width => '80px')), :class => "issue issue-#{child.id} hascontextmenu #{level > 0 ? "id ... l}" : nil}") </code> Worked like a champ :) 2010-11-18 19:01
Help: RE: Subtask display fields
Hi Kai, I wanted to display the priority o ... lowing file (on version 1.0): @/app/helpers/issues_helper.rb@ Add the following line after li ... .. but I hope this helps in some way. Alex 2010-11-18 18:49
Open discussion: RE: List of pro's - JIRA vs Redmine
Alexey Skor wrote: > Nils Linde wrote: > > ... ng options. Redmine is concentrating more on issues and projects, than employees and users. It ... jects that a member is part of? And so on... 2010-11-18 17:50
Open discussion: RE: List of pro's - JIRA vs Redmine
Nils Linde wrote: > Redmine CONS: > * Build ... ng options. Redmine is concentrating more on issues and projects, than employees and users. It ... though - due to Jira's SOAP API limitations). 2010-11-18 17:43
Plugins: RE: Contacts plugin
That's great. Cheers! It would be nice if ... ad of typing the number when adding it to an issue, but it's not a big deal. 2010-11-18 16:11
Plugins: RE: Contacts plugin
Michal Slazak wrote: > Could you please give ... ticular project in case you needed to assign issues from different projects to the same Contact. I've planned this feature 2010-11-18 15:40
Plugins: RE: Contacts plugin
Could you please give me access to SVN or cre ... ticular project in case you needed to assign issues from different projects to the same Contact. 2010-11-18 14:49
Plugins: RE: Contacts plugin
I've added tracker selection to create issue form from contact page 2010-11-18 14:30
(12826-12850/18317)