|
|
 |
- last updated a few seconds ago
Wednesday 14 Feb 2007
fixed monitor - remove lesson problem ldev-1096
Tool-deployer upgrade, checks the db for tool_signature and tool_version, stops if current tool is up to date, installs entire tool if the signature is not present in the db TODO: update db and jar and war files if tool exists, but is not the newest version
Fixed problem which arose when deploy-tools is called. The generated deploy.xml was pointing to the wrong sql scripts, the problem originated in the build.xml of the tools, now fixed my bad
Skeleton for a new ToolDBUpdater class It will: * Check if the tool exists in the db * Check if the tool to be installed is newer than the current * Update the db with the current tool information
Tuesday 13 Feb 2007
Changing the tool's build.xml to copy the .jar and .war to the build/deploy folder, and updates the deploy.xml to point to these files
Changing the tool's build.xml so the create-deploy package copies the .war and .jar files from build/lib to /build.deploy The deploy.xml is also updated to point to the jar and war in build/deploy
Changing the build.xml of all the tools so the generated deploy.xml points to the sql scripts in the build/deploy/sql folder instead of the db/sql folder
Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build. Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version
Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build. Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version
Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build. Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version
LDEV-1144: Two bugs: * The submit is trying to call a javascript function that does not exist. I can't find any code that suggests it ever existed! * The pages are trying to load up a css file that doesn't exist. At least in this case, the file did exist in the past but it was removed. Removed the onsubmit call and the css reference.
Changes made to all tools, so they should be made in the example tool Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build. Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version
Changes made to all tools, so they should be made in the example tool Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build. Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version
Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build. Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version
Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build. Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version
lams-tool_deploy generates a tool_version entry for a tool's deploy.xml
Monday 12 Feb 2007
missing message key (also found in lams_admin's resources)
Friday 09 Feb 2007
Translation key was wrong for the export button.
LDEV-1097: Changed the learner progress screen to be a read only version of the learner's progressive results screen.
LDEV-1142: Change the answer text field to text, so that it can take longer text.
Small changes to date fields and, supported locales for the 09/02/07 language pack
Updating Welsh, Spanish, English, Polish
Updating Welsh, Spanish, Polish
Updating Welsh, Polish, Swedish
(This was changed in all the other tools, so should also be changed for the example tool) Changing build.xml "deploy-tool" target to separate the compilation and deploy processess. This will be used later for debian packaging
Changing build.xml "deploy-tool" target to separate the compilation and deploy processess. This will be used later for debian packaging
Improving the permission tests on the main monitoring calls.
Thursday 08 Feb 2007
LDEV-1097: Fixing up the behaviour of the learner progress screen, and other bugs found while testing the learner progress changes.
|