[cvs] commit: horde/services/editor/xinha/plugins/AnselImage ansel-image.js insert_image.php horde/services/editor/xinha/plugins/CharacterMap CharacterMap.css character-map.js horde/services/editor/xinha/plugins/CharacterMap/img ed_charmap.gif horde/services/editor/xinha/plugins/CharacterMap/popups select_character.html horde/services/editor/xinha/plugins/ContextMenu context-menu.js ...

Jan Schneider jan at horde.org
Wed Feb 1 14:24:23 PST 2006


jan         2006-02-01 14:24:23 PST

  Added files:
    services/editor/xinha/plugins/AnselImage ansel-image.js 
                                             insert_image.php 
    services/editor/xinha/plugins/CharacterMap CharacterMap.css 
                                               character-map.js 
    services/editor/xinha/plugins/CharacterMap/img ed_charmap.gif 
    services/editor/xinha/plugins/CharacterMap/popups 
                                                      select_character.html 
    services/editor/xinha/plugins/ContextMenu context-menu.js 
                                              menu.css 
    services/editor/xinha/plugins/ListType ListType.css 
                                           list-type.js 
    services/editor/xinha/plugins/ListType/img circle.png 
                                               decimal.png 
                                               disc.png 
                                               lower-alpha.png 
                                               lower-roman.png 
                                               none.png square.png 
                                               upper-alpha.png 
                                               upper-roman.png 
    services/editor/xinha/plugins/TableOperations 
                                                  table-operations.js 
    services/editor/xinha/plugins/TableOperations/img 
                                                      cell-delete.gif 
                                                      cell-insert-after.gif 
                                                      cell-insert-before.gif 
                                                      cell-merge.gif 
                                                      cell-prop.gif 
                                                      cell-split.gif 
                                                      col-delete.gif 
                                                      col-insert-after.gif 
                                                      col-insert-before.gif 
                                                      col-split.gif 
                                                      row-delete.gif 
                                                      row-insert-above.gif 
                                                      row-insert-under.gif 
                                                      row-prop.gif 
                                                      row-split.gif 
                                                      table-prop.gif 
  Log:
  Add Xinha plugins.
  Submitted by: Roel Gloudemans <roel at gloudemans.info>
  
  Revision  Changes    Path
  1.1       +93 -0     horde/services/editor/xinha/plugins/AnselImage/ansel-image.js (new)
  1.1       +221 -0    horde/services/editor/xinha/plugins/AnselImage/insert_image.php (new)
  1.1       +41 -0     horde/services/editor/xinha/plugins/CharacterMap/CharacterMap.css (new)
  1.1       +123 -0    horde/services/editor/xinha/plugins/CharacterMap/character-map.js (new)
  1.1       +1 -0      horde/services/editor/xinha/plugins/CharacterMap/img/ed_charmap.gif (new)
  1.1       +183 -0    horde/services/editor/xinha/plugins/CharacterMap/popups/select_character.html (new)
  1.1       +448 -0    horde/services/editor/xinha/plugins/ContextMenu/context-menu.js (new)
  1.1       +67 -0     horde/services/editor/xinha/plugins/ContextMenu/menu.css (new)
  1.1       +43 -0     horde/services/editor/xinha/plugins/ListType/ListType.css (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/ListType/img/circle.png (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/ListType/img/decimal.png (new)
  1.1       +4 -0      horde/services/editor/xinha/plugins/ListType/img/disc.png (new)
  1.1       +4 -0      horde/services/editor/xinha/plugins/ListType/img/lower-alpha.png (new)
  1.1       +4 -0      horde/services/editor/xinha/plugins/ListType/img/lower-roman.png (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/ListType/img/none.png (new)
  1.1       +4 -0      horde/services/editor/xinha/plugins/ListType/img/square.png (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/ListType/img/upper-alpha.png (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/ListType/img/upper-roman.png (new)
  1.1       +191 -0    horde/services/editor/xinha/plugins/ListType/list-type.js (new)
  1.1       +2 -0      horde/services/editor/xinha/plugins/TableOperations/img/cell-delete.gif (new)
  1.1       +2 -0      horde/services/editor/xinha/plugins/TableOperations/img/cell-insert-after.gif (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/TableOperations/img/cell-insert-before.gif (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/TableOperations/img/cell-merge.gif (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/TableOperations/img/cell-prop.gif (new)
  1.1       +2 -0      horde/services/editor/xinha/plugins/TableOperations/img/cell-split.gif (new)
  1.1       +1 -0      horde/services/editor/xinha/plugins/TableOperations/img/col-delete.gif (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/TableOperations/img/col-insert-after.gif (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/TableOperations/img/col-insert-before.gif (new)
  1.1       +1 -0      horde/services/editor/xinha/plugins/TableOperations/img/col-split.gif (new)
  1.1       +2 -0      horde/services/editor/xinha/plugins/TableOperations/img/row-delete.gif (new)
  1.1       +2 -0      horde/services/editor/xinha/plugins/TableOperations/img/row-insert-above.gif (new)
  1.1       +3 -0      horde/services/editor/xinha/plugins/TableOperations/img/row-insert-under.gif (new)
  1.1       +2 -0      horde/services/editor/xinha/plugins/TableOperations/img/row-prop.gif (new)
  1.1       +2 -0      horde/services/editor/xinha/plugins/TableOperations/img/row-split.gif (new)
  1.1       +1 -0      horde/services/editor/xinha/plugins/TableOperations/img/table-prop.gif (new)
  1.1       +1180 -0   horde/services/editor/xinha/plugins/TableOperations/table-operations.js (new)

  Chora Links:
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/AnselImage/ansel-image.js?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/AnselImage/insert_image.php?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/CharacterMap.css?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/character-map.js?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/img/ed_charmap.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/CharacterMap/popups/select_character.html?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/context-menu.js?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ContextMenu/menu.css?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/ListType.css?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/img/circle.png?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/img/decimal.png?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/img/disc.png?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/img/lower-alpha.png?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/img/lower-roman.png?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/img/none.png?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/img/square.png?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/img/upper-alpha.png?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/img/upper-roman.png?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/ListType/list-type.js?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/cell-delete.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/cell-insert-after.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/cell-insert-before.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/cell-merge.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/cell-prop.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/cell-split.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/col-delete.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/col-insert-after.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/col-insert-before.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/col-split.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/row-delete.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/row-insert-above.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/row-insert-under.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/row-prop.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/row-split.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/img/table-prop.gif?r=1.1
  http://cvs.horde.org/co.php/horde/services/editor/xinha/plugins/TableOperations/table-operations.js?r=1.1


More information about the cvs mailing list