[cvs] commit: agora threads.php agora/lib Messages.php ansel image.php ansel/gallery captions.php ansel/lib Ansel.php ansel/lib/Tile Image.php ansel/lib/Views Abstract.php Gallery.php Image.php List.php Results.php Slideshow.php ansel/lib/XRequest ...

Michael M Slusarz slusarz at horde.org
Wed Jun 10 17:20:14 UTC 2009


slusarz     2009-06-10 13:20:14 EDT

  Modified files:
    .                    threads.php 
    lib                  Messages.php 
    .                    image.php 
    gallery              captions.php 
    lib                  Ansel.php 
    lib/Tile             Image.php 
    lib/Views            Abstract.php Gallery.php Image.php 
                         List.php Results.php Slideshow.php 
    lib/XRequest         EditCaption.php 
    templates/captions   captions.inc 
    templates/image      crop_image.inc edit_image.inc 
                         preview_cropimage.inc preview_image.inc 
                         resize_image.inc 
    templates/view       gallery.inc gallerylightbox.inc image.inc 
    Horde/Horde          Config.php 
    UI/UI/VarRenderer    html.php 
    .                    list.php view.php wishlist.php 
    templates            common-descriptions.inc 
    templates/view       view.inc 
    Horde_Policy/Policy/Policy XMLReader.php 
    classified/lib       View.php 
    classified/lib/Notification facebook.php 
    letter/lib           Driver.php 
    letter/lib/Notification facebook.php 
    oscar/lib/Notification facebook.php 
    thomas/lib/Notification facebook.php 
    delivery             rss.php 
    lib                  Driver.php News.php api.php 
    lib/Block            latest.php story.php 
    stories              pdf.php view.php 
    lib/Block            fortune.php 
    lib                  Luxor.php 
    lib                  base.php 
    templates/view       memo.inc 
    lib                  Driver.php 
    .                    subsystem.php 
    templates/subsystem  subsystem.inc 
    templates/javascript open_html_helper.js 
    .                    view.php 
    lib/Block            summary.php 
    templates/view       view.inc 
    lib/Renderer         Comment.php 
    ticket               index.php 
  Removed files:
    Text_Filter          Filter.php package.xml 
    Text_Filter/Filter   bbcode.php cleanascii.php 
                         dimsignature.php emails.php emoticons.php 
                         environment.php highlightquotes.php 
                         html2text.php linkurls.php 
                         simplemarkup.php space2html.php 
                         tabs2spaces.php text2html.php words.php 
                         xss.php 
    Text_Filter/tests    .cvsignore emails.phpt environment.phpt 
                         html2text.phpt html2text2.phpt 
                         html2text3.phpt space2html.phpt 
                         text2html.phpt xss.phpt 
    Text_Filter/tests/fixtures html2text.html style_xss01.html 
                               text2html.txt xss01.html xss02.html 
                               xss03.html xss04.html xss05.html 
                               xss06.html xss07.html xss08.html 
                               xss09.html xss10.html xss100.html 
                               xss11.html xss12.html xss13.html 
                               xss14.html xss15.html xss16.html 
                               xss17.html xss18.html xss19.html 
                               xss20.html xss21.html xss22.html 
                               xss23.html xss24.html xss25.html 
                               xss26.html xss27.html xss28.html 
                               xss29.html xss30.html xss31.html 
                               xss32.html xss33.html xss34.html 
                               xss35.html xss36.html xss37.html 
                               xss38.html xss39.html xss40.html 
                               xss41.html xss42.html xss43.html 
                               xss44.html xss45.html xss46.html 
                               xss47.html xss48.html xss49.html 
                               xss50.html xss51.html xss52.html 
                               xss53.html xss54.html xss55.html 
                               xss56.html xss57.html xss58.html 
                               xss59.html xss60.html xss61.html 
                               xss62.html xss63.html xss64.html 
                               xss65.html xss66.html xss67.html 
                               xss68.html xss69.html xss70.html 
                               xss71.html xss72.html xss73.html 
                               xss74.html xss75.html xss76.html 
                               xss77.html xss78.html xss79.html 
                               xss80.html xss81.html xss82.html 
                               xss83.html xss84.html xss85.html 
                               xss97.html xss98.html xss99.html 
  Log:
  Text_Filter:: -> Horde_Text_Filter:: (moved to git).
  
  Revision  Changes    Path
  1.315     +4 -7      agora/lib/Messages.php
  1.64      +0 -1      agora/threads.php
  1.18      +1 -2      ansel/gallery/captions.php
  1.173     +1 -2      ansel/image.php
  1.592     +2 -3      ansel/lib/Ansel.php
  1.52      +3 -10     ansel/lib/Tile/Image.php
  1.41      +2 -2      ansel/lib/Views/Abstract.php
  1.128     +2 -5      ansel/lib/Views/Gallery.php
  1.79      +1 -4      ansel/lib/Views/Image.php
  1.38      +1 -4      ansel/lib/Views/List.php
  1.37      +1 -4      ansel/lib/Views/Results.php
  1.15      +1 -4      ansel/lib/Views/Slideshow.php
  1.17      +3 -4      ansel/lib/XRequest/EditCaption.php
  1.26      +1 -1      ansel/templates/captions/captions.inc
  1.10      +2 -2      ansel/templates/image/crop_image.inc
  1.53      +2 -2      ansel/templates/image/edit_image.inc
  1.4       +1 -1      ansel/templates/image/preview_cropimage.inc
  1.28      +1 -1      ansel/templates/image/preview_image.inc
  1.9       +2 -2      ansel/templates/image/resize_image.inc
  1.183     +1 -1      ansel/templates/view/gallery.inc
  1.36      +1 -1      ansel/templates/view/gallerylightbox.inc
  1.94      +1 -1      ansel/templates/view/image.inc
  1.151     +3 -5      framework/Horde/Horde/Config.php
  1.30      +0 -163    framework/Text_Filter/Attic/Filter.php (dead)
  1.21      +0 -209    framework/Text_Filter/Attic/package.xml (dead)
  1.20      +0 -148    framework/Text_Filter/Filter/Attic/bbcode.php (dead)
  1.13      +0 -83     framework/Text_Filter/Filter/Attic/cleanascii.php (dead)
  1.14      +0 -38     framework/Text_Filter/Filter/Attic/dimsignature.php (dead)
  1.48      +0 -181    framework/Text_Filter/Filter/Attic/emails.php (dead)
  1.38      +0 -157    framework/Text_Filter/Filter/Attic/emoticons.php (dead)
  1.13      +0 -32     framework/Text_Filter/Filter/Attic/environment.php (dead)
  1.44      +0 -238    framework/Text_Filter/Filter/Attic/highlightquotes.php (dead)
  1.40      +0 -316    framework/Text_Filter/Filter/Attic/html2text.php (dead)
  1.30      +0 -85     framework/Text_Filter/Filter/Attic/linkurls.php (dead)
  1.13      +0 -36     framework/Text_Filter/Filter/Attic/simplemarkup.php (dead)
  1.13      +0 -77     framework/Text_Filter/Filter/Attic/space2html.php (dead)
  1.15      +0 -43     framework/Text_Filter/Filter/Attic/tabs2spaces.php (dead)
  1.27      +0 -129    framework/Text_Filter/Filter/Attic/text2html.php (dead)
  1.15      +0 -71     framework/Text_Filter/Filter/Attic/words.php (dead)
  1.23      +0 -241    framework/Text_Filter/Filter/Attic/xss.php (dead)
  1.3       +0 -5      framework/Text_Filter/tests/Attic/.cvsignore (dead)
  1.4       +0 -39     framework/Text_Filter/tests/Attic/emails.phpt (dead)
  1.3       +0 -30     framework/Text_Filter/tests/Attic/environment.phpt (dead)
  1.4       +0 -153    framework/Text_Filter/tests/Attic/html2text.phpt (dead)
  1.3       +0 -34     framework/Text_Filter/tests/Attic/html2text2.phpt (dead)
  1.3       +0 -67     framework/Text_Filter/tests/Attic/html2text3.phpt (dead)
  1.3       +0 -28     framework/Text_Filter/tests/Attic/space2html.phpt (dead)
  1.3       +0 -86     framework/Text_Filter/tests/Attic/text2html.phpt (dead)
  1.9       +0 -242    framework/Text_Filter/tests/Attic/xss.phpt (dead)
  1.3       +0 -163    framework/Text_Filter/tests/fixtures/Attic/html2text.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/style_xss01.html (dead)
  1.2       +0 -9      framework/Text_Filter/tests/fixtures/Attic/text2html.txt (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss01.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss02.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss03.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss04.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss05.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss06.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss07.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss08.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss09.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss10.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss100.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss11.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss12.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss13.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss14.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss15.html (dead)
  1.2       +0 -28     framework/Text_Filter/tests/fixtures/Attic/xss16.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss17.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss18.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss19.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss20.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss21.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss22.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss23.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss24.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss25.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss26.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss27.html (dead)
  1.2       +0 -2      framework/Text_Filter/tests/fixtures/Attic/xss28.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss29.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss30.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss31.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss32.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss33.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss34.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss35.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss36.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss37.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss38.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss39.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss40.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss41.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss42.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss43.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss44.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss45.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss46.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss47.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss48.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss49.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss50.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss51.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss52.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss53.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss54.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss55.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss56.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss57.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss58.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss59.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss60.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss61.html (dead)
  1.2       +0 -2      framework/Text_Filter/tests/fixtures/Attic/xss62.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss63.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss64.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss65.html (dead)
  1.2       +0 -3      framework/Text_Filter/tests/fixtures/Attic/xss66.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss67.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss68.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss69.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss70.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss71.html (dead)
  1.2       +0 -4      framework/Text_Filter/tests/fixtures/Attic/xss72.html (dead)
  1.2       +0 -2      framework/Text_Filter/tests/fixtures/Attic/xss73.html (dead)
  1.2       +0 -2      framework/Text_Filter/tests/fixtures/Attic/xss74.html (dead)
  1.2       +0 -2      framework/Text_Filter/tests/fixtures/Attic/xss75.html (dead)
  1.2       +0 -5      framework/Text_Filter/tests/fixtures/Attic/xss76.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss77.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss78.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss79.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss80.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss81.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss82.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss83.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss84.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss85.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss97.html (dead)
  1.2       +0 -12     framework/Text_Filter/tests/fixtures/Attic/xss98.html (dead)
  1.2       +0 -1      framework/Text_Filter/tests/fixtures/Attic/xss99.html (dead)
  1.187     +1 -4      framework/UI/UI/VarRenderer/html.php
  1.67      +3 -4      genie/list.php
  1.10      +1 -1      genie/templates/common-descriptions.inc
  1.23      +2 -2      genie/templates/view/view.inc
  1.33      +1 -2      genie/view.php
  1.4       +3 -5      genie/wishlist.php
  1.21      +2 -4      horde/lib/Block/fortune.php
  1.22      +2 -2      horde/templates/javascript/open_html_helper.js
  1.11      +2 -4      incubator/Horde_Policy/Policy/Policy/XMLReader.php
  1.5       +2 -4      incubator/classified/lib/Notification/facebook.php
  1.15      +4 -6      incubator/classified/lib/View.php
  1.35      +3 -4      incubator/letter/lib/Driver.php
  1.6       +2 -4      incubator/letter/lib/Notification/facebook.php
  1.3       +2 -4      incubator/oscar/lib/Notification/facebook.php
  1.3       +2 -4      incubator/thomas/lib/Notification/facebook.php
  1.39      +2 -3      jonah/delivery/rss.php
  1.23      +2 -3      jonah/lib/Block/latest.php
  1.10      +2 -3      jonah/lib/Block/story.php
  1.6       +3 -4      jonah/lib/Driver.php
  1.162     +4 -6      jonah/lib/News.php
  1.76      +4 -7      jonah/lib/api.php
  1.8       +2 -3      jonah/stories/pdf.php
  1.56      +2 -3      jonah/stories/view.php
  1.70      +2 -4      luxor/lib/Luxor.php
  1.62      +1 -2      mnemo/lib/base.php
  1.30      +1 -1      mnemo/templates/view/memo.inc
  1.130     +2 -3      nag/lib/Driver.php
  1.25      +1 -2      nic/subsystem.php
  1.13      +1 -1      nic/templates/subsystem/subsystem.inc
  1.4       +2 -3      volos/lib/Block/summary.php
  1.15      +1 -1      volos/templates/view/view.inc
  1.21      +1 -2      volos/view.php
  1.22      +3 -4      whups/lib/Renderer/Comment.php
  1.36      +1 -2      whups/ticket/index.php

  Chora Links:
  http://cvs.horde.org/diff.php/agora/lib/Messages.php?rt=horde&r1=1.314&r2=1.315&ty=u
  http://cvs.horde.org/diff.php/agora/threads.php?rt=horde&r1=1.63&r2=1.64&ty=u
  http://cvs.horde.org/diff.php/ansel/gallery/captions.php?rt=horde&r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/ansel/image.php?rt=horde&r1=1.172&r2=1.173&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde&r1=1.591&r2=1.592&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Tile/Image.php?rt=horde&r1=1.51&r2=1.52&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Abstract.php?rt=horde&r1=1.40&r2=1.41&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Gallery.php?rt=horde&r1=1.127&r2=1.128&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Image.php?rt=horde&r1=1.78&r2=1.79&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/List.php?rt=horde&r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Results.php?rt=horde&r1=1.36&r2=1.37&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Slideshow.php?rt=horde&r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/XRequest/EditCaption.php?rt=horde&r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/captions/captions.inc?rt=horde&r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/image/crop_image.inc?rt=horde&r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/image/edit_image.inc?rt=horde&r1=1.52&r2=1.53&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/image/preview_cropimage.inc?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/image/preview_image.inc?rt=horde&r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/image/resize_image.inc?rt=horde&r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/gallery.inc?rt=horde&r1=1.182&r2=1.183&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/gallerylightbox.inc?rt=horde&r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/image.inc?rt=horde&r1=1.93&r2=1.94&ty=u
  http://cvs.horde.org/diff.php/framework/Horde/Horde/Config.php?rt=horde&r1=1.150&r2=1.151&ty=u
  http://cvs.horde.org/co.php/framework/Text_Filter/Attic/Filter.php?rt=horde&r=1.29
  http://cvs.horde.org/co.php/framework/Text_Filter/Attic/package.xml?rt=horde&r=1.20
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/bbcode.php?rt=horde&r=1.19
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/cleanascii.php?rt=horde&r=1.12
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/dimsignature.php?rt=horde&r=1.13
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/emails.php?rt=horde&r=1.47
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/emoticons.php?rt=horde&r=1.37
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/environment.php?rt=horde&r=1.12
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/highlightquotes.php?rt=horde&r=1.43
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/html2text.php?rt=horde&r=1.39
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/linkurls.php?rt=horde&r=1.29
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/simplemarkup.php?rt=horde&r=1.12
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/space2html.php?rt=horde&r=1.12
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/tabs2spaces.php?rt=horde&r=1.14
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/text2html.php?rt=horde&r=1.26
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/words.php?rt=horde&r=1.14
  http://cvs.horde.org/co.php/framework/Text_Filter/Filter/Attic/xss.php?rt=horde&r=1.22
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/Attic/.cvsignore?rt=horde&r=1.2
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/Attic/emails.phpt?rt=horde&r=1.3
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/Attic/environment.phpt?rt=horde&r=1.2
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/Attic/html2text.phpt?rt=horde&r=1.3
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/Attic/html2text2.phpt?rt=horde&r=1.2
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/Attic/html2text3.phpt?rt=horde&r=1.2
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/Attic/space2html.phpt?rt=horde&r=1.2
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/Attic/text2html.phpt?rt=horde&r=1.2
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/Attic/xss.phpt?rt=horde&r=1.8
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/html2text.html?rt=horde&r=1.2
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/style_xss01.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/text2html.txt?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss01.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss02.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss03.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss04.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss05.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss06.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss07.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss08.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss09.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss10.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss100.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss11.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss12.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss13.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss14.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss15.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss16.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss17.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss18.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss19.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss20.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss21.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss22.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss23.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss24.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss25.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss26.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss27.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss28.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss29.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss30.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss31.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss32.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss33.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss34.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss35.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss36.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss37.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss38.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss39.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss40.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss41.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss42.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss43.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss44.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss45.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss46.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss47.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss48.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss49.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss50.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss51.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss52.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss53.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss54.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss55.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss56.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss57.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss58.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss59.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss60.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss61.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss62.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss63.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss64.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss65.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss66.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss67.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss68.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss69.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss70.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss71.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss72.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss73.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss74.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss75.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss76.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss77.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss78.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss79.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss80.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss81.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss82.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss83.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss84.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss85.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss97.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss98.html?rt=horde&r=1.1
  http://cvs.horde.org/co.php/framework/Text_Filter/tests/fixtures/Attic/xss99.html?rt=horde&r=1.1
  http://cvs.horde.org/diff.php/framework/UI/UI/VarRenderer/html.php?rt=horde&r1=1.186&r2=1.187&ty=u
  http://cvs.horde.org/diff.php/genie/list.php?rt=horde&r1=1.66&r2=1.67&ty=u
  http://cvs.horde.org/diff.php/genie/templates/common-descriptions.inc?rt=horde&r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/genie/templates/view/view.inc?rt=horde&r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/genie/view.php?rt=horde&r1=1.32&r2=1.33&ty=u
  http://cvs.horde.org/diff.php/genie/wishlist.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Block/fortune.php?rt=horde&r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/horde/templates/javascript/open_html_helper.js?rt=horde&r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Policy/Policy/Policy/XMLReader.php?rt=horde&r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/incubator/classified/lib/Notification/facebook.php?rt=horde&r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/incubator/classified/lib/View.php?rt=horde&r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/incubator/letter/lib/Driver.php?rt=horde&r1=1.34&r2=1.35&ty=u
  http://cvs.horde.org/diff.php/incubator/letter/lib/Notification/facebook.php?rt=horde&r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/incubator/oscar/lib/Notification/facebook.php?rt=horde&r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/thomas/lib/Notification/facebook.php?rt=horde&r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/jonah/delivery/rss.php?rt=horde&r1=1.38&r2=1.39&ty=u
  http://cvs.horde.org/diff.php/jonah/lib/Block/latest.php?rt=horde&r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/jonah/lib/Block/story.php?rt=horde&r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/jonah/lib/Driver.php?rt=horde&r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/jonah/lib/News.php?rt=horde&r1=1.161&r2=1.162&ty=u
  http://cvs.horde.org/diff.php/jonah/lib/api.php?rt=horde&r1=1.75&r2=1.76&ty=u
  http://cvs.horde.org/diff.php/jonah/stories/pdf.php?rt=horde&r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/jonah/stories/view.php?rt=horde&r1=1.55&r2=1.56&ty=u
  http://cvs.horde.org/diff.php/luxor/lib/Luxor.php?rt=horde&r1=1.69&r2=1.70&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/base.php?rt=horde&r1=1.61&r2=1.62&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/view/memo.inc?rt=horde&r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/nag/lib/Driver.php?rt=horde&r1=1.129&r2=1.130&ty=u
  http://cvs.horde.org/diff.php/nic/subsystem.php?rt=horde&r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/nic/templates/subsystem/subsystem.inc?rt=horde&r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/volos/lib/Block/summary.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/volos/templates/view/view.inc?rt=horde&r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/volos/view.php?rt=horde&r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Renderer/Comment.php?rt=horde&r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/whups/ticket/index.php?rt=horde&r1=1.35&r2=1.36&ty=u


More information about the cvs mailing list