• 今天,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 ; 适当增加内存,否...

  • 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 ....

  • 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...

  • 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 =...