source: indico/THANKS @ a35282872d1673e20d2ffdfa7d0a7e30df9d2e23

Revision a35282872d1673e20d2ffdfa7d0a7e30df9d2e23, 1.1 KB checked in by Leszek Syroka <leszek.marek.syroka@…>, 2 years ago (diff)

[FIX] Migration to CKeditor

  • old FCKeditor was replaced by new CKeditor
  • widget used to change between plain and rich text was removed, such option is already implemented in CKeditor
  • weird random errors about loading editor's toolbars exists no longer
  • problem with editing description field in IE was solved
  • following CKeditor bugs was fixed (will be reported to CKeditor developers):
    • maximizing editor wrapped by an iframe in Firefox was incorrect. Changing positioning of editor fullscreen wrapper, used to gain focus correctly, was changed from 'absolute' to 'fixed'.
    • references to None type object in IE was fixed
    • body style of an editor was changed not to show vertical scrollbar
  • description field during creating events now works properly
  • iFrames from RichTextInlineEditWidget? removed
  • RichTextInlineEditWidget? can have custom size
  • problem with CKeditor in 'Additional info' field in conference modification was solved
  • linking stylesheet in RichTextInlineEditWidget? removed
  • default string in RichTextInlineEditWidget? changed
  • fixes 372, 486 and 236
  • Property mode set to 100644
Line 
1Indico THANKS
2=============
3
4Several people outside the Indico Development Team
5contributed to the project:
6
7- Jim Fromm (Fermilab): He developed the Timezone awareness for Indico.
8Thanks for a great job!
9
10- Jim Fulton for helping us with the scripts
11
12Other software and pieces of code:
13
14CKEditor is used for the online creation of web pages. CKEditor is
15distributed under the GPL, LGPL and MPL open source licenses.
16<http://ckeditor.com/>
17
18The DHTML / JavaScript Calendar is used by Indico and it is available
19under the terms of the GNU Lesser General Public License version 2.1 or
20above.
21<http://www.dynarch.com/projects/calendar/>
22
23strip_ml_tags is a routine by Micah D. Cochran submitted on 26 Aug 2005 that
24removes all HTML/XML-like tags from the input text.
25This routine is allowed to be put under any license Open Source (GPL, BSD, LGPL, etc.) License
26or any Propriety License. Effectively this routine is in public domain.
27
28HTMLParser/SimpleHtmlParser is a JS library that allows to parse HTML. It has been written
29originally by Erik Arvidsson and extended by John Resig. The original license is GPLv2.
30
31See also the AUTHORS and ChangeLog files.
Note: See TracBrowser for help on using the repository browser.