2 Jul 2007 10:46
mantisbt config_defaults_inc.php,1.341,1.342
Update of /cvsroot/mantisbt/mantisbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26059 Modified Files: config_defaults_inc.php Log Message: Fixed #8115: Implement Twitter Integration. Index: config_defaults_inc.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/config_defaults_inc.php,v retrieving revision 1.341 retrieving revision 1.342 diff -u -d -r1.341 -r1.342 --- config_defaults_inc.php 28 Jun 2007 23:13:39 -0000 1.341 +++ config_defaults_inc.php 2 Jul 2007 08:46:52 -0000 1.342 <at> <at> -327,7 +327,7 <at> <at> ############################# # --- version variables ----------- - $g_mantis_version = '1.1.0a3'; + $g_mantis_version = '1.1.0a4-CVS'; $g_show_version = ON; ################################ <at> <at> -1844,4 +1844,18 <at> <at> # Allows the users to enter free text when reporting/updating issues # for the profile related fields (i.e. platform, os, os build) $g_allow_freetext_in_profile_fields = ON; +(Continue reading)
RSS Feed