[CS-Project-svn_notify] SF.net SVN: cs-project:[999] releases/1.2/VERSION
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-10-26 03:28:14
|
Revision: 999 http://cs-project.svn.sourceforge.net/cs-project/?rev=999&view=rev Author: crazedsanity Date: 2009-10-26 03:28:08 +0000 (Mon, 26 Oct 2009) Log Message: ----------- *** RELEASE 1.2.0-ALPHA13 *** NOTE: this also includes 1.2.0-ALPHA12, which was not officially released. SUMMARY OF CHANGES::: * add CAPTCHA for spam blocking on external interface (#304) * fixed a pass-by-reference error * throw exception instead of setting a message for missing templates (#253) * removed unused tests * fix some upgrade scripts to use new library names * fix exception when no config file exists * Update setup to handle new config, fix accidental redirection after setup. * Fix check for writability of lib to rw, implement tests for external libs. * Remove the setup filename instead of it's location (and only if it exists). * Formatting, set assigned user when solving (#252), minor wording fix (#195). * convert all *.png files to *.gif for Internet Explorer compatibility * remove some unnecessary code referring to an invalid image location. * Make sure the "/" URL works properly. * fix problem with reading the main config.xml layout... * move temporary class names to lib directory for proper __autoload()ing. * On setup step 5, give more specific messages & display fail count. * Fix issue #299 (Helpdesk Search No Longer Works). * Use cs-content's __autoload.php, minor updates for cs_webdbupgrade. * Update external lib requirements & add config items for cs-webapplibs. Modified Paths: -------------- releases/1.2/VERSION Modified: releases/1.2/VERSION =================================================================== --- releases/1.2/VERSION 2009-10-26 03:26:37 UTC (rev 998) +++ releases/1.2/VERSION 2009-10-26 03:28:08 UTC (rev 999) @@ -1,4 +1,4 @@ $Id:VERSION 628 2007-11-20 16:58:45Z crazedsanity $ -VERSION: 1.2.0-ALPHA11 +VERSION: 1.2.0-ALPHA13 $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/VERSION $ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |