Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(2) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(29) |
Feb
(5) |
Mar
(22) |
Apr
(3) |
May
(15) |
Jun
(27) |
Jul
(26) |
Aug
(24) |
Sep
(23) |
Oct
(19) |
Nov
(7) |
Dec
(2) |
2003 |
Jan
(81) |
Feb
(27) |
Mar
(20) |
Apr
(36) |
May
(22) |
Jun
(31) |
Jul
(25) |
Aug
(16) |
Sep
(15) |
Oct
(7) |
Nov
(17) |
Dec
(28) |
2004 |
Jan
(16) |
Feb
(51) |
Mar
(332) |
Apr
(61) |
May
(52) |
Jun
(53) |
Jul
(47) |
Aug
(26) |
Sep
(67) |
Oct
(42) |
Nov
(37) |
Dec
(37) |
2005 |
Jan
(38) |
Feb
(38) |
Mar
(58) |
Apr
(40) |
May
(19) |
Jun
(31) |
Jul
(40) |
Aug
(94) |
Sep
(8) |
Oct
(40) |
Nov
(26) |
Dec
(12) |
2006 |
Jan
(60) |
Feb
(39) |
Mar
(80) |
Apr
(38) |
May
(39) |
Jun
(33) |
Jul
(30) |
Aug
(29) |
Sep
(32) |
Oct
(26) |
Nov
(70) |
Dec
(27) |
2007 |
Jan
(47) |
Feb
(43) |
Mar
(85) |
Apr
(63) |
May
(75) |
Jun
(27) |
Jul
(26) |
Aug
(46) |
Sep
(26) |
Oct
(23) |
Nov
(15) |
Dec
(16) |
2008 |
Jan
(63) |
Feb
(55) |
Mar
(21) |
Apr
(13) |
May
(15) |
Jun
(3) |
Jul
(5) |
Aug
(17) |
Sep
(36) |
Oct
(33) |
Nov
(30) |
Dec
(18) |
2009 |
Jan
(14) |
Feb
(28) |
Mar
(72) |
Apr
(73) |
May
(53) |
Jun
(36) |
Jul
(56) |
Aug
(10) |
Sep
(19) |
Oct
(16) |
Nov
(12) |
Dec
(13) |
2010 |
Jan
(16) |
Feb
(15) |
Mar
(19) |
Apr
(42) |
May
(10) |
Jun
(6) |
Jul
(10) |
Aug
(5) |
Sep
(15) |
Oct
(10) |
Nov
(6) |
Dec
(14) |
2011 |
Jan
(10) |
Feb
(3) |
Mar
(5) |
Apr
(9) |
May
(21) |
Jun
(13) |
Jul
(4) |
Aug
(2) |
Sep
(1) |
Oct
(1) |
Nov
(7) |
Dec
(3) |
2012 |
Jan
(2) |
Feb
(7) |
Mar
(3) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(14) |
Aug
|
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2013 |
Jan
(4) |
Feb
|
Mar
(14) |
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
(3) |
Sep
(10) |
Oct
|
Nov
(5) |
Dec
|
2014 |
Jan
|
Feb
(24) |
Mar
(7) |
Apr
(3) |
May
(24) |
Jun
(15) |
Jul
(4) |
Aug
(2) |
Sep
(5) |
Oct
|
Nov
|
Dec
(13) |
2015 |
Jan
|
Feb
|
Mar
(5) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(15) |
Sep
|
Oct
(51) |
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
(4) |
May
(2) |
Jun
(5) |
Jul
|
Aug
(1) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
(6) |
Dec
|
2018 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
(4) |
8
(1) |
9
(3) |
10
(3) |
11
(1) |
12
|
13
|
14
(2) |
15
|
16
(2) |
17
|
18
|
19
(2) |
20
|
21
|
22
|
23
(1) |
24
(1) |
25
|
26
|
27
(14) |
28
(6) |
29
(1) |
30
(1) |
|
From: John Reese <jreese@le...> - 2010-04-28 15:22:18
|
On 4/28/2010 11:07 AM, Ambrish Yadav wrote: > Hi all, > > Has anyone implemented a client in python with SOAPpy for mantisconnect ? > I could successfully implement "mc_issue_get_id_from_summary" and > "mc_issue_add". However I have problems with "mc_issue_note_add" There is a plugin for Supybot that uses SOAPpy to connect and gather basic issue data, but I'm currently having troubles trying to get it to work as well. I'm assuming the plugin has run into one of the many SOAP API bug fixes that recently went into 1.2.x. The plugin code is in a Git repository hosted on Github: http://github.com/giallu/supybot-mantis Cheers -- John Reese LeetCode.net |
From: Ambrish Yadav <ambrishyadav@gm...> - 2010-04-28 15:08:23
|
Hi all, Has anyone implemented a client in python with SOAPpy for mantisconnect ? I could successfully implement "mc_issue_get_id_from_summary" and "mc_issue_add". However I have problems with "mc_issue_note_add" This is the request *** Outgoing SOAP ****************************************************** <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/1999/XMLSchema"; > <SOAP-ENV:Body> <ns1:mc_issue_note_add xmlns:ns1="http://futureware.biz/mantisconnect"; SOAP-ENC:root="1"> <note> <notes xsi:type="xsd:string">This is my update note</notes> </note> <username xsi:type="xsd:string">user</username> <password xsi:type="xsd:string">pass</password> <issue_id xsi:type="xsd:int">100</issue_id> </ns1:mc_issue_note_add> </SOAP-ENV:Body> </SOAP-ENV:Envelope> However if i manually change this request to <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/1999/XMLSchema"; > <SOAP-ENV:Body> <ns1:mc_issue_note_add xmlns:ns1="http://futureware.biz/mantisconnect"; SOAP-ENC:root="1"> <username xsi:type="xsd:string">user</username> <password xsi:type="xsd:string">pass</password> <issue_id xsi:type="xsd:int">100</issue_id> <note> <notes xsi:type="xsd:string">This is my update note</notes> </note> </ns1:mc_issue_note_add> </SOAP-ENV:Body> </SOAP-ENV:Envelope> i.e. manually moving the note element after "issue_id" and firing the request, it works. Is this a SOAPpy issue ? What I am trying to do is, 1. Before an issue is added, search the issue with the "summary" field and if it the issue already exists then just add a note (as a an update) 2. If issue does not exist, simply add the issue. So the "add note" to an existing issue is the problem for me right now. Tested with Mantis version: 1.2.0 Cheers Ambi |
From: <naseer.khan@wi...> - 2010-04-28 07:22:46
|
Hi Rohit, Thanks for the reply. We have done the below configuration but not much use. I have the below queries, pls can you provide your inputs: 1. Which Mantis version should I use? (1.2.0 or 1.2.1). I got a reply from mantis forum to use 1.2.1. 2. Which webserver I need to use. Presently I am using Apache 2.2. Are you also using Apache or IIS? 3. I am trying to put the below configuration in 'config_inc.php' and 'config_default_inc.php'. Is this enough or do I need to do some more configuration in anyother file. 4. Finally, for the 'lost password' and 'reset password' functionalities to work, I am putting these statements($g_send_reset_password = ON and $g_lost_password_feature = ON) in 'config_inc.php' file. Is this enough? Awaiting for your kind reply. Thanks & Regards, Naseer. ________________________________ From: Rohitabh Solanki [mailto:rohitabh@...] Sent: Wednesday, April 28, 2010 11:53 AM To: 'Help with Mantis' Subject: Re: [mantisbt-help] Mantis not sending emails Hi Naseer I had same problem few weeks ago but I changed following lines and everything working fine now config_defaults_inc.php file. 1- $g_hostname = 'localhost'; $g_db_username= 'root'; $g_db_password= 'password'; $g_database_name= 'bugtracker'; 2- $g_administrator_email ='mymail@...'; $g_webmaster_email = ' mymail@...'; 3- $g_from_email = ' mymail@... '; 4- $g_enable_email_notification = ON; 5- $g_email_receive_own = ON; 6- $g_phpMailer_method = 2; //this one very important 7- $g_smtp_host = 'smtp.company. in'; From: naseer.khan@... [mailto:naseer.khan@...] Sent: Wednesday, April 28, 2010 12:41 AM To: mantisbt-help@... Subject: [mantisbt-help] Mantis not sending emails Hi, I have installed Mantis Version 1.2.0 on a Windows XP machine, but I am not getting any mails from Mantis. My setup details: Mantis Version: 1.2.0 Apache Version: 2.2 SQL Version: 5.1 PHP Version: 5.2.13 Mantis has been installed successfully and we are able to create the user logins and also register bugs in Mantis. The problem is, we are not getting any mails from Mantis on creation of new user account or on registering a new bug. Neither the reset password or lost password features are sending any mails. Don't know where the problem is, and any help towards this will be highly appreciable. My configuration details: $g_smtp_host='xx.xx.xx.xx'; /* Don't know is this right format */ $g_smtp_connection_mode= 'ssl'; $g_smtp_port = 25; $g_smtp_username = 'name'; $g_smtp_password = 'password'; We have tried all the possible help which we could get from google but not much use. So, pls let us know is we are missing any configuration. Thanks & Regards, Naseer. |
From: Rohitabh Solanki <rohitabh@di...> - 2010-04-28 06:23:27
|
Hi Naseer I had same problem few weeks ago but I changed following lines and everything working fine now config_defaults_inc.php file. 1- $g_hostname = 'localhost'; $g_db_username= 'root'; $g_db_password= 'password'; $g_database_name= 'bugtracker'; 2- $g_administrator_email ='mymail@...'; $g_webmaster_email = ' mymail@...'; 3- $g_from_email = ' mymail@... '; 4- $g_enable_email_notification = ON; 5- $g_email_receive_own = ON; 6- $g_phpMailer_method = 2; //this one very important 7- $g_smtp_host = 'smtp.company. in'; From: naseer.khan@... [mailto:naseer.khan@...] Sent: Wednesday, April 28, 2010 12:41 AM To: mantisbt-help@... Subject: [mantisbt-help] Mantis not sending emails Hi, I have installed Mantis Version 1.2.0 on a Windows XP machine, but I am not getting any mails from Mantis. My setup details: Mantis Version: 1.2.0 Apache Version: 2.2 SQL Version: 5.1 PHP Version: 5.2.13 Mantis has been installed successfully and we are able to create the user logins and also register bugs in Mantis. The problem is, we are not getting any mails from Mantis on creation of new user account or on registering a new bug. Neither the reset password or lost password features are sending any mails. Don't know where the problem is, and any help towards this will be highly appreciable. My configuration details: $g_smtp_host='xx.xx.xx.xx'; /* Don't know is this right format */ $g_smtp_connection_mode= 'ssl'; $g_smtp_port = 25; $g_smtp_username = 'name'; $g_smtp_password = 'password'; We have tried all the possible help which we could get from google but not much use. So, pls let us know is we are missing any configuration. Thanks & Regards, Naseer. |
From: Кирилл Краснов <krasnovforum@gm...> - 2010-04-28 06:15:42
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 28.04.2010 8:53, deepika.ganesan@... пишет: > My setup details: > > Mantis Version: 1.2.0 > Apache Version: 2.2 > SQL Version: 5.1 > PHP Version: 5.2.13 > Upgrade to 1.2.1 > > > Mantis has been installed successfully and we are able to create the > user logins and also register bugs in Mantis. > > > > The problem is, we are not getting any mails from Mantis on creation of > new user account or on registering a new bug. Neither the reset password > or lost password features are sending any mails. > > > > Don't know where the problem is, and any help towards this will be > highly appreciable. > > > > My configuration details: > $g_smtp_host='xx.xx.xx.xx'; /* Don't know is this right format */ > $g_smtp_connection_mode= 'ssl'; > $g_smtp_port = 25; > $g_smtp_username = 'name'; > $g_smtp_password = 'password'; $g_phpMailer_method ? Must be $g_phpMailer_method = PHPMAILER_METHOD_SMTP; > > We have tried all the possible help which we could get from google but > not much use. > > > > So, pls let us know is we are missing any configuration. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJL19KAAAoJELEqJofZzsq5bqcQAIAlk/DLaZaTMJxfoheg2N3c arpiG0YZxiSYy8F4HTR5Zw2Vw22qjNn9fDIwpIYwLyK09rwMePg9BVZc8hc/ECsP eCd0KCPEiU64Ci8GkA2AmokYmQWsDsRxPzeN4jfgqNL1xwFCYSrnbEf6H6eZWvYR ZnQzoM09rPpndxscDlihODy3qankZl796F9DGsL7uDWA78t6+rnnXawAUSsUD269 S7CUpzdTCnz7sY14fKhNfCpJ8fsKqaBaKZe3U7y2PHzQcMeeJPP7mkMWb65xpHPp UM9MkDY1SaMn2VXiWMP5hXMmF0M0G0nrxTM67FZFjPwckyXq4vWrUjo81GS5iqd/ tW6CPQ6KD1XCEZzQ9Q+gtKBA+0TRGYEWuenfwV7mebYa29JgZ/NIUIqocWjT3QmV 1QuxG38FU+Hw1hyBhDi/sbCexZAvPbjJxzd7SztTwrUNXeDVyN+I3rbNLnrL7+MK JQpVqvOVejJCoMjDZpkb6L+gMBISY2q2RlwsnRHGCIurWYLuCnFXqkwJFDix3MTb ECPxWhO26yu6VYAX91UsX3udne8BE/2Yxf/cbpMe1bgBumcUN9q/2clAQJX7zc/x Qig/KYNzcgHEA3ykNWBlHqqW/mGFBbCRihlLSjTP2wfYFpaAPHmfe6Oa1AwGFMMn SQ/AqVVse96QLBLxh4kt =U1aP -----END PGP SIGNATURE----- |
From: <deepika.ganesan@wi...> - 2010-04-28 06:10:19
|
Hi, I have installed Mantis Version 1.2.0 on a Windows XP machine, but I am not getting any mails from Mantis. My setup details: Mantis Version: 1.2.0 Apache Version: 2.2 SQL Version: 5.1 PHP Version: 5.2.13 Mantis has been installed successfully and we are able to create the user logins and also register bugs in Mantis. The problem is, we are not getting any mails from Mantis on creation of new user account or on registering a new bug. Neither the reset password or lost password features are sending any mails. Don't know where the problem is, and any help towards this will be highly appreciable. My configuration details: $g_smtp_host='xx.xx.xx.xx'; /* Don't know is this right format */ $g_smtp_connection_mode= 'ssl'; $g_smtp_port = 25; $g_smtp_username = 'name'; $g_smtp_password = 'password'; We have tried all the possible help which we could get from google but not much use. So, pls let us know is we are missing any configuration. Thanks Deepika |