lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4218: Making the monitor entered messages a different colour. Fixed the marking screen so that it does not show the learner progress bar - had the wrong page type for the layout.

    • -2
    • +5
    /lams_tool_forum/web/css/jquery.treetable.forum.css
    • -1
    • +1
    /lams_tool_forum/web/includes/layout.jsp
LDEV-4220: Reverting changes made in error.

LDEV-4220: Removing file added in error.

    • -2
    • +0
    /lams_common/.settings/org.jboss.ide.eclipse.as.core.prefs
LDEV-4220: When a peer review comment rating was deleted and not replaced with another comment rating, an exception was thrown as it was trying to delete the comment twice.

    • -0
    • +2
    /lams_common/.settings/org.jboss.ide.eclipse.as.core.prefs
LDEV-3962 * ability to save sequences on pressing the Enter button in a title input field * ability to close open/save sequence dialog on pressing Esc button * Open and Save sequence dialogs: ability to open/save sequences on double click * Open sequence dialog: prevent items from being deselected on any subsequent clicks * Selecting recently viewed items should have the same effect as selecting sequences in YUI tree object

LDEV-3962 * Remove "Refresh" button

LDEV-4201: remove feedback formatting from questions

LDEV-4054 Updating Greek

LDEV-4216 Adding tour labels for index page

LDEV-3962 * "Enable lesson sorting" - move to the "More options" menu * Remove "Refresh" button

    • binary
    /lams_central/web/images/sorting_disabled.gif
    • binary
    /lams_central/web/images/sorting_enabled.gif
LDEV-4216: Tour has been internationalized and a few tweaks to the layout done to look better on an iPad.

LDEV-4217 Remove LAMS Community integration

    • -35
    • +0
    /lams_admin/web/WEB-INF/struts-config.xml
    • -5
    • +0
    /lams_admin/web/WEB-INF/tiles-defs.xml
  1. … 24 more files in changeset.
LDEV-4216: Creating a short tour for the main page. Using classes to tie the tour entries to the source elements.

    • -0
    • +22
    /lams_central/web/css/bootstrap-tour.min.css
    • -1
    • +1
    /lams_central/web/favoriteOrganisations.jsp
    • -0
    • +142
    /lams_central/web/mainTour.jsp
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.