lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

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

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

LDEV-3637 adding comments

LDEV-3637 Add integration API: clone a lesson based on a lessonID

LDEV-3640: Generate only a warning when there is no foreign key to drop.

  1. … 14 more files in changeset.
LDEV-3533 moved URL rewrite operations from index.jsp to UrlRewrite config file (in order to keep such rules in one place)

LDEV-3335, LDEV-3334 Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead.

    • -25
    • +0
    /lams_learning/conf/xdoclet/filter-mappings.xml
    • -31
    • +0
    /lams_learning/conf/xdoclet/filters.xml
    • -18
    • +0
    /lams_learning/conf/xdoclet/servlet-mappings.xml
    • -40
    • +0
    /lams_learning/conf/xdoclet/servlets.xml
    • -89
    • +0
    /lams_learning/conf/xdoclet/taglibs.xml
LDEV-3631: Converted to div

    • -4
    • +2
    /lams_central/web/comments/comments.jsp
    • -12
    • +4
    /lams_central/web/comments/msgview.jsp
    • -10
    • +6
    /lams_central/web/comments/topicview.jsp
LDEV-3631: Converted to div

    • -4
    • +2
    /lams_central/web/comments/comments.jsp
    • -12
    • +4
    /lams_central/web/comments/msgview.jsp
    • -10
    • +6
    /lams_central/web/comments/topicview.jsp
LDEV-3630, the LAMSLESSON_PARAM_COURSEID param should left lowerkey

    • -0
    • +10
    /moodle/mod/lamslesson/db/access.php
LDEV-3630, the LAMSLESSON_PARAM_COURSEID param should left lowerkey

    • -0
    • +10
    /moodle/mod/lamslesson/db/access.php
LDEV-3631: Removing unwanted change.

    • -2
    • +2
    /lams_tool_nb/web/WEB-INF/urlrewrite.xml
LDEV-3631: Removing images as we went with font instead.

    • binary
    /lams_central/web/images/dislike.gif
    • binary
    /lams_central/web/images/dislike_disabled.gif
LDEV-3315: Prevent XSS attach when recovering password. Do not give away information that an email is assigned to multiple users. Do not give away DB structure when an error occurs.

  1. … 3 more files in changeset.
LDEV-3315: Prevent XSS attach when recovering password. Do not give away information that an email is assigned to multiple users. Do not give away DB structure when an error occurs.

  1. … 3 more files in changeset.
LDEV-3631 Simple Commenting Widget

    • -0
    • +52
    /lams_central/web/WEB-INF/tags/Comments.tag
    • -0
    • +51
    /lams_central/web/WEB-INF/tags/CommentsAuthor.tag
    • -0
    • +8
    /lams_central/web/WEB-INF/tlds/lams/lams.tld
    • -0
    • +101
    /lams_central/web/comments/comments.jsp
    • -0
    • +80
    /lams_central/web/comments/edit.jsp
    • -0
    • +122
    /lams_central/web/comments/msgview.jsp
    • -0
    • +25
    /lams_central/web/comments/msgviewwrapper.jsp
    • -0
    • +86
    /lams_central/web/comments/new.jsp
  1. … 62 more files in changeset.
LDEV-3599 Fetch number of learners for all activities at one go, otherwise quickly progressing learners can yield incorrect results.

LDEV-3599 Fetch number of learners for all activities at one go, otherwise quickly progressing learners can yield incorrect results.

LDEV-3578: Remove password hashing in TestHarness as login page does not support it anymore.