[cvs] commit: kronolith README day.php month.php prefs.php status.php kronolith/config conf.php.dist prefs.php.dist kronolith/docs CHANGES INSTALL kronolith/graphics colorpicker.gif colorpicker.png kronolith/lib Day.php DayView.php Driver.php Event.php ...

Chuck Hagenbuch chuck at horde.org
Fri Apr 4 11:24:12 PST 2003


chuck       2003/04/04 11:24:12 PST

  Modified files:        (Branch: RELENG_1)
    .                    README day.php month.php prefs.php 
                         status.php 
    config               conf.php.dist prefs.php.dist 
    docs                 CHANGES INSTALL 
    lib                  Day.php DayView.php Driver.php Event.php 
                         Kronolith.php WeekView.php api.php 
                         base.php 
    lib/Driver           mcal.php sql.php 
    templates/day        all_day.inc head.inc row.inc row_half.inc 
    templates/delete     delete.inc one.inc 
    templates/edit       edit.inc 
    templates/menu       menu.inc 
    templates/month      head.inc 
    templates/view       view.inc 
    templates/week       head.inc 
  Added files:           (Branch: RELENG_1)
    graphics             colorpicker.gif colorpicker.png 
    locale/en_US         help.xml 
    templates/prefs      category_management.inc 
    util                 colorpicker.php 
  Removed files:         (Branch: RELENG_1)
    lib                  Month.php MonthView.php 
    templates            month_begin_week.inc month_day.inc 
                         month_end_week.inc month_foot.inc 
                         month_head.inc 
  Log:
  This is a huge commit; I just couldn't break it up. Kronolith's
  RELENG_1 branch had fallen *way* behind, so I essentially had to
  backport HEAD to it, removing the bits (iCalendar and the stuff it
  supported, shares, etc.) that isn't available in Horde 2.x.
  
  See docs/CHANGES for the gory details. Basically, we have categories
  now, colors, lots of display/rendering fixes, lots of driver/alarm/SQL
  fixes, alarm support in the SQL driver, and generally better/cleaner
  code.
  
  Revision   Changes    Path
  1.2.2.3    +1 -1      kronolith/README
  1.29.2.3   +2 -17     kronolith/config/conf.php.dist
  1.20.2.2   +41 -3     kronolith/config/prefs.php.dist
  1.36.2.5   +3 -3      kronolith/day.php
  1.69.2.22  +19 -0     kronolith/docs/CHANGES
  1.6.2.4    +7 -11     kronolith/docs/INSTALL
  1.1.2.1    +2 -0      kronolith/graphics/Attic/colorpicker.gif (new)
  1.1.2.1    +8 -0      kronolith/graphics/Attic/colorpicker.png (new)
  1.9.2.2    +0 -81     kronolith/lib/Attic/Month.php (dead)
  1.14.2.4   +0 -61     kronolith/lib/Attic/MonthView.php (dead)
  1.16.2.2   +6 -6      kronolith/lib/Day.php
  1.77.2.12  +264 -114  kronolith/lib/DayView.php
  1.8.2.2    +39 -5     kronolith/lib/Driver.php
  1.24.2.3   +76 -50    kronolith/lib/Driver/mcal.php
  1.31.2.9   +291 -152  kronolith/lib/Driver/sql.php
  1.13.2.14  +480 -72   kronolith/lib/Event.php
  1.49.2.5   +506 -70   kronolith/lib/Kronolith.php
  1.38.2.9   +132 -64   kronolith/lib/WeekView.php
  1.28.2.5   +57 -30    kronolith/lib/api.php
  1.34.2.8   +4 -4      kronolith/lib/base.php
  1.3.2.1    +115 -0    kronolith/locale/en_US/help.xml (new)
  1.69.2.12  +77 -141   kronolith/month.php
  1.13.2.6   +41 -2     kronolith/prefs.php
  1.12.2.3   +2 -2      kronolith/status.php
  1.1.2.1    +0 -1      kronolith/templates/Attic/month_begin_week.inc (dead)
  1.7.2.3    +0 -1      kronolith/templates/Attic/month_day.inc (dead)
  1.1.2.1    +0 -1      kronolith/templates/Attic/month_end_week.inc (dead)
  1.3.2.1    +0 -2      kronolith/templates/Attic/month_foot.inc (dead)
  1.4.2.2    +0 -24     kronolith/templates/Attic/month_head.inc (dead)
  1.5.2.5    +1 -1      kronolith/templates/day/all_day.inc
  1.10.2.5   +6 -7      kronolith/templates/day/head.inc
  1.9.2.4    +6 -1      kronolith/templates/day/row.inc
  1.5.2.4    +1 -1      kronolith/templates/day/row_half.inc
  1.1.2.4    +2 -2      kronolith/templates/delete/delete.inc
  1.1.2.4    +2 -2      kronolith/templates/delete/one.inc
  1.52.2.8   +12 -13    kronolith/templates/edit/edit.inc
  1.26.2.6   +2 -2      kronolith/templates/menu/menu.inc
  1.7.2.7    +8 -8      kronolith/templates/month/head.inc
  1.6.2.1    +73 -0     kronolith/templates/prefs/category_management.inc (new)
  1.1.2.9    +10 -8     kronolith/templates/view/view.inc
  1.20.2.9   +14 -12    kronolith/templates/week/head.inc
  1.1.2.1    +134 -0    kronolith/util/Attic/colorpicker.php (new)

  Chora Links:
  http://cvs.horde.org/diff.php/kronolith/README?r1=1.2.2.2&r2=1.2.2.3&ty=u
  http://cvs.horde.org/diff.php/kronolith/config/conf.php.dist?r1=1.29.2.2&r2=1.29.2.3&ty=u
  http://cvs.horde.org/diff.php/kronolith/config/prefs.php.dist?r1=1.20.2.1&r2=1.20.2.2&ty=u
  http://cvs.horde.org/diff.php/kronolith/day.php?r1=1.36.2.4&r2=1.36.2.5&ty=u
  http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.69.2.21&r2=1.69.2.22&ty=u
  http://cvs.horde.org/diff.php/kronolith/docs/INSTALL?r1=1.6.2.3&r2=1.6.2.4&ty=u
  http://cvs.horde.org/co.php/kronolith/graphics/Attic/colorpicker.gif?r=1.1.2.1
  http://cvs.horde.org/co.php/kronolith/graphics/Attic/colorpicker.png?r=1.1.2.1
  http://cvs.horde.org/co.php/kronolith/lib/Attic/Month.php?r=1.9.2.1
  http://cvs.horde.org/co.php/kronolith/lib/Attic/MonthView.php?r=1.14.2.3
  http://cvs.horde.org/diff.php/kronolith/lib/Day.php?r1=1.16.2.1&r2=1.16.2.2&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/DayView.php?r1=1.77.2.11&r2=1.77.2.12&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Driver.php?r1=1.8.2.1&r2=1.8.2.2&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Driver/mcal.php?r1=1.24.2.2&r2=1.24.2.3&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Driver/sql.php?r1=1.31.2.8&r2=1.31.2.9&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Event.php?r1=1.13.2.13&r2=1.13.2.14&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Kronolith.php?r1=1.49.2.4&r2=1.49.2.5&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/WeekView.php?r1=1.38.2.8&r2=1.38.2.9&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/api.php?r1=1.28.2.4&r2=1.28.2.5&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/base.php?r1=1.34.2.7&r2=1.34.2.8&ty=u
  http://cvs.horde.org/co.php/kronolith/locale/en_US/help.xml?r=1.3.2.1
  http://cvs.horde.org/diff.php/kronolith/month.php?r1=1.69.2.11&r2=1.69.2.12&ty=u
  http://cvs.horde.org/diff.php/kronolith/prefs.php?r1=1.13.2.5&r2=1.13.2.6&ty=u
  http://cvs.horde.org/diff.php/kronolith/status.php?r1=1.12.2.2&r2=1.12.2.3&ty=u
  http://cvs.horde.org/co.php/kronolith/templates/Attic/month_begin_week.inc?r=1.1
  http://cvs.horde.org/co.php/kronolith/templates/Attic/month_day.inc?r=1.7.2.2
  http://cvs.horde.org/co.php/kronolith/templates/Attic/month_end_week.inc?r=1.1
  http://cvs.horde.org/co.php/kronolith/templates/Attic/month_foot.inc?r=1.3
  http://cvs.horde.org/co.php/kronolith/templates/Attic/month_head.inc?r=1.4.2.1
  http://cvs.horde.org/diff.php/kronolith/templates/day/all_day.inc?r1=1.5.2.4&r2=1.5.2.5&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/day/head.inc?r1=1.10.2.4&r2=1.10.2.5&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/day/row.inc?r1=1.9.2.3&r2=1.9.2.4&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/day/row_half.inc?r1=1.5.2.3&r2=1.5.2.4&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/delete/delete.inc?r1=1.1.2.3&r2=1.1.2.4&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/delete/one.inc?r1=1.1.2.3&r2=1.1.2.4&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/edit/edit.inc?r1=1.52.2.7&r2=1.52.2.8&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/menu/menu.inc?r1=1.26.2.5&r2=1.26.2.6&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/month/head.inc?r1=1.7.2.6&r2=1.7.2.7&ty=u
  http://cvs.horde.org/co.php/kronolith/templates/prefs/category_management.inc?r=1.6.2.1
  http://cvs.horde.org/diff.php/kronolith/templates/view/view.inc?r1=1.1.2.8&r2=1.1.2.9&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/week/head.inc?r1=1.20.2.8&r2=1.20.2.9&ty=u
  http://cvs.horde.org/co.php/kronolith/util/Attic/colorpicker.php?r=1.1.2.1


More information about the cvs mailing list