[cvs] commit: horde/services/editor/xinha XinhaCore.js horde/services/editor/xinha/lang b5.js ch.js de.js gb.js it.js nl.js pt_br.js th.js horde/services/editor/xinha/modules/ColorPicker ColorPicker.js horde/services/editor/xinha/modules/ColorPicker/lang pt_br.js horde/services/editor/xinha/modules/ColorPicker/src ColorPicker.js ...

Michael M Slusarz slusarz at horde.org
Tue Sep 25 12:22:10 UTC 2007


slusarz     2007-09-25 08:22:10 EDT

  Modified files:
    services/editor/xinha XinhaCore.js 
    services/editor/xinha/lang b5.js ch.js de.js gb.js it.js nl.js 
                               pt_br.js 
    services/editor/xinha/modules/ColorPicker ColorPicker.js 
    services/editor/xinha/modules/ColorPicker/src ColorPicker.js 
    services/editor/xinha/modules/CreateLink link.js 
    services/editor/xinha/modules/Dialogs dialog.js 
                                          inline-dialog.js 
                                          panel-dialog.js 
                                          popupwin.js 
    services/editor/xinha/modules/FullScreen full-screen.js 
    services/editor/xinha/modules/Gecko Gecko.js 
                                        paraHandlerBest.js 
                                        paraHandlerDirty.js 
    services/editor/xinha/modules/GetHtml DOMwalk.js 
                                          TransformInnerHTML.js 
    services/editor/xinha/modules/GetHtml/src DOMwalk.js 
                                              TransformInnerHTML.js 
    services/editor/xinha/modules/InsertImage insert_image.js 
    services/editor/xinha/modules/InsertTable insert_table.js 
    services/editor/xinha/modules/InternetExplorer 
                                                   InternetExplorer.js 
    services/editor/xinha/modules/InternetExplorer/src 
                                                       InternetExplorer.js 
    services/editor/xinha/plugins/AnselImage ansel-image.js 
    services/editor/xinha/plugins/CharacterMap character-map.js 
    services/editor/xinha/plugins/CharacterMap/popups 
                                                      select_character.html 
    services/editor/xinha/plugins/ContextMenu context-menu.js 
    services/editor/xinha/plugins/ListType list-type.js 
    services/editor/xinha/plugins/TableOperations 
                                                  table-operations.js 
    services/editor/xinha/plugins/TableOperations/popups 
                                                         merge_cells.html 
    services/editor/xinha/plugins/TableOperations/src 
                                                      table-operations.js 
    services/editor/xinha/popups about.html editor_help.html 
                                 popup.css popup.js 
                                 select_color.html 
    services/editor/xinha/popups/src popup.js 
    services/editor/xinha/src XinhaCore.js 
  Added files:
    services/editor/xinha/lang th.js 
    services/editor/xinha/modules/ColorPicker/lang pt_br.js 
    services/editor/xinha/modules/FullScreen/lang pt_br.js 
    services/editor/xinha/modules/Gecko/lang pt_br.js 
    services/editor/xinha/modules/GetHtml/lang pt_br.js 
    services/editor/xinha/plugins/AnselImage/src ansel-image.js 
    services/editor/xinha/plugins/CharacterMap/lang pt_br.js 
    services/editor/xinha/plugins/CharacterMap/src 
                                                   character-map.js 
    services/editor/xinha/plugins/ContextMenu/lang pt_br.js 
    services/editor/xinha/plugins/ListType/lang pt_br.js 
    services/editor/xinha/plugins/TableOperations/lang pt_br.js 
  Removed files:
    services/editor/xinha/popups color_picker.js 
    services/editor/xinha/popups/src color_picker.js 
  Log:
  Update xinha
  
  Revision  Changes    Path
  1.7       +1 -1      horde/services/editor/xinha/XinhaCore.js
  1.2       +1 -1      horde/services/editor/xinha/lang/b5.js
  1.2       +1 -1      horde/services/editor/xinha/lang/ch.js
  1.3       +21 -9     horde/services/editor/xinha/lang/de.js
  1.2       +1 -1      horde/services/editor/xinha/lang/gb.js
  1.2       +1 -1      horde/services/editor/xinha/lang/it.js
  1.2       +1 -1      horde/services/editor/xinha/lang/nl.js
  1.2       +166 -14   horde/services/editor/xinha/lang/pt_br.js
  1.1       +50 -0     horde/services/editor/xinha/lang/th.js (new)
  1.3       +1 -1      horde/services/editor/xinha/modules/ColorPicker/ColorPicker.js
  1.1       +22 -0     horde/services/editor/xinha/modules/ColorPicker/lang/pt_br.js (new)
  1.3       +10 -1     horde/services/editor/xinha/modules/ColorPicker/src/ColorPicker.js
  1.2       +1 -13     horde/services/editor/xinha/modules/CreateLink/link.js
  1.3       +1 -1      horde/services/editor/xinha/modules/Dialogs/dialog.js
  1.3       +1 -1      horde/services/editor/xinha/modules/Dialogs/inline-dialog.js
  1.3       +1 -1      horde/services/editor/xinha/modules/Dialogs/panel-dialog.js
  1.3       +1 -1      horde/services/editor/xinha/modules/Dialogs/popupwin.js
  1.2       +1 -20     horde/services/editor/xinha/modules/FullScreen/full-screen.js
  1.1       +18 -0     horde/services/editor/xinha/modules/FullScreen/lang/pt_br.js (new)
  1.4       +1 -1      horde/services/editor/xinha/modules/Gecko/Gecko.js
  1.1       +18 -0     horde/services/editor/xinha/modules/Gecko/lang/pt_br.js (new)
  1.3       +1 -1      horde/services/editor/xinha/modules/Gecko/paraHandlerBest.js
  1.3       +1 -1      horde/services/editor/xinha/modules/Gecko/paraHandlerDirty.js
  1.3       +1 -1      horde/services/editor/xinha/modules/GetHtml/DOMwalk.js
  1.3       +1 -1      horde/services/editor/xinha/modules/GetHtml/TransformInnerHTML.js
  1.1       +18 -0     horde/services/editor/xinha/modules/GetHtml/lang/pt_br.js (new)
  1.3       +15 -9     horde/services/editor/xinha/modules/GetHtml/src/DOMwalk.js
  1.2       +31 -31    horde/services/editor/xinha/modules/GetHtml/src/TransformInnerHTML.js
  1.2       +1 -14     horde/services/editor/xinha/modules/InsertImage/insert_image.js
  1.2       +1 -10     horde/services/editor/xinha/modules/InsertTable/insert_table.js
  1.5       +1 -1      horde/services/editor/xinha/modules/InternetExplorer/InternetExplorer.js
  1.5       +7 -7      horde/services/editor/xinha/modules/InternetExplorer/src/InternetExplorer.js
  1.2       +1 -93     horde/services/editor/xinha/plugins/AnselImage/ansel-image.js
  1.1       +92 -0     horde/services/editor/xinha/plugins/AnselImage/src/ansel-image.js (new)
  1.4       +1 -124    horde/services/editor/xinha/plugins/CharacterMap/character-map.js
  1.1       +19 -0     horde/services/editor/xinha/plugins/CharacterMap/lang/pt_br.js (new)
  1.2       +2 -1      horde/services/editor/xinha/plugins/CharacterMap/popups/select_character.html
  1.1       +124 -0    horde/services/editor/xinha/plugins/CharacterMap/src/character-map.js (new)
  1.5       +1 -473    horde/services/editor/xinha/plugins/ContextMenu/context-menu.js
  1.1       +65 -0     horde/services/editor/xinha/plugins/ContextMenu/lang/pt_br.js (new)
  1.1       +24 -0     horde/services/editor/xinha/plugins/ListType/lang/pt_br.js (new)
  1.2       +1 -191    horde/services/editor/xinha/plugins/ListType/list-type.js
  1.1       +100 -0    horde/services/editor/xinha/plugins/TableOperations/lang/pt_br.js (new)
  1.2       +4 -1      horde/services/editor/xinha/plugins/TableOperations/popups/merge_cells.html
  1.3       +82 -82    horde/services/editor/xinha/plugins/TableOperations/src/table-operations.js
  1.7       +1 -1      horde/services/editor/xinha/plugins/TableOperations/table-operations.js
  1.6       +0 -1      horde/services/editor/xinha/popups/Attic/color_picker.js (dead)
  1.4       +6 -5      horde/services/editor/xinha/popups/about.html
  1.2       +4 -3      horde/services/editor/xinha/popups/editor_help.html
  1.2       +11 -4     horde/services/editor/xinha/popups/popup.css
  1.7       +1 -1      horde/services/editor/xinha/popups/popup.js
  1.2       +2 -2      horde/services/editor/xinha/popups/select_color.html
  1.2       +0 -795    horde/services/editor/xinha/popups/src/Attic/color_picker.js (dead)
  1.3       +5 -3      horde/services/editor/xinha/popups/src/popup.js
  1.7       +91 -56    horde/services/editor/xinha/src/XinhaCore.js

  Chora Links:
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/XinhaCore.js?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/lang/b5.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/lang/ch.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/lang/de.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/lang/gb.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/lang/it.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/lang/nl.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/lang/pt_br.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/lang/th.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/ColorPicker/ColorPicker.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/modules/ColorPicker/lang/pt_br.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/ColorPicker/src/ColorPicker.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/CreateLink/link.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/Dialogs/dialog.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/Dialogs/inline-dialog.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/Dialogs/panel-dialog.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/Dialogs/popupwin.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/FullScreen/full-screen.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/modules/FullScreen/lang/pt_br.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/Gecko/Gecko.js?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/modules/Gecko/lang/pt_br.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/Gecko/paraHandlerBest.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/Gecko/paraHandlerDirty.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/GetHtml/DOMwalk.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/GetHtml/TransformInnerHTML.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/modules/GetHtml/lang/pt_br.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/GetHtml/src/DOMwalk.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/GetHtml/src/TransformInnerHTML.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/InsertImage/insert_image.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/InsertTable/insert_table.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/InternetExplorer/InternetExplorer.js?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/modules/InternetExplorer/src/InternetExplorer.js?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/AnselImage/ansel-image.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/AnselImage/src/ansel-image.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/CharacterMap/character-map.js?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/lang/pt_br.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/CharacterMap/popups/select_character.html?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/src/character-map.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/ContextMenu/context-menu.js?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/lang/pt_br.js?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/lang/pt_br.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/ListType/list-type.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/lang/pt_br.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/TableOperations/popups/merge_cells.html?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/TableOperations/src/table-operations.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/plugins/TableOperations/table-operations.js?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/popups/Attic/color_picker.js?r=1.5
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/popups/about.html?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/popups/editor_help.html?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/popups/popup.css?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/popups/popup.js?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/popups/select_color.html?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/horde/services/editor/xinha/popups/src/Attic/color_picker.js?r=1.1
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/popups/src/popup.js?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/editor/xinha/src/XinhaCore.js?r1=1.6&r2=1.7&ty=u


More information about the cvs mailing list