-
2011-05-05
Mantisbt attachment upload max size
今天,Mantisbt attachment upload max size给我带来不少困扰
我希望attachment存在数据库中,所以要
环境 xampp1.7.0 on windows
1.php.ini(应该在xampp\apache\bin)
upload_max_filesize = 10M ; 要大于等于g_max_file
memory_limit = 64M ; 适当增加内存,否... -
2011-03-09
Mantisbt & Subversion Integration
Mantisbt version 1.2.3, subversion
1. add user in mantisbt with normal developer right, for example svnq
2. add checkinurl.php in /mantisbt/scripts/
3. add hook post-commit.cmd under subversion repository hooks dir
4. download curl.exe from .... -
2011-03-09
Mantisbt Windows AD Authentication
Mantisbt version 1.2.3
add user "yourldapuser" in AD, just normal user right
modify config_inc.php
$g_login_method=LDAP; //设置认证方法为LDAP
$g_ldap_server='ldap://xxx.com'; //LDAP的访问路径
$g_ldap_port = 389; //端口,微软的AD是389
$g_ldap_or... -
2011-01-27
Send email from php
Today, I test the mantisbt's email notification system, found it does not work.
refer to the advice: http://www.mantisbt.org/forums/viewtopic.php?f=3&t=15398&p=38882
run the testmail.php
code:require_once "Mail.php";
$from =...







