Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2799 Kaltura CKEditor plugin: fix for WebKit browsers

LDEV-2799 Kaltura plugin: fix for IE9

LDEV-2782: Show number of days to lesson finish in conditions thickbox. Allow rescheduling of lesson finish Quartz Job. Display "traffic light" flat next to lesson name on Index page when the lesson depends on other lesson completion.

  1. … 7 more files in changeset.
LDEV-2756 introducing Kaltura CKEditor plugin

    • -0
    • +145
    ./plugins/kaltura/kaltura.jsp
    • -0
    • +1513
    ./plugins/kaltura/kaltura.min.js
    • binary
    ./plugins/kaltura/kalturagif.gif
    • -0
    • +9
    ./plugins/kaltura/lang/en.js
    • -0
    • +48
    ./plugins/kaltura/plugin.js
    • binary
    ./plugins/kaltura/swfobject/expressInstall.swf
    • -0
    • +4
    ./plugins/kaltura/swfobject/swfobject.js
  1. … 4 more files in changeset.
LDEV-2745: Replace current CKEditor Equation plugin implementation with one provided by CodeCogs.

    • binary
    ./plugins/equation/images/equation.gif
    • -0
    • +11
    ./plugins/equation/lang/en.js
    • -0
    • +158
    ./plugins/equation/plugin.js
    • binary
    ./plugins/equation_html/equation.gif
    • -104
    • +0
    ./plugins/equation_html/plugin.js
  1. … 1 more file in changeset.
LDEV-2754: Fix reference to contentFolderID when initialising Paint SWF. Trim image URL when putting it in Editor (FF only issue).

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.

  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

LDEV-2746: Unmodified CKEditor version 3.6.2 with filemanager, movieplayer, videorecorder, pain and equation copied from previous version.

  1. … 144 more files in changeset.
LDEV-2577: Readded movieplayer plugin for CKEditor 3.x

    • -0
    • +25
    ./plugins/movieplayer/LICENSE.TXT
    • binary
    ./plugins/movieplayer/filmreel.gif
    • binary
    ./plugins/movieplayer/filmreel.png
    • -0
    • +13
    ./plugins/movieplayer/lang/en.js
    • -0
    • +1
    ./plugins/movieplayer/movieplayer.html
    • -0
    • +1
    ./plugins/movieplayer/movieplayer.js
    • binary
    ./plugins/movieplayer/player_flv_maxi.swf
    • binary
    ./plugins/movieplayer/player_mp3_maxi.swf
    • -0
    • +5
    ./plugins/movieplayer/plugin.js
  1. … 1 more file in changeset.
LDEV-2577: Modified Equation plugin so it opens an existing image.

    • -12
    • +49
    ./plugins/equation_html/plugin.js
LDEV-2600: Committed missing changes for Paint plugin.

LDEV-2577: Readded Paint plugin.

    • binary
    ./plugins/paint/CK Paint.swf
    • -0
    • +64
    ./plugins/paint/content.jsp
    • binary
    ./plugins/paint/icon.png
    • -0
    • +22
    ./plugins/paint/lang/en.js
    • -0
    • +43
    ./plugins/paint/plugin.js
    • -0
    • +5
    ./plugins/paint/swfobject.js
  1. … 1 more file in changeset.
LDEV-2577: Added a new version of equation plugin. This version requires a connection to the plugin's home page.

    • binary
    ./plugins/equation_html/equation.gif
    • -0
    • +4
    ./plugins/equation_html/lang/en.js
    • -0
    • +67
    ./plugins/equation_html/plugin.js
  1. … 1 more file in changeset.
LDEV-2577: Changed position of dialogs from "fixed" to "absolute" to display them properly in iframes.

LDEV-2577: Readded videorecorder plugin. Readded missing contentFolderID parameter to CKEditor instances.

    • -0
    • +221
    ./plugins/videorecorder/VideoRecorderCKEditor.jsp
    • -0
    • +6
    ./plugins/videorecorder/history/history.css
    • -0
    • +662
    ./plugins/videorecorder/history/history.js
    • -0
    • +29
    ./plugins/videorecorder/history/historyFrame.html
    • binary
    ./plugins/videorecorder/icon.png
    • -0
    • +42
    ./plugins/videorecorder/lang/en.js
    • -0
    • +69
    ./plugins/videorecorder/plugin.js
  1. … 29 more files in changeset.
    • -1
    • +4
    ./filemanager/browser/default/browser.html
    • binary
    ./filemanager/browser/default/images/trash.gif
LDEV-2577 The new CKEditor does not have Java Integration library (yet). We have been using it to: a) get the tag library to create our own tag <lams:FCKeditor> But the new CKEditor uses AJAX to get the contents, so the library is not needed anymore. The references to it has been deleted from every tool. FCKEditor.tag has been rewritten to use the new syntax. b) get a FCKEditor internal file manager by a Connector from the jar The new CKEditor does not provide a file manager - the license became commercial and the whole thing became a separate project, CKFinder. There were alternatives suggested on the web: jasfinder - http://sourceforge.net/projects/jasfinder/support kcfinder - http://kcfinder.sunhater.com/ some other - http://www.miguelmanchego.com/2009/gestor-de-archivos-ckeditor/ but we have already nicely integrated with the old file manager. This page: http://jacek-kromski.jogger.pl/2009/09/25/integracja-ckeditor-z-przegladarka-plikow-z-fckeditor/ in polish says how to use the file manager from the old FCKEditor. The steps that have to be done: - download the new CKEditor - download the old FCKEditor - copy the filemanager to ckeditor directory - in the file browser/default/frmresourceslist.html, line 92 (with SetUrl call) needs to be replaced to: window.top.opener.CKEDITOR.tools.callFunction( window.top.document.CKEditorFuncNum, fileUrl, '' ); - in the file browser/default/browser.html add in line 80: document.CKEditorFuncNum = GetUrlParam( 'CKEditorFuncNum');

FCKeditor has been used in version 2.6.6, the last one before switching to CKEditor project.

Changes required to use newer version of Java Integration library

for FCKEditor so it was upgraded to the latest (for FCKEditor, because one for CKEditor does not exist) version 2.6.

This also required the Prototype to be upgraded to the latest 1.6.1.

The CKEditor code also needed to be changed, so if another upgrade to a newer version occurs, we need to remember to repeat these steps:

http://cksource.com/forums/viewtopic.php?f=5&t=15750

It says:

/ckeditor/plugins/link/dialogs/link.js

Changes

label:a.lang.common.target,'default':'notSet' --> label:a.lang.common.target,'default':'_blank'

label:a.lang.link.targetFrameName,'default':'' --> label:a.lang.link.targetFrameName,'default':'_blank'

It is also worth mentioning that if you include the ckeditor.js file twice in the same page, sometimes it causes trouble, thus detection in the CKEditor.tag files.

    • -0
    • +1334
    ./LICENSE.html
    • -0
    • +20
    ./ckeditor_basic_source.js
    • -0
    • +593
    ./ckeditor_php4.php
    • -0
    • +583
    ./ckeditor_php5.php
    • -0
    • +25
    ./ckeditor_source.js
  1. … 1082 more files in changeset.