Project

General

Profile

Search

Results (18298)

Open discussion: Rockmelt (=Chrome) loses Filter settings
Dear all, is anybody interfacing to their Re ... after a few back and forths of looking at an issue and going back to the filterered list via the Issue Tab on top. This works flawless on Safari (using Redmine 1.0.1) BR, Michael 2010-11-22 16:37
Open discussion: Redmine with Fastcgi / Lighttpd on Gentoo - Error 500
Hello, Redmine Crowd, i have a issue in my Redmine-System, but can´t find the bug ... or). Do you have any ideas regarding this issue? I aprecciate your Help, arazer 2010-11-22 16:22
Help: RE: How to make 100% progress when closing an issue
I use the "redmine_x_closed":https://github.c ... etion to 100%, all from my checkin message. 2010-11-22 15:00
Help: How to make 100% progress when closing an issue
Hi, Is there some automatic way to make an issue 100% done when changing its state to 'Closed ... manually by now but often forget it. Ivan 2010-11-22 13:04
Open discussion: RE: Liens html vers la page Nouvelle Demande, avec des paramètres
You can do that. But you need to use the id o ... e http://www.redmine.org/projects/redmine/issues/new?tracker_id=3 2010-11-22 12:58
Open discussion: Liens html vers la page Nouvelle Demande, avec des paramètres
Bonjour à tous, Savez-vous si il est possi ... "http://www.redmine.org/projects/redmine/issues/new?tracker=Defect" "http://www.redmine.org/projects/redmine/issues/new?tracker=Feature" 2010-11-22 11:54
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
(12801-12825/18298)