lams_admin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix a bug about loading locales and status

create a 'canEdit' boolean allowing only sysadmin to edit user's details such as name and address. otherwise only edit user's roles.

use proper spring context as Dapeng found out to fix OpenSessionInViewFilter-not-work issue

Tld need tag directory

    • -0
    • +92
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +55
    ./web/WEB-INF/tags/DefineLater.tag
    • -0
    • +59
    ./web/WEB-INF/tags/ExportPortOutput.tag
    • -0
    • +56
    ./web/WEB-INF/tags/HTMLEditor.tag
    • -0
    • +82
    ./web/WEB-INF/tags/Passon.tag
    • -0
    • +96
    ./web/WEB-INF/tags/SetEditor.tag
    • -0
    • +99
    ./web/WEB-INF/tags/Tab.tag
    • -0
    • +52
    ./web/WEB-INF/tags/TabBody.tag
    • -0
    • +69
    ./web/WEB-INF/tags/Tabs.tag
    • -0
    • +55
    ./web/WEB-INF/tags/headItems.tag
Standardizing the Define Later screens

  1. … 61 more files in changeset.
retrieve WebApplicationContext from proper servletContext to get IUserMangementService bean , as Dapeng found out to fix OpenSessionInViewFilter-not-work issue

  1. … 2 more files in changeset.
Add form login fail

  1. … 2 more files in changeset.
sysadmin shouldn't appear in list of roles to add (except for sysadmins)

password hashing and related checking, some cleanup

use service method getSupportedLocale

use h2 instead of h4 as heading for class management

add course manager role

added security roles definitions, stops jboss warning on startup

remove ContextLoaderServlet, it's deprecated for servlet 2.4 container(like tomcat 5 bundled with jboss 4.x) . Use ContextLoadListener instead

  1. … 14 more files in changeset.
add restrictions based on new org permissions

change to let COURSE ADMIN to access admin screens

added check boxes

*** empty log message ***

add new messages

add some properties regarding what can be done by admin in the organisation

change ExceptionHander class

make locale set by ServerLanguage in lams.xml the default locale for new users

change language/country in form to single locale field

make name field longer than code field as Fiona suggested

make English (Australia) as default locale

giving learner role to users added to a course/class, so that their role list is not empty for that org (otherwise they will get an exception when logging in)

remove unnecessary role checking (done in web.xml)

change language/country in form to single locale field

change list of users from which you can add/remove people to a course/class

add user to class gives user membership in corresponding course with same roles