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

LDEV-3295 Allow questions having user responses with ratings be deleted

LDEV-3304

* added tablesorter paging to QA monitor

* slightly optimized export content

* fixed problem with displaying non-latin letters in tablesorter

* fixed problem with incorrect display jRating for all items except the last one

    • -21
    • +19
    /lams_tool_laqa/web/learning/mobile/LearnerRep.jsp
LDEV-3275: Make LAMS Session JAR a part of EAR instead of WildFly module as it uses other LAMS classes.

LDEV-3275: Add library dependencies. Reintroduce and upgrade Apache Commons Discovery 0.2 -> 0.5.

    • -0
    • +12
    /lams_build/lib/axis/axis.module.xml
file commons-discovery-0.5.jar was initially added on branch lams2_head_wildfly.

    • binary
    /lams_build/lib/jakarta-commons/commons-discovery-0.5.jar
file discovery.module.xml was initially added on branch lams2_head_wildfly.

LDEV-3275: Update name of the referenced data source.

    • -1
    • +1
    /lams_admin/conf/xdoclet/web-settings.xml
LDEV-3275: Remove security domain configuration files from particular WARs.

The comment said they were only used when a WAR was deployed as a standalone module. When a part of the EAR, the security is controlled by application.xml file.

Also, there the domain referenced in these config files is not defined anywhere, making it dead code.

    • -11
    • +0
    /lams_central/web/WEB-INF/jboss-web.xml
    • -9
    • +0
    /lams_gradebook/web/WEB-INF/jboss-web.xml
LDEV-3304 added sorting by rating

LDEV-3275: Declare DTD for Tiles definitions as WildFly is strict when it comes to XML validation.

    • -0
    • +4
    /lams_admin/web/WEB-INF/tiles-defs.xml
    • -0
    • +4
    /lams_central/web/WEB-INF/tiles-defs.xml
    • -0
    • +4
    /lams_learning/web/WEB-INF/tiles-defs.xml
    • -0
    • +4
    /lams_tool_bbb/web/WEB-INF/tiles-defs.xml
    • -0
    • +4
    /lams_tool_nb/web/WEB-INF/tiles-defs.xml
  1. … 4 more files in changeset.
LDEV-3275: Add library dependencies.

LDEV-3275: Put /userfiles dir in each LAMS WAR.

The ApplicationContext class from Tomcat embedded in JBoss allowed getRealPath() to return proper path even for non-existent resources. Undertow's FileResourceManager returns null in such cases.

This prevents CKEditor Connector servlet from initialising as it checks the path where it later stores files.

Alternative solutions are:

- configure the servlet to use a dir present in all WARs, like "META-INF"; this in counter-intuitive and does not follow WAR structure guide

- upgrade to newer CKEditor connector servlet; makes sense as we use very old one, made for FCKEditor, and the new one is available; it requires some work, though

- patch the servlet's initialisation code so it creates the dir by itself; this would result in LAMS custom CKEditor connector library

LDEV-3304: adding label

LDEV-2975: updating Greek, French, Norwegian

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"

    • -82
    • +119
    /lams_tool_laqa/web/learning/mobile/LearnerRep.jsp
file FCKeditor.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/ckeditor/net/fckeditor/FCKeditor.java
file ResourceType.java was initially added on branch lams2_head_wildfly.

file RequestCycleHandler.java was initially added on branch lams2_head_wildfly.

file PropertiesLoader.java was initially added on branch lams2_head_wildfly.

file Command.java was initially added on branch lams2_head_wildfly.

file FCKeditorConfig.java was initially added on branch lams2_head_wildfly.

file UtilsResponse.java was initially added on branch lams2_head_wildfly.

file Utils.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/ckeditor/net/fckeditor/tool/Utils.java
file JstlResolver.java was initially added on branch lams2_head_wildfly.