lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2647 fixing Utf-8 issues when cloning lessons

*merge from lams2_3_release

LDEV-2538 respects server's default enable_flash setting when new users are created

*merge from lams2_3_release

    • -0
    • +3
    ./lams/admin/service/ImportService.java
  1. … 3 more files in changeset.
LDEV-2519 added fields 'timezone' and 'enable flash for learner window' to Admin user edit page

  1. … 4 more files in changeset.
LDEV-2544 Default Timezones *merge from lams2_3_release

    • -0
    • +165
    ./lams/admin/web/action/TimezoneManagementAction.java
  1. … 32 more files in changeset.
LDEV-2089: added name support and strips html <BR> tags.

    • -4
    • +13
    ./lams/admin/web/action/EmailUserAction.java
  1. … 2 more files in changeset.
LDEV-2089 send email using sysadmin email address(and not lams support one)

    • -1
    • +4
    ./lams/admin/web/action/EmailUserAction.java
  1. … 1 more file in changeset.
LDEV-2089 added option to email the found user

    • -0
    • +137
    ./lams/admin/web/action/EmailUserAction.java
    • -0
    • +75
    ./lams/admin/web/form/EmailForm.java
  1. … 4 more files in changeset.
SIF-4 Making single-signon capabilities for openid

    • -0
    • +112
    ./lams/admin/web/OpenIDConfigAction.java
    • -0
    • +43
    ./lams/admin/web/OpenIDConfigForm.java
  1. … 29 more files in changeset.
LDEV-2489 put clone lessons in a transaction

  1. … 3 more files in changeset.
LDEV-2489 ability to clone lessons from any other group

    • -324
    • +0
    ./lams/admin/web/action/CloneGroupAction.java
    • -0
    • +330
    ./lams/admin/web/action/CloneLessonsAction.java
  1. … 10 more files in changeset.
LDEV-2489 clone lessons progress

    • -0
    • +324
    ./lams/admin/web/action/CloneGroupAction.java
  1. … 15 more files in changeset.
autoformat

    • -92
    • +83
    ./lams/admin/web/UserOrgSaveAction.java
LDEV-2472 according to stacktrace, hibernate flushes session at beginning of findById(userId) call, so don't remove child object until after any hibernate ops

    • -1
    • +1
    ./lams/admin/web/UserOrgSaveAction.java
autoformat

    • -166
    • +159
    ./lams/admin/web/action/LdapConfigAction.java
move ldap config items to 'ldap configuration' page; improve ldap bulk update error bubbling

    • -34
    • +18
    ./lams/admin/web/ConfigAction.java
    • -17
    • +46
    ./lams/admin/web/action/LdapConfigAction.java
  1. … 8 more files in changeset.
LDEV-2428 set timezone field implicitly so that it doesn't get written at a time we don't intend (e.g. during a read only transaction)

    • -0
    • +1
    ./lams/admin/service/ImportService.java
  1. … 2 more files in changeset.
LDEV-2420 Fixing it so you can edit user theme in sysadmin areas

  1. … 1 more file in changeset.
LDEV-2420 Work on adding theme options to the add and edit user pages

    • -20
    • +75
    ./lams/admin/web/UserAction.java
    • -10
    • +25
    ./lams/admin/web/UserSaveAction.java
  1. … 5 more files in changeset.
LDEV-2420 Removing uneccessary data structures and tables from the db, as well as implementing the same theme settings for flash themes

    • -9
    • +9
    ./lams/admin/service/ImportService.java
  1. … 47 more files in changeset.
LDEV-2426 set tutorialsDisabled field

    • -0
    • +1
    ./lams/admin/service/ImportService.java
  1. … 2 more files in changeset.
LDEV-2426 set firstLogin field

    • -0
    • +1
    ./lams/admin/service/ImportService.java
  1. … 2 more files in changeset.
LDEV-2420 Adding functionality to add new themes to the database. All that is left now is to remove the defunct tables that are not used

    • -0
    • +170
    ./lams/admin/web/action/ThemeManagementAction.java
    • -0
    • +94
    ./lams/admin/web/form/ThemeForm.java
  1. … 18 more files in changeset.
LDEV-2075 fixing statistics page so you can choose which group to display instead of just displaying them all

    • -5
    • +35
    ./lams/admin/web/action/StatisticsAction.java
  1. … 2 more files in changeset.
LDEV-2075 creating overall statistics page for admin

    • -0
    • +69
    ./lams/admin/web/action/StatisticsAction.java
  1. … 6 more files in changeset.
Merge lams2_3 to head (including things not merged last time due to eclipse's merge wizard not handling the lams2_3 start point as expected)

    • -63
    • +4
    ./lams/admin/web/RegisterAction.java
  1. … 167 more files in changeset.
Merge lams2_3 into head

    • -94
    • +101
    ./lams/admin/web/ServerSaveAction.java
  1. … 36 more files in changeset.
LDEV-2030 update workspace name when user's name/s are changed; LDEV-2196 ensure user workspaces are created with utf8 strings when user is created

  1. … 1 more file in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

    • -1
    • +1
    ./lams/admin/adminApplicationContext.xml
  1. … 118 more files in changeset.
Modified getService and getMessageService to set service beans after initial access.

LDEV-2099 - Alter registration module for lc integration, altering registration action and form to talk to lc server instead of redirecting to it

    • -10
    • +242
    ./lams/admin/web/RegisterAction.java
    • -0
    • +166
    ./lams/admin/web/RegisterDTO.java
    • -0
    • +254
    ./lams/admin/web/RegisterForm.java
  1. … 6 more files in changeset.