Search
Results (18317)
- 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
- 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.
- 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.
- 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).
- 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...
- Some notes related to the issue must be hidden from other team's members. I ... get it in Redmine while all notes are public?
- <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
- 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 ;)
- 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).
- 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?
- Help: RE: Issue Reminder
- Terence Mill wrote: > I thinh that can resul ... thinking about modifying this to respect it.
- Help: RE: Issue Reminder
- I thinh that can result in mass emails, if yo ... s for special types of notification/trackers.
- 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@.
- 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.
- 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...
- 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
- 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>
- 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 :)
- 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
- 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...
- 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).
- 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.
- 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
- 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.
- Plugins: RE: Contacts plugin
- I've added tracker selection to create issue form from contact page