Print

HomePage

This is All Lower Case No Spaces

Currently put into service to help test the experimental branch to update the wysiwyg editor for Tiki 6

Please come and help!
If you want to have a quick look at the new ckeditor you can use the sandbox/pit here without needing to log on

 

Known issues

  • The Firefox losing selection info when the DOM changes issue makes ckeditor (and fck) really unusable - needs fixing
  • Extra lines seem to be appearing when editing in ckeditor - will fix
  • We seem to have a bug in [non-links] in square brackets. It's in trunk, won't be fixed here

 


Changes

Changes Log

14 Aug htmltowiki
  • Partly working

12 Aug More progress
  • Mainly autosave

11 Aug Some progress! New buttons mrgreen
  • r28460 [FIX] ckeditor: Don't re-convert to wysiwyg if not switching editors. Also clean up some dead code and use suppress_icons on parse_data.
  • r28448 [ENH] ckeditor: Add tiki link dialog tool to ckeditor dialog. Inserted text appears in the wrong place still.
    Also more areaname to area_id replacements.
  • r28449 [ENH] ckeditor: Add switch editor tool
  • r28451 [MOD] ckeditor: placeholder for tikiwiki dataProcessor. Not functional at all yet - it's a big thing
  • r28456 [ENH] ckeditor: Insert text in wysiwyg editor working. Added filegal browser button.

10 Aug merging initial fixes back into trunk as planned, getting my head around ckeditor
  • r28419 MODKILFIX textareas: Replace area_name throughout with area_id becasue it should be, and remove JS function getElementById then mend most places where things broke.
    Also implement jQuery optimisations in a few places.

9 Aug: Some refactoring and adding logic to existing textarea handling. Just about all textareas, toolbars and plugin editors etc are affected, but no change, apart from fixing a few bugs should be apparent. Sorry, boring to test.
  • r28419 & 20 [MOD] [KIL] [FIX] textareas: Replace area_name throughout with area_id becasue it should be, and remove JS function getElementById then mend most places where things broke. Also implement jQuery optimisations in a few places.
    To be backported shortly - minimal functional change expected
  • r28407 [KIL] Remove redundant textareasize.*
    To be backported shortly - no functional change expected