• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2743: Change the way the function opening dialog gets registered in setup process.

Plugins Paint, MoviePlayer and WikiLink were bidning to their commands functions with the same name, causing clash and incorrect registration of one function to multiple plugins.

The function was removed from each Tool and an anonymous function was used instead.

    • -10
    • +13
    ./web/ckeditor/plugins/paint/plugin.js
  1. … 1 more file in changeset.
LDEV-2746: Reapply changes made to previous 3.4.2 version:

Add custom configuration file.

Changed position of dialogs from "fixed" to "absolute" to display them properly in iframes.

http://code.lamsfoundation.org/fisheye/changelog/lams/lams_central/web/ckeditor?cs=MAIN:marcin:20101027185233

Change link default target:

http://code.lamsfoundation.org/fisheye/changelog/lams/lams_central/web/ckeditor?cs=MAIN:marcin:20101006100917

    • -2
    • +2
    ./web/ckeditor/plugins/link/dialogs/link.js
LDEV-2746: Unmodified CKEditor version 3.6.2 with filemanager, movieplayer, videorecorder, pain and equation copied from previous version.

    • -131
    • +145
    ./web/ckeditor/ckeditor.js
    • -2
    • +2
    ./web/ckeditor/ckeditor_basic_source.js
    • -54
    • +27
    ./web/ckeditor/ckeditor_php4.php
    • -53
    • +26
    ./web/ckeditor/ckeditor_php5.php
  1. … 144 more files in changeset.
LDEV-2741: committing to 2.3_release branch too

LDEV-2741: One missing bit

LDEV-2741: Encode Organisation name before adding them as a javascript function parameter.

For some reason the name needs to be encoded twice on Java side so it is encoded on JSP page as well.

LDEV-2732: Add a new attribute in CKEditor tag which updates parent frame height to fit whole of its contents.

  1. … 3 more files in changeset.
LDEV-2739: Change the field name the servlet is looking for when uploading a file. Old FCKEditor seemed to use "NewFile", new CKEditor uses hardcoded "upload" name.

LDEV-2739: Upgrade FCKEditor references to new CKEditor 3.x.

Remove unnecessary CSS and JS files.

    • -211
    • +0
    ./web/includes/javascript/ckcontroller.js
  1. … 31 more files in changeset.
WVI-20 Server-to-server calls between StepWise Aup and Lams

*merge from lams2_3_release

LDEV-2657 pull down JS methods to the mind map tool

  1. … 1 more file in changeset.
WVI-15 Email Notifications

*merge from lams2_3_release

    • -0
    • +134
    ./web/css/jquery.jqGrid-4.1.2.css
    • binary
    ./web/images/css/course-notifications.png
    • binary
    ./web/images/css/notifications_go.png
    • -0
    • +128
    ./web/includes/javascript/jquery.jqGrid.locale-en.js
  1. … 23 more files in changeset.
WVI-14 adding Lesson time limits feature

*merge from lams2_3_release

  1. … 21 more files in changeset.
WVI-12: Initial commit. Contains all functionality required for World Vision for SAML 2.0 integration.

  1. … 1 more file in changeset.
WVI-14 updating IMonitoringService.initializeLesson() call with up-to-date parameters

LDEV-2722: reverting fckconfig.js to original as we need to modify fckconfig_custom.js instead

LDEV-2722: Adding new default fonts for FCKeditor

LDEV-2719: LoginRequestServlet does not log in new user properly if other user has been authenticated before

  1. … 1 more file in changeset.
LDEV-2719: Invalidating session in LoginRequestServlet removes SSO cookie as well.

Way to remove a cookie has been adjusted for Firefox needs.

  1. … 1 more file in changeset.
WVI-20 Server-to-server calls between StepWise Aup and Lams

file RegisterAction.java was initially added on branch lams2_3_release.

LDEV-2711: Merging to 2.3_release branch (fic)

LDEV-2711: Merging to 2.3_release branch

  1. … 2 more files in changeset.
LDEV-2711: Forbid accessing lesson level gradebook by learners.

Allow setting courseName without prefix.

Fix a bug when accessing course level gradebook by learners.

  1. … 2 more files in changeset.
LDEV-2711: Merging to 2_3_release branch

  1. … 1 more file in changeset.
CNG-2: Register an OpenID user which does not exist in LAMS yet, using new registration form.

LDEV-2711: Add "mode=gradebook" parameter value to LoginRequestServlet so it redirects user straight to Gradebook servlet after authentication.

Modify parameters veryfied by Gradebook servlet on access to keep them coherent with LoginRequestServlet.

  1. … 1 more file in changeset.
CNG-2: Use a LAMS integrated server for calls to internal servlets, so there is no need for backdoor anymore.

Externalise some properties to a configuration file rather than hardcode them or put in message file.

CNG-1: Allow building Mindapp project even with changes in LAMS Central project (dependency problems).

CNG-3: Allow choosing and adding LAMS Lesson as MindTap Inline activity. There are still some CSS issues.

Make a placeholder for Docked activity content.

Get activity rootURI and Cengage Open ID server URL from request and resource file instead of hardcoding them.