lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4644 Add scale management

    • -8
    • +55
    ./web/includes/javascript/outcome.js
    • -0
    • +115
    ./web/outcome/scaleEdit.jsp
    • -0
    • +99
    ./web/outcome/scaleManage.jsp
  1. … 7 more files in changeset.
LDEV-4216: increasing tour popup sides to fix all language strings

The popup max-width is rather small for the button labels in some languages. increase from 276px to 320 instead.

LDEV-4639: fixing string length

Fixing string length en Español

LDEV-4644 Global outcomes management via sysadmin

  1. … 2 more files in changeset.
LDEV-4644 Add content folder ID for CKEditor to outcomes and scales

  1. … 11 more files in changeset.
LDEV-4644 Add/edit learning outcome

    • -0
    • +303
    ./src/java/org/lamsfoundation/lams/web/outcome/OutcomeAction.java
    • -0
    • +32
    ./web/css/outcome.scss
    • -0
    • +23
    ./web/includes/javascript/outcome.js
    • -0
    • +128
    ./web/outcome/outcomeEdit.jsp
    • -0
    • +97
    ./web/outcome/outcomeManage.jsp
  1. … 2 more files in changeset.
LDEV-4644 Add outcomes in More Options on index page

LDEV-4639 Use tour instead of tutorials video on first login

Tutorial videos have never been fully implemented. We get rid of them in

favour of tours.

  1. … 11 more files in changeset.
LDEV-4640, LDEV-4475 Do not make a chart bigger than available space

LDEV-4640 Fix chart legend if there are no participants

  1. … 1 more file in changeset.
LDEV-4636 Minor fixes in read-only feature

LDEV-4636 Use lock icon to depict read-only status

LDEV-4636 Initial implementation of read-only LDs feature

LDEV-4617 Do not put HTML tags into i18n labels

LDEV-4617 i18n of signup emails

LDEV-4440 Tweak file validators to return correct messages

  1. … 3 more files in changeset.
LDEV-4440 Rewrite validation in PedPlanner forms

  1. … 7 more files in changeset.
LDEV-4627 Set country and locale for users created via integrations

New locale detecting algorithm:

1. Check whether we have exactly the same locale. If we do - select it.

2. Grab the first two letters of the provided locale (which we assume to

be the language code), and map it to one of our locales of the

respective language. If we have multiple ones - choose the first one

from the list indiscriminately.

3. If we don't have locale of such language - use the server default

one.

  1. … 4 more files in changeset.
LDEV-4627 Courses doesn't have specific locale any longer

Monthly merge from master to lams31

Conflicts:

lams_build/3rdParty.userlibraries

lams_build/build.xml

lams_build/conf/j2ee/jboss-deployment-structure.xml

lams_build/lib/lams/lams.jar

lams_build/liblist.txt

lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/actions/MonitoringAction.java

lams_tool_sbmt/src/java/org/lamsfoundation/lams/tool/sbmt/service/SubmitFilesService.java

  1. … 26 more files in changeset.
LDEV-4617 Implement full email verification on sign up

    • -0
    • +37
    ./web/signup/emailVerify.jsp
    • -0
    • +45
    ./web/signup/emailVerifyResult.jsp
  1. … 5 more files in changeset.
LDEV-4627 Fix the issue of not passing "lang" parameter

There was an exception thrown on accessing LoginRequest with

missing lang parameter (i.e. URL doesn't contain lang parameter at all)

LDEV-4617 Inform a new user that a verification email will be sent

LDEV-4440 Added new spring version of grouping form

  1. … 1 more file in changeset.
LDEV-4440 notebook nostruts library

  1. … 19 more files in changeset.
LDEV-4440 Necessary changes for migration to Spring - changes in method of validation

  1. … 5 more files in changeset.
LDEV-4633: Increase height on profile window so no need for scrolling

LDEV-4631 Set server timezone for users created via integrations/spreadsheet and signup pages

  1. … 6 more files in changeset.
LDEV-4627 Accept country in integrations servlet

If a received langIsoCode is just 2 letters, then countryIsoCode stays

the same and country will fall back to default. If langIsoCode is en_AU,

then it gets split to langIsoCode and countryIsoCode and the old value

of countryIsoCode is considered country.

  1. … 3 more files in changeset.
LDEV-4624 Signup page to use system language for country list

  1. … 3 more files in changeset.