Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

  1. … 11 more files in changeset.
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

  1. … 15 more files in changeset.
Changing build.xml "deploy-tool" target to separate the compilation and deploy processess. This will be used later for debian packaging

  1. … 10 more files in changeset.
Add filesize limit validation.

  1. … 6 more files in changeset.
Added "copy-tags" to the build to make it easier to update the tags. Updated the jsp pages to support stripes and the separate learner stylesheet.

  1. … 269 more files in changeset.
Delete client side validation.

Added db encoding to the ant db tasks - the encoding entry on the url is not enough when loading data from a script.

  1. … 10 more files in changeset.
close/save/cancel action in authoring page.

  1. … 10 more files in changeset.
Commented out the "in progress" tools from the build. They can now be deployed separately, and temporarily removing them from the build will stop them being deployed on Shaun.

  1. … 8 more files in changeset.
Tool deployment utility has been changed to update the context path and class path when the tool is deployed. Build file changed to match and the main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 26 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 151 more files in changeset.
Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

  1. … 49 more files in changeset.
Updated Ant Buildfiles for Projects - retrieve OS-dependent j2ee.lib property.

  1. … 9 more files in changeset.
updated ANT script to include new folders/files in generated WAR

Converted to Servlet 2.4, JSTL 1.1

  1. … 55 more files in changeset.
changed the class name from CreatePackageTask to CreateToolPackageTask, changed deploy.properties to deploy.xml

  1. … 3 more files in changeset.
Save instruction uploaded files when user click save button, instead of uploading finish.

  1. … 10 more files in changeset.
Moved icons to submission project

  1. … 2 more files in changeset.
Migrate to hibernate3

  1. … 15 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 59 more files in changeset.
Add access denied page.

  1. … 2 more files in changeset.
Removed reference to content repository. Now handled correctly in lams_common.

  1. … 3 more files in changeset.
Switched to shared transaction manager and JNDI toolDataSource. Added junit tests to the ant script, and tried to get as many of the tests working as I could.

  1. … 13 more files in changeset.
*** empty log message ***

Changed variables to use names in common.properties

Update to use common properties.

  1. … 7 more files in changeset.
Authoring Download/Upload instructions file works well.

  1. … 22 more files in changeset.
Don't explode tool jar

Try to migrate to JSTL instead of STRUT tag lib

  1. … 3 more files in changeset.
Add Sync deploy folder target