Index: win_installer/patch/documents/license.txt =================================================================== diff -u -r5525badd1481099ed6b186e14182c4c284880491 -r33096671aed0c6a44555666b875cc79a5ec1a072 --- win_installer/patch/documents/license.txt (.../license.txt) (revision 5525badd1481099ed6b186e14182c4c284880491) +++ win_installer/patch/documents/license.txt (.../license.txt) (revision 33096671aed0c6a44555666b875cc79a5ec1a072) @@ -1,4 +1,4 @@ -LAMS 2.3.1 is released under the GPL license detailed below. This package +LAMS 2.3.2 is released under the GPL license detailed below. This package also includes other libraries/packages, whose respective licenses are detailed below. Index: win_installer/patch/documents/readme.txt =================================================================== diff -u -r5525badd1481099ed6b186e14182c4c284880491 -r33096671aed0c6a44555666b875cc79a5ec1a072 --- win_installer/patch/documents/readme.txt (.../readme.txt) (revision 5525badd1481099ed6b186e14182c4c284880491) +++ win_installer/patch/documents/readme.txt (.../readme.txt) (revision 33096671aed0c6a44555666b875cc79a5ec1a072) @@ -1,18 +1,11 @@ -LAMS 2.3.1 - Learning Activity Management System +LAMS 2.3.2 - Learning Activity Management System ---------------------------------------------- -This is a pre-packaged copy of LAMS 2.3.1 for Windows 2000, XP, or 2003. -For the source code, please see the 'Building LAMS' wiki at +This is a patch update from LAMS 2.3.1 to 2.3.2, this version does not do a +full install, you must install LAMS 2.3.1 first. - http://wiki.lamsfoundation.org/display/lams/Building+LAMS +For release notes goto: http://is.gd/2IDib -for more information. - -This is a patch update from LAMS 2.3, this version does not do a full install, -you must install LAMS 2.3 first. - -For release notes goto: http://wiki.lamsfoundation.org/display/lams/2.3.1 - NOTE TO SYSADMINS: If you are doing an upgrade and your users report problems in authoring, they may need to clear their browser cache. If you have a user see the message "Unknown toolbar item "UniversalKey" or if the user is sees the Index: win_installer/patch/src/patch.nsi =================================================================== diff -u -rc1395f538b1bfb87205d42c049c8502edff23e97 -r33096671aed0c6a44555666b875cc79a5ec1a072 --- win_installer/patch/src/patch.nsi (.../patch.nsi) (revision c1395f538b1bfb87205d42c049c8502edff23e97) +++ win_installer/patch/src/patch.nsi (.../patch.nsi) (revision 33096671aed0c6a44555666b875cc79a5ec1a072) @@ -48,11 +48,11 @@ ;!insertmacro LineFind # constants -!define VERSION "2.3.1" -!define PREVIOUS_VERSION "2.3" -!define LANGUAGE_PACK_VERSION "2009-06-19" -!define LANGUAGE_PACK_VERSION_INT "20090619" -!define DATE_TIME_STAMP "200906190000" +!define VERSION "2.3.2" +!define PREVIOUS_VERSION "2.3.1" +!define LANGUAGE_PACK_VERSION "2009-08-28" +!define LANGUAGE_PACK_VERSION_INT "20092828" +!define DATE_TIME_STAMP "200908280000" ######################## Added in the extra .0 for 2.1 for constitency !define SERVER_VERSION_NUMBER "${VERSION}.0.${DATE_TIME_STAMP}" !define BASE_VERSION "2.0" @@ -201,6 +201,7 @@ ; Updating the database to support version call updateDatabase + /* call languagePackInit ; get the language files locations specific to this server from the database @@ -209,10 +210,9 @@ # write this language pack version to registry Detailprint 'Writing Language pack version ${LANGUAGE_PACK_VERSION} to registry: "$VERSION_INT"' - DetailPrint "LAMS Language Pack ${LANGUAGE_PACK_VERSION} install successfull" + */ - strcpy $INSTDIR $LAMS_DIR setoutpath $INSTDIR File /a "${DOCUMENTS}\license.txt" File /a "${DOCUMENTS}\license-wrapper.txt" @@ -611,7 +611,6 @@ SetoutPath "$INSTDIR\jboss-4.0.2\server\default\deploy\lams.ear" ;File "${SOURCE_LAMS_EAR}\*.*" File /r /x CVS ${ASSEMBLY}\* - FunctionEnd @@ -702,6 +701,7 @@ ; first, finds the location of the language files in the database ; then copy the required files to the dirname +/* Var CSllid Var FSllid Var RFllid @@ -851,7 +851,7 @@ Exch Exch $R0 ;first FunctionEnd - +*/ ################################################################################ # END CODE USED FOR LANGUAGE PACK # ################################################################################ Index: win_installer/patch/src/sql/update-script.sql =================================================================== diff -u -r5525badd1481099ed6b186e14182c4c284880491 -r33096671aed0c6a44555666b875cc79a5ec1a072 --- win_installer/patch/src/sql/update-script.sql (.../update-script.sql) (revision 5525badd1481099ed6b186e14182c4c284880491) +++ win_installer/patch/src/sql/update-script.sql (.../update-script.sql) (revision 33096671aed0c6a44555666b875cc79a5ec1a072) @@ -1,6 +1,6 @@ -update lams_configuration set config_value='2.3.1' where config_key='Version'; -update lams_configuration set config_value='2.3.1.200806190000' where config_key='LearnerClientVersion' OR config_key='ServerVersionNumber' OR config_key='MonitorClientVersion' OR config_key='AuthoringClientVersion'; -update lams_configuration set config_value='2009-06-19' where config_key='DictionaryDateCreated'; +update lams_configuration set config_value='2.3.2' where config_key='Version'; +update lams_configuration set config_value='2.3.2.200908280000' where config_key='LearnerClientVersion' OR config_key='ServerVersionNumber' OR config_key='MonitorClientVersion' OR config_key='AuthoringClientVersion'; +update lams_configuration set config_value='2009-08-28' where config_key='DictionaryDateCreated';