[cvs] commit: dimp index.php dimp/docs CHANGES dimp/js DimpCore.js DraggableMail.js compose.js dimp/js/src DimpCore.js DraggableMail.js

Michael M Slusarz slusarz at horde.org
Wed Mar 21 21:49:26 UTC 2007


slusarz     2007-03-21 17:49:26 EDT

  Modified files:
    .                    index.php 
    docs                 CHANGES 
    js                   DimpCore.js compose.js 
    js/src               DimpCore.js 
  Removed files:
    js                   DraggableMail.js 
    js/src               DraggableMail.js 
  Log:
  No need for separate DraggableMail implementation - simply extend
  scriptaculous' dragdrop.js as needed.  The key is to assign listeners via
  the Draggable object rather than to the global Draggables object - since we
  have different Draggable types on the page (splitbar, message rows), we can't
  use global Draggables listeners since the actions done on each will be
  different. (Unfortunately, the scriptaculous documentation is really shoddy
  on this, so it took me awhile to figure out this can be done.)
  
  Revision  Changes    Path
  1.27      +2 -0      dimp/docs/CHANGES
  1.48      +1 -2      dimp/index.php
  1.35      +0 -1      dimp/js/Attic/DraggableMail.js (dead)
  1.90      +1 -1      dimp/js/DimpCore.js
  1.24      +393 -1    dimp/js/compose.js
  1.20      +0 -333    dimp/js/src/Attic/DraggableMail.js (dead)
  1.91      +138 -36   dimp/js/src/DimpCore.js

  Chora Links:
  http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.26&r2=1.27&ty=u
  http://cvs.horde.org/diff.php/dimp/index.php?r1=1.47&r2=1.48&ty=u
  http://cvs.horde.org/co.php/dimp/js/Attic/DraggableMail.js?r=1.34
  http://cvs.horde.org/diff.php/dimp/js/DimpCore.js?r1=1.89&r2=1.90&ty=u
  http://cvs.horde.org/diff.php/dimp/js/compose.js?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/co.php/dimp/js/src/Attic/DraggableMail.js?r=1.19
  http://cvs.horde.org/diff.php/dimp/js/src/DimpCore.js?r1=1.90&r2=1.91&ty=u


More information about the cvs mailing list