[cvs] commit: horde/services/editor/xinha htmlarea.css htmlarea.js popupdiv.js popupwin.js horde/services/editor/xinha/images/fr bold.gif strikethrough.gif underline.gif horde/services/editor/xinha/lang de.js fr.js sv.js ...
Michael M Slusarz
slusarz at horde.org
Tue May 9 23:50:08 PDT 2006
slusarz 2006-05-09 23:50:08 PDT
Modified files:
services/editor/xinha htmlarea.css htmlarea.js popupwin.js
services/editor/xinha/lang de.js fr.js
services/editor/xinha/plugins/ContextMenu context-menu.js
services/editor/xinha/plugins/EnterParagraphs
enter-paragraphs.js
services/editor/xinha/plugins/TableOperations
table-operations.js
services/editor/xinha/plugins/TableOperations/img
table-prop.gif
services/editor/xinha/popups about.html popup.js
Added files:
services/editor/xinha/images/fr bold.gif strikethrough.gif
underline.gif
services/editor/xinha/lang sv.js
services/editor/xinha/plugins/CharacterMap/lang de.js fr.js
it.js nl.js
no.js ru.js
sv.js
services/editor/xinha/plugins/ContextMenu/lang de.js el.js
fr.js he.js
nl.js no.js
pl.js sv.js
services/editor/xinha/plugins/FullScreen/lang ru.js sv.js
services/editor/xinha/plugins/ListType/lang de.js fr.js nl.js
no.js pl.js ru.js
sv.js
services/editor/xinha/plugins/TableOperations/lang cz.js da.js
de.js el.js
fi.js fr.js
he.js it.js
nl.js no.js
pl.js ro.js
ru.js sv.js
Removed files:
services/editor/xinha popupdiv.js
Log:
Upgrade xinha to latest version.
Revision Changes Path
1.2 +0 -369 horde/services/editor/xinha/Attic/popupdiv.js (dead)
1.2 +22 -1 horde/services/editor/xinha/htmlarea.css
1.2 +3423 -2243 horde/services/editor/xinha/htmlarea.js
1.1 +1 -0 horde/services/editor/xinha/images/fr/bold.gif (new)
1.1 +1 -0 horde/services/editor/xinha/images/fr/strikethrough.gif (new)
1.1 +1 -0 horde/services/editor/xinha/images/fr/underline.gif (new)
1.2 +10 -1 horde/services/editor/xinha/lang/de.js
1.2 +55 -18 horde/services/editor/xinha/lang/fr.js
1.1 +116 -0 horde/services/editor/xinha/lang/sv.js (new)
1.1 +11 -0 horde/services/editor/xinha/plugins/CharacterMap/lang/de.js (new)
1.1 +6 -0 horde/services/editor/xinha/plugins/CharacterMap/lang/fr.js (new)
1.1 +6 -0 horde/services/editor/xinha/plugins/CharacterMap/lang/it.js (new)
1.1 +11 -0 horde/services/editor/xinha/plugins/CharacterMap/lang/nl.js (new)
1.1 +7 -0 horde/services/editor/xinha/plugins/CharacterMap/lang/no.js (new)
1.1 +7 -0 horde/services/editor/xinha/plugins/CharacterMap/lang/ru.js (new)
1.1 +7 -0 horde/services/editor/xinha/plugins/CharacterMap/lang/sv.js (new)
1.2 +22 -2 horde/services/editor/xinha/plugins/ContextMenu/context-menu.js
1.1 +50 -0 horde/services/editor/xinha/plugins/ContextMenu/lang/de.js (new)
1.1 +47 -0 horde/services/editor/xinha/plugins/ContextMenu/lang/el.js (new)
1.1 +50 -0 horde/services/editor/xinha/plugins/ContextMenu/lang/fr.js (new)
1.1 +47 -0 horde/services/editor/xinha/plugins/ContextMenu/lang/he.js (new)
1.1 +47 -0 horde/services/editor/xinha/plugins/ContextMenu/lang/nl.js (new)
1.1 +53 -0 horde/services/editor/xinha/plugins/ContextMenu/lang/no.js (new)
1.1 +50 -0 horde/services/editor/xinha/plugins/ContextMenu/lang/pl.js (new)
1.1 +54 -0 horde/services/editor/xinha/plugins/ContextMenu/lang/sv.js (new)
1.2 +9 -6 horde/services/editor/xinha/plugins/EnterParagraphs/enter-paragraphs.js
1.1 +6 -0 horde/services/editor/xinha/plugins/FullScreen/lang/ru.js (new)
1.1 +6 -0 horde/services/editor/xinha/plugins/FullScreen/lang/sv.js (new)
1.1 +12 -0 horde/services/editor/xinha/plugins/ListType/lang/de.js (new)
1.1 +11 -0 horde/services/editor/xinha/plugins/ListType/lang/fr.js (new)
1.1 +12 -0 horde/services/editor/xinha/plugins/ListType/lang/nl.js (new)
1.1 +12 -0 horde/services/editor/xinha/plugins/ListType/lang/no.js (new)
1.1 +12 -0 horde/services/editor/xinha/plugins/ListType/lang/pl.js (new)
1.1 +12 -0 horde/services/editor/xinha/plugins/ListType/lang/ru.js (new)
1.1 +12 -0 horde/services/editor/xinha/plugins/ListType/lang/sv.js (new)
1.2 +1 -1 horde/services/editor/xinha/plugins/TableOperations/img/table-prop.gif
1.1 +79 -0 horde/services/editor/xinha/plugins/TableOperations/lang/cz.js (new)
1.1 +79 -0 horde/services/editor/xinha/plugins/TableOperations/lang/da.js (new)
1.1 +81 -0 horde/services/editor/xinha/plugins/TableOperations/lang/de.js (new)
1.1 +79 -0 horde/services/editor/xinha/plugins/TableOperations/lang/el.js (new)
1.1 +68 -0 horde/services/editor/xinha/plugins/TableOperations/lang/fi.js (new)
1.1 +78 -0 horde/services/editor/xinha/plugins/TableOperations/lang/fr.js (new)
1.1 +79 -0 horde/services/editor/xinha/plugins/TableOperations/lang/he.js (new)
1.1 +79 -0 horde/services/editor/xinha/plugins/TableOperations/lang/it.js (new)
1.1 +79 -0 horde/services/editor/xinha/plugins/TableOperations/lang/nl.js (new)
1.1 +80 -0 horde/services/editor/xinha/plugins/TableOperations/lang/no.js (new)
1.1 +83 -0 horde/services/editor/xinha/plugins/TableOperations/lang/pl.js (new)
1.1 +79 -0 horde/services/editor/xinha/plugins/TableOperations/lang/ro.js (new)
1.1 +79 -0 horde/services/editor/xinha/plugins/TableOperations/lang/ru.js (new)
1.1 +79 -0 horde/services/editor/xinha/plugins/TableOperations/lang/sv.js (new)
1.2 +5 -2 horde/services/editor/xinha/plugins/TableOperations/table-operations.js
1.2 +1 -1 horde/services/editor/xinha/popups/about.html
1.2 +33 -22 horde/services/editor/xinha/popups/popup.js
1.2 +160 -128 horde/services/editor/xinha/popupwin.js
Chora Links:
http://cvs.horde.org/co.php/horde/services/editor/xinha/Attic/popupdiv.js?r=1.1
http://cvs.horde.org/diff.php/horde/services/editor/xinha/htmlarea.css?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/horde/services/editor/xinha/htmlarea.js?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/co.php/horde/services/editor/xinha/images/fr/bold.gif?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/images/fr/strikethrough.gif?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/images/fr/underline.gif?r=1.1
http://cvs.horde.org/diff.php/horde/services/editor/xinha/lang/de.js?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/horde/services/editor/xinha/lang/fr.js?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/co.php/horde/services/editor/xinha/lang/sv.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/lang/de.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/lang/fr.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/lang/it.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/lang/nl.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/lang/no.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/lang/ru.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/lang/sv.js?r=1.1
http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/ContextMenu/context-menu.js?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/lang/de.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/lang/el.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/lang/fr.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/lang/he.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/lang/nl.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/lang/no.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/lang/pl.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/lang/sv.js?r=1.1
http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/EnterParagraphs/enter-paragraphs.js?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/FullScreen/lang/ru.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/FullScreen/lang/sv.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/lang/de.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/lang/fr.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/lang/nl.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/lang/no.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/lang/pl.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/lang/ru.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/lang/sv.js?r=1.1
http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/TableOperations/img/table-prop.gif?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/cz.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/da.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/de.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/el.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/fi.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/fr.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/he.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/it.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/nl.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/no.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/pl.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/ro.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/ru.js?r=1.1
http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/sv.js?r=1.1
http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/TableOperations/table-operations.js?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/horde/services/editor/xinha/popups/about.html?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/horde/services/editor/xinha/popups/popup.js?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/horde/services/editor/xinha/popupwin.js?r1=1.1&r2=1.2&ty=u
More information about the cvs
mailing list