lams_admin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4705 Merging course admin to course manager

Removing unnecessary columns in course user management

LDEV-4705: UI improvements search users in admin

LDEV-4723 Fix org password change JS error

When all learner are staff too, then learner list is empty. Code was not

ready for this.

LDEV-4705: small UI improvements for user/role mappings

LDEV-4705: small UI improvements

LDEV-4705 Remove references to Group Admin role from web.xml

  1. … 30 more files in changeset.
LDEV-4705 Remove references to Group Admin role from Java code

  1. … 15 more files in changeset.
LDEV-4720 Fix LAMS issues that prevented TestHarness to work correctly

    • -12
    • +5
    ./web/organisation/createOrEdit.jsp
  1. … 5 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

Conflicts:

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

lams_central/web/forgotPassword.jsp

lams_central/web/forgotPasswordChange.jsp

lams_central/web/forgotPasswordProc.jsp

lams_tool_assessment/web/pages/learning/results.jsp

  1. … 10 more files in changeset.
LDEV-4710 Add config setting to enable "Forgot your password?" option

Also if people try to get to the login page by going to the URL

directly, we display a 404 error message.

  1. … 5 more files in changeset.
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

  1. … 83 more files in changeset.
LDEV-4669 Switch to using placeholder attribute

Also stop copying tags to lams_tool_bbb

  1. … 33 more files in changeset.
LDEV-4697 Audit entries filtering by user and remarks

  1. … 4 more files in changeset.
LDEV-4701 Course admin can create learners in their course.

Also tidied up security checks for various course management functions.

LDEV-4440 Fix jsp markup

    • -7
    • +4
    ./web/organisation/courseAdminEdit.jsp
LDEV-4440 Prevent form resubmission

Also it fixes problems with making subsequence calls (as forward leaves

/servermaintain/ in the browser's URL which causes problems with

relative paths)

LDEV-4440 Tweaks for "Edit integrated server" page

* As per LDEV-4654 userinfoUrl field is no longer required

* Removed duplicate lessonFinishUrl field

* Added link to "Maintain integrated servers"

Merge branch 'lams31' into LDEV-4440

Conflicts:

lams_admin/web/sessionmaintain.jsp

lams_build/build.xml

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/web/outcome/OutcomeAction.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/web/action/GradebookAction.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/action/McLearningAction.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/action/McMonitoringAction.java

  1. … 15 more files in changeset.
LDEV-4693 Add name in logged in user list in sysadmin

  1. … 1 more file in changeset.
Merge remote-tracking branch 'origin/LDEV-4644'

Conflicts:

lams_admin/conf/language/lams/ApplicationResources.properties

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java

lams_central/web/WEB-INF/struts-config.xml

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/service/GradebookService.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/service/IGradebookService.java

lams_gradebook/web/gradebookMonitor.jsp

lams_monitoring/conf/language/lams/ApplicationResources.properties

  1. … 14 more files in changeset.
LDEV-4691 Update libraries provided by WildFly

  1. … 47 more files in changeset.
LDEV-4686 Remove Kaltura settings from admin config settings

  1. … 9 more files in changeset.
LDEV-4440 Fix a path when returning from sysadmin email send

LDEV-4687 Log exception

LDEV-4440 Success message displayed correctly.

LDEV-4440 Activate code that was commented out for testing purposes

LDEV-4440 Fix comments feature

  1. … 36 more files in changeset.
LDEV-4440 Switch controllers to use @Autowired service beans

Also in cases when service bean in Controller has the same name as in

applicationContext, @Qualifier(..) can be removed. Which was done almost

in all cases, except for messageService due to "messageService" name

seems to be more preferable than adminMessageService,

centralMessageService and so on. Thus they were kept as before:

@Autowired

@Qualifier("centralMessageService")

private MessageService messageService;

  1. … 168 more files in changeset.
LDEV-4440 Fix Spring MVC related issues with signup pages

  1. … 10 more files in changeset.
LDEV-4440 fix various Spring MVC related issues