lams_tool_forum

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4286 Show authoring advanced tab on re-editing content from monitor

    • -35
    • +35
    ./web/jsps/authoring/authoring.jsp
    • -41
    • +0
    ./web/jsps/authoring/definelater.jsp
    • -20
    • +0
    ./web/jsps/authoring/definelaterheader.jsp
    • -0
    • +1
    ./web/jsps/monitoring/editactivity.jsp
  1. … 5 more files in changeset.
LDEV-4285: change icon for restart lesson

  1. … 30 more files in changeset.
LDEV-4272: Do not allow in LAMS any HTTP methods other than GET or POST.

  1. … 34 more files in changeset.
LDEV-4261: Remove version properties from entities. Remove management of optimistic locking failures as they never happen.

  1. … 7 more files in changeset.
file patch20170308.sql was initially added on branch lams2_head_wildfly.

  1. … 2 more files in changeset.
LDEV-4184: "outer-join" attribute in hbm.xml files is deprecated and produces warnings on server start up. Remove entries with "auto" value. Entries with value "true" become fetch=join.

  1. … 135 more files in changeset.
LDEV-4248: Fixing the file delete. Had been broken when the screen was bootstrapped.

LDEV-4240: Consistent upload widget: making the button and file name area smaller.

  1. … 31 more files in changeset.
LDEV-4237 adding labels

  1. … 13 more files in changeset.
LDEV-4054 Updating greek

  1. … 4 more files in changeset.
LDEV-4240: Consistent upload widget

Keeping the tag files consistent across LAMS.

  1. … 57 more files in changeset.
LDEV-4249 Remove obsolete definelaterforbid.jsp page

    • -4
    • +0
    ./web/jsps/authoring/definelaterforbid.jsp
  1. … 16 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-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.

  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.

    • -10
    • +0
    ./db/sql/cleanup_lams_tool_forum.sql
    • -100
    • +120
    ./db/sql/create_lams_tool_forum.sql
    • -6
    • +0
    ./db/sql/insert_lams_tool_forum_data.sql
  1. … 215 more files in changeset.
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 more files in changeset.
file FileUpload.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/FileUpload.tag
  1. … 2 more files in changeset.
file WaitingSpinner.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/WaitingSpinner.tag
  1. … 2 more files in changeset.
LDEV-4237: Include label informing the max size file

LDEV-4241: File upload validation

LDEV-4240: Consistent upload widget

Using new tags and the shared javascript code to create consistency across tools for the look and validation behaviour of file upload.

    • -2
    • +2
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +17
    ./web/WEB-INF/tags/WaitingSpinner.tag
    • -1
    • +25
    ./web/includes/javascript/learner.js
    • -3
    • +1
    ./web/jsps/authoring/conditionList.jsp
    • -7
    • +7
    ./web/jsps/authoring/message/create.jsp
  1. … 15 more files in changeset.
LDEV-4237: Adding file size help text to authoring and learner new post, and updating the reply to use different formatting.

    • -0
    • +5
    ./web/jsps/authoring/message/create.jsp
    • -0
    • +5
    ./web/jsps/learning/message/topicform.jsp
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
    • +18
    ./web/jsps/learning/message/msgview.jsp
    • -2
    • +18
    ./web/jsps/monitoring/viewmarks.jsp
file patch20160213.sql was initially added on branch lams2_head_wildfly.

LDEV-4187: Get an learner's status from the tool for a particular tool session, which can be used to regenerate learner progress.

  1. … 10 more files in changeset.
LDEV-4161: Enhancements to Peer Review - tweaking the wording of the rating display.

    • -7
    • +11
    ./web/WEB-INF/tags/StyledRating.tag
  1. … 26 more files in changeset.
LDEV-4109: Updating tags across projects.

  1. … 22 more files 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. … 12 more files in changeset.
LDEV-4167: Do not clone learner-created Forum messages through conditions.

LDEV-4092: Date passed back by server was reconverting time for Daylight Saving, making it an hour out, as the convertToStringForJSON takes the timezone into account. Therefore convert the already timezone converted time (which gets converted back again) rather than the original time.

  1. … 13 more files in changeset.