lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3275: Add dependecies and source code for Undertow.

    • -0
    • +512
    /3rdParty_sources/undertow/io/undertow/Handlers.java
    • -0
    • +395
    /3rdParty_sources/undertow/io/undertow/Undertow.java
    • -0
    • +179
    /3rdParty_sources/undertow/io/undertow/UndertowLogger.java
    • -0
    • +51
    /3rdParty_sources/undertow/io/undertow/Version.java
  1. … 544 more files in changeset.
LDEV-3275: Make LAMS Valve and Session libraries part of plain lams.jar. In JBoss these libraries had to be externalised as global valves were declared on server, not deployment level, and their code could not be a part of a deployment. If the same thing is attempted with Undertow, the server will (most probably) require all code referenced by a valve to be available during core start up, i.e. before processing LAMS EAR. Since the valves reference LAMS services and other classes, separation seems difficult to achieve. In such case valves (in Undertow: HTTP Handlers) will be a part of an deployment and will be declared for each WAR if necessary.

LDEV-3275: Use "lams" security domain for the whole LAMS deployment. Turn off JDBC spying for faster start up. Can be manually turned on later for debugging.

    • -0
    • +9
    /lams_build/conf/j2ee/jboss-app.xml
LDEV-3275: Formatting

LDEV-3292: Add an index on Activity table.

LDEV-3307 Improve lesson gradebook export performance * speed up producing tool outputs in assessment tool

LDEV-3292: Add an index on Activity table.

LDEV-3306 this is going to be fix for now for the following issue "MCQ scrolls to the top of the page on autosave when using iPad"

LDEV-3303 CKEditor should respect height parameter overriden by editor instance

    • -0
    • +1
    /lams_admin/web/WEB-INF/tags/CKEditor.tag
  1. … 22 more files in changeset.
LDEV-3301 prevent CKEditor from occupying more space than available due to its autogrow feature

    • -3
    • +3
    /lams_tool_forum/web/jsps/authoring/basic.jsp
    • -7
    • +6
    /lams_tool_survey/web/common/header.jsp
LDEV-2060: Remove service-wide reference to NB content and session. Use own references in each method. General clean up and formatting.

LDEV-2060: Remove service-wide reference to NB content and session. Use own references in each method. General clean up and formatting.

LDEV-3292: Fix a bug preventing learners from being added to lesson correctly.

LDEV-3292: When looking for an unique LD title to create a lesson, search for LDs with given prefix instead taking all from given workspace folder.

LDEV-3292: When looking for an unique LD title to create a lesson, search for LDs with given prefix instead taking all from given workspace folder.

LDEV-3296 Upgrade CKEditor to version 4.4.3

    • -24
    • +0
    /lams_central/web/ckeditor/.htaccess
    • -1433
    • +0
    /lams_central/web/ckeditor/CHANGES.html
    • -0
    • +612
    /lams_central/web/ckeditor/CHANGES.md
    • -92
    • +0
    /lams_central/web/ckeditor/INSTALL.html
    • -1327
    • +0
    /lams_central/web/ckeditor/LICENSE.html
    • -0
    • +1264
    /lams_central/web/ckeditor/LICENSE.md
    • -0
    • +39
    /lams_central/web/ckeditor/README.md
    • -0
    • +160
    /lams_central/web/ckeditor/build-config.js
    • -147
    • +912
    /lams_central/web/ckeditor/ckeditor.js
    • -211
    • +0
    /lams_central/web/ckeditor/ckeditor.pack
  1. … 313 more files in changeset.
LDEV-3286 audit log when marks are released

LDEV-3289 Audit log when moving students backwards/forwards in monitor * Moved all public methods' comments to interface

LDEV-3290 proper error handling by jqgrid

    • -4
    • +3
    /lams_gradebook/web/gradebookCourseLearner.jsp
    • -8
    • +7
    /lams_gradebook/web/gradebookCourseMonitor.jsp
    • -9
    • +9
    /lams_gradebook/web/gradebookMonitor.jsp
LDEV-3287 Audit log when loginas

LDEV-3284 fix If any user in a class has NULL first or last name it's impossible to Edit class in monitor

LDEV-3273 switched to the latest version of jQuery Validation Plugin

    • -10
    • +21
    /lams_central/web/css/defaultHTML_learner.css
    • -10
    • +22
    /lams_central/web/css/defaultHTML_learner_mobile.css
    • binary
    /lams_central/web/images/css/error.png
  1. … 3 more files in changeset.
LDEV-3274 fixed autopatch script so it also handles old existing entries properly

LDEV-3192 ability to leave several lines comments + committed customized Jinplace plugin

LDEV-3164: Print server reply when user creation failed.

LDEV-3283 don't pass parameters on starting a lesson in order to prevent users tampering with them

LDEV-3297 fixed problem with JQM and displaying video using iframe tag

LDEV-3304 * added tablesorter paging due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users" * slightly optimized export content

  1. … 6 more files in changeset.
LDEV-3304 updated tablesorter plugin

LDEV-3295 fixing old artefact: QaQuestion was renamed back to QaQueContent long time ago