Glenn Henshaw | 3 Dec 2007 14:22
Picon
Favicon
Gravatar

Re: 1.1.0rc3 problem with utf8 (upgraded from 1.1.0rc2)


On 29-Nov-07, at 3:06 AM, Kostas Vorilas wrote:

> Hello,
> I just upgraded from 1.1.0rc2 to 1.1.0a2
> but all Greek characters are not readable. It
> seems to be a utf8 problem.
>
> I dont think its a database problem. I tried old site (1.1.0a2)
> to both new and old (before upgrade) databases and I can read
> Greek utf8 from my brower.
> The problem occurs when I run new site (1.1.0rc3) in either old  
> (backup)
> or new databases.

There is a  UTF-8 upgrade process described in the wiki  (
http://www.mantisbugtracker.com/wiki/doku.php/mantisbt:upgrade_to_utf8 
  ). It hasn't been integrated into the installer because it has  
external dependencies and may only work for mySQL.

    ... Glenn

--

-- 
Glenn Henshaw                         Logical Outcome Ltd.
e: thraxisp at logicaloutcome dot ca  w: www.logicaloutcome.ca
Mantis Developer and User

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
(Continue reading)

Kostas Vorilas | 3 Dec 2007 15:00
Picon
Favicon

Re: 1.1.0rc3 problem with utf8 (upgraded from 1.1.0rc2)

db is already utf8 (see below).
do I miss something else?

mysql> show variables like "%collation%";
+----------------------+-----------------+
| Variable_name        | Value           |
+----------------------+-----------------+
| collation_connection | utf8_general_ci |
| collation_database   | utf8_general_ci |
| collation_server     | utf8_general_ci |
+----------------------+-----------------+
3 rows in set (0.00 sec)

mysql> show variables like "%character%";
+--------------------------+---------------------------------------------------
-----+
| Variable_name            | Value
      |
+--------------------------+---------------------------------------------------
-----+
| character_set_client     | utf8
      |
| character_set_connection | utf8
      |
| character_set_database   | utf8
      |
| character_set_filesystem | binary
      |
| character_set_results    | utf8
      |
(Continue reading)

Jeferson Oliveira | 13 Dec 2007 15:06
Picon

Mantis web site too busy?

The following message is displayed when attempting to access the bugtracker:

SYSTEM WARNING: mysql_connect() [function.mysql-connect]: Too many 
connections

APPLICATION ERROR #400

Database connection failed. Error received from database was #1040: Too 
many connections

Please use the "Back" button in your web browser to return to the 
previous page. There you can correct whatever problems were identified 
in this error or select another action. You can also click an option 
from the menu bar to go directly to a new section.

Regards,

Jeferson Oliveira
Brazil

Sent by Mozilla Thunderbird
http://br.mozdev.org/thunderbird

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
(Continue reading)

Jeferson Oliveira | 13 Dec 2007 15:28
Picon

Re: Mantis web site too busy?

Jeferson Oliveira wrote:
> The following message is displayed when attempting to access the bugtracker:

Now I could access it. Thanks to the one that solved the problem. ;)

Regards,

Jeferson Oliveira
Brazil

Sent by Mozilla Thunderbird
http://br.mozdev.org/thunderbird

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Gianluca Sforna | 13 Dec 2007 15:51
Picon
Gravatar

Re: Mantis web site too busy?

On Dec 13, 2007 3:28 PM, Jeferson Oliveira
<jefersonfoliveira@...> wrote:
> Jeferson Oliveira wrote:
> > The following message is displayed when attempting to access the bugtracker:
>
> Now I could access it. Thanks to the one that solved the problem. ;)
>

We are trying to understand what triggers the problem. Until then, the
only way out is to restart manually the mysql server (which I did now
...)

Thanks for the notice

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Dimitar Dragoev | 14 Dec 2007 10:11

Email limited size

Hi All,
I'm using Mantis 1.1.0rc3 but have problems with the email size. If a issue
is long (have more than 4 notes for example) the email notification does not
contains the full text and have limited size. Here you are my configuration:

<?php
...................

	$g_use_iis = ON;
	$g_allow_signup = OFF;
	$g_send_reset_password = ON;
	$g_administrator_email = 'noc@...';
	$g_webmaster_email = 'noc@...';
 	$g_from_email = 'noreply@...';
	$g_from_name = 'NOREPLY Company Issues';
	$g_return_path_email = 'noreply@...';
	$g_enable_email_notification	= ON;
	$g_allow_blank_email	= OFF;
	$g_limit_email_domain	= OFF;
	$g_show_user_email_threshold = NOBODY;
	$g_mail_priority		= 3;
	$g_phpMailer_method	= 2;
 	$g_smtp_host		= 'smtp.company.com';
	$g_email_send_using_cronjob = OFF;
	$g_email_set_category = ON;
	$g_email_separator1		= str_pad('', 70, '=');
	$g_email_separator2		= str_pad('', 70, '-');
	$g_email_padding_length	= 28;
	$g_show_version			= ON;
	$g_default_language		= 'english';
(Continue reading)

Leonid Lastovkin | 16 Dec 2007 03:13
Picon

MantisConnect does not fill in Product version when I use it from C#.


Hi,

I have written a SubmitBug method in C#, which allows me to submit a bug to Mantis tracking system.
It works great with one exception - it does not fill in product version correctly, even though I am specifying it in code.
It simply leaves it blank.

Any suggestions?
Regards,

- Leonid

P.S. The file version of a DLL file I am using is 1.0.2004.240

====================================================================================
       
        using Futureware.MantisConnect;
       
        /// <summary>
        /// Submits a bug to the mantis bug tracking system
        /// </summary>
        /// <param name="summary">The summary of the bug</param>
        /// <param name="description">The description of the bug</param>
        /// <returns>The result from mantis</returns>
        public static string SubmitBug(string summary, string description) {

            string mantisConnectUrl = "http://<addr>/mantisconnect.php";//ConfigurationSettings.AppSettings["MantisConnectUrl"];
            string mantisUserName = "<user>";//ConfigurationSettings.AppSettings["MantisUserName"];
            string mantisPassword = "<pass>";//ConfigurationSettings.AppSettings["MantisPassword"];
            Session session = new Session(mantisConnectUrl, mantisUserName, mantisPassword, null);
            session.Connect();
           
            // Create the issue in memory
            Issue issue = new Issue();

            issue.Project = new ObjectRef("NFA Desktop Suite");
            issue.Priority = new ObjectRef("normal");
            issue.Severity = new ObjectRef("major");
            issue.Reproducibility = new ObjectRef("always");
            issue.Category = new ObjectRef("Addin");
            issue.ProductVersion = "5.1";
            issue.Summary = summary;
            issue.Description = description;
            issue.ReportedBy = new User();
            issue.ReportedBy.Name = session.Username;

            // Submit the issue and show its id
            string str = string.Empty;
            int bug_id = 0;
            try {
                str = string.Concat("Issued added as ", session.Request.IssueAdd(issue).ToString(), ".");
            } catch (InvalidOperationException ioe) {
                string xml = ioe.Message.Substring(ioe.Message.IndexOf("<?xml version"));
                bug_id = Convert.ToInt32(xml.Substring(xml.IndexOf("<return xsi:type=\"xsd:integer\">") + "<return xsi:type=\"xsd:integer\">".Length).Split('<')[0]);
                Debug.WriteLine(ioe.Message);
            }
            if (bug_id == 0)
                bug_id = Convert.ToInt32(str);

            return Convert.ToString(bug_id);
        }
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Daniel.Codres | 17 Dec 2007 10:00
Favicon

Daniel Codres is out of the office.


I will be out of the office starting  12/17/2007 and will not return until 01/11/2008.

I will respond to your message when I return.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Victor Boctor | 20 Dec 2007 09:09
Picon
Gravatar

Mantis 1.1.0 Released

Hi all,

After 4 alpha releases, 3 release candidates and over 400 features and
bug fixes, Mantis 1.1.0 gold is finally released. For more details and
release highlights see the blog post below:
http://www.mantisbt.org/blog/?p=17

Thanks for everyone who contributed to this great release.  Your
feedback and contributions are welcome as we are already working
actively on 1.2.x release.

Regards,
Victor

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Leonid Lastovkin | 20 Dec 2007 22:34
Picon

MantisConnect does not fill in Product version when I use it from C#.

Hi,

I have written a SubmitBug method in C#, which allows me to submit a
bug to Mantis tracking system.
It works great with one exception - it does not fill in product
version correctly, even though I am specifying it in code.
It simply leaves it blank.

Any suggestions?
Regards,

- Leonid

P.S. The file version of a DLL file I am using is 1.0.2004.240

====================================================================================

        using Futureware.MantisConnect;

        /// <summary>
        /// Submits a bug to the mantis bug tracking system
        /// </summary>
        /// <param name="summary">The summary of the bug</param>
        /// <param name="description">The description of the bug</param>
        /// <returns>The result from mantis</returns>
        public static string SubmitBug(string summary, string description) {

            string mantisConnectUrl =
"http://<addr>/mantisconnect.php";//ConfigurationSettings.AppSettings["MantisConnectUrl"];
            string mantisUserName =
"<user>";//ConfigurationSettings.AppSettings["MantisUserName"];
            string mantisPassword =
"<pass>";//ConfigurationSettings.AppSettings["MantisPassword"];
            Session session = new Session(mantisConnectUrl,
mantisUserName, mantisPassword, null);
            session.Connect();

            // Create the issue in memory
            Issue issue = new Issue();

            issue.Project = new ObjectRef("NFA Desktop Suite");
             issue.Priority = new ObjectRef("normal");
            issue.Severity = new ObjectRef("major");
            issue.Reproducibility = new ObjectRef("always");
            issue.Category = new ObjectRef("Addin");
            issue.ProductVersion = "5.1";
            issue.Summary = summary;
            issue.Description = description;
            issue.ReportedBy = new User();
            issue.ReportedBy.Name = session.Username;

            // Submit the issue and show its id
            string str = string.Empty;
            int bug_id = 0;
            try {
                str = string.Concat("Issued added as ",
session.Request.IssueAdd(issue).ToString(), ".");
            } catch (InvalidOperationException ioe) {
                string xml =
ioe.Message.Substring(ioe.Message.IndexOf("<?xml version"));
                bug_id =
Convert.ToInt32(xml.Substring(xml.IndexOf("<return
xsi:type=\"xsd:integer\">") + "<return
xsi:type=\"xsd:integer\">".Length).Split('<')[0]);
                Debug.WriteLine(ioe.Message);
            }
            if (bug_id == 0)
                bug_id = Convert.ToInt32(str);

            return Convert.ToString(bug_id);
        }

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane