fckeditor

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2119: Adding new media logos for mov, mp4, flv files

    • -11
    • +46
    ./editor/filemanager/browser/default/browser.html
    • binary
    ./editor/filemanager/browser/default/images/icons/32/flv.gif
    • binary
    ./editor/filemanager/browser/default/images/icons/32/mov.gif
    • binary
    ./editor/filemanager/browser/default/images/icons/32/mp4.gif
    • binary
    ./editor/filemanager/browser/default/images/icons/flv.gif
    • binary
    ./editor/filemanager/browser/default/images/icons/mov.gif
    • binary
    ./editor/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

    • -92
    • +110
    ./editor/css/fck_editorarea.css
    • -182
    • +199
    ./editor/css/fck_internal.css
    • -42
    • +49
    ./editor/css/fck_showtableborders_gecko.css
    • binary
    ./editor/css/images/fck_plugin.gif
    • -78
    • +85
    ./editor/dialog/common/fck_dialog_common.css
    • -165
    • +347
    ./editor/dialog/common/fck_dialog_common.js
    • -155
    • +161
    ./editor/dialog/fck_about.html
    • binary
    ./editor/dialog/fck_about/sponsors/spellchecker_net.gif
    • -208
    • +220
    ./editor/dialog/fck_anchor.html
    • -110
    • +104
    ./editor/dialog/fck_button.html
    • -110
    • +104
    ./editor/dialog/fck_checkbox.html
    • -171
    • +172
    ./editor/dialog/fck_colorselector.html
    • -0
    • +396
    ./editor/dialog/fck_div.html
    • -600
    • +600
    ./editor/dialog/fck_docprops.html
    • -113
    • +113
    ./editor/dialog/fck_docprops/fck_document_preview.html
  1. … 151 more files in changeset.
Adding license for equation editor

    • -0
    • +18
    ./editor/plugins/equation/fckplugin.js
LDEV-2091: Adding an equation editor to the fckeditor

    • -0
    • +79
    ./editor/plugins/equation/editor/css/equation.css
    • -0
    • +471
    ./editor/plugins/equation/editor/editor.html
    • binary
    ./editor/plugins/equation/editor/images/add.gif
    • binary
    ./editor/plugins/equation/editor/images/copy.gif
    • binary
    ./editor/plugins/equation/editor/images/pdf.jpg
    • binary
    ./editor/plugins/equation/editor/images/spacer.gif
    • binary
    ./editor/plugins/equation/editor/images/sub.gif
    • binary
    ./editor/plugins/equation/editor/images/wait.gif
    • binary
    ./editor/plugins/equation/editor/js/_clipboard.swf
    • -0
    • +15
    ./editor/plugins/equation/editor/js/clipboard.js
    • -0
    • +554
    ./editor/plugins/equation/editor/js/editor.js
    • -0
    • +53
    ./editor/plugins/equation/editor/js/eq_fck.js
    • -0
    • +298
    ./editor/plugins/equation/editor/js/eq_flash.js
    • -0
    • +295
    ./editor/plugins/equation/editor/js/flash.js
    • binary
    ./editor/plugins/equation/editor/panels/accents_panel.gif
  1. … 12 more files in changeset.
Relocating the fckeditor wikilink plugin from lams_central to the wiki tool

    • -133
    • +0
    ./editor/plugins/wikilink/fck_wikilink.jsp
    • -18
    • +0
    ./editor/plugins/wikilink/fckplugin.js
    • binary
    ./editor/plugins/wikilink/wikilink.gif
  1. … 5 more files in changeset.
LDEV-1657 - Wikilinking, with dan's help, used an FCKEditor property to store the wikilink array and fix cross-browser problems

    • -2
    • +1
    ./editor/plugins/wikilink/fck_wikilink.jsp
  1. … 3 more files in changeset.
changed call to parent window to: wikiArray = window.top.opener.parent.wikiLinkArray;

wikiArray = window.top.opener.top.wikiLinkArray; was not working in learner because of the frames

    • -1
    • +1
    ./editor/plugins/wikilink/fck_wikilink.jsp
LDEV-1657 Fixed the problem with commas and inverted commas by replacing with escape characters. Also, the comma problem is solved by getting the javascript object directly from the window rather than saving it as a string in a hidden field, like so:

wikiArray = window.top.opener.top.wikiLinkArray;

    • -2
    • +7
    ./editor/plugins/wikilink/fck_wikilink.jsp
LDEV-1657 - Updating the wiki link plugin for the fckeditor.

To attempt to resolve issues with certain browsers, I removed any ajax calls to get the list of wiki links. Instead, they are retrieved from the opening page. ie a javascript array of wikilinks is created on the page where the fckeditor is, then it is retrieved by the plugin with the following command:

wikiArray = window.top.opener.top.document.getElementById("wikiLinks").value.split(',');

    • -24
    • +6
    ./editor/plugins/wikilink/fck_wikilink.jsp
removed feature to add new wiki links via the fckeditor plugin for the wikit tool

    • -130
    • +58
    ./editor/plugins/wikilink/fck_wikilink.jsp
    • -3
    • +3
    ./editor/plugins/wikilink/fckplugin.js
LDEV-1657 Changed dialog size

    • -1
    • +1
    ./editor/plugins/wikilink/fckplugin.js
LDEV-1657 Improvements for learner linking, new links working now for IE

    • -109
    • +131
    ./editor/plugins/wikilink/fck_wikilink.jsp
    • -1
    • +1
    ./editor/plugins/wikilink/fckplugin.js
  1. … 1 more file in changeset.
LDEV-1657 Luke and Dan's progress with wikilink plugin, links now being generated properly in learner, able to get and insert links to existing wikis.

    • -0
    • +197
    ./editor/plugins/wikilink/fck_wikilink.jsp
    • -4
    • +1
    ./editor/plugins/wikilink/fckplugin.js
  1. … 5 more files in changeset.
LDEV-1657 Progress towards wiki link plugin, button and basic interface in place, next step is to provide link information of existing wikis to the dialog

    • -0
    • +121
    ./editor/plugins/wikilink/fck_wikilink.html
    • -0
    • +21
    ./editor/plugins/wikilink/fckplugin.js
    • -0
    • +8
    ./editor/plugins/wikilink/lang/en.js
    • binary
    ./editor/plugins/wikilink/wikilink.gif
  1. … 1 more file in changeset.
Updating Greek

LDEV-1368: Upgrading FCKEditor to 2.5.1. Fixing up the upload and browser connect servlets so that we can accomodate the creation of new folders within our special directory structure.

  1. … 2 more files in changeset.
LDEV-1368: Upgrading FCKEditor to 2.5.1. Reapplying a change made earlier so that the browser picks up our special folders.

LDEV-1368: Upgrading FCKEditor to 2.5.1. Removed the universal keyboard (no longer supported. Trying the templates out - customised version going in www project.

    • -120
    • +0
    ./editor/_source/classes/fckcontextmenu.js
    • -190
    • +0
    ./editor/_source/classes/fckeditingarea.js
    • -51
    • +0
    ./editor/_source/classes/fckevents.js
    • -86
    • +0
    ./editor/_source/classes/fckicon.js
    • -51
    • +0
    ./editor/_source/classes/fckiecleanup.js
    • -135
    • +0
    ./editor/_source/classes/fckmenublock.js
    • -157
    • +0
    ./editor/_source/classes/fckmenuitem.js
    • -293
    • +0
    ./editor/_source/classes/fckpanel.js
    • -52
    • +0
    ./editor/_source/classes/fckplugin.js
    • -55
    • +0
    ./editor/_source/classes/fckstyledef.js
    • -116
    • +0
    ./editor/_source/classes/fckstyledef_gecko.js
    • -139
    • +0
    ./editor/_source/classes/fckstyledef_ie.js
  1. … 343 more files in changeset.
removed server depend. from web address + set _blank as default anchor on image links.

  1. … 3 more files in changeset.
moved servlets + updated them to use correct file path separators and return correct web path + added xdoclet to servlets

  1. … 8 more files in changeset.
some issue/problem with the oConnector CurrentFolder (this.CurrentFolder) var, using GetUrlParam call instead

Changed default target to _blank. (LDEV-517)

Update fckeditor to version 2.3.1.

A custom configuration file has been created under web/includes/javascript/fckconfig_custom.js

All global changes to the fckeditor configuration should be placed in the above file. The fckconfig.js should not be modified.

All local changes to the fckeditor configuration should be placed in a new custom js file and invoked using the fck tag.

Please refer to link below for details.

http://wiki.fckeditor.net/Developer's_Guide/Configuration/Configurations_File

    • -0
    • +120
    ./editor/_source/classes/fckcontextmenu.js
    • -71
    • +0
    ./editor/_source/classes/fckcontextmenugroup.js
    • -103
    • +0
    ./editor/_source/classes/fckcontextmenuitem.js
    • -0
    • +190
    ./editor/_source/classes/fckeditingarea.js
    • -22
    • +23
    ./editor/_source/classes/fckevents.js
    • -0
    • +86
    ./editor/_source/classes/fckicon.js
    • -0
    • +51
    ./editor/_source/classes/fckiecleanup.js
    • -0
    • +135
    ./editor/_source/classes/fckmenublock.js
    • -0
    • +51
    ./editor/_source/classes/fckmenublockpanel.js
    • -0
    • +157
    ./editor/_source/classes/fckmenuitem.js
    • -0
    • +293
    ./editor/_source/classes/fckpanel.js
    • -173
    • +0
    ./editor/_source/classes/fckpanel_gecko.js
    • -127
    • +0
    ./editor/_source/classes/fckpanel_ie.js
  1. … 713 more files in changeset.
Added toolbar set for use in learning pages.

Removed extra comma in ToolBarSets.

Add 'Link' button to toolbar.

Put the about box on the end properly this time - had put it partway through the top line in the last version.

Moved FCKEditor toolbar icons around so they fit into two lines - the width of the window had been shrunk a bit and thrown it onto three lines. Moved about up to first line and combined Paste Word in with the group before rather than being in a group on its own.

Modified Toolbar buttons.