|
|
|
 |
- last updated a few seconds ago
Tuesday 09 Jan 2007
[ LI-36] New java wrapper 3.2.3 for installer.nsi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
… 12 more files in
changeset.
Inserting license-wrapper.txt into $INSTDIR for the java wrapper 3.2.3
Monday 08 Jan 2007
Added "or 1.6" to this message Could not verify Java JDK 1.5, please check your JDK directory.
[ LI-39] Must have forgot to delete these lines before the commit
Friday 05 Jan 2007
[ LI-45] Does a check for the java version in the registry, will work for 1.5 or for 1.6. Also checks if teh javac compiler version is 1.5 or 1.6
[ LI-45] Does a chack for the java version in the registry, will work for 1.5 or for 1.6. Also checks if teh javac compiler version is 1.5 or 1.6
Thursday 04 Jan 2007
Fixed a bug that stopped the database being removed on a failed install
[ LI-39] Set the default server sytem admin user's locale to the one chosen in the installer, so it displays in the correct language on startup
Wednesday 03 Jan 2007
[ LI-44] The zip directory is now deleted on a successful install
Tuesday 02 Jan 2007
[ LI-42] The language pack now backs up the flash language files as well as the java ones. They are simply added to the jboss-4.0.2\server\default\deploy\lams.ear\lams-dictionary.jar\backup\backup.zip To make a retrieval, you have to extract, then return the flashxml folder to the \ jboss-4.0.2\server\default\deploy\lams.ear\lams-central.war
Friday 22 Dec 2006
[ LI-36] lamsdump.sql is now copied properly
Thursday 21 Dec 2006
Fixed updateLocales.sql to have the correct date More error checking in language-pack.nsi for mysql database reading
Some error cjecking for ant and for 7za.exe
Made the .exe smaller (by 0.5 meg) by only extracting the required files for apache ant and 7za.exe (zip) built.txt now informs you of the location that the language files will be backed up at
Made the .exe smaller (by 0.5 meg) by only extracting the required files for apache ant and 7za.exe (zip) built.txt now informs you of the location that the language files will be backed up at
finish page prompts user to restart LAMS so the effects of the language pack can take effect
Wednesday 20 Dec 2006
updated the build.txt for the language pack to include instructions for updating the DictionarydateCreated row in the lams_configuration table
the section to install the language pack (the only section) is now compulsory
Cosmetic change, the 'branding test near the bottom of each installer page no longer displays "Nullsoft installer version....." but instead "Lams-Language-pack ...."
updates the Dictionary date created row in lams_configuration with the lates date of the language pack
Added in the Language-Pack-BUILD.txt which describes the steps needed to compile and run the language pack, also changed the date for the language pack for 20/12/2006
These files no longer in use, they were from earlier failed attempts to insert into the database
[ LI-35] Now language-pack.nsi finally updates the rows in lams_supported_local with the correct utf-8 values, thanks to a non-procedural sql sript that Fiona made, which can be run in ant
encoding for insertLocale.sql changed to utf-8 and cleaned up
Tuesday 19 Dec 2006
Enabled registry ckecks an updates
Changed the language pack to not use the sql procedures at all, because they do not seem to work in NSIS or ant, instead, the rows are updated from within the nsis code, and there is a list called languages.txt that contains all the current languages in the form: [language_iso_code]-[country_iso_code]-[description]-[direction] The language.txt file and the language-pack.nsi must be encoded with utf-8
Changed the language pack to not use the sql procedures at all, because they do not seem to work in NSIS or ant, instead, the rows are updated from within the nsis code, and there is a list called languages.txt that contains all the current languages in the form: [language_iso_code]-[country_iso_code]-[description]-[direction] The language.txt file and the language-pack.nsi must be encoded with utf-8
Monday 18 Dec 2006
LI-38: Changed the function .inInstFail so it only dletes the files created by the failed installation (not retained files) and it removes the db which was made by teh failed install
Friday 15 Dec 2006
Unable to use nsExec::ExecToStack when there is redirection involved. ie: nsExec::ExecToStack mysql < insertlocale.sql Have to use ant instead, which is fairly annoying
Unable to use nsExec::ExecToStack when there is redirection involved. ie: nsExec::ExecToStack mysql < insertlocale.sql Have to use ant instead, which is fairly annoying
|