fckeditor

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

Removed unused icons from fckeditor toolbar.

Added link to an image to the toolbar.

Upgrade to version 2.2

    • -131
    • +98
    ./editor/_source/classes/fckpanel_gecko.js
    • -36
    • +85
    ./editor/_source/classes/fckpanel_ie.js
    • -8
    • +14
    ./editor/_source/classes/fckstyledef_ie.js
    • -4
    • +3
    ./editor/_source/classes/fcktoolbar.js
    • -10
    • +11
    ./editor/_source/classes/fcktoolbarpanelbutton.js
    • -1
    • +11
    ./editor/_source/classes/fcktoolbarspecialcombo.js
  1. … 131 more files in changeset.
FckEditor upgrade from version 2.0 to 2.1.1

    • -1
    • +5
    ./editor/_source/classes/fckpanel_gecko.js
    • -0
    • +2
    ./editor/_source/classes/fckpanel_ie.js
    • -0
    • +2
    ./editor/_source/classes/fckstyledef.js
    • -0
    • +2
    ./editor/_source/classes/fckstyledef_ie.js
    • -14
    • +14
    ./editor/_source/classes/fcktoolbar.js
  1. … 261 more files in changeset.
changed the default toolbar to a limited set, instead of the original default toolbar

jsp folder not needed. checked into cvs by mistake

update from fckEditor 2.0 fc to fckEditor 2.0

    • -1
    • +1
    ./editor/_source/globals/fckeditorapi.js
    • -3
    • +114
    ./editor/_source/internals/fck_1.js
    • -25
    • +28
    ./editor/_source/internals/fck_1_gecko.js
    • -33
    • +48
    ./editor/_source/internals/fck_1_ie.js
    • -17
    • +58
    ./editor/_source/internals/fck_2.js
    • -3
    • +3
    ./editor/_source/internals/fck_2_gecko.js
    • -3
    • +3
    ./editor/_source/internals/fck_2_ie.js
    • -7
    • +24
    ./editor/_source/internals/fck_onload.js
    • -0
    • +1
    ./editor/_source/internals/fckcommands.js
  1. … 152 more files in changeset.
changed the directory name from fckEditor to fckeditor (all lowercase)

    • -0
    • +69
    ./editor/_source/classes/fckcontextmenugroup.js
    • -0
    • +102
    ./editor/_source/classes/fckcontextmenuitem.js
    • -0
    • +53
    ./editor/_source/classes/fckcontextmenuseparator.js
    • -0
    • +48
    ./editor/_source/classes/fckevents.js
    • -0
    • +202
    ./editor/_source/classes/fckpanel_gecko.js
    • -0
    • +76
    ./editor/_source/classes/fckpanel_ie.js
    • -0
    • +52
    ./editor/_source/classes/fckplugin.js
    • -0
    • +213
    ./editor/_source/classes/fckspecialcombo.js
    • -0
    • +53
    ./editor/_source/classes/fckstyledef.js
    • -0
    • +105
    ./editor/_source/classes/fckstyledef_gecko.js
    • -0
    • +128
    ./editor/_source/classes/fckstyledef_ie.js
    • -0
    • +82
    ./editor/_source/classes/fckstylesloader.js
    • -0
    • +62
    ./editor/_source/classes/fcktoolbar.js
    • -0
    • +27
    ./editor/_source/classes/fcktoolbarbreak_gecko.js
    • -0
    • +29
    ./editor/_source/classes/fcktoolbarbreak_ie.js
  1. … 768 more files in changeset.