lams_admin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4593: Adding Spanish labels

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. … 5 more files in changeset.
LDEV-4620 Submit Files tool to log release marks event

  1. … 6 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.
Merge branch 'LDEV-4605'

  1. … 1 more file 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. … 9 more files in changeset.
LDEV-4593: small UI changes

Adding a new label to explain the scope of minor changes to policies

Merge branch 'LDEV-4593'

  1. … 5 more files in changeset.
LDEV-4593 Further develop Policies & consents feature

* Remove "Create a new draft" functionality

* Add policy details page

  1. … 5 more files in changeset.
LDEV-4593 Further develop Policies & consents feature

    • -0
    • +100
    ./web/policies/policyTable.jsp
  1. … 6 more files in changeset.
LDEV-4593 Further develop Policies & consents feature

    • -0
    • +143
    ./web/policies/editPolicy.jsp
    • -0
    • +164
    ./web/policies/policies.jsp
    • -81
    • +0
    ./web/policies/previousVersionsList.jsp
    • -0
    • +82
    ./web/policies/userConsents.jsp
  1. … 16 more files in changeset.
LDEV-4054: Updating labels in various projects

English, Spanish and Greek

  1. … 10 more files in changeset.
LDEV-4594 Turn on/off the integration learner index page block

  1. … 8 more files in changeset.
LDEV-4593 Introduce Policies & consent feature

    • -0
    • +138
    ./web/policies/edit.jsp
    • -0
    • +115
    ./web/policies/list.jsp
    • -0
    • +81
    ./web/policies/previousVersionsList.jsp
  1. … 14 more files in changeset.
LDEV-4054: updating labels

Mainly Spanish and a little bit of Greek and Norwegian

  1. … 37 more files in changeset.
Monthly merge from master to lams31

Conflicts:

lams_admin/src/java/org/lamsfoundation/lams/admin/web/action/OrgPasswordChangeAction.java

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java

lams_central/src/java/org/lamsfoundation/lams/comments/web/CommentAction.java

lams_central/src/java/org/lamsfoundation/lams/web/IndexAction.java

lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GroupingUploadAJAXAction.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/LearningAction.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/MonitoringAction.java

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

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McService.java

lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/web/action/MonitoringAction.java

  1. … 22 more files in changeset.
LDEV-4054: Updating missing labels and Greek

  1. … 15 more files in changeset.
LDEV-4559 Comments can be left anonymously.

    • -1
    • +22
    ./web/WEB-INF/tags/CommentsAuthor.tag
  1. … 91 more files in changeset.
LDEV-4565: adding missing label

LDEV-4486 LDEV-4366 adding missing labels

Adding missing lables for kumalive and delete organisations

LDEV-4054: updating Greek

LDEV-4573 Spinner indicates busy and no data found message added.

  1. … 1 more file in changeset.
LDEV-4571 Allow (de)selecting all users for org password change

LDEV-4565 Adding column name for Remarks column in Event Log

LDEV-4564 Audit log entry for Live Edit

Also fixed the learning screen that appears when a Live Edit is

in progress as it was throwing a Null Pointer Exception

  1. … 6 more files in changeset.
LDEV-4562 Log password change of all course participants

LDEV-4540 Introduce hooks in command websockets

When a command is added, the JSON can contain "hookTrigger" and

"hookParams" attributes.

hookTrigger is just a string which uniquely identifies a page. If this

page set the same commandWebsocketHookTrigger, then command is consumed

and function defined on this page as commandWebsocketHook is run with

parameters taken from hookParams from JSON.

This way back end can tell exact page on front end to run any code it

defines itself.

  1. … 35 more files in changeset.