[cvs] commit: horde/lib/Form Action.php Renderer.php horde/lib Category.php Config.php Crypt.php Editor.php Form.php Group.php History.php Identity.php Links.php Maintenance.php Notification.php Scheduler.php Server.php Signup.php Timer.php ...

Chuck Hagenbuch chuck at horde.org
Thu Nov 6 11:44:27 PST 2003


chuck       2003/11/06 11:44:27 PST

  Modified files:
    lib/Form             Action.php Renderer.php 
    lib                  Category.php Config.php Crypt.php 
                         Editor.php Form.php Group.php History.php 
                         iCalendar.php Identity.php Links.php 
                         Maintenance.php Notification.php 
                         Scheduler.php Server.php Signup.php 
                         Timer.php 
    lib/Form/Action      conditional_setvalue.php reload.php 
                         submit.php 
    lib/Scheduler        cron.php 
    lib/MIME/Viewer      deb.php default.php enriched.php 
                         enscript.php icalendar.php images.php 
                         msexcel.php mspowerpoint.php msword.php 
                         ooo.php pdf.php php.php plain.php rar.php 
                         report.php rpm.php security.php 
                         srchighlite.php tgz.php tnef.php 
                         vcard.php webcpp.php zip.php 
    lib/Notification     Event.php Listener.php 
    lib/MIME             Headers.php Magic.php 
    lib/Group            hooks.php 
    lib/Editor           htmlarea.php 
    lib/Notification/Listener mobile.php status.php 
    lib/Category         null.php 
    lib/Crypt            pgp.php smime.php 
    lib/Form/Renderer    rows.php 
    lib/Prefs            session.php 
    lib/RPC              soap.php xmlrpc.php 
    lib/iCalendar        valarm.php vevent.php vfreebusy.php 
                         vjournal.php vtimezone.php vtodo.php 
  Log:
  More attempts to fix @package tags and at least organize everything
  correctly.
  
  Revision  Changes    Path
  1.98      +5 -5      horde/lib/Category.php
  1.9       +3 -3      horde/lib/Category/null.php
  1.32      +9 -9      horde/lib/Config.php
  1.23      +3 -3      horde/lib/Crypt.php
  1.62      +3 -3      horde/lib/Crypt/pgp.php
  1.30      +3 -3      horde/lib/Crypt/smime.php
  1.5       +3 -4      horde/lib/Editor.php
  1.4       +3 -3      horde/lib/Editor/htmlarea.php
  1.185     +5 -5      horde/lib/Form.php
  1.14      +3 -3      horde/lib/Form/Action.php
  1.12      +3 -3      horde/lib/Form/Action/conditional_setvalue.php
  1.4       +3 -3      horde/lib/Form/Action/reload.php
  1.8       +3 -3      horde/lib/Form/Action/submit.php
  1.131     +5 -3      horde/lib/Form/Renderer.php
  1.15      +3 -3      horde/lib/Form/Renderer/rows.php
  1.52      +4 -4      horde/lib/Group.php
  1.2       +3 -3      horde/lib/Group/hooks.php
  1.12      +4 -4      horde/lib/History.php
  1.35      +3 -3      horde/lib/Identity.php
  1.23      +4 -2      horde/lib/Links.php
  1.10      +3 -3      horde/lib/MIME/Headers.php
  1.39      +3 -3      horde/lib/MIME/Magic.php
  1.9       +3 -3      horde/lib/MIME/Viewer/deb.php
  1.8       +3 -3      horde/lib/MIME/Viewer/default.php
  1.16      +3 -3      horde/lib/MIME/Viewer/enriched.php
  1.31      +3 -3      horde/lib/MIME/Viewer/enscript.php
  1.31      +3 -3      horde/lib/MIME/Viewer/icalendar.php
  1.12      +3 -3      horde/lib/MIME/Viewer/images.php
  1.18      +3 -3      horde/lib/MIME/Viewer/msexcel.php
  1.11      +3 -3      horde/lib/MIME/Viewer/mspowerpoint.php
  1.21      +3 -3      horde/lib/MIME/Viewer/msword.php
  1.10      +3 -3      horde/lib/MIME/Viewer/ooo.php
  1.2       +3 -3      horde/lib/MIME/Viewer/pdf.php
  1.19      +3 -3      horde/lib/MIME/Viewer/php.php
  1.9       +3 -3      horde/lib/MIME/Viewer/plain.php
  1.15      +3 -4      horde/lib/MIME/Viewer/rar.php
  1.4       +3 -3      horde/lib/MIME/Viewer/report.php
  1.10      +3 -3      horde/lib/MIME/Viewer/rpm.php
  1.4       +3 -3      horde/lib/MIME/Viewer/security.php
  1.7       +3 -3      horde/lib/MIME/Viewer/srchighlite.php
  1.32      +3 -3      horde/lib/MIME/Viewer/tgz.php
  1.11      +3 -3      horde/lib/MIME/Viewer/tnef.php
  1.23      +3 -3      horde/lib/MIME/Viewer/vcard.php
  1.5       +3 -3      horde/lib/MIME/Viewer/webcpp.php
  1.26      +3 -3      horde/lib/MIME/Viewer/zip.php
  1.41      +7 -7      horde/lib/Maintenance.php
  1.32      +3 -3      horde/lib/Notification.php
  1.3       +3 -3      horde/lib/Notification/Event.php
  1.7       +3 -3      horde/lib/Notification/Listener.php
  1.3       +3 -3      horde/lib/Notification/Listener/mobile.php
  1.16      +3 -3      horde/lib/Notification/Listener/status.php
  1.30      +3 -3      horde/lib/Prefs/session.php
  1.2       +2 -2      horde/lib/RPC/soap.php
  1.6       +3 -3      horde/lib/RPC/xmlrpc.php
  1.15      +2 -2      horde/lib/Scheduler.php
  1.9       +7 -4      horde/lib/Scheduler/cron.php
  1.29      +4 -3      horde/lib/Server.php
  1.22      +7 -7      horde/lib/Signup.php
  1.4       +3 -3      horde/lib/Timer.php
  1.20      +3 -3      horde/lib/iCalendar.php
  1.4       +5 -5      horde/lib/iCalendar/valarm.php
  1.14      +4 -4      horde/lib/iCalendar/vevent.php
  1.10      +4 -3      horde/lib/iCalendar/vfreebusy.php
  1.4       +5 -5      horde/lib/iCalendar/vjournal.php
  1.4       +6 -3      horde/lib/iCalendar/vtimezone.php
  1.4       +4 -3      horde/lib/iCalendar/vtodo.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/lib/Category.php?r1=1.97&r2=1.98&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Category/null.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Config.php?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Crypt.php?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Crypt/pgp.php?r1=1.61&r2=1.62&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Crypt/smime.php?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Editor.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Editor/htmlarea.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Form.php?r1=1.184&r2=1.185&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Form/Action.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Form/Action/conditional_setvalue.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Form/Action/reload.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Form/Action/submit.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Form/Renderer.php?r1=1.130&r2=1.131&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Form/Renderer/rows.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Group.php?r1=1.51&r2=1.52&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Group/hooks.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/History.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Identity.php?r1=1.34&r2=1.35&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Links.php?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Headers.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Magic.php?r1=1.38&r2=1.39&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/deb.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/default.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/enriched.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/enscript.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/icalendar.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/images.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/msexcel.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/mspowerpoint.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/msword.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/ooo.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/pdf.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/php.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/plain.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/rar.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/report.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/rpm.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/security.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/srchighlite.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/tgz.php?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/tnef.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/vcard.php?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/webcpp.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/zip.php?r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Maintenance.php?r1=1.40&r2=1.41&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification.php?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification/Event.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification/Listener.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification/Listener/mobile.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification/Listener/status.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs/session.php?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/horde/lib/RPC/soap.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/RPC/xmlrpc.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Scheduler.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Scheduler/cron.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Server.php?r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Signup.php?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Timer.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/iCalendar.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/horde/lib/iCalendar/valarm.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/iCalendar/vevent.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/horde/lib/iCalendar/vfreebusy.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/iCalendar/vjournal.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/iCalendar/vtimezone.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/iCalendar/vtodo.php?r1=1.3&r2=1.4&ty=u


More information about the cvs mailing list