lams_tool_images

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4298 Fixed adding images in learner preview

    • -5
    • +5
    ./web/pages/authoring/parts/addimage.jsp
LDEV-4237: Not checking mode correctly so the wrong size was being displayed / validated.

    • -3
    • +3
    ./web/pages/authoring/parts/imagefile.jsp
LDEV-4297 Fixed uploading images in authoring

    • -5
    • +4
    ./web/pages/authoring/parts/addimage.jsp
LDEV-4286 Show authoring advanced tab on re-editing content from monitor

    • -63
    • +0
    ./web/pages/authoring/definelater.jsp
  1. … 23 more files in changeset.
LDEV-4285: change icon for restart lesson

  1. … 30 more files in changeset.
LDEV-4053 Use divs for uploading new images in learner and monitor

    • -5
    • +22
    ./web/pages/authoring/parts/addimage.jsp
    • -1
    • +8
    ./web/pages/authoring/parts/imagefile.jsp
    • -148
    • +0
    ./web/pages/learning/parts/addimage.jsp
    • -184
    • +0
    ./web/pages/learning/parts/addmultipleimages.jsp
    • -4
    • +22
    ./web/pages/monitoring/monitoring.jsp
file uploadImageLearning.js was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/includes/javascript/uploadImageLearning.js
LDEV-4272: Do not allow in LAMS any HTTP methods other than GET or POST.

  1. … 34 more files in changeset.
LDEV-4053 Refactor code

- quite a few methods are duplicated across LearningAction AuthorAction and MonitorAction.java. It will best probably to put these into a single util class

- Similarly for the UI, there's plenty of repeated parts that perhaps can we put into a common folder and reused from there.

    • -2
    • +0
    ./web/pages/authoring/parts/addimage.jsp
    • -1
    • +1
    ./web/pages/authoring/parts/imagefile.jsp
    • -10
    • +15
    ./web/pages/learning/parts/addimage.jsp
    • -10
    • +19
    ./web/pages/learning/parts/addmultipleimages.jsp
  1. … 3 more files in changeset.
file ImageGalleryUtils.java was initially added on branch lams2_head_wildfly.

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. … 136 more files in changeset.
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-4249 Remove obsolete definelaterforbid.jsp page

  1. … 17 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.

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +17
    ./web/WEB-INF/tags/WaitingSpinner.tag
    • -107
    • +27
    ./web/pages/authoring/parts/addmultipleimages.jsp
    • -23
    • +6
    ./web/pages/authoring/parts/imagefile.jsp
    • -38
    • +18
    ./web/pages/learning/parts/addimage.jsp
    • -123
    • +48
    ./web/pages/learning/parts/addmultipleimages.jsp
file FileUpload.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/FileUpload.tag
file WaitingSpinner.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/WaitingSpinner.tag
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.

    • -9
    • +0
    ./db/sql/drop_lams_tool_imageGallery.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.

    • -108
    • +87
    ./db/sql/create_lams_tool_imageGallery.sql
    • -8
    • +3
    ./db/sql/drop_lams_tool_imageGallery.sql
  1. … 216 more files in changeset.
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 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. … 12 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. … 12 more files in changeset.
LDEV-4181: When sequences are imported if maxRating or ratingStyle is null, need to set them to appropriate values. Will happen when a sequence is imported from a server that did not have these fields.

  1. … 1 more file 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-3322:Add tag ids to facilitate selenium functional testing

    • -2
    • +2
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 9 more files in changeset.