lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3665: Use Java 8 time API instead of Joda library in LAMS core. Use Joda time library shipped with Wildfly for lams_saml project, which needs it for OpenSaml 2.6 library.

  1. … 175 more files in changeset.
LDEV-3661: Remove Aspirin library. Emails will be send using the configured SMTP server. Simplify Event Notifications - remove unnecessary methods, internal Event pool, extra threads.

  1. … 36 more files in changeset.
LDEV-3663: Allow all classess being (un)marshalled for any instance of XStream we use in LAMS.

LDEV-3656: When using LoginAs action invalidate sysadmin session only after all JSP tags read data from it.

LDEV-3585: Survey monitor - Pie charts were always appearing in the first session even if selected for later sessions.

LDEV-3585: Survey monitor - not needed

LDEV-3585: Survey monitor UI to support paging, sort and search for answers.

    • -3
    • +11
    /lams_tool_survey/conf/xdoclet/struts-actions.xml
  1. … 3 more files in changeset.
LDEV-2917: Rever unncessarily committed Emailer.

LDEV-3585: Survey monitor - output value for the free answer / append text field has to be treated differently for the two cases.

LDEV-2918: Get rid of IE, "main" and "tabbed" styles as they are obsolete and only blur CSS tag work.

    • -1227
    • +0
    /lams_central/web/css/defaultMainHTML.css
    • -1124
    • +0
    /lams_central/web/css/defaultMainHTML_rtl.css
    • -161
    • +0
    /lams_central/web/css/ie-styles_rtl.css
    • -17
    • +0
    /lams_central/web/css/ie7-styles_rtl.css
  1. … 88 more files in changeset.
LDEV-3650 Include the burning questions in a new tab in the .xls export file

LDEV-3650 Include the burning questions in a new tab in the .xls export file

LDEV-3587 Modify Tasks monitor UI to support paging, sort and search

LDEV-3585: Survey monitor - Reflections are now paged.

LDEV-2917: Use <!DOCTYPE html> everywhere.

    • -1
    • +1
    /lams_admin/web/timezoneServerManagement.jsp
    • -1
    • +1
    /lams_central/web/comments/comments.jsp
  1. … 156 more files in changeset.
LDEV-3587 Modify Tasks monitor UI to support paging, sort and search

    • -0
    • +109
    /lams_tool_task/web/pages/monitoring/parts/advanceoptions.jsp
    • -0
    • +43
    /lams_tool_task/web/pages/monitoring/parts/daterestriction.jsp
LDEV-3659 Fixed JS error on trying to leave Advanced tab in authoring

LDEV-3575 fixing typo

Merging recent changes

LDEV-3585: Survey monitor UI to support paging, sort and search for answers. Improving the efficiency of the statistics call.

LDEV-3585: Survey monitor UI to support paging, sort and search for answers

LDEV-3575 Implement paging and search for "Find users" UI

    • -6
    • +0
    /lams_admin/conf/xdoclet/struts-forms.xml
    • -89
    • +166
    /lams_admin/web/usersearchlist.jsp
LDEV-3575 Implement paging and search for "Find users" UI

    • -6
    • +0
    /lams_admin/conf/xdoclet/struts-forms.xml
    • -88
    • +165
    /lams_admin/web/usersearchlist.jsp
LDEV-3658: Do not remove "user" attribute when cleaning up HTTP session by MCQ as this removes vital UserDTO, needed by other modules.

LDEV-3657: Hide FLA, Add Lesson and Monitoring dialogs behind loading screen.

    • -0
    • +5
    /lams_central/web/authoring/authoring.jsp
    • -0
    • +13
    /lams_central/web/css/addLesson.css
    • -0
    • +13
    /lams_central/web/css/authoring.css
    • -0
    • +13
    /lams_monitoring/web/css/monitorLesson.css
    • -11
    • +20
    /lams_monitoring/web/monitor.jsp
LDEV-3657: Hide FLA, Add Lesson and Monitoring dialogs behind loading screen.

    • -0
    • +5
    /lams_central/web/authoring/authoring.jsp
    • -0
    • +13
    /lams_central/web/css/addLesson.css
    • -1
    • +13
    /lams_central/web/css/authoring.css
    • -0
    • +13
    /lams_monitoring/web/css/monitorLesson.css
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search. Sort by date now working and made a generic Java replacement for the lams:Date tag.

LDEV-3656: When using LoginAs action or LoginRequestServlet remove session on login JSP page so the new request can be proccessed and not aborted.

LDEV-3587 Modify Tasks monitor UI to support paging, sort and search

    • -0
    • +43
    /lams_tool_task/web/pages/monitoring/parts/daterestriction.jsp
LDEV-3656: When authenticating, if there is already a session mapped to a user's login, invalidate it. This will abort current authentication process too, so the user will be thrown out from the previous browser, but will not be let in on the current browser. Only subsequent attempt(s) to log in should succeed.