lams_tool_preview

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file FileUpload.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/FileUpload.tag
  1. … 14 more files in changeset.
LDEV-4249 Remove obsolete definelaterforbid.jsp page

  1. … 17 more files in changeset.
LDEV-3147 Get rid of 'supports_run_offline_flag' and 'define_later_url' columns from lams_tool table

  1. … 31 more files in changeset.
LDEV-3517 Added Peer Review tool icon

    • binary
    ./web/images/icon_peerreview_16.svg
  1. … 1 more file in changeset.
LDEV-4180: Remove help_text from lams_learning_activity as it is take from i18n files anyway.

  1. … 28 more files in changeset.
LDEV-4180: Remove patches for dropping DB tables as we never use them.

    • -5
    • +0
    ./db/sql/drop_lams_tool_peerreview.sql
  1. … 35 more files in changeset.
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches.

Get rid of unnecessary tables and keys.

Modify boolean columns to tinyint(1)

Simplify patches where possible.

    • -25
    • +38
    ./db/sql/create_lams_tool_peerreview.sql
    • -6
    • +1
    ./db/sql/drop_lams_tool_peerreview.sql
  1. … 215 more files in changeset.
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 more files in changeset.
LDEV-3517 Added Peer Review tool icon

    • binary
    ./web/images/icon_sharedpeerreview.svg
  1. … 1 more file in changeset.
LDEV-4233 changed button icon

LDEV-4233 added confirmation dialog asking whether teacher wants to proceed with hiding user as it will lead to removal of this user's ratings and comments

    • -6
    • +11
    ./web/pages/monitoring/manageUsers.jsp
LDEV-4233 Ability to hide users

  1. … 6 more files in changeset.
file patch20170215.sql was initially added on branch lams2_head_wildfly.

file manageUsers.jsp was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/pages/monitoring/manageUsers.jsp
file learningHiddenUser.jsp was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/pages/learning/learningHiddenUser.jsp
LDEV-4222: Eliminating exceptions due to division by zero. This creates a NaN.

LDEV-4222: Using ANY_VALUE to make the SQL compatible with MySQL's ONLY_FULL_GROUP_BY setting.

  1. … 2 more files in changeset.
LDEV-4187: Get an learner's status from the tool for a particular tool session, which can be used to regenerate learner progress.

  1. … 24 more files in changeset.
LDEV-3293, LDEV-4184: Clear log warning: "HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!"

  1. … 9 more files in changeset.
LDEV-4161: I18N tweaks

    • -1
    • +1
    ./web/pages/monitoring/criteriapart.jsp
LDEV-4161: Further enhancement to Peer Review - the author can now differentiate what to show on the results, the results page now indicates how many possible reviews can be done and sorts the comments in alphabetical order.

    • -7
    • +11
    ./web/WEB-INF/tags/StyledRating.tag
file patch20161226.sql was initially added on branch lams2_head_wildfly.

LDEV-4161: On star entry page, change wording from "Your rating is " to "You gave a rating of " and do not display the average.

LDEV-4161: Allow user to rerate a star rating. This is optional - set in a parameter in the initialization call.

  1. … 1 more file in changeset.
LDEV-4160: Convert any underscores to spaces so that long lesson names that only use underscores and not spaces will still wrap the lesson name.

  1. … 23 more files in changeset.
LDEV-4119:Replace stepper

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringRatingCriteria.tag
  1. … 17 more files in changeset.
LDEV-3322:Add tag ids to facilitate selenium functional testing

    • -2
    • +2
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 8 more files in changeset.
LDEV-4109: Adding explicit comment style rating support to Peer Review.

LDEV-4109: Adding explicit comment style rating support to Peer Review. Also fixed problem with working out whether it was the first, second, last, etc rating which was causing the wrong combination of next/prev/continue buttons to be displayed.

LDEV-4109: Adding explicit comment style rating support to Peer Review.

LDEV-4112: Fixing the previous button - was not detecting the prev case properly and always redisplaying the same screen.