[cvs] commit: imp compose.php imp/templates/compose attachments.inc attachments.js bounce.inc compose.inc compose.js

Michael M Slusarz slusarz at bigworm.colorado.edu
Thu Jan 9 19:18:46 PST 2003


slusarz     2003/01/09 19:18:46 PST

  Modified files:
    .                    compose.php 
    templates/compose    bounce.inc compose.inc 
  Added files:
    templates/compose    attachments.inc attachments.js compose.js 
  Log:
  uniqid() -> md5() since this should provide random enough numbers here.
  md5() is approx as fast as using other crc32() methods so stick with it
  for now.
  Split out some of the attachment code from the main compose template.
  Make sure attachment-related JS is only output if attachments are allowed.
  Tweaks to the attachment modification display - comments/concerns more
  than welcome.
  
  Revision  Changes    Path
  2.615     +10 -7     imp/compose.php
  2.1       +36 -0     imp/templates/compose/attachments.inc (new)
  2.1       +47 -0     imp/templates/compose/attachments.js (new)
  2.36      +1 -1      imp/templates/compose/bounce.inc
  2.202     +21 -66    imp/templates/compose/compose.inc
  2.1       +229 -0    imp/templates/compose/compose.js (new)

  Chora Links:
  http://cvs.horde.org/diff.php/imp/compose.php?r1=2.614&r2=2.615&ty=u
  http://cvs.horde.org/co.php/imp/templates/compose/attachments.inc?r=2.1
  http://cvs.horde.org/co.php/imp/templates/compose/attachments.js?r=2.1
  http://cvs.horde.org/diff.php/imp/templates/compose/bounce.inc?r1=2.35&r2=2.36&ty=u
  http://cvs.horde.org/diff.php/imp/templates/compose/compose.inc?r1=2.201&r2=2.202&ty=u
  http://cvs.horde.org/co.php/imp/templates/compose/compose.js?r=2.1


More information about the cvs mailing list