lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4407 Remove obsolete OrgManageBean class

LDEV-4407 Move classes to the proper packages

Action classes were moved to admin.web.action package; forms to

admin.web.form; DTOs to admin.web.dto.

(To access files' earlier history use Eclipse's Show in History feature

or run 'git log --follow ./path/to/file')

  1. … 62 more files in changeset.
LDEV-4366 Use new portrait API

    • -41
    • +21
    /lams_learning/web/css/kumalive.scss
    • -17
    • +5
    /lams_learning/web/includes/javascript/kumalive.js
LDEV-4366 Hide all rubric marks on question finish

LDEV-4366 Hide "no mark" button

    • -1
    • +0
    /lams_learning/web/kumalive/kumalive.jsp
LDEV-4366 Make all rubrics checked by defaul on new Kumalive create

Also hide rubrics box if there are no rubrics defined.

LDEV-4399 Fixing vertical alignment of answers.

LDEV-4399 Fixing vertical alignment of answers.

Also tweaking the columns of the revisited learner page to

make the sorting arrows appear correctly.

LDEV-4407 Move classes to the proper packages

Action classes were moved to tool.vote.web.action package; exception to

tool.vote.web.util.

(To access files' earlier history use Eclipse's Show in History feature

or run 'git log --follow ./path/to/file')

LDEV-4407 Move classes to the proper packages

Action classes were moved to tool.sbmt.web.action package; forms to

tool.sbmt.web.form; exception to tool.sbmt.web.util, SbmtConstants to

tool.sbmt.

(To access files' earlier history use Eclipse's Show in History feature

or run 'git log --follow ./path/to/file')

  1. … 20 more files in changeset.
LDEV-4407 Move classes to the proper packages

Struts actions were moved to tool.noticeboard.web.action package. Forms

to tool.noticeboard.web.form one. (To access files' earlier history use

Eclipse's Show in History feature or run 'git log --follow

./path/to/file')

  1. … 10 more files in changeset.
LDEV-4399 Present entries in the order of least commented.

Also reapplied Bootstrap changes to tablesorter so that the sort

icons appear when a column is sorted.

LDEV-4399 Present entries in the order of least commented.

Also reapplied Bootstrap changes to tablesorter so that the sort

icons appear when a column is sorted.

LDEV-4395: modify message layout

Changed the message layout based on feedback

    • -1
    • +4
    /lams_central/web/css/_learner_base.scss
Merge branch 'LDEV-4407'

LDEV-4407 Move Java classes to the appropriate packages

Util classes were moved to .util package. Struts actions - to

.web.action package

  1. … 10 more files in changeset.
LDEV-4407 Move Java classes to the appropriate packages

Util classes were moved to .util package. Struts actions - to

.web.action package

  1. … 7 more files in changeset.
LDEV-4407 bump building block version to 1.2.24

    • -0
    • +4
    /lams_bb_integration/RELEASE_NOTES.TXT
NTU-12 Add convenience methods for role processing

LDEV-4407 Rename package org.lamsfoundation.ld -> org.lamsfoundation.bb

    • -15
    • +15
    /lams_bb_integration/WEB-INF/web.xml
  1. … 34 more files in changeset.
LDEV-4407 No need to treat /web/ folder as containing source files

LDEV-4407 Rename /integration/blackboard/ -> /integration/servlet/

Rename package org.lamsfoundation.ld.integration.blackboard ->

org.lamsfoundation.ld.integration.servlet

  1. … 15 more files in changeset.
Merge branch 'LDEV-4401'

LDEV-4401 Remove deprecated parameters for integrations

We no longer use External server URL and Timeout URL settings. So they

can be removed.

    • -2
    • +0
    /lams_admin/web/WEB-INF/struts-config.xml
LDEV-4405 Upgrade YUI Compressor library

From version 2.4.8 to 2.4.9

The older version does not handle Windows absolute paths.

Also added the library to the list of libs LAMS uses.

    • binary
    /lams_build/lib/yuicompressor/yuicompressor-2.4.9.jar
LDEV-4400 Disable session ID change on demand

WildFly 10 changes session ID after log in by default. It prevent

session fixation attack.

TestHarness can not process it correctly. When calling /j_security_check

it gets session ID in SET-COOKIE header different to what Undertow

generates. Browsers seem to have no problem with it, but TestHarness

fails to set correct session ID. That is why session ID change needs to

be disabled when running TH.

LDEV-4400 Update dependency for Apache Commons FileUpload

NTU-12, LDEV-1261 Fix a lazy initialisation exception

Objects should not be passed to services' methods if they were not

fetched in other service methods. For example, passing an object from

Action to a service can result in a lazy initialisation exception. It it

better to use primitives, IDs.

LDEV-4405 War deployment minifies Javascript files

LDEV-4405 War deployment minifies Javascript files