lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-4622 Prevent double submit of sign up page

LDEV-4605: Adding missing labels

LDEV-4607 LDEV-4593 and LDEV-4614

Adding policy and consent labels, No score labels for gradebook in authoring, removing country labels as they moved to lams_common

LDEV-4614: Moving labels around

Moving labels for countries out of lams_admin and lams_central to lams_common instead.

  1. … 6 more files in changeset.
LDEV-4614 Sort country list by name rather than code

  1. … 3 more files in changeset.
LDEV-4612 Mindmap has full screen mode.

    • -0
    • +54
    ./web/includes/javascript/fullscreen.js
  1. … 7 more files in changeset.
LDEV-4605: Adding country list in Greek

LDEV-4605: Adding country list in Spanish

Adding country list in Español

  1. … 1 more file in changeset.
LDEV-4605 adding missing country/territory

I forgot to include BQ = Bonaire, Saint Eustatius and Saba. Glad no one noticed ;-)

  1. … 2 more files in changeset.
LDEV-4605 Codify country for users

Change the country field to ISO_3166-1 alpha-2 codes (two letters).

So in when editing the profile, a user should be able to set his/her

country based on the list of countries in the ISO list.

Country should be a compulsory when editing profile, editing user

as group manager and in signup pages.

For integrations, if the country is not passed, then we should default

to a default country server.

  1. … 6 more files in changeset.
LDEV-4605 Introduce CommonConstants.java

For starters it will contain user portrait dimensions and the list of

country codes.

  1. … 3 more files in changeset.
LDEV-4440 Almost finished authoring migration

    • -0
    • +99
    ./src/java/org/lamsfoundation/lams/web/TextSearchForm.java
  1. … 22 more files in changeset.
LDEV-4440 Finishing authoring migration

  1. … 19 more files in changeset.