Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Relocating the fckeditor wikilink plugin from lams_central to the wiki tool

    • -133
    • +0
    ./plugins/wikilink/fck_wikilink.jsp
  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

  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

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;

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
    ./plugins/wikilink/fck_wikilink.jsp
removed feature to add new wiki links via the fckeditor plugin for the wikit tool

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

LDEV-1657 Improvements for learner linking, new links working now for IE

    • -109
    • +131
    ./plugins/wikilink/fck_wikilink.jsp
  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.

    • -121
    • +0
    ./plugins/wikilink/fck_wikilink.html
    • -0
    • +197
    ./plugins/wikilink/fck_wikilink.jsp
  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
    ./plugins/wikilink/fck_wikilink.html
    • -0
    • +21
    ./plugins/wikilink/fckplugin.js
    • -0
    • +8
    ./plugins/wikilink/lang/en.js
    • binary
    ./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.

    • -3
    • +5
    ./filemanager/browser/default/browser.html
  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.

    • -2
    • +2
    ./filemanager/browser/default/browser.html
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
    ./_source/classes/fckcontextmenu.js
    • -190
    • +0
    ./_source/classes/fckeditingarea.js
    • -135
    • +0
    ./_source/classes/fckmenublock.js
    • -51
    • +0
    ./_source/classes/fckmenublockpanel.js
    • -157
    • +0
    ./_source/classes/fckmenuitem.js
    • -351
    • +0
    ./_source/classes/fckspecialcombo.js
    • -116
    • +0
    ./_source/classes/fckstyledef_gecko.js
    • -139
    • +0
    ./_source/classes/fckstyledef_ie.js
    • -84
    • +0
    ./_source/classes/fckstylesloader.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

    • -6
    • +6
    ./filemanager/browser/default/browser.html
  1. … 8 more files in changeset.
some issue/problem with the oConnector CurrentFolder (this.CurrentFolder) var, using GetUrlParam call instead

    • -2
    • +3
    ./filemanager/browser/default/browser.html
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
    ./_source/classes/fckcontextmenu.js
    • -71
    • +0
    ./_source/classes/fckcontextmenugroup.js
    • -103
    • +0
    ./_source/classes/fckcontextmenuitem.js
    • -0
    • +190
    ./_source/classes/fckeditingarea.js
    • -0
    • +86
    ./_source/classes/fckicon.js
    • -0
    • +51
    ./_source/classes/fckiecleanup.js
    • -0
    • +135
    ./_source/classes/fckmenublock.js
    • -0
    • +51
    ./_source/classes/fckmenublockpanel.js
    • -0
    • +157
    ./_source/classes/fckmenuitem.js
    • -0
    • +293
    ./_source/classes/fckpanel.js
    • -173
    • +0
    ./_source/classes/fckpanel_gecko.js
    • -127
    • +0
    ./_source/classes/fckpanel_ie.js
  1. … 713 more files in changeset.
Upgrade to version 2.2

    • -4
    • +3
    ./_source/classes/fckcontextmenuitem.js
    • -131
    • +98
    ./_source/classes/fckpanel_gecko.js
    • -36
    • +85
    ./_source/classes/fckpanel_ie.js
    • -34
    • +72
    ./_source/classes/fckspecialcombo.js
    • -8
    • +14
    ./_source/classes/fckstyledef_ie.js
    • -1
    • +1
    ./_source/classes/fcktoolbarfontscombo.js
    • -10
    • +11
    ./_source/classes/fcktoolbarpanelbutton.js
    • -0
    • +2
    ./_source/classes/fcktoolbarstylecombo.js
  1. … 131 more files in changeset.
FckEditor upgrade from version 2.0 to 2.1.1

    • -0
    • +2
    ./_source/classes/fckcontextmenugroup.js
    • -0
    • +2
    ./_source/classes/fckcontextmenuitem.js
    • -17
    • +84
    ./_source/classes/fckspecialcombo.js
    • -0
    • +2
    ./_source/classes/fckstyledef_gecko.js
    • -0
    • +2
    ./_source/classes/fcktoolbarbreak_gecko.js
    • -0
    • +2
    ./_source/classes/fcktoolbarbreak_ie.js
  1. … 261 more files in changeset.
jsp folder not needed. checked into cvs by mistake

update from fckEditor 2.0 fc to fckEditor 2.0

    • -25
    • +28
    ./_source/internals/fck_1_gecko.js
  1. … 152 more files in changeset.
changed the directory name from fckEditor to fckeditor (all lowercase)

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