<?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://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2619"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2618"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2617"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2616"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2615"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2614"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2613"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2612"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2609"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2599"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2597"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2596"/>
      </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://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2619">
    <title>SVN integration: accents not handled</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2619</link>
    <description>Hi list,
Sorry, my previous post did not have subject filled

Windows 2003 server
Apache 2.2.9
Php 5.2.6
MySql 5.0.67
Mantis 1.1.2
Subversion 1.5.1
Language: French

I try to play with Mantis/Svn integration, 
It works as expected with ascii log,
but I get an error if the string sent to checkin.php contains an accent (like 'é')

After some googleizations, I think it is due to svnadmin output, witch is converted to OEM charset.

See what is sent in attached [mantisnote_r81.txt] (where 'é' is replaced with a comma) and what is returned in attached [mantis.log].

Here follows some snippets from my config:

&lt;snip content="POST-COMMIT HOOK"&gt;
  set REPOS=%1
  set REV=%2

  set details_file=E:\test_svn\mantisnote_r%REV%.txt
  set log_file=E:\test_svn\mantis.log

  echo ****** Source code change ******&gt;%details_file%
  svnlook log -r %REV% %REPOS%&gt;&gt;%details_file%
  echo svn revision:%REV%&gt;&gt;%details_file%
  rem svnlook diff -r %REV% %REPOS%&gt;&gt;%details_file%

  c:\php-5.2.6\php.exe c:\php-5.2.6\mantis-1.1.2\core\checkin.php &lt;%details_file% &gt;%log_file%
  rem del %details_file%
  rem del %log_file%
&lt;/snip&gt;

&lt;snip content="config_inc.php"&gt;
  ############################
  # Mantis Misc Settings
  ############################
  # --- Source Control Integration ------
  $g_source_control_notes_view_status = VS_PRIVATE;
  $g_source_control_account = 'svn';
  $g_source_control_set_status_to = OFF;
  $g_source_control_set_resolution_to = FIXED;
  $g_source_control_regexp = "/\bissue [#]{0,1}(\d+)\b/i";
  $g_source_control_fixed_regexp = "%source_control_regexp%";
&lt;/snip&gt;

&lt;snip content="my.ini"&gt;
  [mysql]
  default-character-set=utf8
&lt;/snip&gt;

Is there any patch or workaround? Or did I missed something?

Pascal




-------------------------------------------------------------------------
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>Pascal Sancho</dc:creator>
    <dc:date>2008-08-29T09:56:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2618">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2618</link>
    <description>Hi list,

Windows 2003 server
Apache 2.2.9
Php 5.2.6
MySql 5.0.67
Mantis 1.1.2
Subversion 1.5.1
Language: French

I try to play with Mantis/Svn integration, 
It works as expected with ascii log,
but I get an error if the string sent to checkin.php contains an accent (like 'é')

After some googleizations, I think it is due to svnadmin output, witch is converted to OEM charset.

See what is sent in attached [mantisnote_r81.txt] (where 'é' is replaced with a comma) and what is returned in attached [mantis.log].

Here follows some snippets from my config:

&lt;snip content="POST-COMMIT HOOK"&gt;
  set REPOS=%1
  set REV=%2

  set details_file=E:\test_svn\mantisnote_r%REV%.txt
  set log_file=E:\test_svn\mantis.log

  echo ****** Source code change ******&gt;%details_file%
  svnlook log -r %REV% %REPOS%&gt;&gt;%details_file%
  echo svn revision:%REV%&gt;&gt;%details_file%
  rem svnlook diff -r %REV% %REPOS%&gt;&gt;%details_file%

  c:\php-5.2.6\php.exe c:\php-5.2.6\mantis-1.1.2\core\checkin.php &lt;%details_file% &gt;%log_file%
  rem del %details_file%
  rem del %log_file%
&lt;/snip&gt;

&lt;snip content="config_inc.php"&gt;
  ############################
  # Mantis Misc Settings
  ############################
  # --- Source Control Integration ------
  $g_source_control_notes_view_status = VS_PRIVATE;
  $g_source_control_account = 'svn';
  $g_source_control_set_status_to = OFF;
  $g_source_control_set_resolution_to = FIXED;
  $g_source_control_regexp = "/\bissue [#]{0,1}(\d+)\b/i";
  $g_source_control_fixed_regexp = "%source_control_regexp%";
&lt;/snip&gt;

&lt;snip content="my.ini"&gt;
  [mysql]
  default-character-set=utf8
&lt;/snip&gt;

Is there any patch or workaround? Or did I missed something?

Pascal


****** Source code change ******
test hook mantis issue #1 avec un  dans le commentaire
svn revision:81
-------------------------------------------------------------------------
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>Pascal Sancho</dc:creator>
    <dc:date>2008-08-29T09:52:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2617">
    <title>Re: using the svn checkin.php w/mult. issues</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2617</link>
    <description>
You can extend the parsing in checkin.php yourself. I also changed it
because we sometimes commit for two issues at once (however not
in your format, only the mentioned two lines format). But I don't want
the whole commit message to be added to two issues, only this line
(or these lines) where the fixed issue is mentioned.

bye  Fabi



-------------------------------------------------------------------------
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>Fabian Cenedese</dc:creator>
    <dc:date>2008-08-25T11:30:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2616">
    <title>Re: using the svn checkin.php w/mult. issues</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2616</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-08-25T11:08:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2615">
    <title>Re: using the svn checkin.php w/mult. issues</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2615</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>Victor Boctor</dc:creator>
    <dc:date>2008-08-23T00:23:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2614">
    <title>Re: using the svn checkin.php w/mult. issues</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2614</link>
    <description>
Well, I could comment on your regexp if you posted it here ;)

However, I think you could obtain what you need by useing something like:

resolved issue: 998
resolved issue: 999

as commit message

Cheers

Gianluca

-------------------------------------------------------------------------
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>Gianluca Sforna</dc:creator>
    <dc:date>2008-08-22T21:01:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2613">
    <title>using the svn checkin.php w/mult. issues</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2613</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-08-22T17:43:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2612">
    <title>Daniel Codres is out of the office.</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2612</link>
    <description>
I will be out of the office starting  08/15/2008 and will not return until 09/08/2008.

I will respond to your message when I return.


-------------------------------------------------------------------------
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>Daniel.Codres-sdUf+H5yV5I&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-08-22T14:02:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2611">
    <title>Re: CUstom filter my view boxes</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2611</link>
    <description>

Thanks, looks interesting. For now I hacked it into my_view_inc.php,
but I will take a look at this as well.

bye  Fabi



-------------------------------------------------------------------------
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>Fabian Cenedese</dc:creator>
    <dc:date>2008-08-22T12:46:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2610">
    <title>Re: CUstom filter my view boxes</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2610</link>
    <description>
Hi,

You can take a look at this:
http://deboutv.free.fr/mantis/plugin.php?plugin=MyView

I'll add your request to the roadmap (it will probably be available this
week-end).

Vincent


possibility to define a custom filter, e.g. after priority? The settings
from the view all page are not applied on the my view page.
should the code be changed to either hack a sorting fixed in the code or
create a new config setting for the sorting?


-------------------------------------------------------------------------
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>Vincent DEBOUT</dc:creator>
    <dc:date>2008-08-22T12:26:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2609">
    <title>CUstom filter my view boxes</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2609</link>
    <description>Hi

I'm still using 1.1.2, not yet the new 1.2.

The issues in the my view boxes are sorted after date. Is there a
possibility to define a custom filter, e.g. after priority? The settings
from the view all page are not applied on the my view page.

If this is not changeable with a setting (I don't think it is), how
should the code be changed to either hack a sorting fixed in the
code or create a new config setting for the sorting?

Could this problem be solved with the new 1.2 version? Maybe with
a plugin?

Thanks

bye  Fabi



-------------------------------------------------------------------------
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>Fabian Cenedese</dc:creator>
    <dc:date>2008-08-22T11:20:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2604">
    <title>Re: Date Error !</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2604</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-08-18T14:44:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2603">
    <title>Re: Date Error !</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2603</link>
    <description>
This should be (mostly) harmless, but please file a bug in:

http://www.mantisbt.org/bugs

it seems that, starting from php 5.1, setting the timezone is more
than recommended...

</description>
    <dc:creator>Gianluca Sforna</dc:creator>
    <dc:date>2008-08-18T14:24:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2602">
    <title>Date Error !</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2602</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-08-18T14:05:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2601">
    <title>Good/Easy Front-End App with Reports</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2601</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-08-14T13:29:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2600">
    <title>Got it: Re:  question about g_hide_status_default</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2600</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-08-11T15:53:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2599">
    <title>question about g_hide_status_default</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2599</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-08-11T15:11:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2598">
    <title>Re: application error #401</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2598</link>
    <description>
Thanks Glenn -- that did the trick. I could have sworn I did that
step, but apparently I skipped it the second time.

Thanks again, things seem to be working fine so far.

</description>
    <dc:creator>Eugen Leitl</dc:creator>
    <dc:date>2008-07-25T15:28:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2597">
    <title>Re: Customizing view states</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2597</link>
    <description>Hi Jennifer,
please note this looks like more on topic for mantisbt-dev mailing
list, where all developers are supposed to hang out...

On Thu, Jul 24, 2008 at 6:01 PM, Jennifer Mullen &lt;jmullen-8DAjSxpRXgY&lt; at &gt;public.gmane.org&gt; wrote:

Actually, this is the first time I see this request :)

I think you are right with your analysis; probably, the first thing to
do would be to create a "user_can_see_bugnote($userid, $noteid)
function and then modify all the rest to use that function. Then, the
logic in the function could be improved to support your request.


usually, the stable release (at this time 1.1.x) does not receive new
features, just bug fixes; more details in the wiki:

http://www.mantisbt.org/wiki/doku.php/mantisbt:development_scheme

so you should develop against svn trunk if you want to make sure it
will eventually land in mantis.

Cheers

Gianluca


</description>
    <dc:creator>Gianluca Sforna</dc:creator>
    <dc:date>2008-07-25T07:40:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2596">
    <title>Customizing view states</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2596</link>
    <description>I need to customize the view states for bugs and bug notes in Mantis.  
The short version is that we need three levels: public (viewers can  
view), protected (&lt;developer can view) and private (&gt;=developer can  
view).

This is also the reason why I need to implement http://www.mantisbt.org/bugs/view.php?id=9427 
  and my note in http://www.mantisbt.org/bugs/view.php?id=9427 .

Customizing this field hasn't proved as easy as I thought. I have it  
working pretty much as a I need now, but I would like to make it  
better. It seems that the public/private values are hard-coded  
throughout Mantis, which makes sense as only nutters like me and my  
coworkers would need different functionality.

Is there interest in this functionality? I'd be happy to take it up.  
The only catch is that I need to have it working by the end of August  
and I'm guessing that 1.2 won't be out by then, making it necessary to  
do in 1.1.2.


Cheers,

-J.



-------------------------------------------------------------------------
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>Jennifer Mullen</dc:creator>
    <dc:date>2008-07-24T16:01:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2595">
    <title>Re: application error #401</title>
    <link>http://permalink.gmane.org/gmane.comp.bug-tracking.mantis.general/2595</link>
    <description>
On 18-Jul-08, at 9:30 AM, Eugen Leitl wrote:


   You probably need to upgrade the database to the current version by  
running http://&lt;your mantis&gt;/admin/install.php. This should read the  
existing configuration and add the missing tables.

    ... Glenn




</description>
    <dc:creator>Glenn Henshaw</dc:creator>
    <dc:date>2008-07-18T15:39:55</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>
