lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3589: Removing no longer needed reference to CNG tasks.

    • -2
    • +0
    /lams_tool_sbmt/web/authoring/advance.jsp
LDEV-3654: Modify Snap-generated SVG so it is understood by different browsers.

LDEV-3654: Calculate whether SVG is outdated more roughly as exact calculations may lead to a conclusion that LD was updated after SVG was created.

LDEV-3654: Make sure Tool PNG icons have the same name as SVG icons, otherwise they will not be fetched by LD SVG.

    • binary
    /lams_tool_eadventure/web/images/icon_eAdventure game.png
    • binary
    /lams_tool_lamc/web/images/icon_mc.png
    • binary
    /lams_tool_laqa/web/images/icon_qa.png
    • binary
    /lams_tool_notebook/web/images/icon_notebook.png
    • binary
    /lams_tool_scribe/web/images/icon_scribe.png
LDEV-3654: Remove IE compatibility tags.

    • -32
    • +32
    /lams_admin/web/WEB-INF/tags/Head.tag
    • -32
    • +32
    /lams_central/web/WEB-INF/tags/Head.tag
    • -1
    • +1
    /lams_gradebook/web/WEB-INF/tags/Head.tag
    • -1
    • +1
    /lams_tool_bbb/web/WEB-INF/tags/Head.tag
    • -32
    • +32
    /lams_tool_chat/web/WEB-INF/tags/Head.tag
    • -1
    • +1
    /lams_tool_daco/web/WEB-INF/tags/Head.tag
    • -1
    • +1
    /lams_tool_gmap/web/WEB-INF/tags/Head.tag
    • -32
    • +32
    /lams_tool_lamc/web/WEB-INF/tags/Head.tag
  1. … 19 more files in changeset.
LDEV-3654: Notify user that LAMS is compatible only with IE 10 and 11.

LDEV-3275: Make WF use hot deployed JSP pages, not cached ones.

LDEV-3646: Remove obsolete data.

LDEV-3653 Add websocket server and client code. Add Ant code for deploying the server class to <WAR>/WEB-INF/classes folder for WildFly to pick it up on start up. Rearange, clean up and formatting.

  1. … 9 more files in changeset.
LDEV-3589: Modify submit files monitor UI to support paging, sort and search

LDEV-3589: Modify submit files monitor UI to support paging, sort and search

LDEV-3652: Hide option in noticeboard wasn't working. Extraneous quote mark removed.

    • -1
    • +1
    /lams_central/web/comments/msgview.jsp
LDEV-3652: Hide option in noticeboard wasn't working. Extraneous quote mark removed.

    • -1
    • +1
    /lams_central/web/comments/msgview.jsp
LDEV-3649: Parse date string using Java classes instead of JSTL.

LDEV-3115: Authoring toolbar on Chrome needs to be wider.

LDEV-3115: Authoring toolbar on Chrome needs to be wider.

LDEV-3648: Export spreadsheet was throwing exception when checkbox was the final option due to the answerindex manipulation.

LDEV-3648: Export spreadsheet was throwing exception when checkbox was the final option due to the answerindex manipulation.

LDEV-3645: Add the advanced tab when editing in monitor

    • -6
    • +2
    /lams_tool_nb/web/authoring/authoring.jsp
    • -0
    • +1
    /lams_tool_nb/web/monitoring/comments.jsp
LDEV-3645: Add the advanced tab when editing in monitor

    • -6
    • +2
    /lams_tool_nb/web/authoring/authoring.jsp
    • -0
    • +1
    /lams_tool_nb/web/monitoring/comments.jsp
LDEV-3615: Modify Data collection monitor UI to support paging, sort and search

  1. … 13 more files in changeset.
LDEV-3651: Remove x-powered-by from WF

LDEV-3337: Add a missing rename table statement.

LDEV-3615: Modify Data collection monitor UI to support paging, sort and search

  1. … 14 more files in changeset.
LDEV-3647: Set logging level for some Hibernate Java packages to INFO.

LDEV-3646: Add websocket library source code for reference.

    • -0
    • +300
    /3rdParty_sources/websocket/javax/websocket/CloseReason.java
    • -0
    • +157
    /3rdParty_sources/websocket/javax/websocket/Decoder.java
    • -0
    • +151
    /3rdParty_sources/websocket/javax/websocket/Encoder.java
    • -0
    • +144
    /3rdParty_sources/websocket/javax/websocket/Endpoint.java
    • -0
    • +49
    /3rdParty_sources/websocket/javax/websocket/Extension.java
  1. … 21 more files in changeset.
LDEV-3646: Add websocket server and client code. Add Ant code for deploying the server class to <WAR>/WEB-INF/classes folder for WildFly to pick it up on start up. Clean up and formatting.

    • -32
    • +32
    /lams_learning/web/WEB-INF/tags/Head.tag
  1. … 4 more files in changeset.
LDEV-3644 Store answer grade (%) sum in question so front-end knows whether the question was answered correctly/partially/incorrectly even if mark is 0.

LDEV-3644 Store answer grade (%) sum in question so front-end knows whether the question was answered correctly/partially/incorrectly even if mark is 0.

LDEV-3292: Use JOIN instead of cartesian product in several named queries. Clean up and formatting.