lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4199: Branching activities screens were missing when the green dots were clicked in the sequence screen. The screens are not wanted so have changed it so the dots don't work.

LDEV-4200 adding labels for English, Greek and Spanish

LDEV-4203: Q&A to have ckeditors for question's feedback. Field changed in authoring. No changes required in learning as the correct output for ckeditor entered text is already used.

LDEV-4201: remove feedback formatting from questions

LDEV-4200: Adding start and finish dates for lessons and activities to teacher's gradebook screens.

    • -2
    • +2
    /lams_gradebook/web/gradebookCourseLearner.jsp
LDEV-4155 In order to be able to use "history.back()" without any problems - using redirect in NotebookAction

LDEV-4155 formatting

    • -16
    • +22
    /lams_learning/web/notebook/view.jsp
LDEV-3996 Prevent NullPointerException on trying to change subcourse name

LDEV-4213 Create servlet that will be able to recalculate lesson total marks

    • -0
    • +10
    /lams_gradebook/web/WEB-INF/web.xml
LDEV-4196 * enlarged etherpad's area in monitor as requested * Same domain policy note added to readme.txt

LDEV-4196 * enlarged etherpad's area in monitor as requested * Same domain policy note added to readme.txt

LDEV-4211 in case of "gradebookMarksLesson" method is requested - add all users that have completed the lesson but have no gradebookUserLesson (it happens when lesson contains zero activities that set to produce toolOutputs)

LDEV-4211 * Make GradebookSyncServlet store learnerElements with empty scores * pull up common code to the util method

LDEV-4211 * Make GradebookSyncServlet store learnerElements with empty scores * pull up common code to the util method

LDEV-4187: Get an learner's status from the tool for a particular tool session, which can be used to regenerate learner progress.

LDEV-4174 Show correct feedback (tick sign) in cases when selected option has grade more that zero

LDEV-4204: Redirects were causing the login page to get stuck once it had failed a password or had a locked out password so changes to a forward which leaves the "referer" entry as it orginally was in the browser. Redirect appears to be needed for the two stage authentication to work properly so it was left as is.

LDEV-4210: Allow multiple users through a gate.

    • -7
    • +10
    /lams_monitoring/web/gate/conditionGateContent.jsp
    • -16
    • +35
    /lams_monitoring/web/gate/openGateSingleUser.jsp
    • -7
    • +11
    /lams_monitoring/web/gate/permissionGateContent.jsp
LDEV-4209: Disable Submit All, Next Activity and Finish buttons after clicking to prevent double submit.

LDEV-4206: Progress bar was missing in mobile format.

LDEV-4023 adding missing label

LDEV-4202 Fixed jQuery [value=] selector which started to work differently since jQuery 1.4.3

LDEV-4207 Added ability to select and use boolean type of tool outputs

    • -0
    • +2
    /lams_central/web/authoring/authoring.jsp
LDEV-4205 Attempt to solve the problem with setting cookies to the top level domain

LDEV-4205 Attempt to solve the problem with setting cookies to the top level domain

LDEV-4205 Fixed incorrect initialization of WikiOutputFactory

LDEV-4205 Display tool output's description (i18n value) instead of currently displayed name

LDEV-4196 Cope with expired and close to being expired Etherpad sessions (which Etherpad regardless of their expiration date always returns)

LDEV-4196 Cope with expired and close to being expired Etherpad sessions (which Etherpad regardless of their expiration date always returns)

LDEV-4187: Make sure that even after an exception is thrown, the Hibernate session is closed. Add extra logging to verify completeActivity() failures.