Search
Results (18298)
- 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
- 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
- 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.
- 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
- 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
- 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"
- 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