• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated test case for DateUtil

Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 247 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Got the lines in the wrong order in the last check in.

  1. … 247 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 247 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

  1. … 24 more files in changeset.
Added new tools Chat and Shared Resources

Implementation getLearningLibraryByTitle was wrong and the method is not used so the whole method was removed.

Implementation of getLearningLibraries was returning all libraries in the database. Changed to only return the active libraries (ie the libraries that have been successfully installed).

  1. … 1 more file in changeset.
Had internationalization wrongly abbreviated as I8N, rather than I18N

Adding the Id keyword expansion

Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

    • -0
    • +30
    ./conf/language/applicationResources.properties
  1. … 47 more files in changeset.
Added I8N support for the activity and tool title, description, etc.

Added a MessageSource manager, which will load arbitrary message sources on the fly. It is used to access the tool's language files from the authoring code, but it could be used by any part of LAMS to access a resource file as long as the path to the file is known.

Added theme error messages

Updated for increased exception handling in setTheme method.

  1. … 1 more file in changeset.
Renamed exception class.

Updated setTheme method to handle setting html and/or flash theme.

  1. … 1 more file in changeset.
Adjusted to add Html user theme to list.

Custom Exception used in ThemeService

Removed users set

New separate themes - flashTheme and htmlTheme properties

Fixed dataToStyleObject function to only parse numbers for colours to hex values and not font value numbers i.e fontSize

Added version control (build no.) - deletes cached data if new build no. passed in.

Added some debugging to try to work out Ozgur's login screen problem

Moved the IBaseDAO and BaseDAO classes to their own packages and out of learning design. This interface and class may be used as the basis for any Hibernate DAO in the system - it isn't compulsory but it is a handy way of getting functionality. If we are going to be using it all over the place, having the classes in the learning design package is not a good idea.

  1. … 10 more files in changeset.
File must have got here accidently - belongs in the sql directory!

Trying to change the type from Binary to Text, so that keyword expansion will work.

    • -0
    • +171
    ./db/sql/create_quartz_table.sql
Trying to change the type from Binary to Text, so that keyword expansion will work.

    • -171
    • +0
    ./db/sql/create_quartz_table.sql
Trying to fix the binary/text status

Was checked in as binary - trying to convert it to text.

No real change - just trying to get id macro to expand.