LDEV-2729: While in teacher mode, let userID not to be forgotten as just a first request parameter, but allow it to circulate in the submitted wiki form so subpages can still access it.
LDEV-2729: While in teacher mode, let userID not to be forgotten as just a first request parameter, but allow it to circulate in the submitted wiki form so subpages can still access it.
CNG-1: Allow configuration of several previously hardcoded values.Add readme file with installation instructions.Some clean up of code.lams_openid - add new style Application Context file; correct information in readme file
LDEV-2727: For some reason, there was no code that would run setMindmapContent() javascript function before submitting authoring form. This function copies current MindMap flash content to form property so it can be submitted and stored in database.A listener for "click" event on "save" button has been added, which explicitly runs the required method before submitting.
LDEV-2718: On "newNomination" CKEditor instance load, run method resizing parent iframe. CKEditor instance grows even when it seems that whole iframe content was loaded, so the defined onload method for this frame did not do its job.
LDEV-2711: Forbid accessing lesson level gradebook by learners.Allow setting courseName without prefix.Fix a bug when accessing course level gradebook by learners.