lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3939 Rolling back previously committed code that supposed to be committed to ntu_bb_integration

    • -6
    • +0
    /lams_bb_integration/web/admin/config.jsp
    • -6
    • +0
    /lams_bb_integration/web/admin/config_proc.jsp
LDEV-3939 Refactoring of Java code

    • -1
    • +7
    /lams_bb_integration/web/admin/config.jsp
    • -0
    • +6
    /lams_bb_integration/web/admin/config_proc.jsp
LDEV-3939 Refactoring of Java code

    • -1
    • +7
    /lams_bb_integration/web/admin/config.jsp
    • -0
    • +6
    /lams_bb_integration/web/admin/config_proc.jsp
LDEV-4190 In case of group-based branching make LAMS show page with groups created in authoring straightway, skipping one extra step when monitor needs to press Create new groups button (the wording of which doesn't reflect what's going on in reality as groups are not being created but rather just used)

LDEV-3293, LDEV-4184: Clear log warning: "HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!"

LDEV-4193: Envelop mail sending code in Hibernate transaction.

LDEV-4175: Turn off Hibernate second level cache as it can lead to unsynchronised data on clustered environment.

LDEV-4175: Evict objects which are put into a form, then attaced to a session and possible saved with other objects with same IDs.

LDEV-4184: Silence few unnecessary logs.

LDEV-4187: Delegate non-HTTP-request tasks to own threads. Open and close Hibernate session for each of such thread. Bind created session to context and thread. Close session at the end of thread execution.

LDEV-4187: Delegate non-HTTP-request tasks to own threads. Open and close Hibernate session for each of such thread. Bind created session to context and thread. Close session at the end of thread execution.

LDEV-4190 External groups won't be allowed to be imported from integrated server as long as we can't map Group to Branch in Monitoring (there is no UI for this). This way only groups created in authoring will be used.

LDEV-4187: Commented out the actions that bind the session to the thread as this is causing the progress bar issues. Needs to be reviewed and fixed properly.

LDEV-4187: Debugging for the learner progress issues commented out in the code in case needed for future testing. Only the warnings left active to warn if the attempted activity set is wrong.

LDEV-4187: Extra logging.

LDEV-4187: Extra logging.

Extra debugging to view what LAMS thinks is the current and completed activities.

LDEV-4188 Fixed and issue with MCQ not presenting options to change tool output in Monitor (Stats tab)

LDEV-4187: Improving debugging statements.

LDEV-4187: Synchronise completeActivity() method again. Do not pull LearnerProgress from DB as the same object seems to be fetched fron cache anyway. Add extra logs for attempted->completed activity transition.

LDEV-4180 fixing third zero

LDEV-4179: Target only Monitoring dialogs when running JS code to center LD SVGs.

LDEV-4181: When sequences are imported if maxRating or ratingStyle is null, need to set them to appropriate values. Will happen when a sequence is imported from a server that did not have these fields.

LDEV-4185: Be ready for null names of LDs or folders in Authoring.

LDEV-4184: SIlence " HHH000179: Narrowing proxy..." warning.

LDEV-4169: Fixed scrollbar missing in some of the LAMS pages in older versions of IE and Firefox

    • -0
    • +1
    /lams_bb_integration/RELEASE_NOTES.TXT
LDEV-4169: Fixed scrollbar missing in some of the LAMS pages in older versions of IE and Firefox

    • -0
    • +1
    /lams_bb_integration/RELEASE_NOTES.TXT
LDEV-4180: Updating release details to version 3.0

    • -6
    • +7
    /lams_common/db/sql/insert_lams_unix_config_data.sql
    • -6
    • +6
    /lams_common/db/sql/insert_lams_windows_config_data.sql
LDEV-876: As version property seems to be used after all, convert it to a full object instead of a primitive.

LDEV-876: Version field does not seem to be used anymore.