<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.bug-tracking.mantis.general">
    <title>gmane.comp.bug-tracking.mantis.general</title>
    <link>http://blog.gmane.org/gmane.comp.bug-tracking.mantis.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2717"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2714"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2710"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2709"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2706"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2700"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2689"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2687"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2682"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2680"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2678"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2673"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2667"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2665"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2663"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2657"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2656"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2655"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2647"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2641"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2717">
    <title>What's the difference between fixed and closed?</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2717</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mantisbt-help mailing list
mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
</description>
    <dc:creator>Ricardo Martins</dc:creator>
    <dc:date>2008-11-27T13:09:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2714">
    <title>MantisBT 1.1.5 Released</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2714</link>
    <description>MantisBT version 1.1.5 is a maintenance update for the stable 1.1.x
branch. All installations that are currently running any 1.1.x release
are advised to upgrade to this release. This release solves more issues
relating to the security fixes introduced by 1.1.3, as well as various
other minor bugs.

Note: it is highly advised that users clear their browser and proxy
caches after upgrading to 1.1.5, in order to solve any problems stemming
from incorrect caching in 1.1.3 and 1.1.4.

The new release can be found on our download page:
    http://www.mantisbt.org/download.php

Cheers

</description>
    <dc:creator>John Reese</dc:creator>
    <dc:date>2008-11-21T21:41:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2710">
    <title>email notification issues</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2710</link>
    <description>
I've enabled 

        $g_enable_email_notification = ON;
        $g_email_recieve_own = ON;
        $g_default_notify_flags = array('reporter' =&gt; ON,
        'handler' =&gt; ON,
        'monitor' =&gt; ON,
        'bugnotes' =&gt; ON,
        'threshold_min' =&gt; ANYBODY,
        'threshold_max' =&gt; NOBODY);

in config_inc.php (this is Mantis 1.1.2) but I'm still not
getting all (but tantalizingly, some do work) email notifications 
to work. Are there any more parameters to tweak?

Thanks.

</description>
    <dc:creator>Eugen Leitl</dc:creator>
    <dc:date>2008-11-19T10:03:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2709">
    <title>Copy categories ...</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2709</link>
    <description>Hello!

Suppose I have project "MyProj" and 3 categories configured for it : 
Cat1, Cat2 and Cat3.
Then I created two subprojects  - MyProjGUI and MyProjDB.
I can copy all categories from MyProj and add some new categories for 
these subprojects.

I think it's not very convenient to copy categories in all projects.
Is there a way to define a common subset of categories in parent project 
and automatically
add them in all subprojects.
These categories should not be simply copied, there should be a 
reference to category in
parent's common subset.
So, if I change category name in parent project, then name of this 
category will be automatically
changed in all subprojects.
This approach allows to create subproject-specific categories and _use_ 
previously configured
categories from parent project.

Is it possible with current version of mantisbt?

For example I have the following project structure:
Project
    -&gt; GUI
    -&gt; Database
    -&gt; ServerSide

And only two categories - Bug and Feature.
I want to add new category Optimization in all subprojects.
The only way I know is to create the category in _each_ subproject :(

Maybe I don't know all capabilities of mantisbt and this problem may be 
solved in another way.
Any ideas?

</description>
    <dc:creator>Dmitry V. Krivenok</dc:creator>
    <dc:date>2008-11-19T09:57:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2706">
    <title>Custom field and default value.</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2706</link>
    <description>Hello!

I just created custom field "Deadline".
The type of this field is Date.
I want to set default value of the field to current date.
Is it possible?

Thank you beforehand!

</description>
    <dc:creator>Dmitry V. Krivenok</dc:creator>
    <dc:date>2008-11-18T13:23:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2700">
    <title>Logout time out/Session timeout</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2700</link>
    <description>Hey guys, is it possible to change how long before you are logged out?

Cheers.

-----------------------
N: Jon Hardcastle
E: Jon-2oUACcmHDVfgUawJ+kq1WA&lt; at &gt;public.gmane.org
'..Be fearful when others are greedy, and be greedy when others are fearful.'
-----------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Jon Hardcastle</dc:creator>
    <dc:date>2008-11-12T15:13:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2689">
    <title>Projects vs. versions</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2689</link>
    <description>
Hello,

We would need  to get summaries of each  version  of a  project. So now we
have to open a new project for  every of its versions. Do someone know how
can I configure Mantis to get these summaries at  version level and not
only at  project level.
We are working with Mantis 1.1.1
Thanks for your help.

Nuria Martín Prado

*********************************** Aviso Legal ******************************************** Este mensaje y cualquier fichero adjunto está dirigido únicamente a sus destinatarios y contiene información confidencial. Si usted considera que ha recibido este correo electrónico por error (por el asunto, por el remitente o por cualquier otra causa), le informamos que cualquier revisión, alteración, impresión, copia o transmisión de este mensaje o de cualquier fichero adjunto está prohibida y puede constituir un acto ilegal. Por favor, notifíquele el error al remitente respondiendo a este e-mail y elimine el mensaje y su contenido inmediatamente. El Fondo Español de Garantía Agraria se reserva las acciones legales que le correspondan contra todo tercero que acceda de forma ilegítima al contenido de cualquier mensaje externo procedente del mismo. ************************************* Disclaimer ************************************************* This e-mail and any files transmitted with it are intended solely for the use of the intended recipients and may contain confidential information. If it appears (from the subject matter or address information or otherwise) that you received this email in error, please note that any review, dissemination, disclosure, alteration, printing, copying or transmission of this e-mail or any file transmitted with it is prohibited and may be unlawful. Please notify us by return email and delete this email and its contents immediately. Spanish Agrarian Guarantee Fund may take any legal action,according with the illegal access to the content of any external message from the organization.   El consumo de papel es perjudicial para el medio ambiente. Por favor, téngalo en cuenta antes de imprimir este mensaje.  
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>nmartinp-GrruLXdG0w4pC/k3tgv+1g&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-04T11:37:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2687">
    <title>issue : Your browser either doesn't know how tohandle cookies, or refuses to handle them.</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2687</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mantisbt-help mailing list
mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
</description>
    <dc:creator>bhuvanravindra</dc:creator>
    <dc:date>2008-10-31T15:18:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2682">
    <title>Using 1.1.4: Error about security token</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2682</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mantisbt-help mailing list
mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
</description>
    <dc:creator>KM</dc:creator>
    <dc:date>2008-10-28T13:03:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2680">
    <title>cannot verify new accounts after upgrade</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2680</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mantisbt-help mailing list
mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
</description>
    <dc:creator>Zack Galbreath</dc:creator>
    <dc:date>2008-10-22T14:49:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2678">
    <title>can't register on your Mantis bt</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2678</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mantisbt-help mailing list
mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
</description>
    <dc:creator>Tomasz Muras</dc:creator>
    <dc:date>2008-10-10T08:46:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2673">
    <title>directly linking to a project's bugs</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2673</link>
    <description>Hi everyone,

I run a Mantis bug tracker that hosts bugs for a number of projects.  It 
would be nice if there was a way to send users a URL that only displayed 
the bugs of a particular project, but form_set_project value is passed 
by POST.  Is there any simple way to accomplish what I'm trying to do here?

-Zack

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Zack Galbreath</dc:creator>
    <dc:date>2008-10-16T16:30:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2667">
    <title>Issue status change App Error</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2667</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mantisbt-help mailing list
mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
</description>
    <dc:creator>Huber, Melissa</dc:creator>
    <dc:date>2008-10-10T15:25:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2665">
    <title>[SPAM] RE: Re:  Adding new states..</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2665</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mantisbt-help mailing list
mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
</description>
    <dc:creator>khkim-TuXh/Zk/0Y6akBO8gow8eQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-09T17:54:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2663">
    <title>Adding new states..</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2663</link>
    <description>is it possible to add new states in Mantis? instead of closed or fixed or whatever.. adding awaiting testing and/or tested (indicating it needs to be merged back in)

-----------------------
N: Jon Hardcastle
E: Jon-2oUACcmHDVfgUawJ+kq1WA&lt; at &gt;public.gmane.org
'The writing is on the wall...'
-----------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Jon Hardcastle</dc:creator>
    <dc:date>2008-10-09T16:03:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2657">
    <title>Subversion/Mantis Integration</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2657</link>
    <description>Hi, I have been trying to perfect integration between Mantis/Subversion and following the wise words of this:

http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/

as well as other sources on the internet.

But i have found an oddity. if x creates a bug and assigns it to y. When y marks it as resolved/fixed x is emailed to that effect.

BUT when you have integration set up if x creates a fault and y does a commit saying 'fixed bug #12' mantis IS updated correctly but no email seems to be sent to x saying it has been fixed.. 

Can anyone help me out here?

Thanks.

-----------------------
N: Jon Hardcastle
E: Jon-2oUACcmHDVfgUawJ+kq1WA&lt; at &gt;public.gmane.org
'The writing is on the wall...'
-----------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Jon Hardcastle</dc:creator>
    <dc:date>2008-10-06T10:13:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2656">
    <title>Creating and assiging.</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2656</link>
    <description>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Jon Hardcastle</dc:creator>
    <dc:date>2008-10-06T09:55:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2655">
    <title>Custom Fields Not Enforced</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2655</link>
    <description>Hi peeps, I posted about this a while back - Had some responses to which i then raised a fault

http://www.mantisbt.org/bugs/view.php?id=9606

But there has been no action - I dont mean "Why haven't you fixed it yet" more over that it hasn't been acknowledged and there have been no comments? Other faults seems to get comments quite quickly?

Have I raised it incorrectly? Has the error level of 'minor' meant it slips below radars? in hindsight i think minor is abit low can it be changed?

Thank you!

-----------------------
N: Jon Hardcastle
E: Jon-2oUACcmHDVfgUawJ+kq1WA&lt; at &gt;public.gmane.org
'The writing is on the wall...'
-----------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Jon Hardcastle</dc:creator>
    <dc:date>2008-09-24T07:50:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2647">
    <title>need help changing default "assign to" user for bugs created as unassigned</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2647</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mantisbt-help mailing list
mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
</description>
    <dc:creator>Aleksandra Bednarek</dc:creator>
    <dc:date>2008-09-22T20:34:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2641">
    <title>Issues started and still in process</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2641</link>
    <description>Hi!

In one of my Mantis installations I need to know which issues are 
already in course, or at least which ones were started and yet not resolved.

I usually assign a lot of issues to a developer when planning a release, 
  so he can easily know what he has to do just looking to the issues 
assigned to him. But this way I can't know exactly the issue he is 
working on in a given moment.

My idea is to create a new status (maybe "Started") in the workflow, so 
the developer should change the issue status when starting to work on it.

No problem in create a new status, but if someone could talk about other 
possibilities to reach the same goal I would appreciate.


</description>
    <dc:creator>Jeferson Oliveira</dc:creator>
    <dc:date>2008-09-18T19:41:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2640">
    <title>Possible report enhancements</title>
    <link>http://comments.gmane.org/gmane.comp.bug-tracking.mantis.general/2640</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mantisbt-help mailing list
mantisbt-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
</description>
    <dc:creator>KM</dc:creator>
    <dc:date>2008-09-18T15:54:41</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.bug-tracking.mantis.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.bug-tracking.mantis.general</link>
  </textinput>
</rdf:RDF>
