| 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 | |
|---|
| 1 | Indico THANKS |
|---|
| 2 | ============= |
|---|
| 3 | |
|---|
| 4 | Several people outside the Indico Development Team |
|---|
| 5 | contributed to the project: |
|---|
| 6 | |
|---|
| 7 | - Jim Fromm (Fermilab): He developed the Timezone awareness for Indico. |
|---|
| 8 | Thanks for a great job! |
|---|
| 9 | |
|---|
| 10 | - Jim Fulton for helping us with the scripts |
|---|
| 11 | |
|---|
| 12 | Other software and pieces of code: |
|---|
| 13 | |
|---|
| 14 | CKEditor is used for the online creation of web pages. CKEditor is |
|---|
| 15 | distributed under the GPL, LGPL and MPL open source licenses. |
|---|
| 16 | <http://ckeditor.com/> |
|---|
| 17 | |
|---|
| 18 | The DHTML / JavaScript Calendar is used by Indico and it is available |
|---|
| 19 | under the terms of the GNU Lesser General Public License version 2.1 or |
|---|
| 20 | above. |
|---|
| 21 | <http://www.dynarch.com/projects/calendar/> |
|---|
| 22 | |
|---|
| 23 | strip_ml_tags is a routine by Micah D. Cochran submitted on 26 Aug 2005 that |
|---|
| 24 | removes all HTML/XML-like tags from the input text. |
|---|
| 25 | This routine is allowed to be put under any license Open Source (GPL, BSD, LGPL, etc.) License |
|---|
| 26 | or any Propriety License. Effectively this routine is in public domain. |
|---|
| 27 | |
|---|
| 28 | HTMLParser/SimpleHtmlParser is a JS library that allows to parse HTML. It has been written |
|---|
| 29 | originally by Erik Arvidsson and extended by John Resig. The original license is GPLv2. |
|---|
| 30 | |
|---|
| 31 | See also the AUTHORS and ChangeLog files. |
|---|
Note: See
TracBrowser
for help on using the repository browser.