lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Modifications to chart data generation about handling HTML and non-HTML based nomination text

Updated users so that all are staff - now mmm should appear on the staff list in the wizard.

    • -16
    • +16
    /lams_common/db/sql/insert_users.sql
added lessonID root param

completed dialog to edit lesson class

key press for debug dialog

fixed date and disable buttons on finish

corrected org id for lesson class

removed unneeded callback param

fixed getOrganisations call

methods to change status, and user loading/saving methods

added editLessonClass method, updated onDialogLoaded

added lesson loader and create lesson class methods

changed constructor

added isLearner/isStaff methods

learners dialog class

Updated to suit the learner change which moved the logic to cache the lesson learners into the lams.jar (in the LessonService).

Replaced getAllLessonsWDDX, getLessonData with getLessonDetails. Suits the change from listing all the lessons in the monitoring client to just working with a single lesson.

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
Replaced getActiveLessons with getLesson, to suit the change from listing all the lessons in the learner client to just working with a single lesson.

Modifying the getOrganisationForUserByRole calls to return just the course and class when specified, rather than the whole organisation tree.

Modifying the getOrganisationForUserByRole calls to return just the course and class when specified, rather than the whole organisation tree.

Replaced getActiveLessons with getLesson, to suit the change from listing all the lessons in the learner client to just working with a single lesson.

Moved the logic to cache the lesson learners from learning into the lams.jar (in the LessonService).

Replaced getAllLessonsWDDX, getLessonData with getLessonDetails. Suits the change from listing all the lessons in the monitoring client to just working with a single lesson.

Replaced getActiveLessons with getLesson, to suit the change from listing all the lessons in the learner client to just working with a single lesson.

Also moved the logic to cache the lesson learners into the lams.jar (in the LessonService).

    • binary
    /lams_build/lib/lams/lams-learning.jar
Modifying the getOrganisationForUserByRole calls to return just the course and class when specified, rather than the whole organisation tree.

    • binary
    /lams_build/lib/lams/lams-central.jar
Fix a bug in OrganisationDTO(Organisation organisation) constructor.

this.parentID = organisation.getParentOrganisation().getOrganisationId() will throw a NullPointerException at runtime if the organisation is the top level organisation like "Root"

Now this line of code is modified like this:

this.parentID = (organsiation.getParentOrganisation()==null) ? new Integer(-1) : organisation.getParentOrganisation().getOrganisationId();

So in an organisationDTO, if parentID is -1, it means the organisation is the top level organisation which has no parent.

Add import tool content method

    • -0
    • +4
    /lams_central/conf/xdoclet/servlets.xml
    • -0
    • +22
    /lams_central/web/importToolContent/import.jsp
Export tool content success.

Export tool content success.

package export success.

Add fileUtil method and package export success.

added Thai language

    • -0
    • +1
    /lams_central/web/flashxml/authoring/th_dictionary.xml
    • -1
    • +1
    /lams_central/web/flashxml/configData.xml
Export tool content servlet.