[cvs] commit: dimp compose.php index.php message.php dimp/js DimpBase.js DimpCore.js fullmessage.js dimp/js/src DimpBase.js DimpCore.js fullmessage.js dimp/lib DIMP.php dimp/templates/chunks fullmessage.php dimp/templates/imp message.html portal.html ...

Michael M Slusarz slusarz at horde.org
Wed Apr 23 03:56:31 UTC 2008


slusarz     2008-04-22 23:56:31 EDT

  Modified files:
    .                    compose.php index.php message.php 
    js                   DimpBase.js DimpCore.js fullmessage.js 
    js/src               DimpBase.js DimpCore.js fullmessage.js 
    lib                  DIMP.php 
    templates/chunks     fullmessage.php 
    templates/imp        message.html portal.html 
    templates/index      index.inc 
  Log:
  Move all event observers for both the main page and the message screens (except
  for 2 calls) to javascript code so 1) it can be cached/compressed, 2) we
  finally use the correct cross-browser Event library rather than doing straight
  HTML-level 'onclick' handlers.
  
  Revision  Changes    Path
  1.106     +6 -6      dimp/compose.php
  1.63      +11 -2     dimp/index.php
  1.38      +1 -1      dimp/js/DimpBase.js
  1.413     +1 -1      dimp/js/DimpCore.js
  1.28      +1 -1      dimp/js/fullmessage.js
  1.38      +131 -10   dimp/js/src/DimpBase.js
  1.414     +25 -2     dimp/js/src/DimpCore.js
  1.28      +31 -4     dimp/js/src/fullmessage.js
  1.120     +5 -2      dimp/lib/DIMP.php
  1.59      +4 -4      dimp/message.php
  1.72      +27 -14    dimp/templates/chunks/fullmessage.php
  1.47      +4 -4      dimp/templates/imp/message.html
  1.8       +1 -1      dimp/templates/imp/portal.html
  1.179     +84 -95    dimp/templates/index/index.inc

  Chora Links:
  http://cvs.horde.org/diff.php/dimp/compose.php?r1=1.105&r2=1.106&ty=u
  http://cvs.horde.org/diff.php/dimp/index.php?r1=1.62&r2=1.63&ty=u
  http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/dimp/js/DimpCore.js?r1=1.412&r2=1.413&ty=u
  http://cvs.horde.org/diff.php/dimp/js/fullmessage.js?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DimpCore.js?r1=1.413&r2=1.414&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/fullmessage.js?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/dimp/lib/DIMP.php?r1=1.119&r2=1.120&ty=u
  http://cvs.horde.org/diff.php/dimp/message.php?r1=1.58&r2=1.59&ty=u
  http://cvs.horde.org/diff.php/dimp/templates/chunks/fullmessage.php?r1=1.71&r2=1.72&ty=u
  http://cvs.horde.org/diff.php/dimp/templates/imp/message.html?r1=1.46&r2=1.47&ty=u
  http://cvs.horde.org/diff.php/dimp/templates/imp/portal.html?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/dimp/templates/index/index.inc?r1=1.178&r2=1.179&ty=u


More information about the cvs mailing list