Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
replace old xjavadox1.1 for Java SE5 syntax.

    • binary
    ./xdoclet/xjavadoc-1.5-snapshot050611.jar
Updated BasicToolVO to match the current Tool object, and added an interface to BasicToolVO. Now the call in lLamsToolService which allows a tool to access its own record in the lams_tool table refers to an interface (IToolVO) rather than a POJO. The code still passes a BasicToolVO to any calling tools, but it is better to refer only to interfaces in a service definition, rather than a concrete class.

  1. … 7 more files in changeset.
Change quartz make it persistence

  1. … 11 more files in changeset.
Add quartz persist table and upgrade to 1.5.2 from 1.5.0RC

    • -0
    • +1
    ./quartz/dbTables/readme.txt
    • -0
    • +134
    ./quartz/dbTables/tables_cloudscape.sql
    • -0
    • +1
    ./quartz/dbTables/tables_db2.sql
    • -0
    • +156
    ./quartz/dbTables/tables_db2_v72.sql
    • -0
    • +143
    ./quartz/dbTables/tables_db2_v8.sql
    • -0
    • +132
    ./quartz/dbTables/tables_derby.sql
    • -0
    • +1
    ./quartz/dbTables/tables_firebird.sql
    • -0
    • +1
    ./quartz/dbTables/tables_hsqldb.sql
    • -0
    • +1
    ./quartz/dbTables/tables_hsqldb_old.sql
    • -0
    • +196
    ./quartz/dbTables/tables_informix.sql
    • -0
    • +1
    ./quartz/dbTables/tables_mysql.sql
    • -0
    • +1
    ./quartz/dbTables/tables_mysql_innodb.sql
    • -0
    • +1
    ./quartz/dbTables/tables_oracle.sql
    • -0
    • +177
    ./quartz/dbTables/tables_pointbase.sql
    • -0
    • +162
    ./quartz/dbTables/tables_postgres.sql
  1. … 10 more files in changeset.
update mysql JDBC driver

    • binary
    ./mysql/mysql-connector-java-3.1.12-bin.jar
    • binary
    ./mysql/mysql-connector-java-3.1.7-bin.jar
  1. … 3 more files in changeset.
Updated changes in lams_common - added ThemeService, IThemeService and related changes in commonContext/applicationProperties.

Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes. Added language file columns to activity and tool - this will be used to internationalise the activity and tool name and descriptions that are currently in the database.

  1. … 35 more files in changeset.
Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes.

  1. … 6 more files in changeset.
Add start date for learnerProgress.

  1. … 3 more files in changeset.
Library upgraded: Standard Taglib 1.1 (JSTL 1.1)

*** empty log message ***

updated lams_common JAR

Added a flag to the Flash crash dump, which allows Flash to give a parameter which is then inserted into the filename. Useful for dumps where the data has to be split across multiple dumps due to Flash restrictions.

Working on the delete side of preview. Untested.

Working on the delete side of preview. Untested.

  1. … 4 more files in changeset.
Update lams.jar - new method validateActivity added to ScheduleGateActivity

remove getParameter from LocaleFilter

change prority of locale

  1. … 1 more file in changeset.
Add more overload getMessage methods.

New filter for locale.

Implementing Preview - basic running of preview done, deletion of old preview lessons not completed.

  1. … 9 more files in changeset.
Persist toolSessionName.

Change toolSessionManager interface to add new toolSessionName.

  1. … 5 more files in changeset.
Staff group name from client.

LDEV-75: Tweaked the Flash crash dump - must be logged in to do a dump and the file now has a .xml extension.

  1. … 1 more file in changeset.
Steve and my changes collided. Hopefully this version contains all our changes.

Add group name

Changed the calls to get the workspace folders and folder contents to be one call getFolderContents. The call uses dummy values to indicate when it wants the very root of all directories and when it needs the organisation workspaces. This allows Flash to call the same method (and the same data) for all parts of the display tree, which makes drag and drop much easier.

Most of the "rearranging" of the data and the dummy values has been kept in the Action class as it is designed to suit Flash, rather than being normal business logic.

  1. … 3 more files in changeset.
Added a general "user doesn't have the rights to do this" exception. This may be used for throwing an exception in the service layer and be picked up in the web layer for translation to a Flash error message. See usage in WorkspaceAction.java for example.

Teacher view of the learner url did not include the user id. This stopped the tools showing the specific data for a learner.

Changed code to suit new name for the field linking designs to their runtime versions (new name LearningDesign.originalLearningDesign). Modified the copyLearningDesign routines to only set the field when creating a runtime design - don't want to link the designs when the user duplicates a design in authoring. Finally, changed the delete learning design methods to delete a design even if it is the parent of other designs (note: this leaves the child designs pointing to a parent that does not exist).

  1. … 5 more files in changeset.
Changed name of parentLearningDesign to originalLearningDesign. This field links the lesson version of a design back to its original design, but the parent name suggests that the parent learning design contains the child learning design (this is the meaning in the activity table) so the name was changed.

  1. … 9 more files in changeset.