lams_admin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

LDEV-4440 Fix Policies and consents' Spring MVC related issues

  1. … 3 more files in changeset.
LDEV-4440 Add default lesson parameters to ext servers

LDEV-4440 Use forwards instead of redirects to keep Struts behaviour

  1. … 3 more files in changeset.
LDEV-4440 Error messages converted to new error tag

    • -0
    • +48
    ./web/WEB-INF/tags/Errors.tag
    • -11
    • +1
    ./web/organisation/createOrEdit.jsp
    • -9
    • +1
    ./web/organisation/deleteAllLessons.jsp
  1. … 118 more files in changeset.
LDEV-4440 <input> tag can't have a closing tag in HTML

Also change <input type="submit"></input> into <button>, as otherwise

button's label is displayed incorrectly

  1. … 15 more files in changeset.
LDEV-4440 Adjust lams:textarea tag to support "disabled" attribute

  1. … 34 more files in changeset.
LDEV-4440 Fix a malformed Spring tag in Comments tag

  1. … 118 more files in changeset.
LDEV-4440 Merge FileValidatorSpringUtil and FileValidatorUtil into FileValidatorUtil

  1. … 21 more files in changeset.
LDEV-4440 All projects start using solely 3rdParty.userlibraries

  1. … 35 more files in changeset.
LDEV-4440 Distribute same tags to all projects

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +1
    ./web/WEB-INF/tags/AuthoringRatingCriteria.tag
    • -10
    • +5
    ./web/WEB-INF/tags/OutcomeAuthor.tag
  1. … 210 more files in changeset.
LDEV-4440 Get rid of tags-html library references from JSP and tag files

  1. … 47 more files in changeset.