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

    • -36
    • +0
    ./css/behaviors/showtableborders.htc
    • -49
    • +0
    ./css/fck_showtableborders_gecko.css
  1. … 1082 more files in changeset.
LDEV-2528: fixing + issue

LDEV-2500: Spyros has reduce the size of some of the labels to make it fit a bit better

merge lams2_3 to head

  1. … 20 more files in changeset.
more merging lams2_3 into head

    • -0
    • +57
    ./plugins/paint/content.jsp
    • -0
    • +662
    ./plugins/videorecorder/history/history.js
    • -0
    • +29
    ./plugins/videorecorder/history/historyFrame.html
  1. … 26 more files in changeset.
VideoRecorder tool and FCKPlugin now use AjaxOverlay

LDEV-2254 Safari and VR Author fixed

LDEV-2286

VR tool now deployed as archived .war

LDEV-2281

Lessons with VR tool activities are now exported correctly

Author recordings are held locally on LAMS server

LDEV-2289

Popup now shown if EITHER media server settings are blank (both required for VR to work)

LDEV-2005

Export for learner/teacher working

Conditions tab removed

Author recordings added to FCK content folder

Preview images uploaded to own content folder for each VR session

  1. … 160 more files in changeset.
*** empty log message ***

paint plugin and modified lams connector

*** empty log message ***

LDEV-2005 VideoRecorder tool and FCKEditor video recorder updated

LDEV-2197

PresenceChat fixed for IE7/IE8

Better user management/no more status messages onConnect and onDisconnect

  1. … 20 more files in changeset.
now with comments

improvements

Paint module

    • binary
    ./plugins/paint/FCK Paint.swf
    • -0
    • +49
    ./plugins/paint/content.html
    • -0
    • +19
    ./plugins/paint/fckplugin.js
    • binary
    ./plugins/paint/icon.png
    • -0
    • +23
    ./plugins/paint/lang/en.js
    • -0
    • +5
    ./plugins/paint/swfobject.js
*** empty log message ***

    • -0
    • +1
    ./plugins/equation/.cvsignore
  1. … 1 more file in changeset.
LDEV-2005 = VideoRecorder tool and FCKEditor video recorder updated - export portfolio fixed - export fck recordings fixed - conditions added - preview images are now produced and displayed - more feedback for rating - instructions highlighted - clicking delete button does not trigger viewing of recording - timer display corrected - prompt validation - misc bugs

LDEV-2197 = Presence Chat updated

- no longer stacking in ie7

- scrolling improved

- logged conversations are fetched on open new tab

- status messages no longer shown in chat boxes, user icons change instead

- minimize/maximize button shown on presence tab

iFrame fixed for ie6

  1. … 55 more files in changeset.
LDEV-2005 VideoRecorder tool and FCKEditor video recorder updated

    • -278
    • +0
    ./plugins/videorecorder/AC_OETags.js
    • binary
    ./plugins/videorecorder/assets/images/okIcon.swf
  1. … 36 more files in changeset.
LDEV-2005 VideoRecorder tool and FCKEditor recorder plugin now have icons (ouhh) and better recording quality

  1. … 2 more files in changeset.
LDEV-2005 - Voice recording tool - FCKEditor plugin present - Changes to configuration file for Red5 settings - Updates to VideoRecorderForFCK (Flex)

    • -0
    • +278
    ./plugins/videorecorder/AC_OETags.js
    • -0
    • +121
    ./plugins/videorecorder/VideoRecorderFCKEditor.html
    • -0
    • +216
    ./plugins/videorecorder/VideoRecorderFCKEditor.jsp
    • binary
    ./plugins/videorecorder/VideoRecorderFCKEditor.swf
    • binary
    ./plugins/videorecorder/assets/images/24-heart-gold.png
    • binary
    ./plugins/videorecorder/assets/images/24-heart-red.png
    • binary
    ./plugins/videorecorder/assets/images/24-heart-silver.png
    • binary
    ./plugins/videorecorder/assets/images/deleteIcon.swf
    • binary
    ./plugins/videorecorder/assets/images/downArrow.swf
    • binary
    ./plugins/videorecorder/assets/images/exportIcon.swf
    • binary
    ./plugins/videorecorder/assets/images/okIcon.swf
    • binary
    ./plugins/videorecorder/assets/images/pauseIcon.swf
    • binary
    ./plugins/videorecorder/assets/images/playIcon.swf
    • binary
    ./plugins/videorecorder/assets/images/playerVolume.png
    • binary
    ./plugins/videorecorder/assets/images/recordIcon.swf
  1. … 62 more files in changeset.
LDEV-2138 and LDEV-2136: Now BasePath and FullBasePath work as before. So that fixes the smilies.

Fixing object height so control shows fully with quicktime

LDEV-2119: fixes for IE

    • -1
    • +1
    ./plugins/movieplayer/movieplayer.html
LDEV-2058 Added delete option for FCKEditor filemanager.

    • binary
    ./filemanager/browser/default/images/trash.gif
  1. … 1 more file in changeset.
LDEV-2119: Adding media player plugin

    • -0
    • +25
    ./plugins/movieplayer/LICENSE.TXT
    • -0
    • +18
    ./plugins/movieplayer/fckplugin.js
    • binary
    ./plugins/movieplayer/filmreel.gif
    • binary
    ./plugins/movieplayer/filmreel.png
    • -0
    • +14
    ./plugins/movieplayer/lang/en.js
    • -0
    • +53
    ./plugins/movieplayer/movieplayer.html
    • -0
    • +299
    ./plugins/movieplayer/movieplayer.js
    • binary
    ./plugins/movieplayer/player_flv_maxi.swf
    • binary
    ./plugins/movieplayer/player_mp3_maxi.swf
LDEV-2119: Oopps again! I forgot the mp4 file format

    • -1
    • +1
    ./filemanager/browser/default/browser.html
LDEV-2119: Opps Commit the newer version of browser.html. Returning to previous one but with the new icon support

    • -45
    • +10
    ./filemanager/browser/default/browser.html
LDEV-2119: Adding new media logos for mov, mp4, flv files

    • -11
    • +46
    ./filemanager/browser/default/browser.html
    • binary
    ./filemanager/browser/default/images/icons/32/flv.gif
    • binary
    ./filemanager/browser/default/images/icons/32/mov.gif
    • binary
    ./filemanager/browser/default/images/icons/32/mp4.gif
    • binary
    ./filemanager/browser/default/images/icons/flv.gif
    • binary
    ./filemanager/browser/default/images/icons/mov.gif
    • binary
    ./filemanager/browser/default/images/icons/mp4.gif
LDEV-2111: Link to HTML help online

LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1

    • -42
    • +49
    ./css/fck_showtableborders_gecko.css
    • binary
    ./css/images/fck_plugin.gif
    • -78
    • +85
    ./dialog/common/fck_dialog_common.css
    • -165
    • +347
    ./dialog/common/fck_dialog_common.js
    • binary
    ./dialog/fck_about/sponsors/spellchecker_net.gif
    • -110
    • +104
    ./dialog/fck_checkbox.html
    • -171
    • +172
    ./dialog/fck_colorselector.html
    • -0
    • +396
    ./dialog/fck_div.html
    • -600
    • +600
    ./dialog/fck_docprops.html
  1. … 151 more files in changeset.
Adding license for equation editor