commit: horde/js/src/glow LICENCE.txt map.debug.js map.js horde/js/src/glow/1.5.1/core core.debug.js core.js horde/js/src/glow/1.5.1/widgets widgets.css widgets.debug.css widgets.debug.js widgets.js horde/js/src/glow/1.5.1/widgets/images ...

"Chuck Hagenbuch" <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
chuck       2009-07-17 11:06:54 EDT

  Added files:
    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:
  import glow (http://www.bbc.co.uk/glow/) 1.5.1 for some of the widgets. Might
  replace with a prototype version later, or go with it, or go a completely
  different direction. Right now I mostly want to be able to use the InfoPanel.
  
  Revision  Changes    Path
  1.1       +10930 -0  horde/js/src/glow/1.5.1/core/core.debug.js (new)
  1.1       +20 -0     horde/js/src/glow/1.5.1/core/core.js (new)
  1.1       +6 -0      horde/js/src/glow/1.5.1/widgets/images/carousel/darkdots.png (new)
  1.1       +6 -0      horde/js/src/glow/1.5.1/widgets/images/carousel/darkdotsv.png (new)
  1.1       +7 -0      horde/js/src/glow/1.5.1/widgets/images/carousel/darkh.png (new)
  1.1       +8 -0      horde/js/src/glow/1.5.1/widgets/images/carousel/darkv.png (new)
  1.1       +5 -0      horde/js/src/glow/1.5.1/widgets/images/carousel/lightdots.png (new)
  1.1       +6 -0      horde/js/src/glow/1.5.1/widgets/images/carousel/lightdotsv.png (new)
  1.1       +8 -0      horde/js/src/glow/1.5.1/widgets/images/carousel/lighth.png (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/carousel/lightv.png (new)
  1.1       +6 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/ab.png (new)
  1.1       +6 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/al.png (new)
  1.1       +9 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/ar.png (new)
  1.1       +8 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/at.png (new)
  1.1       +1 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/bg.gif (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/cbl.png (new)
  1.1       +3 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/cbr.png (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/close.png (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/ctl.png (new)
  1.1       +5 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/ctr.png (new)
  1.1       +3 -0      horde/js/src/glow/1.5.1/widgets/images/darkpanel/transbg.png (new)
  1.1       +22 -0     horde/js/src/glow/1.5.1/widgets/images/editor/button-blockquote.png (new)
  1.1       +15 -0     horde/js/src/glow/1.5.1/widgets/images/editor/button-bold.png (new)
  1.1       +12 -0     horde/js/src/glow/1.5.1/widgets/images/editor/button-italics.png (new)
  1.1       +16 -0     horde/js/src/glow/1.5.1/widgets/images/editor/button-strike.png (new)
  1.1       +3 -0      horde/js/src/glow/1.5.1/widgets/images/editor/dark-button-blockquote.png (new)
  1.1       +5 -0      horde/js/src/glow/1.5.1/widgets/images/editor/dark-button-bold.png (new)
  1.1       +3 -0      horde/js/src/glow/1.5.1/widgets/images/editor/dark-button-italics.png (new)
  1.1       +6 -0      horde/js/src/glow/1.5.1/widgets/images/editor/dark-button-strike.png (new)
  1.1       +22 -0     horde/js/src/glow/1.5.1/widgets/images/editor/light-button-blockquote.png (new)
  1.1       +15 -0     horde/js/src/glow/1.5.1/widgets/images/editor/light-button-bold.png (new)
  1.1       +12 -0     horde/js/src/glow/1.5.1/widgets/images/editor/light-button-italics.png (new)
  1.1       +16 -0     horde/js/src/glow/1.5.1/widgets/images/editor/light-button-strike.png (new)
  1.1       +10 -0     horde/js/src/glow/1.5.1/widgets/images/lightpanel/ab.png (new)
  1.1       +8 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/al.png (new)
  1.1       +7 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/ar.png (new)
  1.1       +5 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/at.png (new)
  1.1       +1 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/bg.gif (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/cbl.png (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/cbr.png (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/close.png (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/ctl.png (new)
  1.1       +3 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/ctr.png (new)
  1.1       +3 -0      horde/js/src/glow/1.5.1/widgets/images/lightpanel/transbg.png (new)
  1.1       +5 -0      horde/js/src/glow/1.5.1/widgets/images/slider/darkh.png (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/slider/darkv.png (new)
  1.1       +6 -0      horde/js/src/glow/1.5.1/widgets/images/slider/lighth.png (new)
  1.1       +7 -0      horde/js/src/glow/1.5.1/widgets/images/slider/lightv.png (new)
  1.1       +1 -0      horde/js/src/glow/1.5.1/widgets/images/t.gif (new)
  1.1       +3 -0      horde/js/src/glow/1.5.1/widgets/images/timetable/darkh.png (new)
  1.1       +3 -0      horde/js/src/glow/1.5.1/widgets/images/timetable/darkv.png (new)
  1.1       +7 -0      horde/js/src/glow/1.5.1/widgets/images/timetable/lighth.png (new)
  1.1       +4 -0      horde/js/src/glow/1.5.1/widgets/images/timetable/lightv.png (new)
  1.1       +16 -0     horde/js/src/glow/1.5.1/widgets/widgets.css (new)
  1.1       +1780 -0   horde/js/src/glow/1.5.1/widgets/widgets.debug.css (new)
  1.1       +9342 -0   horde/js/src/glow/1.5.1/widgets/widgets.debug.js (new)
  1.1       +19 -0     horde/js/src/glow/1.5.1/widgets/widgets.js (new)
  1.1       +177 -0    horde/js/src/glow/LICENCE.txt (new)
  1.1       +164 -0    horde/js/src/glow/map.debug.js (new)
  1.1       +16 -0     horde/js/src/glow/map.js (new)

  Chora Links:
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/core/core.debug.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/core/core.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/darkdots.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/darkdotsv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/darkh.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/darkv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/lightdots.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/lightdotsv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/lighth.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/carousel/lightv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/ab.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/al.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/ar.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/at.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/bg.gif?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/cbl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/cbr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/close.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/ctl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/ctr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/darkpanel/transbg.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/button-blockquote.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/button-bold.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/button-italics.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/button-strike.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/editor/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/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/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/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/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/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/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/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/ab.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/al.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/ar.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/at.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/bg.gif?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/cbl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/cbr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/close.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/ctl.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/ctr.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/lightpanel/transbg.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/slider/darkh.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/slider/darkv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/slider/lighth.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/slider/lightv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/t.gif?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/timetable/darkh.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/timetable/darkv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/timetable/lighth.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/images/timetable/lightv.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/widgets.css?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/widgets.debug.css?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/widgets.debug.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/1.5.1/widgets/widgets.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/LICENCE.txt?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/map.debug.js?rt=horde&r=1.1
  http://cvs.horde.org/co.php/horde/js/src/glow/map.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.