commit: horde/js Growler.js KeyNavList.js QuickFinder.js SpellChecker.js accesskeys.js autocomplete.js builder.js colorpicker.js controls.js dhtmlHistory.js dragdrop.js dragdrop2.js effects.js form_assign.js form_helpers.js ...

"Michael M Slusarz" <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
slusarz     2009-08-03 01:51:34 EDT

  Added files:
    js                   Growler.js KeyNavList.js QuickFinder.js 
                         SpellChecker.js accesskeys.js 
                         autocomplete.js builder.js colorpicker.js 
                         controls.js dhtmlHistory.js dragdrop.js 
                         dragdrop2.js effects.js form_assign.js 
                         form_helpers.js form_sections.js horde.js 
                         ieEscGuard.js image.js keybindings.js 
                         login.js popup.js prettyautocomplete.js 
                         prototype.js redbox.js scriptaculous.js 
                         sidebar.js slider.js sorter.js stripe.js 
                         tables.js tooltips.js 
    js/glow              LICENCE.txt map.debug.js map.js 
    js/glow/1.5.1/core   core.debug.js core.js 
    js/glow/1.5.1/widgets widgets.css widgets.debug.css 
                          widgets.debug.js widgets.js 
    js/glow/1.5.1/widgets/images t.gif 
    js/glow/1.5.1/widgets/images/carousel darkdots.png 
                                          darkdotsv.png darkh.png 
                                          darkv.png lightdots.png 
                                          lightdotsv.png 
                                          lighth.png lightv.png 
    js/glow/1.5.1/widgets/images/darkpanel ab.png al.png ar.png 
                                           at.png bg.gif cbl.png 
                                           cbr.png close.png 
                                           ctl.png ctr.png 
                                           transbg.png 
    js/glow/1.5.1/widgets/images/editor button-blockquote.png 
                                        button-bold.png 
                                        button-italics.png 
                                        button-strike.png 
                                        dark-button-blockquote.png 
                                        dark-button-bold.png 
                                        dark-button-italics.png 
                                        dark-button-strike.png 
                                        light-button-blockquote.png 
                                        light-button-bold.png 
                                        light-button-italics.png 
                                        light-button-strike.png 
    js/glow/1.5.1/widgets/images/lightpanel ab.png al.png ar.png 
                                            at.png bg.gif cbl.png 
                                            cbr.png close.png 
                                            ctl.png ctr.png 
                                            transbg.png 
    js/glow/1.5.1/widgets/images/slider darkh.png darkv.png 
                                        lighth.png lightv.png 
    js/glow/1.5.1/widgets/images/timetable darkh.png darkv.png 
                                           lighth.png lightv.png 
  Removed files:
    js/src               Growler.js KeyNavList.js QuickFinder.js 
                         SpellChecker.js accesskeys.js 
                         autocomplete.js builder.js colorpicker.js 
                         controls.js dhtmlHistory.js dragdrop.js 
                         dragdrop2.js effects.js form_assign.js 
                         form_helpers.js form_sections.js horde.js 
                         ieEscGuard.js image.js keybindings.js 
                         login.js popup.js prettyautocomplete.js 
                         prototype.js redbox.js scriptaculous.js 
                         sidebar.js slider.js sorter.js stripe.js 
                         tables.js tooltips.js 
    js/src/glow          LICENCE.txt map.debug.js map.js 
    js/src/glow/1.5.1/core core.debug.js core.js 
    js/src/glow/1.5.1/widgets widgets.css widgets.debug.css 
                              widgets.debug.js widgets.js 
    js/src/glow/1.5.1/widgets/images t.gif 
    js/src/glow/1.5.1/widgets/images/carousel darkdots.png 
                                              darkdotsv.png 
                                              darkh.png darkv.png 
                                              lightdots.png 
                                              lightdotsv.png 
                                              lighth.png 
                                              lightv.png 
    js/src/glow/1.5.1/widgets/images/darkpanel ab.png al.png 
                                               ar.png at.png 
                                               bg.gif cbl.png 
                                               cbr.png close.png 
                                               ctl.png ctr.png 
                                               transbg.png 
    js/src/glow/1.5.1/widgets/images/editor button-blockquote.png 
                                            button-bold.png 
                                            button-italics.png 
                                            button-strike.png 
                                            dark-button-blockquote.png 
                                            dark-button-bold.png 
                                            dark-button-italics.png 
                                            dark-button-strike.png 
                                            light-button-blockquote.png 
                                            light-button-bold.png 
                                            light-button-italics.png 
                                            light-button-strike.png 
    js/src/glow/1.5.1/widgets/images/lightpanel ab.png al.png 
                                                ar.png at.png 
                                                bg.gif cbl.png 
                                                cbr.png close.png 
                                                ctl.png ctr.png 
                                                transbg.png 
    js/src/glow/1.5.1/widgets/images/slider darkh.png darkv.png 
                                            lighth.png lightv.png 
    js/src/glow/1.5.1/widgets/images/timetable darkh.png darkv.png 
                                               lighth.png 
                                               lightv.png 
  Log:
  Get rid of js/src directories.
  
  Revision  Changes    Path
  1.1       +246 -0    horde/js/Growler.js (new)
  1.1       +207 -0    horde/js/KeyNavList.js (new)
  1.8       +101 -0    horde/js/QuickFinder.js (new)
  1.1       +339 -0    horde/js/SpellChecker.js (new)
  1.15      +46 -0     horde/js/accesskeys.js (new)
  1.3       +468 -0    horde/js/autocomplete.js (new)
  1.4       +134 -0    horde/js/builder.js (new)
  1.9       +393 -0    horde/js/colorpicker.js (new)
  1.9       +963 -0    horde/js/controls.js (new)
  1.10      +486 -0    horde/js/dhtmlHistory.js (new)
  1.7       +974 -0    horde/js/dragdrop.js (new)
  1.1       +702 -0    horde/js/dragdrop2.js (new)
  1.7       +1128 -0   horde/js/effects.js (new)
  1.16      +85 -0     horde/js/form_assign.js (new)
  1.17      +204 -0    horde/js/form_helpers.js (new)
  1.8       +65 -0     horde/js/form_sections.js (new)
  1.1       +10930 -0  horde/js/glow/1.5.1/core/core.debug.js (new)
  1.1       +20 -0     horde/js/glow/1.5.1/core/core.js (new)
  1.1       +6 -0      horde/js/glow/1.5.1/widgets/images/carousel/darkdots.png (new)
  1.1       +6 -0      horde/js/glow/1.5.1/widgets/images/carousel/darkdotsv.png (new)
  1.1       +7 -0      horde/js/glow/1.5.1/widgets/images/carousel/darkh.png (new)
  1.1       +8 -0      horde/js/glow/1.5.1/widgets/images/carousel/darkv.png (new)
  1.1       +5 -0      horde/js/glow/1.5.1/widgets/images/carousel/lightdots.png (new)
  1.1       +6 -0      horde/js/glow/1.5.1/widgets/images/carousel/lightdotsv.png (new)
  1.1       +8 -0      horde/js/glow/1.5.1/widgets/images/carousel/lighth.png (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/carousel/lightv.png (new)
  1.1       +6 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/ab.png (new)
  1.1       +6 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/al.png (new)
  1.1       +9 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/ar.png (new)
  1.1       +8 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/at.png (new)
  1.1       +1 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/bg.gif (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/cbl.png (new)
  1.1       +3 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/cbr.png (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/close.png (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/ctl.png (new)
  1.1       +5 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/ctr.png (new)
  1.1       +3 -0      horde/js/glow/1.5.1/widgets/images/darkpanel/transbg.png (new)
  1.1       +22 -0     horde/js/glow/1.5.1/widgets/images/editor/button-blockquote.png (new)
  1.1       +15 -0     horde/js/glow/1.5.1/widgets/images/editor/button-bold.png (new)
  1.1       +12 -0     horde/js/glow/1.5.1/widgets/images/editor/button-italics.png (new)
  1.1       +16 -0     horde/js/glow/1.5.1/widgets/images/editor/button-strike.png (new)
  1.1       +3 -0      horde/js/glow/1.5.1/widgets/images/editor/dark-button-blockquote.png (new)
  1.1       +5 -0      horde/js/glow/1.5.1/widgets/images/editor/dark-button-bold.png (new)
  1.1       +3 -0      horde/js/glow/1.5.1/widgets/images/editor/dark-button-italics.png (new)
  1.1       +6 -0      horde/js/glow/1.5.1/widgets/images/editor/dark-button-strike.png (new)
  1.1       +22 -0     horde/js/glow/1.5.1/widgets/images/editor/light-button-blockquote.png (new)
  1.1       +15 -0     horde/js/glow/1.5.1/widgets/images/editor/light-button-bold.png (new)
  1.1       +12 -0     horde/js/glow/1.5.1/widgets/images/editor/light-button-italics.png (new)
  1.1       +16 -0     horde/js/glow/1.5.1/widgets/images/editor/light-button-strike.png (new)
  1.1       +10 -0     horde/js/glow/1.5.1/widgets/images/lightpanel/ab.png (new)
  1.1       +8 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/al.png (new)
  1.1       +7 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/ar.png (new)
  1.1       +5 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/at.png (new)
  1.1       +1 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/bg.gif (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/cbl.png (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/cbr.png (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/close.png (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/ctl.png (new)
  1.1       +3 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/ctr.png (new)
  1.1       +3 -0      horde/js/glow/1.5.1/widgets/images/lightpanel/transbg.png (new)
  1.1       +5 -0      horde/js/glow/1.5.1/widgets/images/slider/darkh.png (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/slider/darkv.png (new)
  1.1       +6 -0      horde/js/glow/1.5.1/widgets/images/slider/lighth.png (new)
  1.1       +7 -0      horde/js/glow/1.5.1/widgets/images/slider/lightv.png (new)
  1.1       +1 -0      horde/js/glow/1.5.1/widgets/images/t.gif (new)
  1.1       +3 -0      horde/js/glow/1.5.1/widgets/images/timetable/darkh.png (new)
  1.1       +3 -0      horde/js/glow/1.5.1/widgets/images/timetable/darkv.png (new)
  1.1       +7 -0      horde/js/glow/1.5.1/widgets/images/timetable/lighth.png (new)
  1.1       +4 -0      horde/js/glow/1.5.1/widgets/images/timetable/lightv.png (new)
  1.1       +16 -0     horde/js/glow/1.5.1/widgets/widgets.css (new)
  1.1       +1780 -0   horde/js/glow/1.5.1/widgets/widgets.debug.css (new)
  1.1       +9342 -0   horde/js/glow/1.5.1/widgets/widgets.debug.js (new)
  1.1       +19 -0     horde/js/glow/1.5.1/widgets/widgets.js (new)
  1.1       +177 -0    horde/js/glow/LICENCE.txt (new)
  1.1       +164 -0    horde/js/glow/map.debug.js (new)
  1.1       +16 -0     horde/js/glow/map.js (new)
  1.36      +118 -0    horde/js/horde.js (new)
  1.11      +23 -0     horde/js/ieEscGuard.js (new)
  1.12      +63 -0     horde/js/image.js (new)
  1.14      +84 -0     horde/js/keybindings.js (new)
  1.1       +96 -0     horde/js/login.js (new)
  1.13      +61 -0     horde/js/popup.js (new)
  1.1       +204 -0    horde/js/prettyautocomplete.js (new)
  1.18      +4917 -0   horde/js/prototype.js (new)
  1.14      +130 -0    horde/js/redbox.js (new)
  1.8       +58 -0     horde/js/scriptaculous.js (new)
  1.6       +67 -0     horde/js/sidebar.js (new)
  1.6       +273 -0    horde/js/slider.js (new)
  1.12      +113 -0    horde/js/sorter.js (new)
  1.6       +0 -246    horde/js/src/Attic/Growler.js (dead)
  1.2       +0 -207    horde/js/src/Attic/KeyNavList.js (dead)
  1.9       +0 -101    horde/js/src/Attic/QuickFinder.js (dead)
  1.2       +0 -339    horde/js/src/Attic/SpellChecker.js (dead)
  1.16      +0 -46     horde/js/src/Attic/accesskeys.js (dead)
  1.3       +0 -468    horde/js/src/Attic/autocomplete.js (dead)
  1.4       +0 -134    horde/js/src/Attic/builder.js (dead)
  1.6       +0 -393    horde/js/src/Attic/colorpicker.js (dead)
  1.7       +0 -963    horde/js/src/Attic/controls.js (dead)
  1.12      +0 -486    horde/js/src/Attic/dhtmlHistory.js (dead)
  1.5       +0 -974    horde/js/src/Attic/dragdrop.js (dead)
  1.16      +0 -702    horde/js/src/Attic/dragdrop2.js (dead)
  1.6       +0 -1128   horde/js/src/Attic/effects.js (dead)
  1.12      +0 -85     horde/js/src/Attic/form_assign.js (dead)
  1.10      +0 -204    horde/js/src/Attic/form_helpers.js (dead)
  1.10      +0 -65     horde/js/src/Attic/form_sections.js (dead)
  1.16      +0 -118    horde/js/src/Attic/horde.js (dead)
  1.6       +0 -23     horde/js/src/Attic/ieEscGuard.js (dead)
  1.9       +0 -63     horde/js/src/Attic/image.js (dead)
  1.10      +0 -84     horde/js/src/Attic/keybindings.js (dead)
  1.3       +0 -96     horde/js/src/Attic/login.js (dead)
  1.6       +0 -61     horde/js/src/Attic/popup.js (dead)
  1.7       +0 -204    horde/js/src/Attic/prettyautocomplete.js (dead)
  1.15      +0 -4917   horde/js/src/Attic/prototype.js (dead)
  1.11      +0 -130    horde/js/src/Attic/redbox.js (dead)
  1.5       +0 -58     horde/js/src/Attic/scriptaculous.js (dead)
  1.5       +0 -67     horde/js/src/Attic/sidebar.js (dead)
  1.5       +0 -273    horde/js/src/Attic/slider.js (dead)
  1.7       +0 -113    horde/js/src/Attic/sorter.js (dead)
  1.5       +0 -43     horde/js/src/Attic/stripe.js (dead)
  1.11      +0 -264    horde/js/src/Attic/tables.js (dead)
  1.2       +0 -135    horde/js/src/Attic/tooltips.js (dead)
  1.2       +0 -10930  horde/js/src/glow/1.5.1/core/Attic/core.debug.js (dead)
  1.2       +0 -20     horde/js/src/glow/1.5.1/core/Attic/core.js (dead)
  1.2       +0 -16     horde/js/src/glow/1.5.1/widgets/Attic/widgets.css (dead)
  1.2       +0 -1780   horde/js/src/glow/1.5.1/widgets/Attic/widgets.debug.css (dead)
  1.2       +0 -9342   horde/js/src/glow/1.5.1/widgets/Attic/widgets.debug.js (dead)
  1.2       +0 -19     horde/js/src/glow/1.5.1/widgets/Attic/widgets.js (dead)
  1.2       +0 -1      horde/js/src/glow/1.5.1/widgets/images/Attic/t.gif (dead)
  1.2       +0 -6      horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/darkdots.png (dead)
  1.2       +0 -6      horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/darkdotsv.png (dead)
  1.2       +0 -7      horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/darkh.png (dead)
  1.2       +0 -8      horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/darkv.png (dead)
  1.2       +0 -5      horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/lightdots.png (dead)
  1.2       +0 -6      horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/lightdotsv.png (dead)
  1.2       +0 -8      horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/lighth.png (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/lightv.png (dead)
  1.2       +0 -6      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/ab.png (dead)
  1.2       +0 -6      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/al.png (dead)
  1.2       +0 -9      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/ar.png (dead)
  1.2       +0 -8      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/at.png (dead)
  1.2       +0 -1      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/bg.gif (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/cbl.png (dead)
  1.2       +0 -3      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/cbr.png (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/close.png (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/ctl.png (dead)
  1.2       +0 -5      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/ctr.png (dead)
  1.2       +0 -3      horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/transbg.png (dead)
  1.2       +0 -22     horde/js/src/glow/1.5.1/widgets/images/editor/Attic/button-blockquote.png (dead)
  1.2       +0 -15     horde/js/src/glow/1.5.1/widgets/images/editor/Attic/button-bold.png (dead)
  1.2       +0 -12     horde/js/src/glow/1.5.1/widgets/images/editor/Attic/button-italics.png (dead)
  1.2       +0 -16     horde/js/src/glow/1.5.1/widgets/images/editor/Attic/button-strike.png (dead)
  1.2       +0 -3      horde/js/src/glow/1.5.1/widgets/images/editor/Attic/dark-button-blockquote.png (dead)
  1.2       +0 -5      horde/js/src/glow/1.5.1/widgets/images/editor/Attic/dark-button-bold.png (dead)
  1.2       +0 -3      horde/js/src/glow/1.5.1/widgets/images/editor/Attic/dark-button-italics.png (dead)
  1.2       +0 -6      horde/js/src/glow/1.5.1/widgets/images/editor/Attic/dark-button-strike.png (dead)
  1.2       +0 -22     horde/js/src/glow/1.5.1/widgets/images/editor/Attic/light-button-blockquote.png (dead)
  1.2       +0 -15     horde/js/src/glow/1.5.1/widgets/images/editor/Attic/light-button-bold.png (dead)
  1.2       +0 -12     horde/js/src/glow/1.5.1/widgets/images/editor/Attic/light-button-italics.png (dead)
  1.2       +0 -16     horde/js/src/glow/1.5.1/widgets/images/editor/Attic/light-button-strike.png (dead)
  1.2       +0 -10     horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/ab.png (dead)
  1.2       +0 -8      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/al.png (dead)
  1.2       +0 -7      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/ar.png (dead)
  1.2       +0 -5      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/at.png (dead)
  1.2       +0 -1      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/bg.gif (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/cbl.png (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/cbr.png (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/close.png (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/ctl.png (dead)
  1.2       +0 -3      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/ctr.png (dead)
  1.2       +0 -3      horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/transbg.png (dead)
  1.2       +0 -5      horde/js/src/glow/1.5.1/widgets/images/slider/Attic/darkh.png (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/slider/Attic/darkv.png (dead)
  1.2       +0 -6      horde/js/src/glow/1.5.1/widgets/images/slider/Attic/lighth.png (dead)
  1.2       +0 -7      horde/js/src/glow/1.5.1/widgets/images/slider/Attic/lightv.png (dead)
  1.2       +0 -3      horde/js/src/glow/1.5.1/widgets/images/timetable/Attic/darkh.png (dead)
  1.2       +0 -3      horde/js/src/glow/1.5.1/widgets/images/timetable/Attic/darkv.png (dead)
  1.2       +0 -7      horde/js/src/glow/1.5.1/widgets/images/timetable/Attic/lighth.png (dead)
  1.2       +0 -4      horde/js/src/glow/1.5.1/widgets/images/timetable/Attic/lightv.png (dead)
  1.2       +0 -177    horde/js/src/glow/Attic/LICENCE.txt (dead)
  1.2       +0 -164    horde/js/src/glow/Attic/map.debug.js (dead)
  1.2       +0 -16     horde/js/src/glow/Attic/map.js (dead)
  1.12      +43 -0     horde/js/stripe.js (new)
  1.19      +264 -0    horde/js/tables.js (new)
  1.1       +135 -0    horde/js/tooltips.js (new)

  Chora Links:
  http://cvs.horde.org/co.php/horde/js/Growler.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/KeyNavList.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/QuickFinder.js?rt=horde&r=1.8
  http://cvs.horde.org/co.php/horde/js/SpellChecker.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/accesskeys.js?rt=horde&r=1.15
  http://cvs.horde.org/co.php/horde/js/autocomplete.js?rt=horde&r=1.3
  http://cvs.horde.org/co.php/horde/js/builder.js?rt=horde&r=1.4
  http://cvs.horde.org/co.php/horde/js/colorpicker.js?rt=horde&r=1.9
  http://cvs.horde.org/co.php/horde/js/controls.js?rt=horde&r=1.9
  http://cvs.horde.org/co.php/horde/js/dhtmlHistory.js?rt=horde&r=1.10
  http://cvs.horde.org/co.php/horde/js/dragdrop.js?rt=horde&r=1.7
  http://cvs.horde.org/co.php/horde/js/dragdrop2.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/effects.js?rt=horde&r=1.7
  http://cvs.horde.org/co.php/horde/js/form_assign.js?rt=horde&r=1.16
  http://cvs.horde.org/co.php/horde/js/form_helpers.js?rt=horde&r=1.17
  http://cvs.horde.org/co.php/horde/js/form_sections.js?rt=horde&r=1.8
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/core/core.debug.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/core/core.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/carousel/darkdots.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/carousel/darkdotsv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/carousel/darkh.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/carousel/darkv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/carousel/lightdots.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/carousel/lightdotsv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/carousel/lighth.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/carousel/lightv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/ab.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/al.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/ar.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/at.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/bg.gif?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/cbl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/cbr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/close.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/ctl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/ctr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/darkpanel/transbg.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/button-blockquote.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/button-bold.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/button-italics.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/button-strike.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/dark-button-blockquote.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/dark-button-bold.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/dark-button-italics.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/dark-button-strike.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/light-button-blockquote.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/light-button-bold.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/light-button-italics.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/editor/light-button-strike.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/ab.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/al.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/ar.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/at.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/bg.gif?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/cbl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/cbr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/close.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/ctl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/ctr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/lightpanel/transbg.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/slider/darkh.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/slider/darkv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/slider/lighth.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/slider/lightv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/t.gif?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/timetable/darkh.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/timetable/darkv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/timetable/lighth.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/images/timetable/lightv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/widgets.css?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/widgets.debug.css?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/widgets.debug.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/1.5.1/widgets/widgets.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/LICENCE.txt?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/map.debug.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/glow/map.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/horde.js?rt=horde&r=1.36
  http://cvs.horde.org/co.php/horde/js/ieEscGuard.js?rt=horde&r=1.11
  http://cvs.horde.org/co.php/horde/js/image.js?rt=horde&r=1.12
  http://cvs.horde.org/co.php/horde/js/keybindings.js?rt=horde&r=1.14
  http://cvs.horde.org/co.php/horde/js/login.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/popup.js?rt=horde&r=1.13
  http://cvs.horde.org/co.php/horde/js/prettyautocomplete.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/prototype.js?rt=horde&r=1.18
  http://cvs.horde.org/co.php/horde/js/redbox.js?rt=horde&r=1.14
  http://cvs.horde.org/co.php/horde/js/scriptaculous.js?rt=horde&r=1.8
  http://cvs.horde.org/co.php/horde/js/sidebar.js?rt=horde&r=1.6
  http://cvs.horde.org/co.php/horde/js/slider.js?rt=horde&r=1.6
  http://cvs.horde.org/co.php/horde/js/sorter.js?rt=horde&r=1.12
  http://cvs.horde.org/co.php/horde/js/src/Attic/Growler.js?rt=horde&r=1.5
  http://cvs.horde.org/co.php/horde/js/src/Attic/KeyNavList.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/Attic/QuickFinder.js?rt=horde&r=1.8
  http://cvs.horde.org/co.php/horde/js/src/Attic/SpellChecker.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/Attic/accesskeys.js?rt=horde&r=1.15
  http://cvs.horde.org/co.php/horde/js/src/Attic/autocomplete.js?rt=horde&r=1.2
  http://cvs.horde.org/co.php/horde/js/src/Attic/builder.js?rt=horde&r=1.3
  http://cvs.horde.org/co.php/horde/js/src/Attic/colorpicker.js?rt=horde&r=1.5
  http://cvs.horde.org/co.php/horde/js/src/Attic/controls.js?rt=horde&r=1.6
  http://cvs.horde.org/co.php/horde/js/src/Attic/dhtmlHistory.js?rt=horde&r=1.11
  http://cvs.horde.org/co.php/horde/js/src/Attic/dragdrop.js?rt=horde&r=1.4
  http://cvs.horde.org/co.php/horde/js/src/Attic/dragdrop2.js?rt=horde&r=1.15
  http://cvs.horde.org/co.php/horde/js/src/Attic/effects.js?rt=horde&r=1.5
  http://cvs.horde.org/co.php/horde/js/src/Attic/form_assign.js?rt=horde&r=1.11
  http://cvs.horde.org/co.php/horde/js/src/Attic/form_helpers.js?rt=horde&r=1.9
  http://cvs.horde.org/co.php/horde/js/src/Attic/form_sections.js?rt=horde&r=1.9
  http://cvs.horde.org/co.php/horde/js/src/Attic/horde.js?rt=horde&r=1.15
  http://cvs.horde.org/co.php/horde/js/src/Attic/ieEscGuard.js?rt=horde&r=1.5
  http://cvs.horde.org/co.php/horde/js/src/Attic/image.js?rt=horde&r=1.8
  http://cvs.horde.org/co.php/horde/js/src/Attic/keybindings.js?rt=horde&r=1.9
  http://cvs.horde.org/co.php/horde/js/src/Attic/login.js?rt=horde&r=1.2
  http://cvs.horde.org/co.php/horde/js/src/Attic/popup.js?rt=horde&r=1.5
  http://cvs.horde.org/co.php/horde/js/src/Attic/prettyautocomplete.js?rt=horde&r=1.6
  http://cvs.horde.org/co.php/horde/js/src/Attic/prototype.js?rt=horde&r=1.14
  http://cvs.horde.org/co.php/horde/js/src/Attic/redbox.js?rt=horde&r=1.10
  http://cvs.horde.org/co.php/horde/js/src/Attic/scriptaculous.js?rt=horde&r=1.4
  http://cvs.horde.org/co.php/horde/js/src/Attic/sidebar.js?rt=horde&r=1.4
  http://cvs.horde.org/co.php/horde/js/src/Attic/slider.js?rt=horde&r=1.4
  http://cvs.horde.org/co.php/horde/js/src/Attic/sorter.js?rt=horde&r=1.6
  http://cvs.horde.org/co.php/horde/js/src/Attic/stripe.js?rt=horde&r=1.4
  http://cvs.horde.org/co.php/horde/js/src/Attic/tables.js?rt=horde&r=1.10
  http://cvs.horde.org/co.php/horde/js/src/Attic/tooltips.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/core/Attic/core.debug.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/core/Attic/core.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/Attic/widgets.css?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/Attic/widgets.debug.css?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/Attic/widgets.debug.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/Attic/widgets.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/Attic/t.gif?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/darkdots.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/darkdotsv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/darkh.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/darkv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/lightdots.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/lightdotsv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/lighth.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/Attic/lightv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/ab.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/al.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/ar.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/at.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/bg.gif?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/cbl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/cbr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/close.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/ctl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/ctr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/Attic/transbg.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/button-blockquote.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/button-bold.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/button-italics.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/button-strike.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/dark-button-blockquote.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/dark-button-bold.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/dark-button-italics.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/dark-button-strike.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/light-button-blockquote.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/light-button-bold.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/light-button-italics.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/Attic/light-button-strike.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/ab.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/al.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/ar.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/at.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/bg.gif?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/cbl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/cbr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/close.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/ctl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/ctr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/Attic/transbg.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/slider/Attic/darkh.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/slider/Attic/darkv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/slider/Attic/lighth.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/slider/Attic/lightv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/timetable/Attic/darkh.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/timetable/Attic/darkv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/timetable/Attic/lighth.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/timetable/Attic/lightv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/Attic/LICENCE.txt?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/Attic/map.debug.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/Attic/map.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/stripe.js?rt=horde&r=1.12
  http://cvs.horde.org/co.php/horde/js/tables.js?rt=horde&r=1.19
  http://cvs.horde.org/co.php/horde/js/tooltips.js?rt=horde&r=1.1

-- 
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.